#menuebox {
width:700px;
position: relative;
height: 0px;
}
.stupidie {
display: none;
}
#menue {
width:700px;
position:absolute;
top: 5px;
left: 5px;
z-index: 200;
}

#menue .aussen {
float: left;
display: block;
overflow: hidden;
width: 12em;
height: 1.4em;
font-weight: bold;
text-align: center;
background-color: #3F484C;
color: #ffffff;
border: 1px solid;
border-color: #3F484C;
}
#menue .aussen:hover {
height: auto;
background-color: #3F484C;
color: #cccccc;
}

a.innen-1 {
margin-top: 2px;
}
a.innen,
a.innen-1 {
display: block;
width: 11em;
padding: 2px 2px;
text-decoration: none;
text-align: left;
font-weight: normal;
border-bottom: 1px solid #3F484C;
background-color: #9EA7AB;
color: #000000;
}
a:visited.innen,
a:visited.innen-1 {
background-color: #9EA7AB;
color:#000000ffffff;
}
a:hover.innen,
a:hover.innen-1 {
background-color: #3F484C;
color: #ffffff;
}

span.menutag {
display: block;
cursor: default;
}


td  {
      font-size : 11px;
      font-family :Tahoma,Arial;
      color : #5E5D5D;
      font-weight : normal;
      text-decoration : none;
          }

/* General text */
.gen { font-size : 10px; color : #5E5D5D;  text-decoration: none;}
.genbig { font-size : 13px; color : #5E5D5D;  text-decoration: none;}
/* Forum category titles */
.speciallink { font-weight: bold; font-size: 11px ; letter-spacing: 1px; color : #354265}
a.speciallink { font-weight: bold; text-decoration: none; font-size: 11px ; color : #354265; }
a.speciallink:hover{ font-weight: bold; text-decoration: underline; font-size: 11px ; }

td.header  {
      font-size : 12px;
      font-family :Tahoma,Arial;
      color : #5E5D5D;
      font-weight : bold;
      text-decoration : none;
          }
h2 {
        font-size:20px;
        color: #5E5D5D;
        font-family:Tahoma,Arial;
        font-weight:bold;
        text-align : center;
        }
h3 {
        font-size:17px;
        color: #5E5D5D;
        font-family:Tahoma,Arial;
        font-weight:bold;
        text-align : center;
        }
h4 {
        font-size:14px;
        color: #5E5D5D;
        font-family:Tahoma,Arial;
        font-weight:bold;
        text-align : center;
        }
a {
     font-size:11px;
     font-family:Tahoma,Arial;
     color:#000000;
     text-decoration:none;
        }
A:hover {
        font-size:11px;
        font-family:Tahoma,Arial;
        color:#ff0000;
        text-decoration:underline;
                }
select {
                font-family:Tahoma,Arial;
                font-size:11px;
                color:#000000;
                background : White;
                border : thin solid #CCFFFF;
                }
select.online {
                font-family:Tahoma,Arial;
                font-size:11px;
                background : White;
                border : thin #CCFFFF;
                }
input.box {
                font-family:Arial;
                font-size:10px;
                color:#000000;
                border:  1px solid #3F484C;
                }
input.frage {
                font-weight: bold;
                font-family:Arial;
                font-size:11px;
                color:black;
                background:White;
                border:  1px solid black;
                }
input.richtig {
                font-weight: bold;
                font-family:Arial;
                font-size:11px;
                color:darkgreen;
                background:#E4F8E3;
                border:  1px solid black;
                }
input.falsch {
                font-weight: bold;
                font-family:Arial;
                font-size:11px;
                color:darkred;
                background:#F8DCDA;
                border:  1px solid black;
                }
body,p {
                font-family:Tahoma,Arial;
                font-size:11px;
                color:#5E5D5D;
                }
input.sub{
                font-family:Tahoma,Arial;
                font-size:11px;
                color: #000000;
                border: thin outset #3F484C 1;
                background-color : white;
                }
textarea.box{
                font-family:Tahoma,Arial;
                font-size:11px;
                color:#000000;
               border:  1px solid #3F484C;  
}
form { margin-top:0px; margin-left:0px; }  ;