* { margin: 0px;padding: 0px; }
/* begin:basics */
div, img, form { border: none; }
body {
 color: #194B81;
 background: #ffffff;
 height: 100%;
 width: 100%;
 text-align: center;
 font-family: verdana, arial, helvetica, sans-serif;
 font-size: 1em;
}
h1 {
 font-size: 1.2em;
 font-weight: bold;
}
h2, h3, h4, h5, h6 {
 margin-top: 12px;
 font-size: 1.1em;
 font-weight: bold;
}
a {
 text-decoration: none;
 color: #194B81;
}
a:hover { text-decoration: underline; }
ul {
 list-style-image: url(imgs/listen_punkt.gif);
 margin: 18px 0px 6px 18px;
}
.antifloat {
 clear: both;
 visibility: hidden;
 height: 0px;
 font-size: 1px;
 overflow: hidden;
}
.onlyprint { display: block; }
div#placeholder {
 position: relative;
 margin: 0px auto;
 width: 990px;
 height: auto;
 text-align: left;
}
div#head1 {
 display: none;
}
div#head2 {
 display: none;
}
div#leftmenu {
 display: none;
}
div#teaser {
 display: none;
}
div#content {
 float: left;
 width: 526px;
 font-size: 0.8em;
 padding: 0px 24px 30px 24px;
}
div#content a { text-decoration: underline; }
