body {
	background: url(images/schreibtisch.jpg);
	font-family: arial;
	font-size: 11px;
	color: #4e4e4e;
}
.clear {
	clear: both;
}


#main {
	position: relative;
	top: 10px;
	margin: auto;
	width: 990px;
}


	/* Zeitungshintergrund */
	#zeitungsheader {
		background: url(images/bg_zeitungsheader.jpg)  no-repeat;
		height: 29px;
		margin-left:201px;
	}

	#zeitungsbody {
		background: url(images/bg_zeitungsbody.gif) repeat-y;
		margin-left:201px;
	}

	#zeitungsfooter {
		background: url(images/bg_zeitungsfooter.gif)  no-repeat;
		height: 25px;
		margin-left:201px;
	}
	
/* popupnavi */
#navigation {
	position: absolute;
	left: 0px;
	top: 150px;
	width: 213px;
	height: 193px;
	background: url(images/bg_navigation.gif) no-repeat;
}
	#navigation ul
	{
		margin-left:20px;
		margin-top:15px;
	}
	#navigation li a span
	{
		position:absolute;
		left:-5500px;
		
	}
	#navigation li
	{
		width: 151px;
		margin:-5px;
	}
	#navigation li a
	{
		height: 34px;
		display:block;
	}
	#naviHome
	{
		height: 34px;
		background: url(images/nav_home.gif) no-repeat;
	}
	#naviHome:hover 
	{
		background: url(images/nav_home.gif) 0px -34px no-repeat;
	}
	#naviKontakt
	{
		height: 40px;
		background: url(images/nav_kontakt.gif) no-repeat;
	}
	#naviKontakt:hover {
		background: url(images/nav_kontakt.gif) 0px -38px  no-repeat;
	}
	
	#naviImpressum
	{
		height: 37px;
		background: url(images/nav_impressum.gif) no-repeat;
	}
	#naviImpressum:hover {
		background: url(images/nav_impressum.gif) 0px -37px  no-repeat;
	}
	
	#naviMedia
	{
		height: 33px;
		background: url(images/nav_mediadaten.gif) no-repeat;
	}
	#naviMedia:hover {
		background: url(images/nav_mediadaten.gif) 0px -33px  no-repeat;
	}

#contentboxen {
	margin-right: 20px;
	margin-top:120px;
}

#header {
	position:absolute;
	top:0;
	left:201px;
	/*
	margin-bottom: 20px;
	margin-left: 27px;
	*/
	height: 150px;
	width:701px;
	background: url(images/bg_zeitungsbody.gif) repeat-y;
}

#textbereich {
	margin-left: 14px;
	width: 510px;
	margin-bottom: 20px;
	min-height:400px;
}
	* html #textbereich {
		height:400px;
	}
	
#blatt {
	background: url(images/bg_karte.jpg) no-repeat;
	width: 525px;
	height: 396px;
}
#innercontent
{
	padding:15px;
}
#innercontent h1
{
	font-weight:bold;
	font-size:1.6em;
}	
#innercontent h2
{
	font-weight:bold;
	font-size:1.4em;
	margin-top:10px;
}	
#dienste {
	position:absolute;
	top:200px;
	right:0px;	
	height: 400px;
	width: 250px;
	background: url(images/bg_dienste.gif);
	margin-bottom: 20px;
}

#diensteheader {
	margin-bottom: 15px;
}

.dienstebild {
	margin-bottom: 25px;
}

#werbung {
	margin-left: 27px;
	height: 100px;
	width:650px;
	border:solid thin #ccc;
	text-align:center;
}



/* Ab hier PopUp SelfHTML */


  div#popup {
  }

  ul.popupnavi {
	position: relative;
	width: 254px;
	margin-bottom: 20px;
  }
  
  ul.popupnavi a {
	text-decoration: none;
	color: #4e4e4e;
  }

  ul.popupnavi li {
	list-style: none;
	display: block;
  }

  ul.popupnavi li ul {
	width: 110px;
	display: none;  /* Unternavigation ausblenden */
  }

  ul.popupnavi li:hover ul {
	display: block;  /* Unternavigation in modernen Browsern einblenden */
  }

  ul#unternavi {
	position: absolute;
	left: 134px;
	top: 0px;
	background: #af2408;
	padding: 2px;
  }
  
  ul#unternavi a {
	display: block;
	color: white;
	text-decoration: none;
  }
  
  ul#unternavi a:hover {
	text-decoration: underline;
  }

#kartenmapping
{
	background:url(images/karte.gif) no-repeat;
}










