
#menuList
{
    border-bottom: 1px solid #e20074; /* Linie Unter Tabreiter */
    margin: 0;
    padding-bottom: 19px;  /* Abstand zwieschen Tebreiter und untere tabele */
    padding-left:10px; /* Abstand zwieschen Left und erste Tebreiter */
}

#menuList a:link, #menuList a:visited	
{
    background: #ffffff; /* Hintergrundfarbe für Nicht aktive Tabreiter */
    border: 1px solid #e20074; /* Farbe für Border Tabreiter */
    color: #000000; /* Farbe Text Nicht aktive Tabreiter */
    float: left;
  	font-weight: bold; 
	FONT-SIZE: 10px; 
	font-family: Arial, Verdana, Tahoma, sans-serif;
	letter-spacing : 1px;
    margin-right: 4px; /*Abstanf zwieschen Button*/
    padding: 2px 4px 4px 4px; /*Abstanf für Tabreiter in sich drin  1-oben 2-rechts 3-unten 4-left*/
    text-decoration: none;
}

/* Nichts... Muss Links sein */
#menuList a:link.active, #menuList a:visited.active	
{
    background: #ffffff;
    border-bottom: 1px solid #ffffff;
    color: #000000;
}
/* Nichts... Muss Links sein */


#menuList a:hover	
{
    color: #ff0000;
}

#menuList li.selected a 
{
    background: #f5f5f5 !important; /* Hint Activ TabReiter */
    border-bottom: 1px solid #f5f5f5 !important;
    color: #000000 !important;
    font-weight: bold !important;
}

#menuList li.selected ul.submenu 
{
    display: inline;
    left: 10px;
    position: absolute;
    top: 35px;
}

#menuList li.selected ul.submenu a 
{
    background: #ffffff;
    border: none;
    border-left: 1px solid #cccccc;
    color: #999999 !important;
    font-size: .98em;
    font-weight: bold;
    line-height: 12px;
    margin-right: 4px;
    padding: 2px 10px 2px 10px;
    text-decoration: none;
}

#menuList li.selected ul.submenu a.selected 
{
    background: transparent;
    color: #000 !important;
}

#menuList ul a:hover, #menuList ul.submenu a:hover 
{
    color: #e20074 !important; /* Farbe für Link in TabReiter - hover */
}

#menuList ul, #menuList li	
{
    display: inline;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#menuList ul.submenu {
    display: none;
    width: 90%;
}

/* Eifache Tab'Reiter --------------------*/
.TabReiterAbstandLeft
{
background-color : #ffffff;
border-width:1px;
border-color:#000000; 
border-style:yes;
BORDER-RIGHT: #ffffff groove 0px; BORDER-LEFT: #f5f5f5 groove 0px; BORDER-TOP: #f5f5f5 dotted 0px; BORDER-BOTTOM: #e20074 solid 1px;
width: 2%;
}
.TabReiterInhalt
{
background-color : #f5f5f5;
font-weight: bold;
BORDER-RIGHT: #e20074 solid 1px; BORDER-LEFT: #e20074 solid 1px; BORDER-TOP: #e20074 solid 1px; BORDER-BOTTOM: #e20074 solid 0px;
COLOR: #000000; 
FONT-SIZE: 10px; 
font-family: Arial, Verdana, Tahoma, sans-serif;
padding-left: 6px; padding-top: 2px; padding-right:6px; padding-bottom: 0px;
}
.TabReiterInhaltNoAktiv
{
background-color : #f5f5f5;
font-weight: bold;
BORDER-RIGHT: #e20074 solid 1px; BORDER-LEFT: #e20074 solid 0px; BORDER-TOP: #e20074 solid 1px; BORDER-BOTTOM: #e20074 solid 1px;
COLOR: #000000; 
FONT-SIZE: 10px; 
font-family: Arial, Verdana, Tahoma, sans-serif;
padding-left: 6px; padding-top: 2px; padding-right:6px; padding-bottom: 0px;
}

.TabReiterAbstandRight
{
background-color : #ffffff;
border-width:1px;
border-color:#000000; 
border-style:yes;
BORDER-RIGHT: #ffffff groove 0px; BORDER-LEFT: #f5f5f5 groove 0px; BORDER-TOP: #f5f5f5 dotted 0px; BORDER-BOTTOM: #e20074 solid 1px;
 width: 100%;
}

.TabReiterSprung
{
background-color : #ffffff;
font-weight: bold;
BORDER-RIGHT: #e20074 solid 0px; BORDER-LEFT: #e20074 solid 0px; BORDER-TOP: #e20074 solid 0px; BORDER-BOTTOM: #e20074 solid 1px;
COLOR: #000000; 
FONT-SIZE: 10px; 
font-family: Arial, Verdana, Tahoma, sans-serif;
padding-left: 20px; padding-top: 2px; padding-right:20px; padding-bottom: 2px;
}
/* Eifache Tab'Reiter --------------------*/