
html, body {
    height: 100%;
    width:100%;
}

body {
    margin: 0px;
    padding: 0px;
    text-align: center;
    line-height: 1.8 em;
    background-color: #FFF8EB;
    font: normal 12px "Verdana", "Helvetica", sans-serif;
    color: #305397;

    }



/*------------------------------------------------------------
--------------------   BOXEN    ------------------------------
------------------------------------------------------------*/

div#wrapper {
    width: 800px;
    height: auto;
    position:relative;
    overflow:visible;
    margin: 5px auto 0px auto;
    padding: 0;
    border:0px;
    background-color: #AECAF2;
    text-align:left;
    }

div#visual { /* KEY VISUAL ON TOP */
    width: 800px;
    height: 230px;
    overflow:hidden;
    position:relative;
    margin: 0px;
    padding: 0;
    border:0px;
    background-color: none;
    }


div#menu { /* MAIN MENU */
    width: 800px;
    height: 32px;
    overflow:hidden;
    position:relative;
    margin: 0px;
    padding: 0;
    border:none;
    background-color: #FFE5B4;
    }

div#main { /* MAIN PART - CONTENT AND SUBMENUS */
    width: 800px;
    height: auto;
    overflow:visible;
    position:relative;
    margin: 0px 0px 0px 0px;
    padding: 0;
    border:0px;
    border-top:10px solid #FFF8EB;
    background-color: #FFF8EB;
    }


/* GEAENDERT - width*/
div#ileft { /* INNER LEFT COLUMN */
    width: 520px;
    height: auto;
    overflow:hidden;
    position:relative;
    float:left;
    margin: 0px;
    padding: 0;
    border:0px;
    background-color: #FFF8EB;
    }

/* GEAENDERT - width*/
div#iright { /* INNER RIGHT COLUMN */
    width: 150px;
    height: auto;
    overflow:hidden;
    position:relative;
    float:right;
    margin: 0px;
    padding: 0;
    border:0px;
    background-color: none;
    }
    
/* GEAENDERT - width + margin */
div#content {
    width: 480px;
    height: auto;
    overflow:visible;
    position:relative;
    margin: 8px 20px 5px 20px;
    padding: 0;
    border: 0px;
    background-color: #FFF8EB;
    font-size:12px;
    line-height: 1.6em;
    }

div#footer {
    width: 670px;
    height: 100px;
    overflow:hidden;
    clear:both;
    margin: 10px 0px 0px 0px;
    padding: 0;
    border:0px;
    background-color: #FFF8EB;
    background-image: url("../img/footer.jpg");
    font-size:12px;
    text-align:left;

    }

div#submenu {
    width: 130px;
    height: auto;
    overflow:auto;
    position:relative;
    clear:both;
    margin: 0px;
    padding-top: 10px;
    border-bottom:10px solid #FFF8EB;
    background-color: #FFF8EB;
    font-size:12px;

    }

/* GEAENDERT */
.container_right {
    width: 150px;
    overflow:auto;
    position:relative;
    margin: 0px;
    padding: 0;
    border:0px;
    background-color: none;
    text-align:center;
    font-size:11px;
    }

table, td, tr {
      margin:0px;
      padding:0px;
      }
