@charset "iso-8859-1";
/* CSS Document */

body{
	margin-top:15px;
	padding:0px;
	background-image:url('img/bg.gif');
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	text-align: center;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
	color:#4f6643;
	}
h1 {
	font-family:"Times New Roman", Times, serif;
	color:#98ac3a;
	font-size:26px;
	line-height:25px;
	margin-top:0;
	margin-bottom:20;
	}
#wrapper{
	position:relative;
	width:800px;

    margin-left:auto;
    margin-right:auto;
    top: 0px;
	text-align: left;
	}
#content{
	position:absolute;
	width:800px;
	height:577px;
	background-image:url('img/bg_inhalt.gif');
	background-repeat:no-repeat;
	
	}
#footer {
	position:absolute;
	left:0;
	top:577px;
	width:800px;
	text-align:right;
	padding-top:10px;
	margin-right:20px;
	font-size:11px;
	}
#text_inhalt{
	width:400px;
	margin-left:80px;
	margin-top:170px;
	}
#text_kontakt {
	width:200px;
	margin-right:45px;
	margin-top:400px;
	float:right;
	
	}
	
a:link { color:#98ac3a;
		 text-decoration:none;}
a:hover { color:#98ac3a;
		 text-decoration:underline;}
a:active { color:#98ac3a;
		 text-decoration:underline;}
a:visited { color:#98ac3a;
		 text-decoration:none;}