/* mac hide\*/
html, body {height:100%}
/* end hide */
body {
    padding:0;
    margin:0;
    text-align:center;
    min-width:950px;/* for mozilla*/
    background-color: #fff;
    color: #000000;
        scrollbar-3dlight-color:#DFDFDF;
        scrollbar-shadow-color:#DFDFDF;
        scrollbar-face-color:rgb(219,230,241);
        scrollbar-darkshadow-color:#FFFFFF;
        scrollbar-track-color:#FFFFFF;
        scrollbar-arrow-color:#0090E0;
        scrollbar-highlight-color:#EFEFEF;

}



#wrapper{
    position:relative;
    top:25px;
    height:715px;
    min-height:715px;
    width:950px;
    border:1px solid rgb(125,125,125);
    color: #000000;
    text-align:left;
    margin:0 auto;

}

#innerwrap {
    float:left;
    width:780px;
    /*border: 1px solid #0040FF; */
}
#header{
    position:absolute;
    top:0;
    width:950px;
    height:158px;
    background: url(../images/header.jpg);
    background-repeat: no-repeat;
    z-index:100;
}
#navi-top {
        position: relative;
        width:950px;
        padding-top: 157px;

}
/* Formation linke Spalte */
#left {
    position:relative;
    width:160px;
    height: 505px;
    float:left;
    background-color:rgb(219,230,241);
    overflow: hidden;


}
#left p {padding-left:3px;padding-right:2px}

#left h4{
        padding: 2px 4px 2px 10px;
        margin:0px 0 10px 0px;
        background-color:rgb(127,162,202);
        color:#FFFFFF;
        font-family: Arial, serif;
        font-size:0.8em;
}

/* Formation mittlere Spalte ------------------------------------------------------ */
#content {
    position:relative;
    max-width:600px;
    margin: 5px 0px 0px 0px;
    padding: 10px;
    height: 470px;
    overflow: auto;
    overflow-x: hidden;
    /*border: 1px solid #FF9900;*/
}
#content p {
        padding-left:3px;
        padding-right: 10px;
        font-family: Arial, serif;
        font-size: 12px;
        font-weight: normal;
        color:#6F6F6F;
}

#content .titel01 {
    display: block;
    width: 582px;
    padding-bottom: 3px;
    margin-left: 3px;
    margin-bottom: 10px;
    font-family: Arial, serif;
    font-size: 20px;
    font-weight: bold;
    color:rgb(128,161,202);
    line-height: 22px;
    border-bottom: 3px solid rgb(128,161,202);


}

#content .titel02 {
    display: block;
    width: 582px;
    padding:5px 5px 5px 2px;
    font-family: Arial, serif;
    font-size: 18px;
    font-weight: bold;
    color:rgb(128,161,202);
    line-height: 20px;
    /*border: 1px dotted #00BF00;*/


}

#content .untertitel {
    display:block;
    width: 582px;
    padding-bottom: 3px;
    padding-left:2px;
    font-family: Arial, serif;
    font-size: 14px;
    font-weight: bold;
    color:rgb(128,161,202);
    line-height: 16px;
    /*border: 1px dotted #00BF00;*/
}

#content .untertitel02 {
    display:block;
    width: 582px;
    padding: 0px 2px 2px 2px;
    font-family: Arial, serif;
    font-size: 12px;
    font-weight: bold;
    color:rgb(128,161,202);
    line-height: 14px;
    /*border: 1px dotted #00BF00;*/
}



#content .agenda {
    font-family: Arial, serif;
    font-size: 14px;
    font-weight: bold;
    color:#6F6F6F;
    line-height: 1.0em;
    padding-top: 10px;

}

#content ul, li {
    font-family: Arial, serif;
    font-size: 12px;
    font-weight: normal;
    color:#8F8F8F;

}



#content a:link,a:visited {
        color:#333333;
        font-family: Arial, serif;
        font-size:11px;
        text-decoration:underline;
}

#content a:hover,a:active {
        color:#333333;
        font-family: Arial, serif;
        font-size:11px;
        text-decoration:underline;
        background:#FFFF00;

}

/* Formation rechte Spalte ------------------------------------------------------------------- */


#right {
    position:relative;
    width:160px;
    height: 505px;
    float: right;
    margin-right: 0px;
    background-color: rgb(219,230,241);
    overflow: hidden;
}

#right h4{
        padding: 2px 4px 2px 10px;
        margin:0px 0 2px 0;
        background-color:rgb(127,162,202);
        border-top:2px solid #EFEFEF;
        color:#FFFFFF;
        font-family: Arial, serif;
        font-size:11px;
        font-weight:normal;
}

.right_text {
           display: block;
        padding-left:12px;
        padding-right:2px;
        margin-bottom: 2px;
        font-family: Arial, serif;
        font-size:11px;
        color:#5F5F5F;

}

.right_titel {
           display: block;
        padding-left:12px;
        padding-right:2px;
        margin-bottom: 2px;
        color:#1F1F1F;
        font-family: Arial, serif;
        font-size:12px;
        font-weight:bold;


}


#right a:link,a:visited {
        color:#333333;
        font-family: Arial, serif;
        font-size:11px;
        text-decoration:underline;
}

#right a:hover,a:active {
        color:#333333;
        font-family: Arial, serif;
        font-size:11px;
        text-decoration:underline;
        background:#FFFF00;
}

* html #right {
        \margin-right: -2px;}

#footer {
    position: absolute;
    width:950px;
    clear:both;
    height:25px;
    border-top:1px solid rgb(125,125,125);
    background-color: rgb(128,161,202);
    color: rgb(255,255,255);
    text-align:center;
    font-family: Arial, serif;
    font-size: 11px;
    font-weight: normal;
    padding-top:6px;
    left:0;
    bottom:0;



}

