html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

body{
	background-image: url(../images/top_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #D9D6C7;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3f3e3a;
}

#bodyID{
	background: url(/images/top_bg.jpg) repeat-x left top;
	background-color: #D9D6C7;
	color:#000000;

}

/* Hülle der Seite mit Schatten und 100% Höhe */
#wrapper {
	width: 980px;
	float:left;	
	background-image: url(/images/bg-wrapper.png);
	background-repeat: repeat-y;
	text-align: left;
	padding: 0 5px;
}
#kingWrapper{
	margin:0 auto;
	width:1165px;
}
#bannerPlaetze{
	margin-left:10px;
	float:left;
	width:165px;
}

/* Kopfzeile */
div#header {
	height: 59px;
	background: #fff;
}

/* Linke Spalte */
#left {
	padding: 0 23px 0 24px;
	float: left;
	width: 202px;
	overflow: hidden;
	background-color: #FFFFFF;
}

/* Hauptspalte */
#main  {
	float: left;
	width: 731px;
	height: auto !important;
	background-repeat: no-repeat;
	background-position: right 195px;
	background-color: #FFFFFF;
	
	min-height: 1000px;
}

/* Hauptmenu */
#menu_top  {
	background-color: #ebebeb;
	height: 33px;
	width: 980px;
	line-height: 33px;
	margin-bottom: 30px;
	overflow:hidden;
}
/* Hilfslinks oben */
#head_menu   {
	float: left;
	font-size: 10px;
	font-weight: normal;
	margin-top: 34px;
	margin-left: 27px;
}

.fussnote {
	float:left; 
	width: 538px; 
	margin-top:25px; 
	margin-bottom:35px; 
	height:60px;
}

#left .zahlung_left {
	text-align: left;
	margin-left: 25px;
}


/* Hintergrundstreifen main */

.blue_main{
	background-image: url(/images/bg_cont_b.gif);
	background-repeat:no-repeat;
}

.red_main{
	background-image: url(/images/bg_cont_r.gif);
	background-repeat:no-repeat;
}
.no_unterline{
	text-decoration:none;
}