html
{ overflow-y: scroll;
}



/* ---------------------- Body ---------------------- */	

body { 
font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif; 
font-size: 12px;
color: #666666;
margin-top: 0px;
margin-left: 0px;

}

/* ---------------------- END Body ---------------------- */	



.start-aktuell-head {
	font-size: 16px;
	font-weight: bold;
	background-color: #dedede;
	padding: 5px 2px 5px 3px;
	margin-bottom: 3px;
}

.start-aktuell-body {
	background-color: #f8f5f5;
	padding: 5px 5px 5px 5px;
	margin-bottom: 15px;
}

h2{
font-size: 16px;
}


h4{
font-size: 12px;
font-weight: normal;
text-decoration: underline;
}


#seminar {
margin-bottom: 3px;
}

#r_ueberschrift {
text-decoration: underline;
}


.hr_partner {
color:#ddddde;
border:#ddddde solid 5px;
}



#thumb {
vertical-align: middle;
width: 160px;
height: 107px;
background-color: #efefef;
border:2px solid #dedede;
}




#textarea{
	margin-top: 10px;
	color:#666;
	font-size:11px;
	line-height: 1.2em;

}

#contentbox {
	width: 565px;
	margin: 0px 210px ;
	background-color: #fff;
	height: 500px;
	margin-top: 15px;
}


#container{
	position:absolute;
	background-color:#FFFFFF;
	left: 10px;
	top: 10px;
	font-size: 1.1em;
	line-height: 1.2em;
	width: 980px;
	height: auto;
        }




#headline_bg_sidebar { 
	background-color:#dedede;
	text-decoration: none;
	font-weight: bold;
	width: 204px;
	padding: 5px 2px 5px 3px;	
}

#bg_sidebar { 
	background-color:#f8f5f5;
	text-decoration: none;
	width: 204px;
	padding: 5px 2px 5px 3px;
	margin-top: 3px;

}

p { }

td { }

a:link { 
color: #666666;

}

a:visited { 
color: #666666;
}

a:hover { 
color: #b6d437;
}

a:active { 
color: #b6d437;
}


#bg_R { 
background-repeat: repeat-x;
}


#submenue_bg { 
background-repeat: repeat-y;
}

#repeat-y { 
background-repeat: repeat-y;

}


#Navi {
color: #666666;
font-size: 14px;
font-weight: bold;
 }
 
#Navi a:link {
color: #666666;
text-decoration: none;
 }

#Navi a:visited {
color: #666666;
text-decoration: none;
 }

#Navi a:hover {
color: #b6d437;
text-decoration: none;
 }

#Navi a:active {
color: #b6d437;
text-decoration: none;
 }


/* ---------------------- SubNavi ---------------------- */


#submenue a {
display: block;
font-weight: bold;
background-image: url(../images/progimg/menu_linie.gif);
background-position: 100% 100%;
background-repeat: no-repeat;
}

#submenue p.linear a { 
display: inline; width: 155px; 
}

#submenue a {
text-decoration: none;
margin: 0px 0px 3px 0px;
padding: 7px 5px 5px 50px
}


#submenue a:link {
color: #666666;
}

#submenue a:visited { 
color: #666666 
}


#submenue a:hover {
color: #b6d437;
}


#submenue a:active { 
color: #b6d437; 
}


#active  { 
color: #b6d437; 
}





/* ---------------------- lightbox ---------------------- */	




#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/lightbox/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 113px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }



