@charset "UTF-8";
/* CSS Document */


/* Allgemeines */
body,html {
	background:url(../../images/hg.png) repeat-x #d4e2f1;
	margin:0;
	padding:0;
	font-family: tahoma, arial, sans-serif;
	font-size:14px;
}
a{
	color:#000;
	text-decoration:none;
}


/* ID's */
#page {	
	margin:0 auto;
	width:996px;
}

#schatten {	
	width:997px;
	height:18px; 
	background:url(../../images/schatten.png) repeat-x;
}

#slideshow-left {
	top:126px;
	width:202px;
	height:386px;
	float: left;
}
#suche-index {
position:relative;
	width:794px;
	height:238px;
	float:left;
	background:#ffea00;
}
#werbung {
	margin:10px 0 0 0;
	float:right;
}
#footer {
	padding-top:15px;
	width:997px;
	height:38px;
	font-size:11px;
	background:url(../../images/footer.png) repeat-x;
}

/* Klassen */
.clear{
	clear:both;
	height:0px;
}
.suche{
	margin:25px 20px 25px 20px;	
	float:left;
	width:400px;
}
.SucheInput{
	line-height:18px;
	height:18px;
	font-size:16px;
	color:#000068;
	width:95%;
}
.labelInput{
	font-size:9px;	
	width:100%;
	margin-bottom:5px;
}
.labelInput .fett{
	font-size:16px;
	font-weight:bold;
	display:inline;
	
}
.submitSuche{
	margin-top:10px;
	border:1px solid #000;
	font-size:16px;
	line-height:18px;
}
.submitSuche:hover{
	font-weight:bold;
}
.Aktueller{
	float:left;
	margin:25px 0px 25px 20px;	
	height:190px;
	width:300px;
	background:url(../../images/topEintragHG.png) repeat-x;
}
.TOPeintrag{
	margin:10px;
}
.werbung{
	width:247px;
	height:120px;
	float:left;
	border:2px solid #ccc;
	margin-right:13px;
	background-color:#fff;
}
.linksUnten{
	width:400px;
	float:left;
}
.Copyright{
	float:right;
}