/*
Grundgeruestformatierungen: background, html, body, main_container, header, menue, content, footer
*/

.main_container{
	width: 1000px;
	top:10px;
	margin:0px auto;
	text-align:left;
	position: relative;
}

.header{
	width:100%;
	position:relative;
	height:120px;
}

.menue{ 
	width:240px;
	location:relative;
	float:left;
	padding:0px;
}

.content_box{
	location:relative;
	float:right;
}

.footer{
	clear: both;
	width:100%;
	height:50px;
	position:relative;
}

*{
margin:0px;
}

body {
	background:#ffffff;
	#text-align:center;
	background-image:url('background.jpg'); 
	background-repeat:repeat-x;
}
