body {
	font-family:Tahoma;
 	text-align:left;
}

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

	background-position:bottom right ;
 	
}

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

.datenSatz{
  	float:left;
  	margin-left:15px;
}
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;
  	margin-top:15px;
  	margin-left:50px;
	font-family: Tahoma;
	font-style:normal;
	font-size:8pt;
	font-weight: normal;
	color: black;
}
.clearBoth{
  clear:both;
}

.trenn{
}