/* CSS Document */

html {height:100%;}
body {
margin:0; padding:0px; height:100%;
background-color:#fefefe;
font-family:GillSans, Arial, sans-serif;font-size:0.8em;
color:#1d5491;
}

#sprungmarken a{display:block;}

#servicemenu a img, #darstellung a img{display:none;}
#logo, #bogen{display:none;}

/*show only for pda*/
.mobile{display:block;}
#sprungmarken span.no_mobile{display:none;}

.errortext {
    font-weight: bold;
    color: Red;
}

.successtext {
    font-weight: bold;
    color: Green;
}

