body {
 height:           100%;
 margin:           0px;
 background-color: #eeeeee;
 color:            #334455;
 font-family:      Verdana,Arial,Helvetica,sans-serif;
 font-size:        12px;
}
#back_panel {
 position:         absolute;
 height:           100%;
 left:             0px;
 top:              0px;
 width:            990px;
 background-color: #ffffff;
 border-right:     1px solid #c0cacc;
}
#main_panel {
 position:         relative;
 left:             0px;
 top:              0px;
 width:            990px;
 border-right:     1px solid #c0cacc;
}
#header_panel {
 position:         relative;
 left:             0px;
 top:              5px;
 width:            990px;
 border-top:       1px solid #c0cacc;
}
#container_panel {
 position:         relative;
 left:             0px;
 top:              20px;
 width:            990px;
}
#menu_panel {
 position:         relative;
 float:            left;
 left:             0px;
 top:              0x;
 width:            155px;
 border-right:     1px solid #c0cacc;
 padding-top:      20px;
 padding-bottom:   20px;
 text-align:       center;
}
#content_panel {
 position:         relative;
 float:            left;
 left:             170px;
 top:              0px;
 width:            740px;
 padding-left:     45px;
 padding-right:    45px;
 padding-top:      20px;
 padding-bottom:   20px;
 border-left:      1px solid #c0cacc;
}

#menu_top {
 position:         absolute;
 z-index:          2;
 left:             0px;
 right:            0px;
 top:              0px;
 width:            100%;
 height:           90px;
 background-color: #D0D6DC;
}
#logo_text {
 position:         absolute;
 left:             0px;
 right:            0px;
 top:              40px;
 width:            220px;
 font-size:        16px;
 text-align:       center;
}
#logo_image {
 position:         absolute;
 left:             0px;
 right:            0px;
 top:              0px;
 width:            220px;
 height:           90px;
}
#login {
 position:         absolute;
 right:            15px;
 top:              15px;
 text-align:       right;
 font-size:        10px;
}
#menu_shadow {
 position:         absolute;
 z-index:          2;
 left:             0px;
 right:            0px;
 top:              90px;
 width:            100%;
 height:           24px;
}
#menu_left_header {
 position:         absolute;
 left:             0px;
 top:              0px;
 width:            140px;
 height:           24px;
 background-color: #D0D6DC;
 border-top:       1px solid #B2BCC4;
}
#menu_top_shadow {
 position:         absolute;
 left:             140px;
 right:            0px;
 top:              0px;
 height:           24px;
 background-color: #FFFFFF;
 border-top:       1px solid #B2BCC4;
}
#bow {
 position:         absolute;
 left:             0px;
 right:            0px;
 top:              0px;
 width:            100%;
 height:           24px;
 background-image: url(../images/schatten.gif);
}
#date {
 position:         absolute;
 right:            15px;
 top:              10px;
 font-size:        10px;
}
#menu_left {
 position:         absolute;
 z-index:          1;
 left:             0px;
 top:              0px;
 bottom:           0px;
 width:            140px;
 height:           100%;
}
#menuspacer {
 position:         relative;
 width:            140px;
 height:           114px;
}
#menuitems {
 position:         relative;
 z-index:          1;
 width:            140px;
 height:           50%;
 background-color: #D0D6DC;
 color:            #334455;
/* padding-left:     20px; */
/* padding-right:    20px; */
 padding-top:      6px;
 text-align:       center;
}
#menubar {
 position:         absolute;
 z-index:          0;
 left:             0px;
 bottom:           0px;
 width:            140px;
 height:           50%;
 background-color: #D0D6DC;
}
#main {
 position:         absolute;
 width:            100%;
 height:           100%;
}
#content {
 position:         relative;
 margin-left:      165px;
 margin-right:     15px;
 margin-top:       114px;
 margin-bottom:    50px;
 max-width:        1000px;
 color:            #334455;
 z-index:          3;
}
#w3c-logo {
 position:         absolute;
 right:            10px;
 bottom:           10px;
 height:           15px;
 text-align:       right;
}
input.login {
 border:           1px solid #334455;
 font-family:      Verdana,Arial,Helvetica,sans-serif;
 font-size:        10px;
 margin:           1px;
}
a.menu {
 color:            #334455;
 text-decoration:  none; 
}
a.menu:hover {
 text-decoration:  underline; 
}
a {
 color:            #334455;
 text-decoration:  underline; 
}
a:hover {
 text-decoration:  none; 
}
.comment {
 font-style:       italic;
}
.input_label {
 float:            left;
 width:            115px;
 padding-top:      4px;
 font-weight:      bold;
}
input.contact {
 width:            365px;
 border:           1px solid #334455;
 font-family:      Verdana,Arial,Helvetica,sans-serif;
 font-size:        12px;
 margin:           1px;
}
textarea.contact {
 width:            365px;
 border:           1px solid #334455;
 font-family:      Verdana,Arial,Helvetica,sans-serif;
 font-size:        12px;
 margin:           1px;
}