BODY {
background : #ffffff;
font-size : 10pt;
border-left-color : #ffffff;
border-bottom-color : #ffffff;
border-top-color : #ffffff;
border-right-color : #ffffff;
}

.left_1 {
background-image : url(../../images/left_1.jpg);
background-repeat : no-repeat;
background-position: right bottom;
}


.Stil1 {font-size: xx-small; 
}


.left_2 {
background-color : #1774BA;
}

.right {
background-color: #EBC266;
border: 4px solid;
border-color:#EBC266;
}

.hellblau{
background-color:#E0EAF3;
}

.titel{
font-weight : bold;
color: #1774BA;
text-decoration : none;
}

.right_2 {
background-color: #F6E600;
}

TABLE {
font-size : 10pt;
font-family : Verdana, Arial, Geneva, Helvetica, sans-serif;
}

TR.yellow{
background-color: #F6E600;
}

TD.content{
border:1px solid;

border-bottom-color: #E0EAF3;
border-left-color: #FFFFFF;
border-right-color: #E0EAF3;
border-top-color: #FFFFFF;
}

TD.nav{
border:2px solid;

border-bottom-color:#FAE1AB;
border-left-color:#EBC266;
border-right-color:#EBC266;
border-top-color:#EBC266;
}


TD.nav2{
background-color:#E0EAF3;
border:4px solid;

border-bottom-color:#E0EAF3;
border-left-color:#E0EAF3;
border-right-color:#E0EAF3;
border-top-color:#E0EAF3;
}

A:link {
font-weight : bold;
color : black;
text-decoration : none;
}

A:active {
font-weight : bold;
color : #008CC6;
text-decoration : none;
}

A:visited {
font-weight : bold;
color : black;
text-decoration : none;
}

A:hover {
font-weight : bold;
color : #008CC6;
text-decoration : none;
}

A.nav_main:link {
font-weight : bold;
color : #E0EAF3;
text-decoration : none;
}

A.nav_main:active {
font-weight : bold;
color : white;
text-decoration : none;
}

A.nav_main:visited {
font-weight : bold;
color : #E0EAF3;
text-decoration : none;
}

A.nav_main:hover {
font-weight : bold;
color : white;
text-decoration : none;
}

a.orientation:link{
font-weight : bold;
color: #865810;
text-decoration : none;
}

a.orientation:active{
font-weight : bold;
color: #865810;
text-decoration : none;
}

a.orientation:visited{
font-weight : bold;
color: #865810;
text-decoration : none;
}

a.orientation:hover{
font-weight : bold;
color: #865810;
text-decoration : none;
}

A.aktuelles:link {
font-weight: normal;
color: black;
text-decoration: none;
}

A.aktuelles:active {
font-weight: normal;
color: black;
text-decoration: none;
}

A.aktuelles:visited {
font-weight: normal;
color: black;
text-decoration: none;
}

A.aktuelles:hover {
font-weight: normal;
color: black;
text-decoration: none;
}

A.top:link {
font-weight : bold;
color : white;
text-decoration : none;
}

A.top:active {
font-weight : bold;
color : black;
text-decoration : none;
}

A.top:visited {
font-weight : bold;
color : white;
text-decoration : none;
}

A.top:hover {
font-weight : bold;
color : black;
text-decoration : none;
}


A.nav_main_dunkelblau:link {
font-weight : bold;
color : #1774BA;
text-decoration : none;
}

A.nav_main_dunkelblau:active {
font-weight : bold;
color : black;
text-decoration : none;
}

A.nav_main_dunkelblau:visited {
font-weight : bold;
color : #1774BA;
text-decoration : none;
}

A.nav_main_dunkelblau:hover {
font-weight : bold;
color : black;
text-decoration : none;
}

.Stil1 {font-family: Arial, Helvetica, sans-serif}


#lightbox{
	position: absolute;
	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: 49%;
	height: 100%;
	background: transparent url(../images/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(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/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: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
