@import url(/css/reset.css);
@import url(/css/colors.css);
@import url(/css/elements.css);
@import url(/common/popup.css);
@import url(/css/formular.css);

body {
    font-family: Geneva, Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    background: url(/files/allgemein/bodyBg.jpg) repeat-x top left;
    background-color: #e1e1e3; 
}

h1 { font-size: 14px; margin-bottom: 10px; }
h1#dateiname { position: absolute; top: 10px; right: 20px; margin-bottom: 0px; }
h2 { font-size: 12px; margin-bottom: 5px; }

ul {list-style-type: none;}
p { line-height: 16px; margin-bottom: 10px; }
a { text-decoration: none;}
div#content a:hover { text-decoration: underline; }

img#headline {
    position: absolute;
    top: 20px; left: 57px;
}

/* breite = xx px */
div.page {
    width: 1000px;
    min-height: 660px;
    height: auto !important;
    height: 660px;
    position: relative; margin: 0px auto;
    background: url(/files/allgemein/pageBg.jpg) no-repeat top left;
}

ul#langMenu { position: absolute; top: 80px; right: 20px; }
ul#langMenu li { float: left; margin-right: 10px; }

ul#main-menu {
    position: absolute;
    top: 80px; left: 70px;
}
ul#main-menu li { float: left; margin-right: 20px; }

ul#subMenu {
    position: absolute;
    width: 120px;
    float: left;
    padding-left: 20px;
}
ul#subMenu li { margin-bottom: 10px; }
ul#subMenu li a:hover { text-decoration: none; }

div#content {
    width: 575px;
    min-height: 313px;
    height: auto !important;
    height: 313px;
    position: absolute;
    top: 115px; left: 95px;
    background: url(/files/allgemein/contentBg.jpg) no-repeat 0px 0px;
    background-color: #b0b0b2;
    padding-top: 50px; padding-right: 25px;
    padding-bottom: 25px;
}

div.element { width: 430px; float: right;}
div.element ul li {
    background: url(/files/allgemein/listBg.jpg) no-repeat 0px 4px;
    padding-left: 13px;
}
div.element, div#footer, div.clear {clear: both;}

ul#bottomMenu {
    position: absolute;
    top: 505px; right: 20px;
}

img.plus { margin-left: -10px; }

