/* CSS Document */

body {
	color: #000000;
	background-color: silver;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	padding: 10px;
	}
	
h1 {font-size: 150%}
h2 {
	font-size: 130%;
	margin-top: 40px;
	}

#wrapper {
	color: black;
	background-color: white;
	width: 720px; /* feste Breite */
	margin: auto; /* zentrieren */
		background-image: url(grafiken/smilie.gif);
	}

#kopfbereich {
	position: relative;
	color: blue;
	background-color: #B3C4E6;
	background-image: url(grafiken/kopf_bg_verlauf.jpg);
	background-repeat: repeat-y;
	background-position: top left;
	}		

#kopfbereich h1 {
	position: absolute;
	top: 20px;
	right: 20px;
	padding: 0;
	margin: 0;
	}

#kopfbereich h2 {
	position: absolute;
	top: 5.6em;
	right: 20px;
	padding: 0;
	margin: 0;
	}
		
#kopfbereich p {
	position: absolute;
	top: 5em;
	right: 20px;
	padding: 0;
	margin: 0;
	}
	
	
#navibereich {
	text-align: right;
	background-color: #B3C4E6;
	padding: 10px 20px 4px 20px;
	border-bottom: 1px solid black
	}
	
#navibereich ul {
	padding: 0;
	margin: 0;
	}
		
#navibereich li {
	list-style-type: none;
	display: inline;
	padding: 0;
	margin: 0;
	}
	
#navibereich a {
	text-decoration: none;
	color: white;
	background-color: #6688CC;
	padding: 4px 8px 4px 8px;
	border: 1px solid black;
	}
	
#navibereich a:hover, #startseite #navi01, #michaelendeseite #navi02, #kollegiumseite #navi03, #foerderkreisseite #navi04, #kalenderseite #navi05, #kontaktseite #navi06, #fotoseite #navi07, #linkseite #navi08 {
	color: black;
	background-color: #ffffcc;
	background-image: url(grafiken/smilie.gif);
	padding-bottom: 5px;
	border-bottom: none;
	}
		
#textbereich {
	padding: 20px;
	} 

#textbereich a, ul {
	text-decoration: none;
	color: #000000;
	list-style-type: none;
	}
#textbereich a:hover { 
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	}
#textbereich a .bullet { color: #FFCC66}
#textbereich a:hover .bullet { color: #FF0000}	
	
dl.foerder dt {
	margin: 2em 0 .5em 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 140%;
	color: #693;
	}
	
dl.kollegen  {
	border-top: 2px dotted #ccc;
	border-bottom: 2px dotted #ccc;
	}
	
dl.kollegen dt {
	margin-top: 15px;
	}
dl.kollegen dd  {
	margin-top: -15px;
	margin-left: 169px;
	margin-bottom: 15px;
	}

					
.bildlinks {
		float:left;
		padding: 3px;
		margin-bottom: 20px;
		margin-right: 10px;
	  	}
		
.bildrechts {
	    float:right; 
	    padding: 3px; 
	    margin-right: 5px;
		margin-bottom: 30px; 
       	}		
		
dl.bildlinks {
		float:left;
		display: block;
		margin-left: 5px;
		margin-bottom: 30px;	
		}
dl.bildlinks dd {
		margin-left: 0px;
		font-weight: bold;
		margin-top: 5px;		
		}
		
dl.bildrechts {
		float:right;
		display: block;
		margin-right: 5px;
		margin-bottom: 30px;
		}
dl.bildrechts dd {
		margin-left: 0px;
		font-weight: bold;
		margin-top: 5px;
		}
				
/* ============================
   	Das Kontaktformular
	============================ */
form {
  background-color: #B3C4E6;
  width: 400px;
  padding: 20px;
  border: 1px solid #8c8c8c;
}
label { display: block; } 
#absender, textarea {
  width: 300px;
  border: 1px solid #8c8c8c;
  margin-bottom: 1em;
}
textarea { height: 7em; }
input:focus, textarea:focus 
{
  background-color: #d9d9d9; 
}
/*Ende Kontaktformular*/
	
#fussbereich {
	clear: both;
	padding: 20px; 
	background-color: #FFFF99;
	}
	
/*================================
   Lightbox v2.0
  ================================ */
  #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(laempel/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(laempel/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(laempel/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;
	}
/*================================
   Ende Lightbox v2.0
  ================================ */
  
/*Galerie der Ehemaligen*/	
dl.gallery
{
	border: 1px solid #000;
	background-color: lightyellow;
	width: 102px;
	text-align: center;
	padding: 10px;
	float: left;
	margin: 0 0 2em 7em;
}

.gallery dt { font-weight: bold; }

.gallery dt img
{
border: 1px solid #000;
width: 100px;
height: 100px;
}

.gallery dd
{
margin: 0;
padding: 0;
}
/*Ende der Gallerie*/		


br.clear { visibility:hidden; clear:both; line-height:0px; background:#fff; height:0px; font-size:0px; padding:0; margin:0; }

