/* CSS Document */

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
html, body {
	margin:0px; 
	padding:0px; 	
}

body{
	font-family: Verdana,Arial,sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	line-height: 16px;
	text-align:center;
	background-color: #CCCCCC;
	}
	

a:link, a:visited, a:hover, a:active{
	color: #084281;
	font-size:9px;
	text-decoration:underline;
}

a.fett_blau_kursiv:link, a.fett_blau_kursiv:visited, a.fett_blau_kursiv:hover, a.fett_blau_kursiv:active{
	color: #084281;
	font-size:11px;
	text-decoration:underline;
	font-weight:bold;
	font-style:italic;
}

a.fett_blau_kursiv:visited{
	color:#999999;
	}

a.fett_blau:link, a.fett_blau:visited, a.fett_blau:hover, a.fett_blau:active{
	color: #084281;
	font-size:11px;
	text-decoration:underline;
	font-weight:bold;
}

a.fett_blau:visited{
	color:#999999;
	}

a.oben:link, a.oben:visited, a.oben:hover, a.oben:active{
	color: #000000;
	text-decoration: none;
	font-size:11px;
}

a.oben:hover, a.oben:active {
	background-image:url(basis_images/pfeil_links.png);
	background-repeat:no-repeat;
	background-position:right;
	}

a.rot:link, a.rot:visited, a.rot:hover, a.rot:active{
	color: #CC0000;
	text-decoration: none;
	font-size:11px;
	}

a.rot:hover, a.rot:active {
	background-image:url(basis_images/pfeil_links.png);
	background-repeat:no-repeat;
	background-position:right;
	}
	
a.fett_rot:link, a.fett_rot:visited, a.fett_rot:hover, a.fett_rot:active{
	color: #CC0000;
	font-size:11px;
	text-decoration:underline;
	font-weight:bold;
}

a.klein:link, a.klein:visited, a.klein:hover, a.klein:active{
	color: #000000;
	text-decoration: none;
	font-size:9px;
	}

a.klein:hover, a.klein:active {
	background-image:url(basis_images/pfeil_links.png);
	background-repeat:no-repeat;
	background-position:right;
	}
	
a.weiss:link, a.weiss:visited, a.weiss:hover, a.weiss:active{
	color: #ffffff;
	text-decoration: none;
	font-size:11px;
	line-height:24px;
}

a.weiss:hover, a.weiss:active {
	background-image:url(basis_images/pfeil.png);
	background-repeat:no-repeat;
	background-position:top;
	background-position:left;
	}

a.weiss_klein:link, a.weiss_klein:visited, a.weiss_klein:hover, a.weiss_klein:active{
	color: #ffffff;
	text-decoration: none;
	font-size:11px;
	line-height:15px;
}

a.weiss_klein:hover, a.weiss_klein:active {
	background-image:url(basis_images/pfeil.png);
	background-repeat:no-repeat;
	background-position:left top;
	}

/***********************************************/
/* div tag styles                              */
/***********************************************/


#layer {
	position:relative;
	width:800px; 
	height:663px; 
	margin:20px auto; 
	text-align:left; 
	padding:0px; 
	background-color:#FFFFFF;
	}

#kopf {
	position:absolute;
	top:0px;
	right:0px;
	width:800px;
	height:118px;
	background-color:#000;
	background-image:url(basis_images/frame_head.jpg)
	}
	
#nav_oben{
	position:absolute;
	top:118px;
	left:0px;
	width:800px;
	height:19px;
	text-align:right;
	padding: 4px 0 0 0;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	z-index:1;
	}
	
#blau {
	position:absolute;
	top:143px;
	left:14px;
	width:154px;
	height:500px;
	background-color:#084281;
	padding:20px 0 0 15px;
	}
	
#nav_links {
	position:absolute;
	top:163px;
	left:7px;
	z-index:1;
	width: 160px;
}
	
#content, #content_index, #content_sitemap {
	position:absolute;
	top:143px;
	left:183px;
	width:466px;
	height:505px;
	padding:15px 25px 0 12px;
	}

#content {
	overflow:auto;
	}
	
#content_index{
	padding:0px 5px 0 5px;
	}
	
#content_sitemap{
	width:500px;
	overflow:auto;
	}
	
#rechts, #rechts_sitemap{
	position:absolute;
	top:143px;
	right:0;
	width:100px;
	height:505px;
	padding:15px 5px 0 5px;
	background-color:#E6EAF3;
	}
	
#rechts_sitemap{
	width:66px;
	}

/***********************************************/
/* font styles                                 */
/***********************************************/

.content {
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
	line-height: 17px;
	z-index:2;
}

.nav_oben_halt {
	background-image:url(basis_images/pfeil_links.png); 
	background-repeat:no-repeat; 
	background-position:right; 
	font-size: 11px;
}

.nav_oben_halt_klein {
	background-image:url(basis_images/pfeil_links.png); 
	background-repeat:no-repeat; 
	background-position:right; 
	font-size: 9px;
}

.nav_oben_halt_rot {
	background-image:url(basis_images/pfeil_links.png); 
	background-repeat:no-repeat; 
	background-position:right; 
	font-size: 11px;
	color:#FF0000;
}

.content_blau {
	font-family: Verdana;
	font-size: 12px;
	color:#084281;
	font-weight:bold;
	line-height:20px;
	}

.content_blau_kursiv {
	font-family: Verdana;
	font-size: 11px;
	color:#084281;
	font-weight:bold;
	font-style:italic;
	line-height:16px;
	text-decoration: none;
	}
	
.content_rot {
	font-family: Verdana;
	font-size: 12px;
	color:#FF0000;
	font-weight:bold;
	line-height:20px;
	}

.content_blau_klein {
	font-family: Verdana;
	font-size: 9px;
	color:#084281;
	}
	
.nav_oben{
	color: #000000;
	text-decoration: none;
	font-size:11px;
}

.weiss{
	color: #ffffff;
	text-decoration: none;
	font-size:11px;
	line-height:24px;
}

.weiss_klein{
	color: #ffffff;
	text-decoration: none;
	font-size:11px;
	line-height:15px;
}

.nav_oben_klein{
	color: #000000;
	text-decoration: none;
	font-size:9px;
}

.weiss_halt {
	background-image:url(basis_images/pfeil.png);
	background-repeat:no-repeat;
	background-position:left;
	color: #ffffff;
	text-decoration: none;
	font-size:11px;
	line-height:24px;
}

.weiss_klein_halt {
	background-image:url(basis_images/pfeil.png);
	background-repeat:no-repeat;
	background-position:left;
	color: #ffffff;
	text-decoration: none;
	font-size:11px;
	line-height:15px;
}
