* { /* Mit Universalselektor die Polsterungseigenschaften aller (Block-)Elemente auf null setzen */
margin: 0;
padding: 0;
}

body	{background: url(vorlagen/background.png);
		 text-align: center; /* Für IE 5.01 & 5.5, um die Box #wrapper horizontal zu zentrieren */}
/* 
  --Ebenen-- 
Hier werden die einzelnen Ebenen des Stylesheets konfiguriert*/		 
		 
#wrapper {
	width: 900px;
	background-image: url(vorlagen/test_2.jpg);
	background-repeat: repeat-y;
	margin: auto;
}		 

html>body #wrapper {margin-top: 10px;
						  margin-bottom: 10px;	
	} 
	
#top	{
	position: relative;
	height: 100px;
	width: 900px;
	background: url(vorlagen/logo.png);
}
		 
#left	{float:left;
		 width:150px;
		 padding-top: 10px;
		}
		 
#main {float: right;
		 width: 750px;
		 }

		#center	{float: left;
					 width: 600px;
					 background: url(vorlagen/main.png);
					 text-align: left;
					 padding-top: 10px;
		 			 padding-bottom: 10px;
					 min-height: 440px;
					}
					html>body #center {padding-top: 0px;
						  padding-bottom: 0px;	
	} 
		#right	{float: left;
					 width:150px;
					 }
		 	
#bottom	{clear: both;
			 width:900px;
			 height: 25px;
			 background: url(vorlagen/bottom.png);
}

.white {
	background-color: white;
	margin: 11px;
	margin-left: 11px;
	margin-right: 11px;
	border: solid;
	border-width: 2px;
	border-color: blue;
	padding: 10px 10px 10px 10px;
}
.box {
	width: 554px;
	padding-bottom: 1em;
	height: 220px;
}
.box2 {
	width: 554px;
	padding-bottom: 1em;
	height: 200px;
}
img.foto1 {position: relative;
			  left: 28px
}
img.foto2 {position: relative;
			  left: 17px;
}
img.foto3 {position: relative;
			  left: 34px;
}
.u1 {float: left;
	width: 261px;
	text-align: center;
}
.u2 {float: right;
	width: 261px;
	text-align: center;
}
.block {padding-left: 9.5em;
}
.block1 {padding-left: 2.5em;
}
.block2 {padding-left: 2em;
}
.block3 {padding-left: 3.90em;
}
.block4 {padding-left: 5.20em;
}
.block5 {padding-left: 9.2em;
}
.block6 {padding-left: 7.5em;
}
.block7 {padding-left: 9.3em;
}
.foto {float: right;
		 margin-top:auto;}
.left {text-align: left;}
.center {text-align: center;
}
.right {text-align: right;
}
a.link	{color:red;}
.com	{border: none;
		 text-align: left;
}
a.navi {font-weight: 600;
        font-size: 0.8em;
        line-height: 500%;
        }
.auswahl {text-align: center;
			 padding-bottom: 0em;
}
.bezeichnung {
	float: left;
	color: blue;
	width: 140px;
}

/*        
  --Schriftformatierungen--        
*/    
h1 {/*border-bottom: solid;
    border-width: 1px;*/
	 font-size: 1.5em;
    font-family: Verdana, Arial, sans-serif;}
    
h2 {/*border-bottom: solid;
    border-width: 1px;*/
    padding-bottom:20px;
	  font-size: 1.25em;
    font-family: Verdana, Arial, sans-serif;}    

h3 {/*border-bottom: solid;
    border-width: 1px;*/
    padding-bottom:0.5em;
    color: blue;
	  font-size: 15px;
    font-family: Verdana, Arial, sans-serif;}
    
p {font-family: Verdana, Arial, sans-serif;
   font-size: 15px;
   }

img	{border: 0px;		 
}	
ul {list-style-type: none;
    padding-left: 1em;
    font-family: Verdana, Arial, sans-serif;
    font-size: 15px;
}
ol {padding-left: 2em;
    font-family: Verdana, Arial, sans-serif;
    font-size: 15px;
}
li  {padding-bottom: 1em;}
html>body li{padding-bottom: 0em;}
em  {color: blue;
     font-style: normal;}
a {color:black;
   text-decoration: none;
	font-size: 15px;
   font-family: Verdana, Arial, sans-serif;
}
table {font-family: Verdana, Arial, sans-serif;
	font-size: 15px;
	border-spacing: 10px;
	text-align:center;
}
td {padding-bottom: 1em;
}
html>body td{padding-bottom: 0em;}

/* ----Lightbox----*/

#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:schulhomepage/lightbox2.04/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(/schulhomepage/lightbox2.04/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/schulhomepage/lightbox2.04/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; }
