body {
	margin:0;
	padding:0;
	border:0;
}

img {
	border:0;
}

#container {
	position:relative;
	width:800px;
	margin: 10px auto;
	padding: 0;
	background:url('bilder/background.jpg') repeat-y;
	border:0px none;
}

#header {
	width:100%;
}

	#bild {
		width:800px;
		height:145px;
		background-color:#fff;
		background-image:url('bilder/header.jpg');
	}
	
	#add {
		
	}

#main {
	position: relative;
	display:block;
	width:100%;
	background-image:url('bilder/background.jpg');
	background-repeat: repeat;
	border:0px none;
}

	#menu {
		float:left;
		padding: 10px 0 20px 30px;
		margin-left:5px;
		width:170px;
	}

	#text {
		float:left;
		margin-left:25px;
		margin-right:10px;
		width:480px; 
		min-height:400px;
		height:auto !important;
		height:400px;
	}
	
#footer{
	clear:both;
	position: relative;
	width:800px;
	height:87px;
	background-image:url('bilder/footer.jpg');
	background-repeat: no-repeat;
	border:0px;
}

	#footermenu {
		float: right;
		margin: 60px 85px 0 0;
		vertical-align: bottom;
	}
	
	#titel {
		float: left;
		margin: 55px 0 0 230px;
		vertical-align: bottom;
	}