/* Positionierungen von Layout und Struktur */
* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%
}

body {
	margin: 0;
	padding: 0;
	font-size: 100.01%;
	text-align: left;
	line-height: 140%;
	font-family: Verdana !important;
	font-size: 70.1% !important;
	color: #333;
	background: #ffe970 /* url('images/bg-body.jpg') 0px -8px repeat-x*/;
}
#wrap {
	margin: 0;
	padding: 0;
	width: 780px;
	text-align: left;
	overflow: hidden;
	background: transparent;
	overflow: visible !important;
	margin-left: 200px;
}
#header {
	width: 780px !important;
	height: 200px;
	padding: 0;
	position: absolute;
	top: 0;
	left: 200px;
	z-index: 1;
}
#header-content {
	position: absolute;
	text-align: right;
	width: 505px;
	height: 30px;
}
#teaser {
	width: 780px;
	height: 150px;
	margin: 0;
	padding: 0;
	background: url('images/bg-teaser.jpg') no-repeat;
	position: absolute;
	top: 200px;
	margin-left: 200px;
}
#mainmenu {
	margin: 0;
	padding: 0;
	width: 776px !important;
	height: 81px;
	background: url('images/bg-mainmenu.jpg') no-repeat;
	border-left: 2px solid #666;
	border-right: 2px solid #666;
	position: absolute;
	top: 350px;
	margin-left: 200px;
	z-index: 1;
}
#main {
	width: 780px;
	min-height: 470px;
	height: auto !important;
	height: 470px;
	margin: 0;
	margin-top: 431px;
	padding: 0;
	background: url('images/bg-main1.jpg') repeat-y !important;
}
#mainbody {
	position: relative;
	left: 240px;
	float: left;
	width: 546px;
	overflow: hidden;
}
#mainbody-content {
	padding: 40px 20px 90px 20px;
	font-size: 12px;
	z-index: 2;
}
#rightcol { 
	position: relative;
	left: -535px;
	width: 230px;
	padding: 20px 0px 40px 0px;
	margin: 0;
	overflow: hidden;
}
 *:not(h1) #rightcol {
	margin-left: 0;
}
#rightcol-content {
	width: 100%;
}
#main-footer {
	background: url('images/bg-main-footer.jpg') no-repeat;
	height: 52px;
	width: 780px;
	margin: 0;
	padding: 0;
	position: relative;
	top: -5px;
}
#main-footer-w {
	background: url('images/bg-main-footer-w.jpg') no-repeat;
	height: 52px;
	width: 780px;
	margin: 0;
	padding: 0;
	position: relative;
	top: -10px;
}
#footer {
	width: 740px;
	height: 115px;
	text-align: left;
	font-size: 12px;
	color: #333;
	background: #ffe970;
	position: relative;
	top: 30px;
	padding: 0 20px 0px 20px;
	margin: 0 0 -90px 0;
	overflow: hidden;
}
#footer-adresse {
	position: relative;
	left: 40px;
	margin: 0;
	width: 400px;
	height: 115px;
	float: left;
	padding: 0;
	border-right: 1px solid #666;
}
#footer-service {
	width: 275px;
	height: 100px;
	margin: 0 0 0 440px;
	padding: 0px;
}
#logo {
	width: 300px;
	height: 137px;
	position: absolute;
	top: 42px;
	left: 682px;
	background: url('images/logo.jpg') no-repeat;
	z-index: 2;
}
#kinder {
	float: left;
	width: 214px;
	height: 198px;
	position: relative;
	left: -30px;
	background: url('images/kinder.jpg') no-repeat;
	margin-left: 0px;
}


