body,
html{
	margin:0px;
	padding:0px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}

/*
 * Body
 */
body{
	background:url('../images/header.jpg') no-repeat top center;
	background-color:#FFFFFF;
}
#body{
	width:942px;
	margin:0px auto;
	padding-top:220px;
	position:relative;
}
p,
.bodytext{
	margin:0px;
	padding:0px;
	
}

/*
 * Menu
 */
#menu{
	position:absolute;
	right:10px;
	top:0px;
}
#menu a{
	color:#FFF;
	font-weight:100;
	text-decoration:none;
}

/*
 * Aktuelles
 */
#aktulles{
	position:absolute;
	top:63px;
	left:700px;
}

/*
 * Body-Boxen
 */
#content_1{
	background:url('../images/box_bg.jpg') no-repeat left bottom;
	height:488px;
}
.main{
	height:100%;
	padding:0px 10px;
}

/*
 * Boxen-Bilder
 */
#content_1 .main{
	background:url('../images/burger.jpg') no-repeat left bottom;
}
#content_2 .main{
	background:url('../images/kritzner.jpg') no-repeat left bottom;
}
#content_3 .main{
	background:url('../images/beiermeister.jpg') no-repeat left bottom;
}
#content_4 .main{
	background:url('../images/vandermey.jpg') no-repeat left bottom;
}

/*
 * Clearer
 */
.clearer {
	height:0px;
	overflow:hidden;
}
