/* --- Body --- */

* {
margin: 0;
padding: 0;
}
		
body {
background: url(../images/bg.gif) 0 0 repeat-x;
height: 530px;
background-color: #fff;
font-family: Arial, Helvetica, sans-serif;
}
		
#wrapper {
background: url(../images/wrapper.gif) 0 0 repeat-y;
width: 808px;
margin: 0 auto;
}

/* --- Head --- */

#head {
background: url(../images/head.jpg) 0 0 no-repeat;
width: 808px;
height: 219px;
margin: 0 auto;
}

/* --- Navi --- */

#navi {
background: url(../images/navi.jpg) 0 0 no-repeat;
width: 258px;
height: 400px;
float: left;
font-size: 0.75em;
}

		#navi ul {
		list-style-type: none;
		display: block;
		color: #6d6d6d;
		line-height: 2.3em;
		margin-top: 33px;
		margin-left: 80px;
		}

		#navi ul a:link, #navi ul a:active, #navi ul a:visited {
		color: #6d6d6d;
		padding: 0;
		text-decoration: none;
		}
	
		#navi ul a:hover {	
		margin: 0;
		padding: 0;
		text-decoration: underline;	
		color: #6d6d6d;			
		}

		#navi ul a.active:link, #navi ul a.active:active, #navi ul a.active:visited {
		margin: 0;
		padding: 0;
		text-decoration: underline;
		color: #6d6d6d;
		}	
			
			.ziffern {
			color: #ffc406;
			}
			
			.padding_navi {
			margin-left: 20px;
			}

/* --- Content --- */

#content {
background: url(../images/content.jpg) 0 0 no-repeat;
width: 550px;
height: 378px;
float: left;
}

	#content a:link, #content a:visited {
	color: #ffc406;
	text-decoration: none;
	}
	
	#content a:hover, #content a:active {
	color: #666;
	background-color: #ffc406;
	text-decoration: none;
	}

	h1 {
	color: #ffc406;
	padding-left: 35px;
	padding-top: 5px;
	font-size: 1.0em;
	}
	
	#inhalt {
	width: 470px;
	color: #666;
	padding-left: 35px;
	padding-top: 20px;
	font-size: 0.75em;
	line-height: 1.8em;
	}
	
	.pointer {
	cursor: pointer;
	}
	
	
/* --- Cleaner --- */

#cleaner{
clear: both;
float: none;
}