@charset "iso-8859-1";
/* Invertierte Darstellung */

body {
margin: 1em 10em;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 90%;
line-height: 1.5;
font-weight: bold;
background-color: #00f;
color: #ff0;
}

#header h1 {
font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif;
font-size: 200%;
font-weight: 300;
}

a {
text-decoration: none;
background-color: #00f;
color: #fff;
border-bottom: 1px solid #fff;
}
a:visited {

}
a:hover {

}
a:focus, a:active {

}

hr {
height: 1px;
border: 0 none;
border-top: 1px solid #ff0;
margin: 0 0 10px 0;
padding: 0;
}

.un, .alternativ, .logo-print, #printonly {
position: absolute;
margin-left: -5000px;
}

input.s-send {
background-color: #fff;
color: #000;
}