/*  Schriftbefehle
font-family:Arial, Helvetica, sans-serif;
font-size: 14px;                      (oder 12px, 18px,)
font-weight: bold; oder font-weight:normal;
font-style: italic;
font-variant:small-caps;     Großbuchstaben in verkleinerter Form
color:#hexadezimalcode;   FF0000
*/


body {
background-color:#ffffff;
}

/* ContainerStart */

#main-container {
	width: 1240px;
	height:auto;
	margin: 10px 0px 10px 30px;
	background: url(../images/hintergrund.png) 0px 0px repeat-y;
}


#Kopfzeile {
top:15px;
left:40px;
width:auto;
height:55px;
background-color:#9F9F9F;
}


#inhalt-sub {
	float: right;
	width: 1090px;
	padding:0px 0px 40px 0px;
}

#fuss{
    clear:both;
  	width: 1240px;         
  	height:45px;
    margin: 0px;
    padding:0px;
	background-color:#9F9F9F;
 
}

/* ContainerEnde */

/* SchriftformatierungenStart */

h1,h2,h3,p,ol {
font-family: Arial, sans-serif;
margin-left:30px;
margin-right:40px;
color: #800000;
}
h1 {
font-weight:bold;
font-style:normal;
font-size:18px;
line-height:1.5em;
padding-top:20px;
left:18px;
}

ul{
padding: 0px 0px 0px 30px;
}

p {
font-weight:normal;
font-size:16px;
line-height: 120%;
text-align:justify;
margin-left: 30px;
margin-right: 47px;

}

p.oben {
font-family:Comic Sans MS, Verdana, sans-serif;
text-align:center;
font-weight: bold;
font-style: italic;
font-size:28px;
padding: 5px 0px 0px 40px;
line-height:50px;
color:#800000;
}

p.fuss {
font-weight:bold;
font-size:10px;
margin-left: 1016px;
padding-top:15px;
}

p.impressum {
font-weight:normal;
font-size:16px;
line-height: 120%;
text-align:justify;
margin-left: 30px;
margin-right: 500px;
}
/* SchriftformatierungenEnde */

/* NavigationStart */
#Navigation {
float:left;
margin-top: 0px;
top:72px;
left:40px;
width:150px;
text-align:center;
font-weight: bold;
}
#Navigation a {
text-decoration: none;
font-family:Arial,sans-serif;
font-size: 16px;
font-weight: bold;
font-style: italic;
text-align: center;
color:#cdd2d5;
}
#Navigation a:hover {
/*color:#800000; */
text-decoration: underline;
}

.aktiv{
color:#800000;
font-family:Arial,sans-serif;
font-size: 16px;
font-weight: bold;
font-style: italic;
text-align: center;

}
/* NavigationEnde */


/* LightboxStart */
#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/prev.png) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/next.png) 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: 120px; 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; }

/* LightboxEnde */

/* GalerieStart */

#galerie img   /* gibt der Galerie einen Namen */
{
width: 165px;
height: 124px;
margin: 5px 5px 0px 0px;
display: block;
border: 0px solid #8B0000;
} 
#galerie li     /* stellt die Galerie nebeneinander dar */
{
list-style-type: none;
float: left;
font-weight: bold;
}
/* GalerieEnde */

