

/* Menue Header*/

#nav{ float:left;}
#nav ul{list-style:none; margin:0; padding:0;}
#nav a{color:#999999; display:block; font-size:1.2em; letter-spacing:0px; padding:8px 10px 5px 0px; text-decoration:none; }
#nav a:hover{ color:#333333;}
#nav li{background:url(images/tabs.png) no-repeat 0 0; float:left; margin:0 4px 0 0; padding:0 0 0 9px; }
#nav #current{ background:url(images/tabs.png) no-repeat 0 -38px; }
#nav #current a{ background:url(images/tabs.png) no-repeat 100% -38px; color:#303030; padding:8px 10px 5px 0px; }

/* Grundeinstellungen*/
body,td,th { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #333333; }
a:link, a:visited, a:active { color: #333333; text-decoration: none; }
a:hover { color: #f77924; text-decoration: true; }
hr { margin: 0px 5px 0px 0px; color: #333333; border: 0; border-top: 0px solid #333333; height: 1px;  }
h1 { font-size: 18px; color: #f77924; text-align: left;  margin: }
h2 { font-size: 16px; color: #333333; text-align: left;  margin: }
h3 { font-size: 14px; color: #f77924; text-align: left;  margin: }
h4 { font-size: 14px; color: #000000; }

.button, .button:hover {
font: Verdana, Arial, Helvetica, sans-serif;
color: #f77924;
font-size:14 px;
width: auto;
cursor: pointer;
background: #ffffff;
border: 0px solid #333333;
}
/* Menue links */
div#menu_links ul {
background: url(./images/linie_einfach.jpg) no-repeat; 
margin: 0px;
padding: 0px;
list-style: none;
}
div#menu_links li {
background: url(./images/linie_einfach.jpg) no-repeat; 
list-style: none;
margin-left: 0px;
padding-top: 0px;
}
div#menu_links {
padding: 0px;
}
div#menu_links a {
display: lengt;
}

/* Normale Menuepunkte, nichts ist angeklicke */
div#menu_links ul li a {
 
  font-size: 10px;
  height: 20px;
  line-height: 20px; 
  background: url(./images/linie_einfach.jpg) no-repeat; 
  font-weight: bold;
  text-indent: 2px;
  margin-top: 0px;
  color: #333333;
   background: #ffffff;


}


/* Normale Menuepunkte, aktiv */
div#menu_links ul li.menu-current a {
  font-size: 10px;
  height: 20px;
  line-height: 20px; 
  background: url(./images/linie_einfach3.jpg) no-repeat; 
  font-weight: bold;
  text-indent: 2px;
  margin-top: 0px;
  color: #333333;
  background: #f77924;
}

/* Alle Menuepunkte mit der Maus drueber */
div#menu_links a:hover, div#menu_links ul ul li a:hover, div#menu_links ul ul ul li a:hover, div#menu_links li.menu-child a:hover, div#menu_links ul ul li.menu-child a:hover, div#menu_links ul ul ul li.menu-child a:hover {
  
  background: url(./images/linie_einfach.jpg) no-repeat; 
  text-decoration: none;
  background-position: 0px 0px;
color: #f77924;
}
/* Aktive Hauptmenupunkte Maus drüber  */
div#menu_links ul li.menu-current a:hover {
  color: #f77924;
  text-decoration: none;
  background-position: 0px 0px;
}
/* ENDE Menue links */

