html{
	background: #fdf7e7
	}
html, body{
	margin: auto;
	padding: 0;
	font-family: arial, helvetica, sans-serif;
	font-size: 88%;
	color: #000;
	width: 100%;
	text-align: center;
	}
img{
	border: none;
	padding: 0;
	margin: 0;
	}
#inner{
	position: relative;
	padding: 0;
	margin: 1% auto 0 auto;
	width: 980px;
	text-align: left;
	background: url(images/back-inner.gif) repeat-x 0 0;	
	}

#header{
	width: 980px;
	height: 118px;
	padding: 0;
	margin: 0;
	background: url(images/back-header.jpg) no-repeat 0 0;
	}
#header .flash{
	position: absolute;
	top: 0;
	left: 0;
	height: 118px;
	width: 588px;
	z-index: 3;
	border: none;
	padding: 0;
	margin: 0;
	}
#wrap{
	margin: 0;
	padding: 22px 0 0 0;
	background: url(images/back-wrap.png) repeat-y 0 0;
	}	
	
/* ab hier Inhalt indexseite */	
	
#indexcontent{
	width: 980px;
	margin: 0;
	padding: 0;
	}	
#indexcontent .box{
	float: left;
	background: #fdf0ce;
	margin: 0 30px 0 0;
	padding: 10px 0 0 0;
	width: 306px;
	height: 308px;
	}
#indexcontent .boxcontent{
	margin: 0;
	padding: 0 28px;
	}
#indexcontent .boxcontent img{
	margin: 0 0 13px 0;
	padding: 0;
	}
#indexcontent .boxcontent h1{
	font-size: 110%;
	margin: 0;
	padding: 0;
	}
#indexcontent .boxcontent p{
	line-height: 146%;
	font-size: 75%;
	margin: 5px 0;
	padding: 0;
	}
#wrap .adresse img{
	background: #fdf0ce;
	margin: 0;
	padding: 8px 0 2px 0;
	}	
#wrap .adresse p{
	line-height: 148%;
	background: #fdf0ce;
	font-size: 90%;
	width: 980px;
	text-align: center;
	margin: 0 0 6px 0;
	padding: 5px 0;
	}
#indexcontent .boxcontent a{
	color: #000;
	text-decoration: none;
	}
#indexcontent .boxcontent a:hover{
	color: #666;
	}


	
/* ab hier die Fusszeile */	
	
#footer{
	clear: both;
	text-align: center;
	width: 980px;
	height: 36px;
	padding: 20px 0 0 0;
	margin: 0;
	background: #fdf0ce;
	}
#footer h1{
	font-size: 100%;
	padding: 0;
	margin: 0;
	text-align: center;
	}
	
	
/*ab hier Professor Hacketal*/

/*fix für den footer*/

/* Vor IE5/Mac verstecken\*/
* html #footer{ height: 1%; }
/*Vor IE5/Mac verstecken Ende*/


