@charset "utf-8";
/* CSS Document */

body {
	background-color: #1d5aa1;
	margin:0;
	padding:0;
	text-align: center;
}

#container {
	width:860px;
	margin:auto;
	background-color:#FFF;
}


#header { 
	width:860px;
	height: 263px;
}
#navi {
	background-image:url(images/navibg.gif);
	background-repeat:repeat-y;
	float: left;
	width: 198px;
}
#content {
	background-color:#FFF;
	float:right;
	width: 662px;
}
#footer {
	clear: both;
	width:860px;
	height:29px;
	background-image:url(images/zm_staffel_footer.png);
	background-repeat:no-repeat;
}

