* {
	margin:0;
	padding:0;
}	

a {
  color:#ff6600;
  text-decoration:none;
}

a:hover{
  color:#808080;
  text-decoration:none;
}

ul{
  margin-left:15px;
	padding-left:15px;
	}



body {
	background-color:#e9e9e9;
	text-align:center;
	font-family: Verdana, Tahoma;
	font-size: 12px;
  color:#333; 
} 

body { behavior:url("/fileadmin/csshover3.htc"); }


#schatten {
  background-image:url('./images/bg_schatten.png');
  background-repeat:no-repeat;
  text-align:center;
  margin:auto;
  height:504px;
	width:880px;
	padding-top:0px;
}

#page{
	text-align:left;
	margin:auto;
	height:auto;
	padding-top:0px;
	width:839px;
  padding-top:15px;
}

#kopf {
	text-align:left;
	margin:auto;
	padding-top:0px;
	width:839px;
	height:275px;	
	background-repeat:no-repeat;
}

* html #kopf{
  height:293px;
}



#invisible_clearer{clear:both; visibility:hidden; height:0px; }

#left_side{
  clear:both;
	float:left;
	width:223px;
	height:350px;
	border-bottom:1px solid #c9ced1;
	background-color:#fff;
}

/* IE-HACK weil der Internet Explorer für jeden Menüpunkt 3 Pixel falsch nach unten rechnet!*/
* html #left_side{margin-top:-18px;}




#right_side{
	float:right;

	border-bottom:1px solid #c9ced1;
	padding-bottom:30px;
	width:615px;
	background-color:#fff;
}

/* IE-HACK weil der Internet Explorer für jeden Menüpunkt 3 Pixel falsch nach unten rechnet!*/
* html #right_side{margin-top:-18px;}

#status_navi {
	position: relative;
	top:10px;
	left:20px;
	font-size: 9px; 
	font-family: Verdana ,Tahoma;
	z-index:2;
}

#bottom{
	position: relative;
	clear:both;
	width:839px;
	height:79px;
	background-image:url(./images/bottom_logo.jpg);
	border-bottom:1px solid #c9ced1;
}

#navigation{
  top:0px;
	float:left;
	position: relative;
}


/* IE-HACK 3 Pixel Bug*/
* html #navigation{top:-3px;}





/* div > #navigation {position: relative;} */

img, ul , a{ behavior: url(/fileadmin/iepngfix.htc) }
* html #schatten { behavior: url(/fileadmin/iepngfix.htc) }

#adresse{
	position: relative;
	top:42px;
	left:20px;
}

#inhalt{
	position: relative;
	float:right;
	top:20px;
	padding-left:20px;
	padding-right:20px;
	width:575px;
}


#logo{
	position: relative;
	top:0px;
	width:224px;
	height:82px;
	background-image:url(./images/bg_navi_black_big.png);
}


h1{
	font-family: Verdana, Tahoma, Trebuchet MS;
	font-size:15px;	
  color:#d0002f;
  line-height:30px;
}


ul.menu{
	width:224px;
	height:193px;
	z-index:1;
	margin:0;
	padding:0;
	background-image:url(./images/bg_navi_black_big.png);
}

* html ul.menu {
  height:194px;

}

ul.menu, ul.menu ul {
    list-style-type: none;   
    margin:0;
	  padding:0;
}

ul.menu ul.menu {
    background:none;
}

ul.menu a {
		display: block;
		padding-left:20px;
		margin-top:0px;
		padding-top:5px;
		border-top:1px solid #FFF;
		height:18px;
		width:203px;
		font-family: Verdana, Tahoma, sans-serif;
		font-size:12px;
		font-weight:bold;
		text-decoration:none;
    color:#fff;    
    background-image:url('./images/bg_li1.png');
}



ul.menu a:hover {           color:#eb6909;    background-color:#ffffff; cursor:pointer; } 
ul.menu ul a {              color:#fff;       background-image:url('./images/bg_li3.png'); }
ul.menu ul a:hover {        color:#eb6909;    background-image:url('./images/bg_li2.jpg'); }
ul.menu ul ul a {           color:#ccc;       background-image:url('./images/bg_li4.png');  } 
 
 


ul.menu li {
    padding: 0;
    margin: 0;
    float:left;
}


/* Für Unterpunkte keine Float-Eigenschaft */

ul.menu ul li {
    float:none;
}

/* Links auf Unterpunkten sollen die Hintergrundfarbe ändern */

ul.menu ul li.hover, ul.menu ul li:hover {
   
}

/* Zweite Ebene */
  ul.menu ul {
    margin:0;
    padding: 0;
    position: absolute;
    display: none;
    width: 180px;
    margin-left: 223px;
    margin-top: -24px;
  }

   /* Zweite Ebene anzeigen */

  ul.menu li.hover ul, ul.menu li:hover ul  {
    display: block;
  }

/* Dritte Ebene */

  ul.menu li.hover ul ul, ul.menu li:hover ul ul {
    display: none;
    margin-left: 223px; /* Breite eines Listenelements - Überlagerung */
    margin-top: -24Px; /* Höhe eines Listenelements */
  }

   /* Dritte Ebene anzeigen */
  ul.menu li.hover ul li.hover ul, ul.menu li:hover ul li:hover ul {
    display: block;
  }

  /* Vierte Ebene */
  ul.menu li.hover ul li.hover ul ul, ul.menu li:hover ul li:hover ul ul {
    display: none;
  }

  /* Vierte Ebene anzeigen */
  ul.menu li.hover ul li.hover ul li.hover ul , ul.menu li:hover ul li:hover ul li:hover ul {
    display: block;
  }	
  
  input {margin-bottom:15px; margin-top:5px;}

  


