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


html, body { margin: 0; }

html, body, td, input, textarea { font-family: Verdana, Arial, Sans, sans-serif; font-size:11px; color: #585952; }
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-family: Sans, Verdana, Arial, sans-serif; font-size: 20px; color: #00406f; font-weight:normal; margin-top: 0; margin-bottom: 30px;}
h2 { font-size: 11px; margin-top: 0px; margin-bottom: 10px; }
h3 { font-size: 11px; margin-top: 0px; margin-bottom: 10px; }
p { font-size: 11px; margin-bottom: 10px; margin-top: 0; line-height: 16px; }

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

img.plus { margin-left: -10px; }


body { text-align: center; background-color: #b3c6d4; }
div.page {
    padding: 0; margin: 0;
    margin-left: auto; margin-right: auto; text-align: left;
    width: 770px;
    background-image: url(/files/content-back-line.gif);
    background-repeat: repeat-y; background-color: #e6ecf1;
}

div#main-menu { height: 90px; position: relative; background-color: #b3c6d4; }
div#main-menu ul { margin: 0; padding: 0; list-style-type: none; position: absolute; bottom: 13px; }
div#main-menu ul li {
    float: left;
    background-image: url(/files/menu-line.gif); background-repeat: no-repeat;
    background-position: right center;
    margin: 0; padding: 0;
    padding-left: 10px; padding-right: 10px;
}    
div#main-menu ul li.first { padding-left: 0;  }
div#main-menu ul li a { color: black; text-decoration: none; }
div#main-menu ul li a:hover { color: white; }
div#main-menu ul li.last { background-image: none;  }
div#main-menu ul li.active a { color: white; }
div#main-menu img.logo { float: right; }

div#site-head { height: 110px; background-image: url(/files/head-home.jpg); background-position: 110px -110px; background-repeat: no-repeat; }
div#site-head div.back { width: 110px; height: 110px; background-color: #668da9; }
div#site-head div.text { float: right; width: 220px; height: 110px; background-color: #33678c; position: relative; }

.home div#site-head { height: 220px; background-image: url(/files/head-home.jpg); background-position: 110px 0; background-repeat: no-repeat; }
.home div#site-head div.back { width: 110px; height: 110px; }
.home div#site-head div.back1 { background-color: #668da9; }
.home div#site-head div.back2 { background-color: #99b3c6; }
.home div#site-head div.text { height: 220px; color: white; position: relative; }
.home div#site-head div.text p { position: absolute; bottom: 0; margin: 20px; width: 180px; }


div#sub-menu { float: right; width: 220px; background-color: #80a0b7; }
div#sub-menu ul { list-style-type: none; margin: 0; padding: 0; margin-left: 20px; margin-top: 32px; }
div#sub-menu ul li { margin-bottom: 5px; }
div#sub-menu ul li a { text-decoration: none;  }
div#sub-menu ul li a:hover { color: white; }
div#sub-menu ul li.active a { color: white;  }

div#bottom { background-color: #00406f; height: 20px; color: #b3c6d4; clear: both; }
div#bottom p { margin: 0; text-align: center; padding: 2px; }

div#content {
    padding-left: 110px; padding-top: 28px; padding-bottom: 20px;
    height: 150px; width: 410px;
    float: left;
}
/* hack fr nicht-ie */
div#content[id] { height: auto; min-height: 150px; }


table.formular { border-collapse: collapse; width: 100%; }
table.formular td { border: 1px solid #e6ecf1; }
table.formular tr td.name { color: #585952; width: 30px; font-size: 11px; padding-left: 10px; padding-right: 5px;  }
table.formular tr.submit td.name { background-color: #e6ecf1; }
table.formular tr.textarea td.name { vertical-align: top; padding-top: 5px; }
table.formular td.field { padding: 3px; border-left-width: 0; padding-left: 6px; }
table.formular td.color { width: 4px; border-right-width: 0; }
table.formular tr.pflicht td.color { background-color:#33678c; }
table.formular tr.error td.field input,
table.formular tr.error td.field textarea { background-color: #cccccc; }
table.formular input,
table.formular textarea { border: 1px solid #b8b8b5; width: 100%; }
table.formular tr.submit td.field { text-align: right; }
table.formular tr.submit input { margin-top: 10px; padding: 0; width: auto; }
table.formular tr.checkbox input,
table.formular tr.multicheckbox input,
table.formular tr.option input { border-width: 0px; width: auto; }

div.pflicht { margin-bottom: 10px; }
div.pflicht div { background-color: #33678c; width: 5px; height: 5px; float: left; margin-top: 0px; margin-right: 6px; }
div#fehler { font-size: 11px; width: 175px; background-color: #80a0b7; border: 1px solid #33678c; padding: 5px; margin-bottom: 10px; }
div#fehler p { font-size: 11px; margin: 0; }
div#fehler ul { margin: 0; padding: 0; padding-left: 15px; }

div.element { clear: both; }


