body, html {
	margin: 0px;
	height: 100%;
	width: 700px;
	font-family: Tahoma, "Times New Roman", Arial;
	font-size: 11px;
}

#main {
	position: relative;
	height: 100%;
	width: 100%;
}

#logo {
	position: relative;
	height: 88px;
	width: 700px;
}

#inhalt {

	position: relative;
	height: auto;
	width: 100%;
margin-top: -75px;
margin-bottom:-10px;

}

*+ html #inhalt {margin-bottom:-20px;}

#inhalt p {

	position: relative;
top: 20px; 
left: 210px;
	margin: 0px;
	color: #39393A;
	font-size: 16px;


}

#inhalt img {

	position: relative;
	margin: 13px 0px 0px 0px;

}

#navi {
	
	position: relative;
	height: 21px;
	width: 100%;
	background-image: url(http://www.zaun-markt.de/zaeune/fileadmin/template_img/Template_Verlauf_Balken_unten.png);
	margin: 15px 0px 0px 0px;

}


#links {
	text-align: right;
	vertical-align: middle;
	height: 20px;
	width: 120px;
	float: left;
	position: relative;
	margin: -7px 0px 0px 160px;
	_margin: 3px 0px 0px 80px;

}

*+html #links { /* IE7 Hack */

	margin: 3px 0px 0px 160px;
}

#mitte {
	text-align: center;
	vertical-align: middle;
	height: 20px;
	width: 120px;
	position: relative;
	float: left;
	margin: -7px 0px 0px 0px;
	_margin: 3px 0px 0px 0px;
}

*+html #mitte { /* IE7 Hack */

	margin: 3px 0px 0px 0px;
}

#rechts {	
	text-align: left;
	vertical-align: middle;
	height: 20px;
	width: 120px;
	position: relative;
	float: left;
	margin: -7px 0px 0px 0px;
	_margin: 3px 0px 0px 0px;

}

*+html #rechts { /* IE7 Hack */

	margin: 3px 0px 0px 0px;
}

a {
	color: #39393A;
	text-decoration:none;
	/*font-weight: bold;*/
}

a:hover {
	color: #da251d;
	/*font-weight: bold;*/
}