
body {
font-size: 100.01%;
background-color: #ffffff;			
padding:0em;
margin:0em;
}


h1 {
font-size: 1.2em; 			 /*11px;*/
text-transform:uppercase;
border-top:1px solid #fff;
border-bottom:1px solid #fff;
padding:0.31em 0.94em;		/*5px 15px*/
margin:0; }

h2 {
font-size:1.25em;				/*20px;*/
font-weight: normal;
padding: 0.31em 0.94em;		/*5px 15px*/
margin:0em;}

h3 {
font-size: 0.69em; 			 /*11px;*/
text-transform:uppercase;
border-top:1px solid #fff;
border-bottom:1px solid #fff;
padding:0.31em 0.94em;		/*5px 15px*/
margin:0; }

a {color: Black; text-decoration : none;}
a:active { color:#fff; text-decoration : none;}
a:visited { color:#fff; text-decoration : none;}
a:hover {color: #000; text-decoration : none;}



/* ----------container zentriert das layout-------------- */
#container {
width: 50em;
padding:0;
margin: 0;
margin-left: auto;
margin-right: auto;
font-size: 0.90em;
} 

/* ----------banner for logo-------------- */
#banner {
text-align: right;
background-color: #ffffff;
padding: 0em;
margin: 0em; }

/*#banner img {padding:10px 0px;} */

/* ----------outer und inner----------------- */
#outer{ 
border-left: solid 12.5em #FFAF1A;  /* linke Menue Spalten Farbe  */ 
background-color: #ffffff; /* Farbe fuer Inhalt Spalten  */
 } 

#inner{ margin:0em; width:100%; background-color: #cc0000} /* die IE PC schlaufe */ 

/* --------------left navigavtion------------- */
#left {
 width:12.5em; 
 float:left; 
 position:relative; 
 margin-left:-12.5em; 
 margin-right:0.06em;

 /*z-index: 70;*/
 }
 
#left img {
margin: 0 0 0 0.7em;
}

#left p {
font-size: 0.8em;
font-family:  Verdana, Arial, SunSans-Regular, Sans-Serif, italic;
margin-left: 3em;
}

ul { 
		margin: 0;
		padding: 0;
		list-style: none;
		width : 12.5em;
}
	
	
li { 	
		line-height : 1em;
		margin-bottom : -2px; /*vorher -1px, doch funktioniert so nicht im IE*/
		width: 12.5em;
		background-color: #5EFF5F;
		
}
	
	
li a {
		display : block;
		padding : 0.5em;
		width: 12.5em;
		w\idth : 11.5em;
		color : black;
		text-decoration : none;
		border-top : 1px solid #fff;
		border-bottom : 1px solid #fff;
		/*border-left-color: #5EFF5F;*/	
}


li ul { 
		display: block;
		background-color: #FFE9D2;
		text-decoration: none;
		width: 12.5em;
		border: none;
	}


li ul li {
	line-height : 1em;  /*0.7em;  funktioniert so im IE nicht*/ 
	font-size: 0.7em;
	width: 18em;
	w\idth : 17.9em;
	
}


li ul li a {
	background-color: ##ffaf1a;
	margin-left: 1em;
	border: none;
}
	
	
li a:hover {
	background-color : #007e80;
}

	
li:hover ul, li.sfhover ul { 
	left: auto;
}

ul li ul li a:hover {
	background-color : #007e80;
	width: 18em;
	w\idth : 16.9em;
	margin: 0em;
}

	
/*ul li ul li:hover , ul li ul li.sfhover  { 
		left: auto;
	}	*/
	
	
/* -----------------Inhalt--------------------- */
#content{ 
position: relative; 
margin: 0em;
padding: 1em 0em 0em 1em;
border-left: 1px solid #fff;
/*z-index: 50;*/
 }
 


/*------------------------------------------------------------------------------------------------------*/
	/* Allgemeine IE-Layouthilfe, um die freie Spaltenanordnung zu gewährleisten und die Robustheit der     */
	/* DIV-Container für beliebige Inhalte zu erhöhen. Die Eigenschaft "zoom" erzwingt "hasLayout" im IE.   */
	/* 
	** IE5.01/Win - 0 (Eigenschaft "zoom" wird nicht interpretiert)
	** IE5.x/Win - x
	** IE5.x/Mac - x
	** IE6       - x
	** IE7       - x
	*/	
#content { zoom: 1; } /* #left, #footer, #banner, #inner, #container, #outer  */

/*Bug läßt es zu, daß Kontaktseite im IE richtig angezeigt werden, wie auch Bilder, die links zentriert wurden*/
/*------------------------------------------------------------------------------------------------------*/







/*  ----------------footer---------------------- */ 
#footer {
clear:left;
padding:0em;
margin:0em;
text-align: right; } 

/*edit_css_start*/
body{font-family: Arial, Helvetica, sans-serif; color: #FF9900; }
h1{background-color: #FF9900; color: #CC0000; }
h3{background-color: #FF9900; color: #ffffff; }
#outer{border-left-color:#CC0000}
#left{background-color:#CC0000}
#left ul li{background-color: #CC0000; }
#left ul li a{border-left-color: #CC0000; color: #330000; }
#left ul li a:hover{background-color: #FF9900; color: #000; }
#left ul li a#current{color: #FFCC00; }
#left p{color: #FF9900; }
#left h2{color: #FF9900; }
#content{background-color: #CC0000; }

/*edit_css_links*/
a{color: #FFCC00; }

