/* Global Styles */

body
{
	background-color:#FFECCB;
}

input
{
	background-color: #FFF6E6;
}

select
{
	background-color: #FFF6E6;
}

a
{
	color: #CC3300;
	text-decoration:underline;
}
	
a:hover
{
	color: #FF3300;
	text-decoration:none;
	font-weight:bold;
	background-color:#ff0;
}

a:link 
{ 
	text-decoration:none; 
	color:#800000; 
}

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

a:focus 
{ 
	text-decoration:none; 
	font-weight:bold; 
	background-color:#FFFFFF; 
}
	
/* ID Styles */

#logoImage
{
  float: right;
  margin-right: 15px;
}

#main
{
  margin-left:220px;
  min-width:50%;
  min-height:200px;
  margin-top:20px;
  padding:15px;
  border-bottom:2px dotted #AC070F;
  border-top:2px dotted #AC070F;
  margin-right:20px;
  background-color: #FFECDD;
}

#navigation
{
      float:left;
      padding:0px;
      margin:0px;
      width:200px;
      margin-top: 0px;
}

#navigation a 
{
	font:11px arial;
	color: #000000; /* #1E0795 */
	font-weight:bold;
	text-decoration: none;
	letter-spacing:.1em;
	line-height:16px;
	display:block;
	padding:5px;
	border: 1pt solid #AC070F;
	border-right-width: 0px; 
	border-left-width: 0px; 
}
	
#navigation a:hover
{
	color:#F38828;
	border: 2pt dashed #AC070F;
	border-right: 0px;
	border-left: 0px;
	background-color:#FFFFFF;
}

#naviListe
{
  width: 200px;
  padding:0px;
  margin:0px;
  border-right:4px solid #AC070F;
}

#navifoerder
{
  //width:155px;
  //height:40px;
  text-decoration: none;
  list-style-type:none;
}

#navifoerder a
{
	font:11px arial;
	color:#6F6F6F;
	font-weight:bold;
	text-decoration: none;
	letter-spacing:.1em;
	line-height:16px;
	display:block;
	padding:10px;
	border: 0pt solid rgb(20,40,95);
	border-right-width: 0px; 
	border-left-width: 0px; 
	}

#navifoerder a:hover
{
	color:#FF8000;
	background-color:#FFFFFF;
}

#logo
{
	font:24px georgia;
	color: #AC070F;
	line-height:29px;
	letter-spacing:.4em;
    margin-left:50px;  
	padding-top:30px;
}

#tagline
{
	font:13px georgia;
	color: #AC070F;
	line-height:18px;
	letter-spacing:.3em;
	margin-left:80px;
	padding-bottom:50px;
    margin-top:10px;
}

#hauptText
{
  margin-right: 50px;
}

/* Class Styles */

.submit
{
	background-color: #EEEEEE;
	color: black;
}

.oben
{
  border-bottom:2px solid #AC070F;
}

.pageName
{
	font:22px georgia;
	color: #AC070F;
	line-height:20px;
	letter-spacing:.1em;
	}

.detailText
{
	font:11px arial;
	color:#ffffff;
	line-height:16px;
	letter-spacing:.1em;
}

#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/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; outline: none;}	 	

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