* {
	margin: 0 auto;
	font-family: Tahoma, Helvetica, sans-serif;
}

html {
	height: 100%;
}

body#haupt {
    background: url("/page/formating/images/hg.png") no-repeat fixed 50% 0px #FFF !important;
    height: 100%;
}

#container {
    background-color: #FFFFFF;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0 0 10px #777777;
    margin: 10px auto;
    min-height: 100%;
    position: relative;
    width: 990px;
}

#container #kopf {
	height: 400px;
	margin-bottom: 25px;
}

#container #kopf #suche {
	position: absolute;
	left: 25px;
	top: 66px;
}

#container #kopf #suche h1 {    
	color: #666666;
    font-family: Tahoma,Helvetica,sans-serif;
    font-size: 10px;
}

#container #kopf #logo {
    float: right;
    margin-right: 10px;
    margin-top: -39px;
}

#container #kopf #ksctext {
    margin: -6px 0 0 438px;
	float: left;
}
#container #kopf #ecke {
	width: 75px;
	height: 75px;
	background: url(images/ecke-titelbild.png) 0 0 no-repeat transparent;
	z-index: 9;
	position: relative;
	top: 0px;
}

#container #kopf #slider-wrapper {
	position: relative;
	top: -75px;
}

#container #menu {
	float: left;
	width: 240px;
	margin-bottom: 60px;
}

#container #cont1 {
	float: left;
	width: 475px;
	padding-right: 35px;
	margin: 0 0 60px 0;
}

#container #cont2 {
	float: left;
	width: 215px;
	margin: 0 12px 60px 13px;
}


#fuss {
    bottom: 0;
	text-align: center;
    background: none repeat scroll 0 0 #063873;
    color: white;
    font-family: Tahoma,Helvetica,sans-serif;
    font-size: 11px;
    font-weight: normal;
    padding: 6px 15px 3px;
    height: 16px;
    margin: 0 auto;
    position: fixed;
    width: 960px;
}

#fuss #claim {
	float: left;
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #fff;
	padding: 5px 180px 6px 25px;
}

#fuss #copy {
	background: none #D2D2D2;
	text-align: center;
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	padding: 8px;
}

#fuss  a {
	color: #FFF;
	text-decoration: underline;
}

#fuss  a:hover {
	text-decoration: none;
}