﻿#container {
	margin: 0;
	padding: 0;
	border: 0;
}

#kopf {
	position: relative;
	width: 100%;
	height: 90px;
	background-image: url('../images/header_background.gif');
	background-position: center;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
}

#logo {
	width: 200px;
	position: relative;
	left: 0px;
	top: 0px;
}

#header {
	position: relative;
	margin-left:200px;
	width: 590px;
	margin-right:200px;	
	height: 90px;
}

#right_logo {
	width: 200px;
	position: absolute;
	right: 0px;
	top: 0px;
}

#kopfzeile {
	position: relative;
	background-image: url('../images/hintergrund.gif');
	color: #FFFFFF;
}
#kopfzeile_links {
	width: 200px;
	text-align: left;
	left: 0px;
	top: 0px;
	position: relative;
}

#kopfzeile_rechts {
	width: 300px;
	text-align: right;
	position: absolute;
	right: 5px;	
	top: 5px;
}

#content {
	position: relative;	
	width: 100%;
	left: 0px;
	top: 0px;

}

#menu {
	width: 190px;
}

#page_content {
	width: 600px;
	padding: 5px;
	margin: 0;
}

#right_col {
	width: 190px;
	padding-top: 5px;
}

#footer {
	background-image: url('../images/hintergrund.gif');
	color: #FFFFFF;
	position: relative;
	clear: left;
}
#footer_links {
	width: 300px;
	text-align: left;
	left: 0px;
	top: 0px;
	position: relative;
}

#footer_rechts {
	width: 300px;
	text-align: right;
	position: absolute;
	right: 5px;	
	top: 5px;
}