	/* ==================================
	
	1. Kalibrierung
	
	=============================== */
	
	
	
	* { padding: 0; margin: 0; } 
	h1, h2, h3, h5, p, ul, ol { color: #D32424; clear: both; margin-bottom: 1em; } 
	ol ul { margin-bottom: 0; } 
	li { margin-right: 5px; } 
	
	/* ==================================
	2. Allgemeine Styles 
	=============================== */  
	
	html { height: 101%; }    
	body {
	background-color: #FFF;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	}
	
	h1 {
	padding-top:20px;
	font-size: 140%;
	color: #D32424;
	border-bottom: dotted 1px #D32424;
	font-family: "Courier New", Courier, monospace;
	padding-left: 0px;
}
	h2 { font-size: 110%; }
	h5 { font-size: 110%; }
	
	.info {
	font-size: 90%;
	color: #D32424;
}
	img {
	display: block;
	}
	/* ================
	
	Hyperlinks    */  
	a {
		font-size: 90%;
	text-decoration: underline;
	color: #D32424;
} 
	a:link { color:  #D32424; } 
	a:visited { color: #D32424; } 
	a:hover, a:focus {
	color: #999;
	text-decoration:none;
} 
	a:active {color: white;}  
	
	/* =====================
	
	Klassen und IDs    */
	.skiplink {
	position: absolute; 
	top: -5000px; 
	left: -5000px; 
	width: 0;
	height: 0; 
	overflow: hidden; 
	display: inline; 
	}

	.clearing {
	clear: both; 
	}
	
	/* ==================================
	
	3. Styles fuer Layoutbereiche 
	
	=============================== */   
	#wrapper {
	background-color: #FFF;
	height: 100%;
	margin-top:20px;
	}
	#navibereich  {
	position: relative;
padding-bottom:20px;
	height:150px;
	background-image: url(img/stuff/header.gif);
	background-repeat: no-repeat;

	}

	
	#navibereich ul {
		padding: 110px 0px 30px 150px;
	}
	
	#navibereich li {
	list-style-type: none;
	display:inline;
	font-size: 130%;
	font-size: 130%;
	}
	
	#navibereich a {
		font-size: 100%;
	text-transform:uppercase;
font-family: "Courier New", Courier, monospace;
	text-decoration:none;
	color: #999;
	border-bottom: dotted 0px #999;
	padding:5px 10px;
	}
	
	#navibereich_current {
	color: #FFF;
	font-family: "Courier New", Courier, monospace;
	text-transform:uppercase;
	background:#D32424;
	font-weight: bold;	
	padding:5px 10px;
	}
	
	#navibereich a:hover, #navibereich a:focus {
	color: #FFF;
	font-weight: bold;
	background-color: #EB8B8B;


	}
	
		#navibereich2 {
	float:left;
	width: 140px;
	padding: 2px 20px 0px 0px;
	margin-top:0px;
	text-align:right;
	}

		#galeriebereich {
	float:left;
	width:770px; margin-left: 160px;
	}
	
	#galeriebereich img
	{ margin-right:0px; margin-bottom:0px;
	}
	
	#textbereich {
	float:left;
	width:770px;
	}


	#textbereich img
	{
	margin-right:20px;
	margin-bottom:20px;
	float:left;
	border: solid 1px #666;	
	}

	#textbereich object
	{
	margin-right:20px;
	margin-bottom:10px;
		float:left;
	border: solid 1px #666;	
	}	
	
	#textbereich iframe 
	{
	margin-right:20px;
	margin-bottom:10px;
		float:left;
	border: solid 1px #666;	
	}
	#textbereich ul{

padding-left: 15px;
list-style-point: none;
}
.angebot_titel{
	font-style: normal;
	font-weight: bold;
	}
.angebot_schulform{
	font-style: normal;
	font-weight: bold;
color:#FFFFFF;
	font-size: 8pt;
	text-transform:uppercase;
	}
	
	#fussbereich {
	clear: both; 
	padding: 50px 20px 10px 160px; 
	color:#D32424;
	text-align: left; 
	font-size: 95%; 
	font-style: normal; 
	
	}
	
	
	/* ==================================
	
	4. Sonstige Styles 
	
	=============================== */   
	
	.tophead {
	font-size: 80%;
	text-decoration: underline;
	text-transform:uppercase;
	}
	
	
	
	
	/* ======================
	
	Das Kontaktformular */
	.button {
	font-family:  Arial, Helvetica, sans-serif;
	background-color:#FFFFFF;
	color:#35B5B4;
	width:138px;
	border:2px
	solid #C2E9E8;
	cursor: pointer;
	}
	
	.feld {
	font-family:  Arial, Helvetica, sans-serif;
	background-color:#FFFFFF;
	color:#35B5B4;
	width:280px;
	border:2px
	solid #C2E9E8;
	font-size: 13px;
	}
	
	/* ==================================
	
	ENDE DES STYLESHEETS 
	
	=============================== */   
	

