body {
	margin: 0;
	background: url(../img/background.jpg) no-repeat 283px top;
}

#wrapper { width: 1070px; }

#header { width: 1070px; }

	#header h1 {
		margin: 0;
		padding: 0;
		width: 1070px;
		height: 154px;
		background: url(../img/header.jpg) no-repeat left top;
	}	
	#header h1 span { font-size: 1px; display: none; }

#nav {
	float: left;
	display: inline;
	width: 178px;
	border-left: 2px #FFF solid;
	border-top: 2px #FFF solid;
}
	
	#nav a.start { display: block; width: 160px; height: 20px; background: url(../img/nav_head.gif) no-repeat left top; }
	#nav a.start span { font-size: 1py; display: none; }
	#nav ul {	list-style: none;	margin: 0; background: #FFF; }	
	#nav ul li { margin: 0; padding: 0; float: none; height: 20px; width: 160px; background: url(../img/na_li_out.gif) repeat-x left top; border-top: 1px #FFF solid; font-size: 11px; line-height: 11px; }
	#nav ul li a { display: block; margin: 0; padding: 4px 6px 0 21px; height: 16px; width: 133px; border: none; background: url(../img/dot_white.gif) no-repeat 12px 9px; color: #FFF; font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; }
	#nav ul li a.active, #nav ul li a:hover { background: url(../img/nav_li_over.gif) no-repeat left top; }

#content {
	float: left;
	display: inline;
	width: 880px;
  padding: 0 10px 0 0;
}

	#content h2 { color: #bb020b; font-size: 16px; font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; padding-bottom: 10px; }
	#content #kicktipp { text-align: right; padding-top: 25px; clear: both; background: url(../img/dot_grey.gif) repeat-x 0 20px; }
