@import url(reiter.css);

html, body {
	background: url(images/Hintergrund_head_farben.gif) repeat-x;
	background-color: #E9EDF1;
	background-position: 0px 0px 0px 0px;
	height: 100%; /* wichtig */
	margin: 0;
	font-family: Arial;
	font-size: 12px;
	text-align: center;
	
}

#box {
	background-image:url(images/Hintergrund_kopfzeile_grafi.gif);
	background-position:0px 178px;
	background-repeat:no-repeat;
	width: 770px;
	text-align: left;
	
}

#header {
	background-image: url(images/Hintergrund_navi.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	margin-top: 0;
	padding-top: 0;
	height: 178px;
	font-size: 14px;
	color: #ff9900;
	margin-bottom: 20px;
	}

#scroller {
	width:604px;
	height:390px;
	top: 0px;
	margin-top:0px;
	overflow: auto;
	visibility: inherit;
	scrollbar-face-color: #E9EDF1;
	scrollbar-highlight-color: #BCBCBC;
	scrollbar-3dlight-color: #BCBCBC;
	scrollbar-darkshadow-color: #BCBCBC;
	scrollbar-shadow-color: #BCBCBC;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-track-color: #BCBCBC;
}

#logo {
	margin-top:135px;
	height:43px;
	float:left;
	margin-left:2px;
}

#spalte_links {
	padding:0 10px;
	float:left;
}

#spalte_mitte {
	margin-bottom:20px;
	padding:0 10px;
    width:397px;
	min-height:350px;
	text-align: left;
	font-weight:normal;
	float:left;
}

#spalte_rechts {
	width:170px;
	float:left;
	min-height:350px;
	/* von Birgit zugefügt */
	padding-top: 5px;
}

#footer{
	margin-top:20px;
	padding-top:5px;
	padding-left:10px;
	border-top:1px solid #25428a;
	height:20px;
	width:760px;
	color:#ccc;
	text-align:left;
	clear:left;
}

/*
----------Navigation links ----------
*/

#navcontainer {
	width:140px;
	
}


#navcontainer ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	width: 140px;
}

#navcontainer li {
	width:140px;
	margin-top:3px;
	margin-left:0px;
	padding: 0px;
	line-height: 20px;
}

#navcontainer ul li a {
	display: block;
	width: 140px; 
	font-size: 12px;
	padding-left: 3px;
}

#navcontainer ul li a:link, #navcontainer ul li a:visited {
	color: #25428A;
	text-decoration: none;
}

#navcontainer ul li a:hover {
	color: #fff;
	background-color: #25428A;
}

#navcontainer ul ul li a { 
	background-image: url(images/subbullet_u.gif);
	background-repeat: no-repeat;
	background-position: 3px center;
	display: block;
	padding-left:10px;
	width:130px;
	font-size: 11px;
}

#navcontainer ul ul li a:link, #navcontainer ul ul li a:visited {
	color: #25428A;
	text-decoration: none;
}

#navcontainer ul ul li a:hover {
	width: 130px;
	color: #ffffff;
	background-image: url(images/subbullet_a.gif);
	background-repeat: no-repeat;
	background-position: 3px center;
}

#active a{
	font: bold;
	color: #9eb6eb;
	/*background-color: #25428A;*/
}

.subactive {
	/*font-weight: bold;*/
	color: #ffffff;
	margin-left:3px
}

.subnoactive {
	/*color: #9eb6eb;*/
	margin-left:3px
}

/*inhalt*/

h1 {
	font-size:18px;
	font-weight:bold;
	color:#25428a;
}

h2 {
	font-size: 14px;
	font-weight:normal;
	color:#f90;
}
h3 {
	font-size:12px;
	color:#25428a;
}

td p {
	font-size:12px;
}	

hr {
	height:1px;
	color:#f90;
	margin-bottom:0;
}

img {
	border: none;
}

.fontright {
	font-size:12px;
	color:#828282;
	text-align:center;
}

.bildlinks {
	color:#666;
	margin-left: 80px;
}
.liste {
margin-top:0px;
margin-left:20px;
margin-bottom:5px;

}


/* Impressum */

.impr_le {
	margin-left:0;
	display:block;
	width:150px;
	float:left;
}

.impr_ri {
	margin-bottom:20px;
	display:block;
	width:195px;
	color:#25428a;
	float:left;
}
