*
{
    font-family:                    Arial, Helvetica, sans-serif;
}

body
{
    margin:                         0 0 0 0;
    padding:                        0 0 0 0;
    
    font-size:                      11px;
    color:                          #53585B;
    background:                     #FFFFFF;
}

img
{
    border:                         0px solid #FFFFFF ;
}

a,
a:link,
a:visited,
a:active
{
    color:                          #009533;
    text-decoration:                none;
}

a:visited
{
	color:							#3BA5AE;
}

a:hover,
a:focus
{
    text-decoration:                underline;
}

form
{
    /* solves the IE form-tag spacing problem */
    display:                        inline;
}

div.visual_clear
{
    clear:                          both;
    height:                         0px;
    overflow:                       hidden;
}

span.visual_clear
{
    display:                        block;
    clear:                          both;
    height:                         0px;
    overflow:                       hidden;
}

.alert
{
    border:                         1px solid red;
    color:                          red;
}

.textklein {
	font-size: smaller;
}	

