body  { font-size: 11px; font-family: Verdana, Geneva, Helvetica, Arial, Swiss, SunSans-Regular; overflow:hidden; color: #000000}

p  { font-size: 11px; font-family: Verdana, Geneva, Helvetica, Arial, Swiss, SunSans-Regular; color: #000000 }

td  { font-size: 11px; color: #000000; font-family: Verdana, Geneva, Helvetica, Arial, Swiss, SunSans-Regular }

tr  { font-size: 11px; color: #000000; font-family: Verdana, Geneva, Helvetica, Arial, Swiss, SunSans-Regular }

div { font-size: 11px; font-family: Verdana, Geneva, Helvetica, Arial, Swiss, SunSans-Regular; color: #000000 }

a.link_rot_Normal:link	{ color: #DA251C; text-decoration: none; }

a.link_rot_Normal:hover  { color: #DA251C; text-decoration:none; font-weight: bold; }

a.link_rot_Normal:active { color: #DA251C; text-decoration:none; }

a.link_rot_Normal:visited { color: #DA251C; text-decoration: none; }

a.link_grau_klein:link	{ color: #FFFFFF; font-size: 9px; text-decoration: none; }

a.link_grau_klein:hover  { color: #FFFFFF; font-size: 9px; text-decoration:none; font-weight: bold; }

a.link_grau_klein:active { color: #FFFFFF; font-size: 9px; text-decoration:none; }

a.link_grau_klein:visited { color: #FFFFFF; font-size: 9px; text-decoration: none; }

a.link_normal:link { color: #000000; font-size: 11px; text-decoration: none; }

a.link_normal:hover  { color: #000000; font-size: 11px; text-decoration:none; font-weight: bold; }

a.link_normal:active { color: #000000; font-size: 11px; text-decoration: none; }

a.link_normal:visited { color: #000000; font-size: 11px; text-decoration: none; }

a:link	{ color: #FFFFFF; text-decoration: none; }

a:hover  { color: #FFFFFF; text-decoration:none; font-weight: bold; }

a:active { color: #FFFFFF; text-decoration:none; }

a:visited { color: #FFFFFF; text-decoration: none; }

img { border-color: #DA251C }

img:hover  { border-color: #FFFFFF } 

img.border_schwarz:hover { border-color: #000000 } 

.header   { color: #000000; font-weight: bold; font-size: 15px }

.subhead { color: #000000; font-weight: bold; font-size: 13px }

H1 { color: #000000; font-weight: bold; font-size: 13px }
H2 { color: #000000; font-weight: bold; font-size: 12px }

.klein      { font-size: 9px; color: #FFFFFF } 

.groß		{ font-size: 12px; }

.fett		{ font-weight: bold }	

.kursiv   { color: #000000; font-style: italic }

.menue { font-size: 11px; color: #FFFFFF } 

.weiß { color: #FFFFFF }

.blau { color: #0063a5 }

.blaufett { color: #0063a5; font-weight: bold }

.blaukursiv { color: #0063a5; font-style: italic }

.subheadgrau { font-weight: bold; font-size: 13px }

.subheadweiss  { color: white; font-weight: bold; font-size: 13px; background-color:#014A8E }

.subheadweiss_no_bgcolor  { color: white; font-weight: bold; font-size: 13px }

.tabelle_bg_hell_blau {background-color:#FFFFFF; }

input    { color: #000000; font-size: 11px; font-family: Verdana, Geneva, Helvetica, Arial, Swiss, SunSans-Regular }

textarea  { color: #000000; font-size: 11px; font-family: Verdana, Geneva, Helvetica, Arial, Swiss, SunSans-Regular }

select  { color: #0063a5; font-size: 11px; font-family: Verdana, Geneva, Helvetica, Arial, Swiss, SunSans-Regular }.table {

	border: 1px solid #0063a5;

}

.image {

border: 10px solid #000000;
img:hover { border-color: #000000 } 

}






#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: #DA251C;
	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: transparent url(../img/showcase/js/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../img/showcase/js/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../img/showcase/js/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	color: white;
	font: 10px Verdana, Geneva, Helvetica, Arial, Swiss, SunSans-Regular;
	background-color: #DA251C;
	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{ color:#FFFFFF; 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: #D5E0EC;
	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 */
	}	
	




