/**
* @colordef anterioblau = #003056;
* @colordef hellblau    = #ecf4fa;
*/

/* Allgemeine Styles */
html { height:100%; }
body { color:#000; background:#ecf4fa; font-family:arial, sans-serif; font-size:12px; line-height:110%; height:100%; }
img { border:0px; }
a { color:#003056; }
a:visited { color:#003056; }
hr { border:dotted #003056 thin; }

/* Elemente der Seite */
.center_table { min-width:962px; }
#kopf { background:url('/fileadmin/anterio/pics/kopf.jpg') no-repeat center bottom; width:960px; height:92px; vertical-align:bottom; }
#inhalt { width:960px; background:#fff; border-left:1px solid #003056; border-right:1px solid #003056; }
#unterzeile { background:#ecf4fa; width:960px; padding:6px 0px 6px 0px; vertical-align:top; border:1px solid #003056; }

/* Copyright in Fusszeile */
#copyright { width:370px; text-align:center; }

/* Schnellsuche oben rechts */
#such { width:330px; padding:0px 15px 2px 0px; text-align:right; color:#003056; vertical-align:top; border-top:1px solid #003056; border-bottom:1px solid #003056; border-right:1px solid #003056; }
#such input  { height:14px; margin:4px 0px 0px 0px; font-size:10px; width:147px; border:1px solid #003056; }

/* Kontaktformular */
.kontakt input, .kontakt select, .kontakt textarea { display:block; float:left; width:350px; }
.kontakt input { height:19px; }
.kontakt textarea { height:105px; }
.kontakt form br { clear:left; }
#rueckruf { width:auto; }
.kontakt input#submit { float:none; width:auto; height:25px; }

/* Inhaltstext */
#ctext { overflow:auto; height:525px; margin-left:370px; padding:20px; border-left:1px solid #003056; background:#fff; }
#ctext p { margin:0; padding:0; font-size:12px; padding-top:6px; line-height:120%; }
#ctext strong { font-weight:bold; }
#ctext h1 { font-size:20px; font-weight:bold; margin:10px 0px; line-height:110%; }
#ctext h2 { font-size:18px; font-weight:bold; margin:10px 0px; line-height:110%; }
#ctext h3 { font-size:16px; font-weight:bold; margin:10px 0px; line-height:110%; }
#ctext h4 { font-size:14px; font-weight:bold; margin:10px 0px; line-height:110%; }
#ctext ol { list-style-type:decimal; margin-left:12px; }
#ctext ul { list-style-type:none; margin-left:7px; }
#ctext ul li { padding-left:10px; background-image:url('/fileadmin/anterio/pics/bullet.gif'); background-repeat:no-repeat; background-position:0px 5px; }
#ctext li { margin-top:5px; }
