/* -=KÖRPER=- */
html {
	background:#ffffff;
}
body {
	font-family:Verdana,Helvetica,Arial,sans-serif;
	margin:0;
	color:#383B3C;
	text-align: center;
}
body div {
	float: left;
	background:transparent;
}

#rahmen {
	float: none;
	margin: auto;
	width: 1200px;
	height: 800px;
	background-repeat: no-repeat;
	background-position: 0 220px;
	background-image: url(../bilder/dekor_startseite.jpg);
}

#rahmen.startseite {
	background-image: url(../bilder/dekor_startseite.jpg);

}

#rahmen.agentur {
	background-image: url(../bilder/dekor_agentur.jpg);
	height: 1000px;
	background-position: 0 500px;
}

#rahmen.kunden {
	background-image: url(../bilder/dekor_kunden.jpg);
	height: 1100px;
	background-position: 0 900px;
}

#rahmen.leistungen {
	background-image: url(../bilder/dekor_leistungen.jpg);
	height: 700px;
	background-position: 0 420px;
}

#rahmen.kontakt {
	background-image: url(../bilder/dekor_kontakt.jpg);
	height: 800px;
	background-position: 0 600px;
}

#rahmen.impressum {
	background-image: url(../bilder/dekor_impressum.jpg);
	height: 700px;
	background-position: 0 400px;
}

#rahmen.kundenbereich {
	background-image: url(../bilder/dekor_kundenbereich.jpg);
	height: 800px;
	background-position: 0 400px;
}
#kopf {
	width: 1200px;
	height:112px;
	background-image: url(../bilder/kopf.jpg);
	background-repeat: no-repeat;
	text-align: center;
	padding-top: 15px;
}
#logo {
	float: right;
}
#inhalt {
	width: 980px;
	margin: -20px 0 0 220px;
}

#inhalt.ohne_marginalie {
	margin: -20px 0 0 150px;
}

div.kolumne {
	width:620px;
	padding:0 1em 0 1em;
}

#inhalt.ohne_marginalie div.kolumne {
	width:970px;
}

div.marginalspalte {
	width:240px;
	margin-left: 40px;
	padding-top: 100px;
}
div.inhaltsangabe {
	display: none;
}

#fuss {
	width: 980px;
}