* {
	margin: 0;
}

html
{
height: 100%;
	}
	
body {
	padding:0; 
	font-family: arial, tahoma, helvetica, sans-serif; 
	font-size:75%;  
	color:#000000; 
	height: 550px; 
	text-align: center; 
	margin-top: 0px;
	background-color:#003D1C;
			}

a {
	color: #003D1C;
	
	font-weight: bold;
	text-decoration: none;
	}
	
a:hover {
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
	}
	
h1 {
font-size: 14px;
font-weight: bold;
}

/* PAGE LAYOUT */

#pageContainer { /* PAGE CENTERED */
	width: 980px;
	height: 100%;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	text-align: left;
		}
	
#header { 
	height: 125px;
	padding: 0;
	background: url(images/header.jpg);
	background-repeat: no-repeat;
	}
headerOben
{ 
width: 980px;
height: 100px;
float: left;
clear:both;
}

#headerUnten {
	width: 980px;
	height: 20px;
	padding-top:3px;
	float:left;
	clear:both;
}
	
#headerNavOben{
	width: 762px;
	height: 25px;
	padding: 0;
	float: right;
	padding-top: 75px;
	text-align:left;
	font-weight: bold;
	color:#FFFFFF;
	font-size:97%;
}

#headerNavOben a{ 
	padding-right: 20px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
	}
	
#headerNavOben a:hover{ 
	color:#97BB24;
	}
	
#headerNavUnten{ 
	width: 140px;
	height: 20px;
	padding-top: 4px;
	float: left;
	text-align:center;
	}

#headerNavUnten a{ 
	font-weight:bold;
	color:#000000;
	text-decoration:none;
	}
	
#headerNavUnten a:hover
{ 
	color:#FFFFFF
	}
	
/* CONTAINER INDEX*/
#indexContainer { 
	width: 700px;
	height: 432px;
	background-color: #F2CF68;
	float:right;
	}
					
#leftContainer { 
	width: 280px;
	height: 432px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	float: left;
	background-image:url(images/index_left.jpg);
	background-repeat: no-repeat;
		}
/* EINTEILIGER MAINCONTAINER*/

#mainContainer
{width: 980px;
height:auto;
background-color:#FFFFFF;
float:left;
clear: both;
}
		
#info
{
width: 223px;
height: 320px;
float: left;
margin-top: 25px;
margin-left: 25px;
text-align:center;
font-weight: bold;
background-color:#FFFFFF;
}

#textContainer {
	width: 420px;
	height: auto;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	float: left;
	background-color: #FFFFFF;
	overflow:visible;
		}
		
#flashContainer { 
	width: 560px;
	height: auto;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	float: right;
	background-color: #bfd381;
		}	
		
/* ABSCHLUSS*/
#endContainer
{
	width: 980px;
	height: 23px;
	background-color: #97BB24;
	clear:both;
	float:left;
	font-weight: bold;
	font-size:11px;
	text-align:center;	
	padding-top:5px;
}
#endContainerIndex
{
	width: 980px;
	height: 200px;
	background-color: #97BB24;
	clear:both;
	font-weight: bold;
	font-size:11px;
	text-align:center;	
	padding-top:5px;
}	

#auszeichnung
{width:500px;
text-align:center;
}	
/* CLASSES */

.fliesstext
{ text-align: left;
padding-top: 10px;
padding-left: 20px;
padding-right: 20px;
line-height: 120%;
}

.preise
{ 
margin-left: 10px;
line-height: 120%;
font-size: 11px;
}

.tabelle
{ 
line-height: 120%;
padding-left: 20px;
}

