body {
	font-family:Tahoma;
 	background-color:#777777;
 	text-align:center;
}

/* Container für den Aufbau der Seite */
#siteaufbau {
  	position:relative;
 	width:750px;
	margin:0px auto;
	margin-top:20px;
	padding:5px;
	text-align:left;
	border-color: black; 
	border-style: solid; 
	border-width: 2px;
 	background-color:white;	
 	background-image: url(../grafiken/hg.jpg);
	background-repeat: no-repeat;

	background-position:bottom right ;
 	
}

#schriftzug{
	width:50px;
	height:475px;
	margin:0px auto;
	background-image: url(../grafiken/schriftzug.gif);
	background-repeat: no-repeat;	
	float:left;
}

.datenSatz{
  	float:left;
  	margin-left:20px;
}
div.logoContainer{
  	float:left;
}
.logo{
	margin-top:15px;
	border-color: black;
	border-style: solid;
	border-width: 1px;
}
.adressenBox{
  	position:relative;
	margin-top:15px;
	margin-left:15px;
  	float:left;
}
.adressenTitel{
  	float:left;
	font-family: Tahoma;
	font-style:normal;
	font-size:10pt;
	font-weight: bold;
	color: black;
	text-decoration:none;
	display:block;
}
.adresseAnschrift{
  	float:left;
   margin-top:10px;
	font-family: Tahoma;
	font-style:normal;
	font-size:8pt;
	font-weight: normal;
	color: black;
}
.adresseKontakt{
   position:absolute;
	left:200px;
	width:500px;
  	margin-top:15px;
  	margin-left:50px;
	font-family: Tahoma;
	font-style:normal;
	font-size:8pt;
	font-weight: normal;
	color: black;
}





#inhalt{
	float:right;
	width:650px;
}
#logos{
	float:left;
	padding-top:14px;
}




.clearBoth{
  clear:both;
}

.trenn{
}