html {
	font-family:Tahoma, Arial;
	font-size:11px;
	line-height:18px;
	background:url("images/bg.jpg") fixed;
	}	
	
body {
	margin:0;
	padding:0;
	}
	
#site {
	position:relative;	
	width:810px;
	top:50px;
	margin:0 auto 0 auto;		
	background:url(images/verlauf.gif);
	background-repeat:repeat-x;
	background-color:#FFFFFF;	
	border:10px solid white;
}	
	
		
img {
	border:none;
	}	
	
h1 {
	margin:0 0 20px 0;
	padding:0;
	font-size:24px;
	font-weight:normal;
	color: #521b00;
	}
	
h2 {
	margin:-20px 0 40px 0;
	padding:0;
	font-size:11px;
	font-weight:normal;
	font-style: italic;
	xcolor: #983607;
	}
	
p {
	margin:0 0 20px 0;
	padding:0;
	}	
	
p.links {
	width:170px;
	float:left;
	}


a {
	color:#3BA900;
	text-decoration:underline;
}

a:hover {
	color:#383539;
	text-decoration:underline;
}

a:focus {
	outline: none;
	}	
	
div.bild {
	position:absolute;
	top: -60px;
	left:35px;
	float:left;	
	}	
	
div.logo {
	position:absolute;
	top: 21px;
	left:535px;
	}	
	
div.nav {
	width:160px;	
	padding:0;
	margin:275px 0 0 30px;
	float:left;
	}	
	
div.inhalt {
	width:510px;	
	padding:0;
	margin:230px 0 0 50px;
	float:left;
	}		
	
div.inhalt p img {
	padding:0 5px 5px 0;
	margin:0;
	}
	
	
div.footer {
	text-align:center;
	background:url(images/schatten.gif) no-repeat;
	margin:60px 0 0px 0;
	padding:10px 0 0 0;
	}			
	
/* kontaktformular */	
	
div.inhalt  form {
	width:400px;
	}


div.inhalt  form input, textarea {
	font-family:Tahoma, Arial;
	font-size:11px;
	background-color:#F3F1EF;
	border:none;
	padding:5px;
	color:black;
	}

div.inhalt  form input.text {
	width: 310px;
	margin-top: 5px;
	}
	
div.inhalt  form input.zahl {
	width: 15px;
	margin-top: 5px;
	}	
	
div.inhalt  form input.radio {
	background-color:#FFFFFF;
	}	
	
div.inhalt  form textarea {
	width:390px;
	height:100px;
	margin:5px 0 0 0;
	}	
	
div.inhalt  form input.radio {
	margin: 5px 5px 0 0;
	}		
	
div.inhalt form p label.bez {
	float: left;
	width:80px;
	margin: 0;
	padding-top: 7px;
	}	
	
div.inhalt form p.trenner {
	display:block;
	width:100%;
	margin:25px 0 15px 0;
	padding:0;
	height:1px;
	background:url(images/trenner.gif) 0 0;
	}		
	
/* Senden-Button */

div.inhalt div.abschicken a {
	width:105px;
	height:18px;
	margin:0 0 30px 0;
	float:right;
	background:  url("images/buttonAbschicken.gif") no-repeat;
	}
	
div.inhalt div.abschicken a:hover {
	background:  url("images/buttonAbschickenOver.gif") no-repeat;
	}

	
		