* {
	margin: 0px;
	padding: 0px;
}

html {
	height:100%;
	margin-bottom:1px;
}

body {
	font: 0.8em Arial, Verdana, Helvetica, sans-serif;
	text-align: center;
	color: #374954;
	background: url(images/bg_body.png) repeat-x left top;
}

#outer {
	width: 1000px;
	margin: 0px auto;
	text-align: left;
	position: relative;
}

#header {
	height: 131px;
	background: url(images/bg_header_logo_02.jpg) no-repeat left top;
	position: relative;
}

.top_navi {
	height: 40px;
	background: url(images/bg_navigation_02.jpg) no-repeat left -5px;
}

#bg_nav2 {
	height: 100px;
	background: url(images/bg_nav02.jpg) no-repeat left top;
	clear: left;
}

#content {
}

#linke_seite {
	width: 250px;
	float: left;
}

#rechte_seite {
	margin-left: 270px;
	width: 650px;
	padding-top: 10px;
	position: relative;
}

#verlauf {
	display: block;
	height: 40px;
	background: url(images/bg_outer.png) no-repeat left bottom;
	clear: both;
}

#footer {
	clear: left;
}
