/*BEGINN globaler Reset der Website*/

*{
	margin: 0;
	padding: 0;
}

/*ENDE*/

/* -------------------------------------------------- */

/*BEGINN Seiten-Layout*/

body{
	background: #fff url('../img/site/bg2.png') repeat-y;
	color: #252525;
	font: normal 1.0em/1.6em verdana, sans-serif;
}

#container{
	position: absolute;
    width: 980px;    
    margin-top: 70px;
	left: 50%;
	margin-left: -490px;

}

#head{
	position: absolute; 
	margin-top: -50px; 
	background: url('../img/site/main_header_bg.png'); 
	width: 980px; 
	height: 50px;"
}

#header{
	background: url('../img/site/main_bg.png') repeat-y;
	height: 130px; 
}

#logo{
	position: absolute;
	margin-left: -16px;
	margin-top: -50px;
}

#line{
	width: 895px;
	height: 15px;
	background: #008659;
}

#navigation{
	float: left;
	margin-top: 10px;
    width: 150px;
    height: 150px;
}

#main{
	width: 100%;
	padding-left: 40px;
	background: url('../img/site/main_bg.png') repeat-y;
}

#column{
    float: right;
    width: 200px;
    margin-right: 90px;
}

#content{
    margin-right: 300px;
	margin-left: 140px;
    padding-left: 25px;
}
	
#foot{
	background: url('../img/site/main_footer_bg.png'); 
	width: 980px; 
	height: 70px;"
	margin-left: -70px;
}	
	
#footer{
	position: absolute;
	height: 140px;
	background: url('../img/site/footer.png'); 
	width: 100%;
}

#footer_content{
	text-align: center;
	
}

/*ENDE Seiten-Layout*/

/* -------------------------------------------------- */

/*BEGINN Text- und Hyperlink-Formatierung*/

h1{
	padding: 10px 0 10px 0;
	font-family: "Georgia", "Times New Roman", serif;
	font-size: 16px;
	font-weight: bold;
	border-bottom: none;
}

h4{
	background: #008659;
	color: #fff;
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;	
	padding: 3px;
	padding-left: 7px;
}

p{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.6em;
}

ul.text li{
	font-size: 12px;
	margin-left: 30px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	line-height: 1.6em;
}

ul.start li{
	margin-left: 50px;
	font-weight: bold;
	font-style: italic;
	font-size: 12px;
}

.box p{
	font-size: 0.8em;
}

table td, th{
	font-size: 12px;
	text-align: center;
	padding: 5px;
	padding-left: 9px;
	width: 170px;
}

table td{
	font-style: italic;
}

table.footer{
	position: relative;
	left: 50%;
	margin-left: -450px;
	padding: 0px;
	line-height: 1.2em;
}

table.footer td, table.footer th{
	font-size: 12px;
	text-align: left;
	margin: 0px;
	padding: 0px;
	color: #fff;
	font-style: normal;
}

label{
	float: left;
	width: 70px;
	font-weight: bold;
}

label.foot{
	width: 70px;
	font-weight: bold;
}

hr{
	border: 1px dashed #008659;
}

/*ENDE Text- und Hyperlink-Formatierung */

/* -------------------------------------------------- */

/*BEGINN Navigation */

#navigation li{
	list-style: none;
	padding-top: 4px;
	padding-left: 0px;
}

#navigation a{
	font: bold 12px tahoma, sans-serif;
	color: #008659;
	text-decoration: none;
	text-transform: uppercase;
}

.box{
	margin-top: 10px;
	border: 1px solid #adb0b5;
	padding: 5px;
	background: #fcfcfc;
}

.box p{
}