
* {/* Globaler Reset */
	margin:0;
	padding:0;
	text-decoration:none;
	font-size: 1em; /*don't edit */
	font-family:Arial, Helvetica, sans-serif;
	}
	
html {
		font-size: 62.5%; /* don't edit */
	}
	
body {
	font-size: 1em; /* global font-size: 1em = 10px */
	line-height:1.9em;
	background: #d6d6d6;
	margin: 0 auto;
	

}

/*******************************************
* MAIN POSITIONING
********************************************/

div.seite { 
	margin: 0px auto;
	width:1051px;
	background: #d6d6d6;

	}
	

/*******************************************
* Header
********************************************/

div.header {
	clear:both;
	height:138px;
	position:relative;
}

div#logo {
	float:left;
	width:440px;
}
div#teaser1,
div#teaser2,
div#teaser3 {
	float:left;
	width:190px;
	height:138px;
	background-color:#C0D0DA;
	margin-right:10px;
}

div#payoff {
	clear:both;
	background-image:url(../bilder/payof_hg.gif);
	background-repeat:no-repeat;
	height:25px;
	}


/*******************************************
* Inahlt
********************************************/



#content {
	height: 520px; /* das hier für den ie */
	padding-bottom:25px;
}
/* folgende anweisung wird nicht vom ie interpretiert */
#content[id] {
    height:auto;
    min-height:520px;
}

.content_start {
	background-image:url(../bilder/start_bg.gif);
	background-repeat:repeat-y;
}

.content_inhalt {
	background-image:url(../bilder/inhalt_bg.gif);
	background-repeat:repeat-y;
}


div#menu {
	float:left;
	width:200px;
	margin-top:135px;
}

div#menu1 {
	width:200px;
}
div#service {
	width:200px;
	margin-top:75px;
}

div#titel_spalte {
float:left;
width:240px;
}
div#titel_spalte {padding-top:22px;}


div#content_links.einspaltig {
float:left;
width:561px;
}

div#content_links.zweispaltig {
float:left;
width:265px;
}
div#content_rechts.rechts {float:left;padding-left:31px;}

div#content_rechts.zweispaltig {
width:265px;
}


div#content_links, div#content_rechts {padding-top:37px;}
.einspaltig p.bodytext {padding-right:25px;}
.zweispaltig p.text-klein {padding-right:8px;}

div#footer {clear:both;}




/*******************************************
* CLEANER
********************************************/

	
	.cleaner {
	clear:both;
	height:1px;
	font-size:1px;
	border:0px none;
	margin:0;
	padding:0;
	background:transparent;
	}
	


	