@charset "utf-8";

html,body{margin:0; padding:0; }
body{font-size: 12px; font-family:Tahoma,Arial,Helvetica,Geneva,Swiss,sans-serif; background:#F7F7F7; color:#000000; }
img{border:none; }
a:link{font-size:12px; color:#1C4E8B; text-decoration:none; }
a:visited{font-size:12px; color:#1C4E8B; text-decoration:none; }
a:hover{font-size:12px; color:#1C4E8B; text-decoration:underline; }
a:active{font-size:12px; color:#1C4E8B; text-decoration:none; }
a:focus{font-size:12px; color:#1C4E8B; text-decoration:none; }
form{margin:0; padding:0; }
#header{text-align:left; display:inline-block;}
#container{text-align:left; background-color:#FFFFFF; }
#wrapper {float:left; width:100%; }
#navigation{float:left; }
#extra{float:left; }
#fuss{width:100%; }
.klaer {clear:both; width:1px; height:1px; font-size:1px; }
div#abstand_unten{height:35px; }
.abgerundet {
	-moz-border-radius:7px; /* Firefox */
    -webkit-border-radius:7px; /* Safari, Chrome */
    -khtml-border-radius:7px; /* Konqueror */
    border-radius:7px; /* CSS3 */
}
.float_right {float:right; }
.float_left {float:left; }
.float_clear {clear:both; }
.float_clear_left {clear:left; }
.float_clear_right {clear:right; }
.bold {font-weight: bold; }
.status_text {background-color:#FFCC99; padding:5px; color:red; text-align:center; font-weight:bold; font-size:12px; }
.unsichtbar {display:none; }
