<!-- positionierung und formatierung von navigation, sponsoren und header-->

tpl, body {
		background-color:rgb(255,255,255);
		margin:0px;
		padding:0px;
		background-image:url(hintergrund/hintergrund_außen.jpg);
		background-repeat:repeat-x;
	
}


#header {
		position:absolute;
		left: 50%;
		background-image:url(hintergrund/hintergrund1.jpg);
		background-color:rgb(255,255,255);
		background-repeat:repeat-x;
		width:820px;
		height:150px;
		padding:0px;
		margin-left:-410px; 
		z-index:3;
		border-left:2px solid red;
		border-right:2px solid red;
				
}


#Lauftext  {

		position:absolute;
		left: 50%;
		margin-left:-256px; 
		z-index:5;
		top: 150px;
		height:19px;
		width:516px;
		background-color:#ffffff; 
		background-image:url(button_u.gif);
		border-bottom:2px solid red;
		border-top:2px solid red;
		padding-top:0px;
		
}

#lauftextinhalt	{
		background-image:url(button_un_1.gif);
		border:0px;
		z-index:4; 
		white-space:nowrap;
		background-repeat:no-repeat; 
		height:18px;
		margin:0px;
	
	
}



#navigation {
		position:absolute;
		left: 50%;
		background-image:url(hintergrund/hintergrund.gif);
		background-color:rgb(255,255,255);
		background-repeat:repeat-x;
		top:150px;
		width:150px;
		padding:0px;
		padding-top:30px;
		height:100%;	
		margin-left:-410px;
		border-left:2px solid red;
		border-right:2px solid red;
		z-index:3;
		

}



#inhalt {
		position: absolute;
		left: 50%;
		width:518px;
		margin-left:-258px;
		margin-top: 160px;
		z-index: 2;
		background-color:rgb(255,255,255);
		
	
	
	
}

#partner_1 {
		position:absolute;
		left: 50%;
		background-image:url(hintergrund/hintergrund.gif);
		background-color:rgb(255,255,255);
		background-repeat:repeat-x;
		top:150px;
		width:150px;
		margin-left:260px;
		padding:0px;
		padding-top:30px;
		height:100%;
		border-left:2px solid red;
		border-right:2px solid red;	
		z-index:3;	
}




#sparkasse	{

		width:135px;
		margin-left:6px;
		margin-right:6px;
		margin-bottom:5px;
		border: 2px solid white;
		z-index:4;
		font-style:bold;

}

p.spons	{
		color:white;
		height:19px;
		background-image:url(button_un.gif);
		border:1px solid black;
		font-size:12px;
		font-weight:bold;
		margin-left:5px;
		margin-right:5px;
		margin-top:0px;
		margin-bottom:8px;	
		letter-spacing:0.1em;
		text-align:center;
		text-decoration:none;
		font-family:Arial,sans-serif;

}




