



																
	

	





	

.spaltensetup {
	border-left-color:#bbd5ef !important; 
	background:#ffffff !important; 
	border-right-color: #dde7f1 !important;
	}
.content{
	background:#ffffff !important;
	}
.linkepspalte{
	background:#bbd5ef !important;
	}
.rechtespalte{
	background:#dde7f1 !important;
	}
.footer {
	border-right-color: #afc9e2 !important;
	border-left-color:#afc9e2 !important;
	background:#dde7f1 !important;
	}
.menu_link_eb1on {
	color:#ff0000 !important;
	background-color:#87c5ec !important;
	}
.menu_link_eb1off {
	color:#000000 !important;
	background-color:#bbd5ef;
	}	
.menu_link_eb1off:hover{
	color:#000000 !important;
	background-color:#87c5ec !important;
	}
.menu_list_eb1on {
	background-color:#87c5ec !important;
	}
.menu_list_eb1on:hover {
	background-color:#87c5ec !important;
	}
.menu_list_eb1off {
	background-color:#bbd5ef;
	}
.menu_list_eb1off:hover {
	background-color:#87c5ec !important;
	}
.menu_link_eb2on {
	color:#ff0000 !important; 
	background-color:#acd9f8 !important;
	}
.menu_link_eb2off {
	color:#000000 !important;
	background-color:#d5e5f5;
	}
.menu_link_eb2off:hover {
	color:#000000 !important;
	background-color:#acd9f8 !important;
	}
.menu_list_eb2on {
	background:#acd9f8 !important;
	}
.menu_list_eb2on:hover {
	background:#acd9f8 !important;
	}
.menu_list_eb2off {
	background:#d5e5f5;
	}
.menu_list_eb2off:hover {
	background:#acd9f8 !important;
	}
.menu_link_eb3on {
	color:#ff0000 !important;
	background-color:#acd9f8 !important;
	}
.menu_link_eb3off {
	color:#000000 !important;
	background-color:#f3f9ff;
	}
.menu_link_eb3off:hover {
	color:#000000 !important;
	background-color:#acd9f8 !important;
	}
.menu_list_eb3on {
	background:#acd9f8 !important;
	}
.menu_list_eb3on:hover {
	background:#acd9f8 !important;
	}
.menu_list_eb3off {
	background:#f3f9ff;
	}
.menu_list_eb3off:hover {
	background:#acd9f8 !important;
	}
.linkespalte h2 {
	color:#000000 !important;
	background:#bbd5ef !important;
	}
.content h2 {
	border-left: 1px solid #ffffff !important;
	background:#ffffff !important;
	}
.contentpadding{
	color:#666666 !important;
	}
.link{
	color:#000000 !important;
	font-weight:bold;
	}
.link:hover,link:active{
	color:#ff0000 !important;
	font-weight:bold;
	}
.link:visited{
	color:# !important;
	font-weight:bold;
	}
	
	





/*
#############################################################################################
L I G H T B O X 
#############################################################################################
*/
#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#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: 100px;
	/* width: 49%; */
	/* height:100%; */
	/* background: transparent url(/script/lightbox/images/blank.gif) no-repeat;  Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left; background: url(/script/lightbox/images/prevlabel.gif) left 96% no-repeat;}
#nextLink { right: 0; float: right; background: url(/script/lightbox/images/nextlabel.gif) right 96% no-repeat;}


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

#imageData{
	padding:0 10px;
	}
#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: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	
