/* CSS Document
   colorsceme homepage
*/

/* category colors */

div.subnav
{
    border-right: 2px solid #009900;
}

div.breadcrumb
{
    margin-bottom: 10px;
    border-bottom: 1px solid #009900;
}

/* link styles */

#centerarea a,
{
 color: #F8692B;
 text-decoration: none;
}
#centerarea a:visited
{
 text-decoration: none;
}
#centerarea a:hover {
    /*color: #F8692B;
    text-decoration: underline;*/
    color: #000;
    text-decoration: none;
}

#centerarea a.text {
    color: #000;
}

#centerarea h1 a,
#centerarea h2 a,
#centerarea h3 a,
#centerarea div.breadcrumb a,
#centerarea div.breadcrumb a:visited
{
    color: #009900;
}

#centerarea a.weiter,
#centerarea a.weiter:visited
{
 color: #009900;
 font-weight: bold;
 text-decoration: none;
}
#centerarea a.weiter:hover {
    color: #000;
    font-weight: bold;
    text-decoration: none;
}

/* blue box */

#centerarea div.blue h1 a,
#centerarea div.blue h2 a,
#centerarea div.blue h3 a
{
    color: #00AAFF;
}

#centerarea div.blue a,
#centerarea div.blue a:visited /*,
#centerarea div.blue a:hover*/
{
    color: #FFFFFF;
}

#centerarea div.blue a.weiter,
#centerarea div.blue a.weiter:visited,
#centerarea div.blue a.weiter:hover
{
 color: #00AAFF;
 font-weight: bold;
}

.text-fett
{
    font-weight: bold;
}