


/*////////////////////////////////////////////////////////////////////////////////////////////////
// common.css - Beinhaltet Standards
////////////////////////////////////////////////////////////////////////////////////////////////*/



/* Standards
////////////////////////////////////////////////////////////////////////////////////////////////*/



*
{
    margin:0px;
    padding:0px;
    font-family:verdana;
    font-size:12px;
}

a
{
    color:#336699;
}

a:hover
{
    color:#6699cc;
}

a img
{
    border:none;
}

br.clr  
{
    clear:both;
    font-size:0px;
    height:0px;
    line-height:0px;
    overflow:hidden;
}

.ok
{
    font-size:10px;
    color:#339933;
    font-weight:bold;
}

.err
{
    font-size:10px;
    color:#CC3333;
    font-weight:bold;
}



/* Framework
////////////////////////////////////////////////////////////////////////////////////////////////*/



a.navilink
{
    text-decoration:none;
}

a.navilink:hover
{
}

.browsersmooth
{
    font-style:italic;
    color:#000000;
}
