
/* based on a template by www.intensivstation.ch */

body {
background-image: url(../bilder/background.jpg);
background-repeat: repeat-x;
background-attachment: fixed;
background-color: #ffff00;
font-size: 11px;
line-height: 1.6em;
font-family: Lucida Sans Unicode, Lucida Grande, SunSans-Regular, Arial, Sans-Serif;
color:#333333;
padding:0;
margin:0;
}

a:link {color: #cc0000;
text-decoration: none;
}
a:visited {color:#cc0000;
text-decoration: none;
}
a:hover {color: #000000;}
a:active {color:#ffffff;}

a.navi:link {color: #333333;
text-decoration: none;
}
a.navi:visited {color:#333333;
text-decoration: none;
}
a.navi:active {color:#fff000;}

.nichtbildschirm {display: none;
}

h1 {
font-size: 4em; 
font-weight: normal;
padding: 10px;
margin:0;
text-align: center;
}

img.fotolil {
margin: 1px;
padding: 1px;
border: 1px black solid;
height: 70px;
width: 70px;
}

img.portrait {
margin: 0 0.5em 0 0;
padding: 1px;
border: 1px black solid;
height: 70px;
width: 70px;
float: left;
}

img.banner {
margin-top: 15px;
margin-bottom: 10px;
border: 0;}

img.trenner {
border: 0;
}

h2 {
font-size: 1em;
font-family: Georgia, Times New Roman, Times, serif;
font-weight: normal;
text-decoration: underline;
padding: 0;
margin:0;
}

#content h2 {padding-left: 5px;}
#left h2 {padding-left: 5px;}

b {font-weight: bold;
}

/* #container zentriert das Layout */
#container {
width: 70em;
margin: 0 auto;
padding: 0;
}

/* #banner fuers Logo */
#banner {
margin: 0;
padding: 0;
}
#banner p{
margin-left: 15em;
padding: 10px;
}

/* #mainnavi Navigation */
#mainnavi {
margin: 0;
padding: 0;
border-right: 1px black dotted;
background-image: url(../bilder/background_navigation.jpg);
}
#mainnavi p{
margin-left: 15em;
padding: 0 5px;
font-family: Georgia, Times New Roman, Times, serif;
font-size: 1em;
font-weight: bold;
}

/* #content: Inhalt */
#content {
background-color: #ffffff;
padding: 2.5em 0 0 0;
margin: 0 15em;
}

p, pre, form, img.trenner{
padding: 0 5px 20px 5px;
margin:0;
}

p.eintrag {
background: url(../bilder/quote_li.jpg) top left no-repeat;
padding-bottom: 0;
padding-top: 10px;
}
p.eintrag2 {
background: url(../bilder/quote_re.jpg) bottom right no-repeat;
text-align: right;
margin-top: -0.5em;
margin-bottom: 2.3em;
line-height: 2.3em;
padding-bottom: 6px;
}

.adress {
margin-left: 4em;
}

/* #left linke Spalte */
#left {
float: left;
width: 14.5em;
margin: 0;
padding: 2.5em 0.5em 0 0;
}

/* #right rechte Spalte */
#right {
float: right;
width: 14.5em;
margin: 0;
padding: 2.5em 0 0 0.5em;

}

/* #footer Fusszeile */
#footer {
clear: both;
background-color: #;
padding: 0;
margin: 0;
margin: 0 15em;
}

/* Lightbox */

#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(../lightbox/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(../lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../lightbox/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;
	}