* {
margin: 0;
padding: 0;
}

body {
font: 95% Arial, Helvetica, Verdana, sans-serif;
color: #333333;
background: #EEEEEE;
}

a {
color: #111111;
text-decoration: none;
}

a:hover {
color: #551111;
}

a img {
border: 0 none;
}

p,li {
font-size: 0,8em;
line-height:140%;
}

h1, h2, h3 {
font family: Arial, Helvetic, Verdana, sans-serif;
color: #111111;
background: transparent;
}

h1 {
font-size: 1.6 em;
margin: 15px,0;
}

h2 {
font-size: 1.4 em;
margin: 10px,0;
}

h3 {
font-size: 1.2 em;
margin: 5px,0;
}

ul {
list-stye-type: square;
}

#center {
	width: 800px;
    height: 100%;
	position: absolute;
	left: 50%;
	top: 10px;
	bottom: 10px;
	margin-left: -400px;
}

#container {
width: 800px;
height: 100%;
color: #EEEEEE;
background: #FFFFFF url(../bilder/back.gif) no-repeat right bottom;
margin-top: 1.5em;
margin-bottom: 1.5em;
}

#navigation {
position: absolute;
top: 235;
left: 0;
height: 30px;
width: 800px;
}

#navigation li {
display: inline;
}

#navigation a {
text-decoration: none; 
font-size: 90%;
color: #111111;
display: block;
float: left;
padding: 3px 20px;
font-weight: normal;
line-height: 1.5em;
}

#navigation a:hover {
text-decoration: none; 
color: #EEEEEE;
display: block;
float: left;
padding: 3px 20px;
font-weight: normal;
}

#inhaltlinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	font-style: normal;
	line-height: 140%;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	text-decoration: none;
	position: absolute;
	height: 600px;
	width: 300px;
	left: 0px;
	top: 260px;
	padding: 20px 20px;
}

#inhaltrechts {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	font-style: normal;
	line-height: 140%;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	text-decoration: none;
	position: absolute;
	height: 412px;
	width: 601px;
	left: 15px;
	top: 291px;
	padding: 20px 20px;
}