* html #footer {/*only ie gets this style*/
    \height:25px;/* for ie5 */
    he\ight:23px;/* for ie6 */
    \margin-bottom:-1px;/* for ie6 */
}
div,p  {margin-top:0}/*clear top margin for mozilla*/


#clearfooter {width:100%;height:25px;clear:both} /* to clear footer */


.image-middle {
        border: 0px ;
        display: block;
        text-align: center;
        font-family: Arial, serif;
        font-size: 12px;
        font-weight: normal;
        color:#6F6F6F;
}
.image-text {
        float: left;
        display: block;
        text-align: left;
        padding: 5px;
        margin-bottom:5px;
        font-family: Arial, serif;
        font-size: 12px;
        font-weight: normal;
        color:#6F6F6F;
        /*border: 1px dotted #339966;*/
}
.image-wrapper {
        /*float:left;    */
        display:block;
        width:582px;
        font-family: Arial, serif;
        font-size: 12px;
        font-weight: normal;
        color:#6F6F6F;

        /*border: 1px dotted #FF0000;*/

}



<!-- Formation Table Agenda -->


table {

}
tr, td {

font-family: Arial, serif;
font-size: 12px;
font-weight: normal;
color:#6F6F6F;
text-align:left;
vertical-align:top;
padding-left: 2px;
}

.orange {
padding: 2px 4px 2px 2px;
margin: 2px 12px 2px 2px;
background:#FFDBC4;
font-family: Arial, serif;
font-size: 12px;
font-weight: normal;
color:#6F6F6F;
text-align:left;
}

.gruen{
padding: 2px 4px 2px 2px;
margin: 2px 12px 2px 2px;
background:#E4FED3;
font-family: Arial, serif;
font-size: 12px;
font-weight: normal;
color:#6F6F6F;
text-align:left;
}

.gelb{
padding: 2px 4px 2px 2px;
margin: 2px 12px 2px 2px;
background:#FFFFC4;
font-family: Arial, serif;
font-size: 12px;
font-weight: normal;
color:#6F6F6F;
text-align:left;
}

.blau{
padding: ;
margin: ;
background:#C5DAFE;
font-family: Arial, serif;
font-size: 14px;
font-weight: normal;
color:#6F6F6F;
text-align:left;
}

.clear {
        clear: left;
        line-height: 0;
        font-size: 0;
        height: 0;
}
















/*----------------------------*/

/* 2.4 - Navigation Horizontal*/

/*----------------------------*/

.nav2 {
        clear: both;
        margin: 0px;
        padding: 0px;
        font-family: Arial, sans serif;
        font-size:11px;
 }

.nav2 ul {
        float: left;
        width: 950px;
        margin: 0px;
        padding: 0px;
        border-top: solid 1px rgb(54,83,151);
        border-bottom: solid 1px rgb(54,83,151);
        background-color: rgb(127,162,202) ;
        font-weight: normal;
}

.nav2 li {
        display: inline;
        list-style: none;
        margin: 0px;
        padding: 0px;
}

.nav2 li a {
        display: block;
        float: left;
        margin: 0px 0px 0px 0px;
        padding: 5px 10px 5px 10px;
        border-right: solid 1px rgb(54,83,151);
        color: rgb(255,255,255);
        text-transform: uppercase;
        text-decoration: none;
        font-size: 100%;
}

.nav2 a:hover, .nav2 a.selected {
color: rgb(50,50,50);
text-decoration: none;
}

/* ---------------------------------- */

/* menu vertical  */

/* ------------------------------------ */

#dlmenu {height:auto;}
#menu {
        list-style-type:none;
        margin:0 0 10px;
        padding:0; position:absolute;
        width:15em;
        background:#fff;
        z-index:100;
 }
#menu li {
        display:block;
        padding:0;
        margin:0;
        position:relative;
        z-index:100;
}
#menu li a, #menu li a:visited {
        display:block;
        text-decoration:none;
}
#menu li dd {
        display:none;
}
#menu li:hover, #menu li a:hover {
        border:0;
}
#menu li:hover dt a , #menu li a:hover dt a {
        background:#BED7F0;
        color:#333333; /* Schrift Menu Vertikal hover*/
}
#menu li:hover dd, #menu li a:hover dd {
        display:block;
}
#menu li:hover dl, #menu li a:hover dl {
        height:13em;
        background:#80a1ca url(../images/sub_grad.gif);
}
#menu table {
        border-collapse:collapse;
        padding:0;
        margin:-4px;
        font-size:11px;
}
#menu dl {
        width: 15em;
        margin: 0;
        background:#00E0FF;
        cursor:pointer;
        }
#menu dt {
        margin:0;
        padding: 0;
        font-size: 11px;
        border-top:2px solid #EFEFEF;
}
#menu dd {
        margin:0;
        padding:0;
        font-size: 11px;
        text-align:left;
}
.gallery dt a, .gallery dt a:visited {
        display:block;
        font-size: 11px;
        color:#fff;   /* Schrift Menu Vertikal a */
        padding:3px 5px 3px 10px;
        background:#80a1ca;
}
.gallery dd a, .gallery dd a:visited {
        font-size: 11px;
        color:#003399;
        min-height:1em;
        text-decoration:none;
        display:block;
        padding:4px 5px 4px 20px;
        background:#BED7F0 url(../images/sub_grad.gif);
}
* html .gallery dd a, * html .gallery dd a:visited {height:1em;}
.gallery dd a:hover {
        background:#BED7F0;
        color:#333333;
        font-size: 11px;
}