html,body
{
   height: 100%; /* wichtig */
	/*min-height: 100%;*/
   text-align: center;
	background-color:#ccc;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	line-height:15px;
	margin: 0px;
	
}
a {
	color: #ef1c25;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color:#f27c10;
}


.headline {
	font-weight: bold;
	font-size: 15px;
	line-height: 18px;
}

.small {
	font-size: 9px;
}
.img {
	float: left;
	padding-right: 10px;
}

#bowl {
	float: left;
	width:200px;
	padding-right: 20px;
}

#box {
	width: 332px;
	float: left;
	margin-right: 0px;
	font-size: 7pt;
	padding-right: 10px;
	position: relative;
	margin-top: -5px;
}




#navi {	
	width:710px;
	height: 84px;
	float: left;
	background-color: #fff;
}


#logo {
	width:213px;
	height: 84px;	
	float: left;
	margin-left:10px;
	background-color: #fff;
}


#content {
	width:685px;
	height: 458px;	
	padding-right: 5px;
	padding-left: 20px;
	padding-top: 20px;
	padding-bottom: 0px;
	margin-top: 10px;
	position: relative;
	background-image: url(../images/back_content.gif);
	float: left;
	overflow: auto;

}


#contentfisch {
	width:685px;
	height: 458px;	
	padding-right: 5px;
	padding-left: 20px;
	padding-top: 20px;
	padding-bottom: 0px;
	margin-top: 10px;
	position: relative;
	background-image: url(../images/fischiback.jpg);
	float: left;

}

#infobox {
	position: relative;
	width: 200px;
	border: 1px solid #000;
	left: -100px;
	top:-100px;
	float: right;
	padding: 10px;
	background-color: #fdf7c7;
}

#impressum {
	width:710px;
	height: 140px;	
	float: left;
	text-align: right;
	background-color:#ccc;
}

#cr {
	width:213px;
	height: 478px;	
	background-color: ffffff;
	float: left;
	margin-left:10px;
	margin-top: 10px;
	
}

#cr_neu 
{
    position:relative;
	width:213px;
	height: 478px;	
	background-color: ffffff;
	float: left;
	margin-left:10px;
	margin-top: 10px;
	
}

#cr_link 
{
    position:absolute;
	width:50px;
	height: 15px;
	margin-left:45px;
	margin-top: 390px;
	}

#stoerer {
	position:absolute;
	z-index: 2;
	float: left;
	margin-left: 450px;
	top: 310px;
}

html>body #stoerer {
	top: 300px;
}	

.banner {
	
	margin-top:20px;
}
#wrapper {
	text-align: left; 
	width: 935px; 
	margin: 0 auto; 
	position:relative; 
	min-height:100%; 
	height: auto !important; 
	height: 100%; 
	background-color: #ccc; 
}