html, body {
    margin: 0;
    padding: 0;
}

body {
    font-family: Verdana, sans-serif;
    color: #000;
    font-size: 12px;
    line-height: 1.35em;
    background: #b5b5b5 url(../images/bg_pattern.gif);
}

#wrapper {
    position: relative;
    margin-left: auto;  
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 10px;
    width: 925px; 
    text-align: left;
    border-left:  1px solid #999;
    border-right: 2px solid #999;
    border-bottom: 2px solid #999;
    background-color: #FFF;
}


ul, ol, li, h1, h2, h3, h4, a, p, em, img, td {
    margin: 0;
    padding: 0;
}

ul li {
    list-style-type: none;
}

table {
   border-right: 1px dotted #CCC;
   border-bottom: 1px dotted #CCC;
}

td {
   vertical-align: top;
   padding: 3px 5px 10px 3px;
   border-left: 1px dotted #CCC;
   border-top: 1px dotted #CCC;
}

input, select, textarea {
    border: 1px solid #626262;
    padding: 2px 3px;
    line-height: 15px;
    background-color: #FFF;
    font-family: "Trebuchet MS", Helvetica, sans-serif;
}

input.bt {
    padding: 0 1px 0 1px;
    background-color: #e9e2d2;
    color: #626262;
    line-height: 15px;
}


/* layout ------------------------------------------------ */

#head {
    width: 100%;
    height: 170px;
    background-color: #BCCF8E;
}

#nav {
    width: 100%;
    height: 28px;
    border-top: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
    background-color: #3A4F22; /*#354F14;*/
    color: #FFF;
}

#main {
    width: 825px;
    min-height: 500px;
    margin-left: 100px;
    margin-top: 30px;
    
}

#foot {
    width: 815px;
    height: 40px;
    padding: 5px 0 0 110px;
    color: #666;
    font-size: 90%;
    border-top: 1px solid #708F47;
    background-color: #C4CFB5;
}

/* Formatierungen ---------------------------------------- */

#head_logo {
    position: absolute;
    width: 90px;
    height: 170px;
    top: 15px;
    left: 0;
}

#head_logo img {
    float: right;
}

#head_text {
    position: absolute;
    height: 170px;
    width: 675px;
    top: 0;
    left: 100px;
}

#head_lang {
    position: absolute;
    height: 100px;
    width: 140px;
    top: 15px;
    left: 775px;
}

#head_lang a {
   color: #000;
   padding-left: 20px;
   background: transparent url('../images/gb.png') 1px 3px no-repeat;
}

#head_line {
   position: absolute;
   vertical-align: text-bottom;
   bottom: 24px;
   left: 10px;
   line-height: 1.4em;
}

#head_line .head {
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    font-size: 24px;
    line-height: 1.5em;
}

/* -------------------------------------------------------- */

#nav ul {
    margin-left: 100px;
    border-left: 1px solid #FFF;
    height: 28px;
}

#nav li {
    float: left;
    list-style-type: none;
    line-height: 28px;
    border-right: 1px solid #FFF;
}

#nav li a {
    display: block;
    padding: 0 10px 0 10px;
    color: #FFF;
    font-size: 14px;
    letter-spacing: 0;
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    text-decoration: none;
    line-height: 28px;
}

#nav li a:hover {
    background-color: #456719;
}

/* Layout Hauptbereich ------------------------------ */

#main a {
    color: #6F1B1B; /*#32240e; */
    text-decoration: none;
    border-bottom: 1px dotted #6F1B1B;
}

#main a:hover {
    color: #FFF;
    background-color: #6F1B1B;
    border-bottom: 1px dotted #FFF;
}

#main img {
    margin-bottom: 10px;
}

#main p {
    margin-bottom: 5px;
}

#main h1, #main h2, #main h3, #main h4, #main h5, #main h6 {
    line-height: 1.35em;
    font-weight: normal;
}
#main h1 {
    font-family: Century, Georgia, serif;
    line-height: 1.35em;
    font-size: 24px;
    margin-bottom: 10px;
}

#main h2 {
    color: #780e10;
    font-size: 16px;
    font-family: Arial, Helvetica, serif;
    margin: 15px 0 6px 0;
}

#main div h2:first-child {
    margin-top: 0;
}

#main h3, #main h4, #main h5, #main h6 {
    color: #780e10;
    font-size: 16px;
    font-family: Arial, Helvetica, serif;
    margin: 15px 0 6px 0;
}

#main div h3:first-child {
    margin-top: 0;
}

#main ol {
    margin: 0 0 0 20px;
}

#main ul {
    margin: 5px 0 5px 0;
}

#main ul li {
   list-style-type: square;
   margin: 0 0 5px 15px;
}

#main ul li ul {
    margin: 5px 0 5px 5px;
}

#main ul li li {
    list-style-type: circle;
}

.main_box_100 {
    float: left;
    margin-bottom: 20px;
    width: 815px;
    padding-left: 10px;
}

.main_box_l {
    float: left;
    width: 440px;
}

.main_box_r {
    float: left;
    width: 310px;
    margin: 0 0 5px 50px;
}

#main .highlight {
    background-color: #DFDFDF;
    padding: 5px 5px 8px 5px;
}

#main .highlight ul li {
    padding-left: 15px;
    margin-left: 0;
    list-style-type: none;
    background: transparent url('../images/li.gif') 1px 3px no-repeat; 
}

#main .topic {
    background-color: #DFDFDF;
    padding: 5px 5px;
}

#main .topic ol li, 
#main .topic ul li {
    font-size: 11px;
    margin-left: 0;
    padding-left: 13px;
    line-height: 1.35em;
}
    
#main .topic ol li { 
    list-style-type: decimal;
}

#main .topic ul li {
    list-style-type: none;
    background: transparent url('../images/li_topic.gif') 2px 3px no-repeat; 
}

#main .topic ul li.sel {
    font-weight: bold;
}

#main .topic ul li ul {
    margin-left: 10px;
}


/* Footer --------------------------------------------- */

#foot p {
    font-size: 90%;
}
#foot a {
    color: #666;
    text-decoration: unterline;
}

.klein {
    font-size: 90%;
}

.grau {
    color: #666;
}

.clear {
    clear: both;
    height: 0;
    display: block;
}

