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


html, body { margin: 0; padding: 0; height:100%; }

html, body, td, input, textarea, h1, h2, h3, p { font-family: Verdana, Arial, Helvetica, sans-serif; font-size:13px; }
img { border-width: 0px }
a { color: #000000; }
a:link, a:visited, a:active { color:#54587F; text-decoration:underline; }
a:hover { color:#839EC5; text-decoration:underline; }

h1 { font-size:16px; color:#54587F; font-weight:bold; margin:0; }
h2 { font-size: 13px; color:#54587F; font-weight:bold; margin:0; }
h3 { font-size: 12px; color:#54587F; font-weight:bold; margin:0; }
p { font-size: 12px; margin:0px; }

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



body { text-align: center; background-color:#5680BE; background-image:url(/files/body_bg.gif); 
            background-position:center; background-repeat:repeat-y; }
div.page {
    padding: 0; margin: 0;
    margin-left:auto; margin-right:auto; text-align:left;
    width: 750px; 
    height:100%;
    background-color:#FFFFFF; 
    min-height:100%; 
}
div.page[class] { height:auto; }

div#site-head { background-color:#3668B2; }
div#site-head p { margin:0px; }

div#main-menu { height:31px; text-align:right; background-image:url(/files/menu_bg.gif); }
div#main-menu ul { float:right; margin:0; padding:0; list-style-type:none; }
div#main-menu ul li {
    height:31px;  
    display: block;
    float:left;
    margin: 0; padding: 0;
    xborder:solid 1px #000000;
    padding-left:10px;
    
}    
div#main-menu ul li.last { padding-right:20px; }
div#main-menu ul li.active { background-image:url(/files/menu_bg_active.gif); }
div#main-menu ul li.active a { color:#FFFFFF; }
div#main-menu ul li a { color:#315D9F; text-decoration:none; }
div#main-menu ul li a:hover { color:#315D9F; text-decoration:none; color:#FFFFFF; }
div#main-menu ul li p { float:left; line-height:31px; margin:0px; }
div#main-menu ul li p img { margin-left:10px; }

div#sub-menu { width:199px; float:right; }
div#sub-menu ul { list-style-type:none; margin: 0; padding: 0; margin-top:30px; }
div#sub-menu ul li { margin-bottom:5px; background-image:url(/files/li.gif); 
            background-repeat:no-repeat; background-position:0px 5px; padding-left:10px; }
div#sub-menu ul li a { text-decoration:none; color:#315D9F; }
div#sub-menu ul li a:hover { text-decoration:none; color:#839EC5; }
div#sub-menu ul li.active a { text-decoration:none; color:#839EC5; }

div#sub-menu ul ul {  }
div#sub-menu ul ul li {  }
div#sub-menu ul ul li a {  }
div#sub-menu ul li.active ul li a {  }
div#sub-menu ul li.active ul li.active a {  }

div#bottom-menu {  }
div#bottom-menu ul {  }
div#bottom-menu ul li { }
div#bottom-menu ul li a {  }
div#bottom-menu ul li.last {  }

div#content { background-color:#FFFFFF; margin:30px; margin-left:59px; margin-right: 20px; width:440px; color:#54587F; float: left; }
/* hack fr nicht-ie */
div#content[id] { height: auto; min-height: 150px; }

div#content ul { margin:0px; padding-left:15px; }
div#content ul li { margin:0px; margin-bottom:3px; }
div#content ul li a { text-decoration:none; }

div.element { clear: both; }

table.formular { border-collapse: collapse; }
table.formular td { border: 1px solid white; }
table.formular tr td.name { font-size: 11px; color: white; background-color: #3668B2;  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: #FDA34B; }
table.formular tr.error td.field input,
table.formular tr.error td.field textarea { background-color: #FAD7AD; border: 1px solid #FFAB0A; }
table.formular input,
table.formular textarea { border: 1px solid #3668B2; }
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: #FDA34B; width: 5px; height: 5px; float: left; margin-top:5px; margin-right:3px; font-size:1px; line-height:1px; }
div#fehler { font-size: 11px; width: 303px; background-color: #FAD7AD; border: 1px solid #FFAB0A; padding: 5px; margin-bottom: 10px; }
div#fehler p { font-size: 11px; margin:0; margin-bottom:5px; }
div#fehler ul { margin: 0; padding: 0; padding-left: 15px; }



div.impressum p, div.impressum h1, div.impressum h2, div.impressum h3 { margin-bottom:12px; }




