/* CSS Document */


* { padding: 0; margin: 0; }
body {
	background-image: url(../img/templ/body_bg.jpg);
	background-position: center 150px;
	font-size:101%;
	font-family: Verdana, Geneva, sans-serif;	
}
/* dekostreifen */
#whiteBG {width: 100%;
height:163px;
background-color:#FFF;
position:absolute;
top:0;
z-index:0}
#greyLine {width: 50%;
height:25px;
background-color:#58585a;
position:absolute;
top:201px;
z-index:0;
left:50%;}
/* umgebende ebene die zentriert */
#around {
position:relative;
 margin-left:-495px; 
 left:50%;
	width: 990px;
	height:auto;
	z-index:1;
}
/* head */
#head { width:990px;
height: 201px;
background-image:url(../img/templ/head_bg.jpg);
}

		#logo img{margin: 57px 0 0 26px}
		
		#nav {
			height:25px;
			width:747px;
			background-image: url(../img/templ/nav_bg.jpg);
			position:relative;
			padding-left:243px
				}
				
				#nav a {
						display:block;
						height:21px;
						padding: 0 25px;
						background-color:#585858;
						color:#FFF;
						min-width:30px;
						overflow:auto;
						float:left;
						text-decoration:none;
						font-size:0.8em;
						padding-top:4px
				}
								#nav a:hover{
										background-color:#760538;
								}
								
								.navON {
										background-color:#9b064a !important;
								}
/* main */
#mainaround {width:990px;
min-width:300px;
overflow:auto}

#leftnav {width: 217px;
background-color: #585858;
float:left;
min-height: 170px;
Overflow-y: auto;
Overflow-x: hidden;
padding:18px 0 10px 26px;

}
* html #leftnav {height: 170px}

#leftnav a {
	font-size:0.7em;
	line-height:1.2em;
	color:#FFF;
	text-decoration:none;
	display:block;
	padding:10px 0 6px 0;
	background-image:url(../img/templ/leftnav_bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom;

}

			#leftnav a:active {
	font-size:0.7em;
	line-height:1.2em;
	color:#FFF;
	text-decoration:none;
	display:block;
	width:217px;
	padding:10px 0 6px 0;
	background-image:url(../img/templ/leftnav_bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}

#leftnav a:hover {color: #fff;
background-image:url(../img/templ/leftnav_bg_on.jpg);}
.leftnavON {background-image:url(../img/templ/leftnav_bg_activ.jpg) !important;
/*font-weight:bold*/}


#content {width: 697px;
padding:25px 25px 50px 25px;
font-size:0.7em;
line-height:1.8em;
float:right;
color:#585858}

#content p {margin-bottom: 1.6em}
#content h1 {color: #9b064a; font-size:1em; margin-bottom: 0.3em; font-weight:normal}
#content h2 {color: #3e3e3e; font-size:1.4em; margin-bottom: 1.2em; line-height:1.6em;}
#content h3 {color: #3e3e3e; font-size:1em; font-weight:bold; border-bottom:1px solid #ccc; margin-bottom: 1.2em;}

#content a, a:visited {text-decoration: none;
color:#b7922e}
#content  a:hover {text-decoration: underline;
color:#b7922e}

#footer {width: 722px;
padding:5px 0px 25px 25px;
font-size:0.7em;
line-height:1.8em;
float:right;
color:#585858;
border-top: 1px solid #606060}
	#footer a, a:visited {color:#585858; text-decoration:none}
	#footer a:hover {color:#9b064a; text-decoration:none}

		#footleft {float:left;
		width:455px}
		
		#copyright {width:225px;
		height:45px;
		border-left:1px solid #606060;
		float:right;
		padding-left:20px;
		font-size:0.85em}
		
#homeBox {float:right; margin-left:25px; margin-top:10px; margin-right:-25px}
* html #homeBox { margin-right:-12px}

		
#bewerberBox {float:right;  margin-top:10px; margin-right:-25px}
* html #bewerberBox { margin-right:-12px}

ul  {
	margin-left:55px;
	margin-bottom: 8px;
}

ul li {
	padding-bottom: 5px;
	list-style-type: disc;
	
}
#line {height:5px; border-bottom:1px solid #afafaf; margin-bottom:25px}
* html #line {margin-top: -10px}

.red {color: #9b064a}

.pictLI {float:left;
margin:0 25px 5px 0}
