/* CSS Document */

* {
margin: 0px;
padding: 0px;
}

body {	
font-size: 12px;														
font-family: Arial, Verdana, Helvetica, sans-serif;
line-height: 18px;
color: #000000;
overflow: scroll;
}

#header {
background-image: url(images/header_tile.jpg);
background-repeat: repeat-x;
width: 100%;
height: 100px;
margin-top:30px;
position: fixed;
}

#left {
background-image: url(images/menu_left.png);
width: 218px;
height: 220px;
margin-top: 126px;
margin-left: -225px;
position: fixed;
}

#oeffnungszeiten {
background-image: url(images/menu_left_oeffnungszeiten.png);
width: 218px;
height: 150px;
margin-top: 353px;
margin-left: -225px;
position: fixed;
} 

#right {
background-color:#FEEBFD;
border: 1px solid #666666;
width: 580px;
right: 5%;
margin-top: 10px;
padding-bottom: 10px;
position: absolute;
}

#braut_left { 
margin-top: 145px;
margin-left: -495px;
position:fixed;


}

h1 {
margin: 20px;
font-size: 18px;
text-align: center;
font-family: Papyrus;
color: #666666;
}

h2 {
margin: 15px;
font-size: 14px;
text-align: center;
font-family: Papyrus;
color:#666666;
} 

h3 {
margin: 15px;
font-size: 12px;
text-align: center;
font-family: Arial, Verdana, Helvetica, sans-serif;
color:#000000;

}

/**kleine Schrift copyright(c)*/
h4 {
margin: 3px;
font-size: 9px;
text-align: center;
font-family: Arial, Verdana, Helvetica, sans-serif;
color: #000000;
word-spacing: 2px;
}

/**Kontaktformular, Meldung falls Feld leer ist, Farbe Rot*/
h5 {
margin-top: 10px;
margin-right: 10px;
font-size: 9px;
text-align: left;
font-family: Arial, Verdana, Helvetica, sans-serif;
color: #c10000 ;
}

p {
margin: 20px;
}

a:link {
color: #c10000;
text-decoration: none;
}
a:hover {
color: #f70000;
text-decoration: none;
}

a:active, a:focus {
color: #f70000;
text-decoration: none;
}
 
a:visited {
color: #c10000;
text-decoration: none;
}

blockquote { 
font-style: oblique;
margin-top: 0px;
margin-bottom: 23px;
}

#navcontainer {
margin-top: 60px;
color: #000000;
}

#navcontainer ul {
font-size: 12px;
text-align: right;
list-style-type: none;
font-family: Arial, Verdana, Helvetica, sans-serif;
color: #607F94;
}

#navcontainer a {   
height: 15px;
display: block;
padding: 3px;
padding-right: 25px;
/*border-bottom: 1px solid #fff;*/
color: #c10000;
}

#navcontainer a:link, #navlist a:visited {
color: #000000;
text-decoration: none;
}

#navcontainer a:hover {
color: #c10000;
background-image: url(images/hover.gif);
background-repeat: no-repeat;
background-position: center;
}





#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; 
}

