


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



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



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

.left
{
    float:left;
}

.right
{
    float:right;
}

.center
{
    width:100%;
    text-align:center;
}

img
{
    border:0;
}

a.auto
{
    display:inline;
    width:auto;
    height:auto;
    margin:0px;
    padding:0px;
}



/* Messages / Colors
////////////////////////////////////////////////////////////////////////////////////////////////*/



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

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



/* Farbprofile
////////////////////////////////////////////////////////////////////////////////////////////////*/



*.mcolor
{
    color:#45A3FA;
    font-weight:bold;

}

*.wcolor
{
    color:#FF6076;
    font-weight:bold;

}



/* ImageLoader
////////////////////////////////////////////////////////////////////////////////////////////////*/



.ilback
{
    position:absolute;
    display:none;
    left:0px;
    top:0px;
    width:100%;
    height:100%;
    background-color:#000000;
    opacity:.5;
    filter:alpha(opacity=50);
    -moz-opacity:.5;
}

.ilimgbox
{
    position:absolute;
    display:none;
    left:0px;
    top:0px;
    width:100%;
    height:100%;
    text-align:center;
}

.ilimg
{
    margin-top:150px;
    border:1px solid #F6F6F6;
}