* {
	margin: 0px;
	padding: 0px;
}
html {
	height:100%;
	margin-bottom:1px;
}
body {
	font: 0.8em/1.5em Arial, Helvetica, sans-serif;
	text-align: center;
	height:100%;
}
#outer {
	background: url(bg_body.png) no-repeat center top;
	width:100%;
	
}

a {
	color:#000000;
}
a:hover {
	color:#666666;
}
a img {
	border-style: none;
}


#wrapper {
	text-align: left;
	margin: 0px auto;
	width: 950px;
}

#webseite {
}

#topnav {
	line-height: 30px;
	text-align: right;
	height: 30px;
}

#header {
	height: 150px;
}
#navigation {
	height: 80px;
	width: 950px;
	padding-top: 20px;
}


#content {
	clear: both;
	float: left;
	width: 950px;
	
}

#linkeseite {
	float: left;
	width: 700px;
}

#rechteseite {
	float: right;
}

#footer {
	clear: both;
	line-height: 30px;
	text-align: center;
	height: 30px;
}
