html{
	background-color: #F8F6E5;
	}
body{
	margin: auto;
	padding: 0;
	font-family: verdana, helvetica, sans-serif;
	font-size: 88%;
	color: #333;
	background:  url(images/back-inner.gif) repeat-y center top;
	width: 100%;
	text-align: center;
	}
.top{
	visibility: hidden;
	}
p, td{
	line-height: 1.55em;
	margin: 8px 0;
	padding: 0;
	}
img{
	border: none;
	padding: 0;
	margin: 0;
	}
#inner{
	position: relative;
	padding: 0;
	margin: auto;
	width: 980px;
	text-align: left;	
	
	}
#header{
	width: 980px;
	height: 155px;
	padding: 0;
	margin: 0;
	background: url(images/back-header.jpg) no-repeat 0px 0px;
	}
#header img{
	position: absolute;
	top: 39px;
	left: 17px;
	z-index: 3;
	border: none;
	padding: 0;
	margin: 0;
	}
	
/* ab hier Inhalt indexseite */	
	
#indexcontent{
	width: 970px;
	margin: 0 0 0 17px;
	padding: 24px 0 0 0 ;
	}	
#indexcontent .box{
	float: left;
	color: #000;
	background: url(images/back-box.jpg);
	margin: 0 9px 0 0;
	padding: 0;
	width: 185px;
	height: 495px;
	}
#indexcontent .box img{
	padding: 0 0 0 1px;
	}
#indexcontent .box h2{
	font-style: italic;
	font-size: 110%;
	margin: 15px 0 16px 0;
	padding: 0 0 0 6px;
	}
#indexcontent .box h2 a{
	color: #000;
	text-decoration: none;
	background: #FFF;
	padding: 0;
	}
#indexcontent .box h2 a:hover{
	color: #AAA;
	background: #FFF;
	}
#indexcontent .box h3{
	font-size: 100%;
	margin: 16px 0 5px 0;
	padding: 0;
	}
#indexcontent .box p{
	line-height: 128%;
	margin: 5px 0;
	padding: 0;
	}
#indexcontent .boxcontent p{
	color: #45589d;
	font-size: 90%;
	line-height: 136%;
	font-style: italic;
	margin: 0;
	padding: 10px;
	}
#indexcontent .boxcontent ul{
	font-size: 90%;
	margin: 0 0 0 10px;
	padding: 10px 0 0 15px;
	}
#indexcontent .boxcontent li{
	vertical-align: middle;
	list-style-type: disc;
	line-height: 128%;
	margin: 1px 0;
	padding: 0;
	}	
#indexcontent .boxcontent a{
	width: 154px;
	display: block;
	color: #000;
	background: #FFF;
	padding: 2px 0 2px 0px;
	text-decoration: none;
	}
#indexcontent .boxcontent a:hover{
	color:  #AAA;
	background: #FFF;
	}
#indexcontent .boxcontent span{
	margin-left: 0;
	}


	
/* ab hier die Fusszeile */	
	
#footer{
	clear: both;
	text-align: center;
	color: #c3c4c6;
	padding: 0;
	margin: 0;
	}
#footer div{
	font-size: 70%;
	padding: 0;
	margin: 0;
	text-align: center;
	}
#footer a{
	color: #c3c4c6;
	text-decoration: none;
	}
#footer a:hover{
	color: #949596;
	}	
	
	
/*ab hier Professor Hacketal*/

/*fix für den footer*/

/* Vor IE5/Mac verstecken\*/
* html #footer{ height: 1%; }
/*Vor IE5/Mac verstecken Ende*/


