body {background-color:#FFF; font-family:Verdana, Geneva, sans-serif; font-size:11px; color:#FFF;}

a:link, a:visited, a:active {color:#FFF; text-decoration:underline;}
a:hover {text-decoration:none;}

.page {width:900px; position:absolute; margin-left:-450px; left:50%;}

.header {width:901px; height:150px;}

.stoerer {position:absolute; z-index:100; left:-85px; top:300px;}

img

.navigation {width:900px; height:30px; display:block; background-color:#006ab3; color:#FFF; text-align:right;}
	.navi {margin-right:10px; padding-top:6px; width:900px; height:22px; display:block; background-color:#006ab3; text-align:right;}
	.navi a{color:#FFF; text-decoration:none;}
	.navi a:hover {text-decoration:underline;}

.content {width:900px; height:725px; background-color:#006ab3; margin-top:1px;}
	.content_links {float:left; width:290px;}
	.content_rechts {float:left; width:610px; padding-top:29px; font-size:10px;}
	
.fenster {color:#000; margin:10px;}
.fenster a {color:#000;}
.popup_logo {float:right;}

.lbAction {position:absolute; bottom:10px; right:10px;}
	.lbAction a {text-decoration:none;}
	
/* - - - - - - - - - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - - - */

#lightbox{
	display:none;
	position: absolute;
	top:50%;
	left:50%;
	z-index:9999;
	width:500px;
	height:400px;
	margin:-220px 0 0 -250px;
	border:1px solid #fff;
	background:#ffffff;
	text-align:left;
}
#lightbox[id]{
	position:fixed;
}

#overlay{
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:5000;
	background-color:#000;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}
#overlay[id]{
	position:fixed;
}

#lightbox.done #lbLoadMessage{
	display:none;
}
#lightbox.done #lbContent{
	display:block;
}
#lightbox.loading #lbContent{
	display:none;
}
#lightbox.loading #lbLoadMessage{
	display:block;
}


