body {
	margin: 22px 0px 0px 0px;
	padding: 0px;
	color: Black;
	background-color: #E5E5E5;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 22px 0px 0px 0px;
	padding: 0px;
	text-align: center;  /* Zentrierung im Internet Explorer */
}

div#page {
	position: relative;
    text-align: left;    /* Seiteninhalt wieder links ausrichten */
    margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
    width: 940px;
	/*background-color: White;
	border: 1px solid red;*/
  }

div#top {
	position: relative;
	width: 940px;
	height: 128px;
	background: URL('../images/layout_top.jpg');
}

div#navigation {
	position: absolute;
	left: 230px;
	bottom: 3px;
	color: White;
}

div#navigation a {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: White;
}

div#navigation a:hover {
	color: Black;
}

div#navigation .divider {
	padding: 0px 10px 0px 10px;
}

div#middle {
	width: 940px;
	/*height: 400px;
	min-height: 400px;*/
	background: URL('../images/layout_outer_frame_body.jpg');
}

div#left {
	position: relative;
	width: 206px;
	margin: 20px 10px 10px 5px;
	float: left;
}
html>body div#left { margin-left: 10px; }

div#right {
	width: 701px;
	margin: 20px 0px 0px 0px;
	/*border: 1px solid blue;*/
	float: left;
}

div#right_top {
	width: 701px;
	height: 6px;
	background: URL('../images/layout_inner_frame_top.jpg');
	overflow: hidden;
}

div#right_body {
	position: relative;
	width: 701px;
	height: 314px;
	background: URL('../images/layout_inner_frame_body.jpg');
	overflow: visible;
}
html>body div#right_body { height: auto; min-height: 314px; }

div#right_body div {
	padding: 15px;
}

div#right_bottom {
	width: 701px;
	height: 5px;
	background: URL('../images/layout_inner_frame_bottom.jpg');
	margin-bottom: 8px;
	overflow: hidden;
}

div#bottom {
	width: 940px;
	height: 5px;
	background: URL('../images/layout_outer_frame_bottom.jpg');
	overflow: hidden;
	margin-bottom: 10px;
}


/* left navigation */
div#navtop {
	width: 206px;
	height: 26px;
	background: URL('../images/layout_leftnav_top.jpg');
}

div#navbottom {
	width: 206px;
	height: 4px;
	background: URL('../images/layout_leftnav_bottom.jpg');
	overflow: hidden;
}

div#navtop p {
	margin: 0px;
	padding: 7px 0px 0px 9px;
	font-weight: bold;
}

div.leftnav_area {
	background: URL('../images/layout_leftnav_body.jpg');
}

div.leftnav_area a.main, div.leftnav_area p {
	display: block;
	margin: 0px 2px 0px 2px;
	background-color: #D4EAA3;
	border-top: 1px solid White;
	padding: 2px 0px 2px 7px;
	color: Black;
	text-decoration : none;
}

div.leftnav_area a.sub {
	display: block;
	font-size: 11px;
	margin: 0px 2px 0px 2px;
	background-color: #D4EAA3;
	padding: 1px 0px 1px 12px;
	color: Black;
	text-decoration : none;
}


div.leftnav_area a.main:hover, div.leftnav_area a.sub:hover, div.leftnav_area a.active {
	color: White;
	background-color: #A2D137;
}


/* a.main:hover, a.sub:hover {
	color: White;
	background-color: #A2D137;
}*/

div#left_landscape {
	width: 206px;
	height: 324px;
	margin-top: 10px;
	background: URL('../images/layout_left_landscape.jpg');
}

/* end left navigation */

/* fonts */
.header {
	font-size: 16px;
	font-weight: bold;
	color: #22329C;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

td {
	font-size: 12px;
	font-family: Verdana, Helvetica,Arial,sans-serif;
}
.content {
	width: 744px;
	height: 488px;
	padding-left: 10px;
	left: 190px;
	position: absolute;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	overflow: auto;
	padding-top: 10px;
}.text_klein {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.text_link {
	color: #202C9A;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.text_link a{
	text-decoration: none;
}
.text_link a:hover{
	text-decoration: underline;
}
.text_link a:visited{
	color: #202C9A;
}
