@import url(/common/popup.css);
@import url(/css/impressum.css);
@import url(/css/elements.css);
@import url(/css/sitemap.css);


html { margin: 0; }





html, body, td { font-family: Verdana, Arial, Helvetica, sans-serif; font-size:12px; }
img { border-width: 0px }
a { color: #000000; }
a:link, a:visited, a:active { color:#000000; text-decoration:underline; }
a:hover { color:#000000; text-decoration:underline; }

h1 { font-size: 20px; color: #F3911E; font-weight:normal; margin-top: 0; }
h2 { font-size: 14px; }
h3 { font-size: 12px; }
p { font-size: 12px; }

img.alignLeft { float: left; padding: 0 15px 0 15px; }
.clear { clear: left; }


div.page { width: 750px; left: 50%; margin-left: -375px; position: absolute; top: 0; }

div#home-head, div#site-head {
    margin: 0;
    height: 260px; width: 750px;
    background-image: url(/files/home-head.jpg);
}
div#home-head p.bottom-text, div#site-head p.bottom-text {
    color: white; margin: 0; font-size: 12px;
    padding-top: 237px; padding-left: 39px;
}
div#site-head {
    height: 140px;
    background-image: url(/files/site-head.jpg);
}
div#site-head p.bottom-text { padding-top: 117px; }

div#main-menu { border-bottom: 1px solid #a0a09c; padding-top: 14px; padding-bottom: 14px; margin-bottom: 20px; padding-left: 39px; }
div#main-menu ul { margin: 0; padding: 0; list-style-type: none; }
div#main-menu ul li {
    display: inline;
    background-image: url(../files/menu-right.gif);
    background-repeat: no-repeat; background-position: right center;
    margin: 0; padding: 0;
    padding-right: 10px; margin-right: 10px; }
div#main-menu ul li.last { background-image: none; }
div#main-menu ul li.active a { color: black; }
div#main-menu ul li a { font-weight: bold; color: #F38D1E; text-decoration: none; }

div#sub-menu { width: 160px; float: left; }
div#sub-menu ul { list-style-type: none; margin: 0; padding: 0; }
div#sub-menu ul li { text-align: right; margin-bottom: 5px; }
div#sub-menu ul li a { font-weight: bold; color: #F38D1E; text-decoration: none; }
div#sub-menu ul li.active a { color: black; }
div#sub-menu ul ul { margin-top: 3px; }
div#sub-menu ul ul li { margin-bottom: 0; }
div#sub-menu ul ul li a { font-weight: normal; color: #F38D1E; font-size: 11px; }
div#sub-menu ul li.active ul li a { color: #F38D1E; }
div#sub-menu ul li.active ul li.active a { color: black; }

div#bottom-menu { clear: both; font-size: 11px; border-top: 1px solid #a0a09c; text-align: right; padding-top: 10px; margin-top: 25px; margin-bottom: 25px; }
div#bottom-menu ul { margin: 0; padding: 0; list-style-type: none; }
div#bottom-menu ul li {
    display: inline;
    margin: 0; padding: 0;
    /*padding-right: 5px; padding-left: 5px;*/
}
div#bottom-menu ul li a { text-decoration: none; }
div#bottom-menu ul li.last { margin-right: 0; }

div#content {
    margin-left: 190px; margin-right: 30px;
    height: 150px;
}
/* hack fr nicht-ie */
div#content[id] { height: auto; min-height: 150px; }

div.home div#content { margin-left: 39px; }
div.home div#content h1 { margin-left: -1px; }

/* Overlay-Statistik */
div#sub-menu div.ovStat { margin-top: 0; margin-left: 3px; }

div.validate { margin-top: 20px; }

table.formular { border-collapse: collapse; }
table.formular td { border: 1px solid white; }
table.formular td.name { font-size: 11px; color: white; background-color: #F38D1E;  text-align: right; font-weight: bold; padding-left: 10px; padding-right: 5px; }
table.formular td.field { background-color: #c9c9c9; padding: 3px; border-left-width: 0; padding-left: 6px; }
table.formular td.color { width: 4px; background-color: #c9c9c9; border-right-width: 0; }
table.formular tr.pflicht td.color { background-color: black; }
table.formular td.field input, table.formular td.field textarea { border: 1px solid #F38D1E; }
table.formular tr.error td.field input, table.formular tr.error td.field textarea { background-color: #FAD7AD;  }
table.formular tr.checkbox td.field input { border-width: 0; }
table.formular tr.subject td { border-bottom: 10px solid white; }
#fehler { font-size: 11px; width: 160px; position: absolute; left: 0; background-color: #FAD7AD; border: 1px solid black; padding: 5px; }
#fehler p { font-size: 11px; margin: 0; }
#fehler ul { margin: 0; padding: 0; padding-left: 15px; }
.pflicht { margin-bottom: 10px; }
.pflicht div { background-color: black; width: 5px; height: 5px; float: left; margin-top: 0px; margin-right: 6px; }



