* {
margin: 0;
padding: 0;
}

html {

color: #000;
font: 75%/1.4 arial;
}

div#navi_links {
position:absolute;
left:250px;
top:160px;
width:180px;
}

div#navi_rechts {
position:absolute;
left:990px;
top:350px;
width:180px;
height:100px;

}

div#center {
	position:absolute;
	background: #EEEEEE;
	left:440px;
	top:16px;
	width:520px;

	border: medium solid #FFCC66;

}


div#cont {
background: url(image/layout/kopf.jpg) no-repeat;
margin-left:200px;
height: 256px;
width:1000px;
}

div#cont div {
display: inline;
float: left;
}

p {
	font: 85%/1.4 arial;
	padding-left: 2px;
	padding-right: 10px;
	padding-bottom: 10px;
	color: #000000;
	text-align: left;
}

a {
	padding-left: 0px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 1,5;
}

a:focus, a:hover, a:active {
text-decoration: underline;
}

a img {
border: 0px;
}

h2 {
	padding-left: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 2em;
	color: #006600;
	text-align: left;
}

h3 {
	padding-left: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 2em;
	color: #006600;
	text-align: center;
}