BODY {
	margin: 0px;
        font-family: Verdana,Helvetica;
        font-size: 12px;
        background-color:white;
}

/*input { background:white url(/style/runter.gif); border:solid black; border-width:1px 1px 1px 1px; }
textarea { background:white url(/style/runter.gif); border:solid black; border-width:1px 1px 1px 1px; }
select { background:white url(/style/runter.gif); border:solid black; border-width:1px 1px 1px 1px; }

a:link {color:#000000;}
a:visited {color:#404040;}
a:hover {color:#000000;}
a:active {color:#000000;}*/

/* #ff9e00 hell - #ffbe52 dunkel */

#menubar{
   white-space : nowrap;
   background-color : black;
   color : White;
   width : 100%;
   border-style : solid;
   border-color : black;
   border-width : 1px 0 1px 0;
   font-size:11px;
}
#menubar ul{
   padding : 0;
   margin : 0;
}
#menubar ul li{
   display : inline;
}
#menubar ul li a{
   padding-left : 5px;
   padding-right : 5px;
   color : White;
   text-decoration : none;
   float : left;
   border-right-color : white;
   border-right-style : solid;
   border-right-width : 1px;
}
#menubar ul li a:hover{
   background-color : #404040;
   color : white;
}

#menuright { text-align:right; }
#menuright a { color:white; }

#menubar2 {
  white-space:nowrap;
  background-color:#f0f0f0;
  color:black;
  width: 100%;
  border-style:solid;
  border-color:#f0f0f0;
  border-width: 1px 0 1px 0;
}
