@charset "utf-8";
html,body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: 3d2502;
	padding:0;
	margin:0;
}


#container{
	width:961px;
}

#logo{
	height:121px;
	width:961px;
}

#navi{
	height:38px;
	width:961px;
}

#background{
	width:961px;
	height:219px;
	position:relative;
	background-image:url(pics/background.jpg);
}


#text{
	width:416px;
	position:absolute;
	left:18px;
	top:0px;
	background-image:url(pics/line.jpg);
	height: 222px;
}

#inhalt {
	width:353px;
	background-image:url(pics/text.jpg);
	background-repeat:no-repeat;
	padding:33px;	
}

#bild{
	width:342px;
	height:308px;
	position:absolute;
	left:598px;
	top:11px;
}
