@charset "UTF-8"; 

#menue_links table
{
    width:             125px;
    border-collapse:   collapse;
    border-spacing:    0px;
}

#menue_links th
{
    height:             25px;
    background:         url(../img/links_schwarz.png) no-repeat;
    text-align:         center;
}

#menue_links td
{
    height:             25px;
    background:         url(../img/links_rot.png) no-repeat;
    text-align:         center;
}

#menue_links td:hover
{
	color:              #FFFF00;
	text-decoration:    underline;
	cursor:             pointer;
}

#menue_links td a
{
    color:              #FFFFFF;
    text-decoration:    none;
}

#menue_links td a:hover
{
    color:              #FFFF00;
    text-decoration:    underline;
}

#menue_rechts table
{
    width:              125px;
    border-collapse:    collapse;
    border-spacing:     0px;
    color:              #FFFFFF;
}

#menue_rechts th
{
    height:             17px;
    background:         url(../img/rechts_schwarz.jpg) no-repeat;
    text-align:         center;
}

#menue_rechts td
{
    height:             17px;
    background:         url(../img/rechts_rot.jpg) no-repeat;
    text-align:         center;
}

#menue_rechts td:hover
{
    color:              #FFFF00;
    text-decoration:    underline;
    cursor:             pointer;
}

#menue_rechts td a
{
    color:              #FFFFFF;
    text-decoration:    none;
}

#menue_rechts td a:hover
{
    color:              #FFFF00;
    text-decoration:    underline;
}

#menue_rechts .clear
{
    border:             1px solid #000000;
}

#menue_rechts .clear td
{
    background:         none;
    text-align:         left;
    color:              #000000;
}

#menue_rechts .clear td:hover
{
    text-decoration:    none;
    color:              #000000;
    cursor:             default;
}

#menue_rechts .clear td .link
{
    color:              #FFFFFF;
    text-decoration:    none;
    cursor:             pointer;
}

#menue_rechts .clear td .link:hover
{
    color:              #FFFF00;
    text-decoration:    underline;
}
