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


html, body { margin: 0; padding: 0; }
body {
    background-color: #d90909;
    background-image: url(/files/body_bg.gif);
    background-repeat: repeat-x;
    color: #19444d;
}

html, body, td, input, textarea { font-family: Verdana, Arial, Helvetica, sans-serif; font-size:13px; }
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; font-weight:normal; margin-top: 0; }
h2 { font-size: 14px; }
h3 { font-size: 12px; }
p { font-size: 12px; }

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



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

div.page {
    padding: 0; margin: 0;
    left: 50%; margin-left: -375px;
    width: 750px; 
    margin-top: 40px;
    position: absolute;
}
div.inner-page {
    border-bottom: 40px solid #d90909;
    background-image: url(/files/menu_shadow.gif);
    background-color: white;
}
img#ecke-links-oben { position: absolute; left: 0; top: 0; z-index: 2; }
img#ecke-rechts-oben { position: absolute; right: 0; top: 0; }

img#ecke-links-unten { position: absolute; left: 0; bottom: 39px; z-index: 1; }
img#ecke-rechts-unten { position: absolute; right: 0; bottom: 39px; }
img#fleischboy { /*position: absolute; bottom: 40px; left: 0; z-index: 0;*/
 }

div#main-menu { position: absolute; width: 215px; background-image: url(/files/menu_bg.jpg); background-repeat: repeat-x; background-color: white; }
div#main-menu ul { list-style-type: none; margin: 0; padding: 0;
    /*z-index: 1; position: relative;*/
    padding-bottom: 350px;
    background-image: url(/files/fleischboy.gif); background-repeat: no-repeat;
    background-position: bottom left;
}
div#main-menu ul li { margin: 0; padding: 0; margin-left: 20px;margin-bottom: 5px; font-size: 14px; font-weight: bold; }
div#main-menu ul li a { color: #cb0c35; text-decoration: none; }
div#main-menu ul li a:hover,
div#main-menu ul li.active a { color: #000000; }
div#main-menu ul ul { margin-top: 5px; background-image: none; height: auto; padding: 0; margin-left: -10px;}
div#main-menu ul ul li { font-size: 12px; margin-bottom: 3px; font-size: normal; }
div#main-menu ul li.active ul li a { color: #cb0c35; }
div#main-menu ul li.active ul li a:hover,
div#main-menu ul li.active ul li.active a { color: #000000; }


div#content {
    padding-top: 20px;
    height: 820px;
    margin-left: 235px;
    margin-right: 19px;
    margin-bottom: 40px;
    /*padding-bottom: 80px;*/
}
/* hack fr nicht-ie */
div#content[id] { height: auto; min-height: 820px; }


div#bottom { margin-left: 255px;clear: both; border-top: 1px solid #f4bec9; width: 360px; text-align: center; padding-top: 20px; padding-bottom: 20px; }
div#bottom p { margin: 0; font-size: 10px; }
div#bottom-menu { position: absolute; bottom: 72px; right: 87px; font-size: 10px; z-index: 3; }

table.formular { border-collapse: collapse; }
table.formular td { border: 1px solid white; }
table.formular tr td.name { font-size: 11px; color: white; background-color: #de3a5d;  text-align: right; font-weight: bold; padding-left: 10px; padding-right: 5px; }
table.formular tr.submit td.name { background-color: white; }
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: #000000; }
table.formular tr.error td.field input,
table.formular tr.error td.field textarea { background-color: #e0e0e0; }
table.formular input,
table.formular textarea { border: 1px solid #de3a5d; }
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; }
table.formular tr.text td.field input { width: 207px; }
table.formular tr.email td.field input { width: 207px; }
table.formular tr.format td.field input { border-width: 0; }

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




