html, body {height:100%}

body {
	padding:0;
	margin:0;
	text-align:left;
	background-color: #FFFFFF;
	font-size:11px;
	font-family: Verdana,Tahoma,Arial,Helvetica,Sans-serif,sans-serif;
	color: rgb(0,0,0);
	overflow-x: hidden;
	overflow: -moz-scrollbars-vertical;
}

td {
	font-size:11px;
	font-family: Verdana,Tahoma,Arial,Helvetica,Sans-serif,sans-serif;
	color: rgb(0,0,0);
	width:240px;
	margin-bottom:8px;
}

.input {
	font-size:11px;
	font-family: Verdana,Tahoma,Arial,Helvetica,Sans-serif,sans-serif;
	color: rgb(0,0,0);
	width:240px;
	margin-bottom:8px;
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
}

.label {
	font-size:11px;
	font-family: Verdana,Tahoma,Arial,Helvetica,Sans-serif,sans-serif;
	color: rgb(0,0,0);
}

.small {
	font-size:9px;
}

#outer{
	height:100%;
	width: 100%
	min-height:100%;
	color: #000000;
	text-align:left;
	position:relative;
	background-color: #ffffff;
		background-image: none;
}
 
html>body #outer{height:auto;} 

#innerwrap {
	float:left;
   width: 90%;
}

#header{
	position:absolute;
	top:0;
	margin: 0;
	padding: 0;
	width:400px;
	height:130px;
	background-image: url(/upload/logos/logo_schulstiftung.jpg);
   background-position: 0 0;
   background-repeat: no-repeat;
	z-index:5;

}

#left {
	display:none;
   width: 1px;
}



#right {
	display: none;
   width: 1px;
}

div,p  {margin-top:0;}

#centrecontent {
	width: 90%;
	float: right;
	font-size: 14px;

}

#centrecontent p {
	font-size: 14px;}


#clearfooter {width:100%;height:52px;clear:both}

#bottomnavi {
	display:none;
}

#additionalnavi {
	display:none;
}

#logo {
	margin-top:18px;
	padding-left:30px;
	vertical-align:top;
}

#logo1 {
	float:left;
	padding-top:16px;
}

#logo2 {
	margin-left:150px;
	padding-top:15px;
}

#navipath {
	display:none;
}

.navi{
	width:180px;
	/*border-bottom: 1px dotted rgb(169,174,194);*/
	border-bottom: 1px dotted rgb(229,241,248);
	background-color:rgb(255,255,255);
}

h1 {
	padding-left:2px;
	font-weight:bold;
	font-size:14px;
	color: #333333;
	margin:0;
}

h1.content {
	padding-bottom:12px;
}

hr { 	display:none; }

a { font-size:11px;  color: rgb(0,0,0);text-decoration:none;}
a:hover { text-decoration:underline; }

a.newsheadline { font-weight:bold; } 

a.bottomnavi { color: rgb(160,160,160); } 

a.additionalnavi { font-size:10px; color: rgb(0,0,0); }

a.navipath { font-size:12px; color: rgb(99,99,99); } 



a.sitemap_level1 {
	display:block;
	border-bottom:1px solid #b4a8b4;
	color: #33475f;
	font-weight:bold;
	padding-bottom:.4em;
	background:url("../images/navi_pfeil_rechts.gif") no-repeat;
	background-position:right;
}

a.sitemap_level2 {
	color:#4b5459;
	background:url("../images/navi_pfeil_rechts.gif") no-repeat;
	background-position:170px 4px;
	display:block;
}

a.sitemap_level3 {
	color:#4b5459
}

.sitemap_level2_container {
	float:left;
	width:50%;
	padding-top:.3em;
}

.sitemap_level3_container {
	float:right;
	width:50%;
	padding-top:.3em;
}



