

* {/* Globaler Reset */
	list-style:none;
	margin:0;
	padding:0;
	text-decoration:none;
	font-size: 1em; /*don't edit */
	font-family:Arial, Helvetica, sans-serif;
	}
	
#skip {/* Link für nicht-visuelle Browser vor visuellem Browser verstecken */
	position:absolute;
	visibility:hidden;
	}
	
html {
	font-size: 62.5%; /* don't edit */
		}
	
body {
	font-size: 1em; /* global font-size: 1em = 10px */
	background-image: url(../images/hintergrund_links.gif);/* ROTE FLÄCHE */
	background-repeat: repeat-y;
	
}

.linie {
	border-bottom: 1px solid #CC0000; /* Linie in der Navigation (1.3 nach letztem Eintrag) */
	
}


		
/* ######################################################################################################
** ### Navigation #############################################################################
** ######################################################################################################
*/			
#leftcontent {
	float:left;
	position:absolute;
	width:25em;
	height:100%;
	padding-bottom:5em;
	}

#logo {
	background-image: url(../images/logo.gif);/* logo */
	}
	
		
#navi1 {
	position: absolute;
	top:20em;
	}
	
#navi1 ul {
list-style-type:none;
	margin:0; 
	padding:0; 
	}
	
#navi1 li {
	margin:0; 
	padding:0; 
	}
	
#navi1 img{
	margin:-1px 0;
	padding:0;
	}

		
#bild {
	position: absolute;
	top:44.1em;
	left:1.3em;
	}
	
#adresse {
	position: absolute;
	top:67.8em;
	}

/* ######################################################################################################
** ### Service-Navigation #############################################################################
** ######################################################################################################
*/
	
#oben {
	position:absolute;
	left:25em;
	width:100%;
	background-image: url(../images/hintergrund_oben.gif);/* BLAUER STREIFEN */
	background-repeat: repeat-x;
	height:3.7em;
			}
		
#service {
	padding-left:35em;
	padding-top:0.4em;
	}
	
#service ul{
	}
	
#service li{
	display:inline; /* stellt die Liste auf eine Zeile */
}
		

/* ######################################################################################################
** ### INHALT #############################################################################
** ######################################################################################################
*/


#centercontent {
	float:left;
	width:70em;
	line-height:1.5em;
   	margin-left: 30em;

		}
		
.abstandoben {
	height:9.6em;
	}
	
	
#titel {
	width:67em;
	border-bottom: 5px solid #CCC;

	}
			
#content_links {
	float:left;
	width:28em;
	margin-top:2em;
	}
	
#content_rechts {
	float:left;
	width:37em;
	margin-top:2em;
	margin-left:2em;
	}

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

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