
* { margin: 0; padding: 0; }
html { height: 101%; }
body { font-family: verdana, arial, sans-serif; text-align: center; background-color: #ffffff; color: #000000; font-size: 100.01%; }

/* Clearen per Overflow */
.floatbox { overflow: hidden; }

/* Text und Links allgemein */
p, li { font-size: 10pt; line-height: 130%; }
a { height: 1%; /* fuer IE */ text-decoration: none; background-color: transparent; color: #114477; font-weight: bold; border-bottom: 1px solid #114477; }
a:visited { color: #666666; border-bottom: 0px; }
a:hover { color: #ff3300; border-bottom: 1px solid #ff3300; }
.red { color: #ff3300; font-weight: bold; }

/* alle Inhalte */
#gesamt { text-align: left; width: 100%; margin: 0px auto; background-color: transparent; border: 0px; }

/* Header */
#header { display: none; }

/* Kopf für Printversion */
#print { display: inline; color: #000000; text-align: center; margin: 20px 0px 10px 0px; font-size: 12pt; font-weight: bold; }
/* Menue */
#menu { display: none; }

/* Content-Bereich */
#content { width: 100%; background: transparent; background-image: none; border: 0px; min-height: auto; }

/* Submenue */
#submenu { display: none; }

/* Textblock */
#text { width: 100%; margin-right: 0px; background-color: transparent; }
#text p { margin: 0px 0px 10px 0px; font-size: 10pt; }
#text p.free { clear: left; font-size: 1px; height: 1px; background: transparent; margin: 0px 0 4px 15px; border: 0px; }

#text ul { list-style-type: square; padding: 0px 25px 10px 30px; }
#text li { padding: 2px 0px; }
#text ul.link { list-style-type: none; padding: 0px 15px 10px 0px; }

#text h1 { font-style: italic; color: #000000; text-align: left; margin: 0px 0px 20px 0px; padding: 4px 0; font-size: 12pt%; border-bottom: 1px solid #000000; }
#text h2 { color: #000000; margin: 20px 0px 10px 0px; font-size: 11pt; }
#text h3 { margin: 0px 0px 10px 0px; font-size: 10pt; }
#text h4, h5, h6 { margin: 10px 0px 0px 0px; font-size: 10pt; }

#text img.bild { float: left; margin: 0 0 8px 0; border: 1px solid #114477; }
#text img.bild2 { float: right; margin: 0 0 8px 0; border: 1px solid #114477; }
#text img.left { float: left; margin: 5px 15px 5px 0; border: 1px solid #114477; }
#text img.right { float: right; margin: 5px 0px 5px 15px; border: 1px solid #114477; }

/* Formular */
#text table { width: 100%; border: 1px solid #888888; margin: 0 0 20px 1px; padding: 10px; border-collapse: collapse; }
#text table.formular { background-image: none; }
#text table.anfrage { background-image: none; }
#text td { width: 50%; font-size: 12px; padding: 8px 6px 0 6px; text-align: right; }
#text td.right { text-align: left; padding: 4px 6px; }
#text form { margin: 0; }
#text label { font-size: 10pt; font-weight: bold; }
#text select { width: 100px; }

/* Footer */
#footer { clear: all; background-color: transparent; text-align: left; border-top: 1px solid #888888; }
#footer p { font-size: 70%; color: #333333; padding: 12px 0px; line-height: 140%; }

/* Ausgeblendetes */
.novis { display: none; }
