html, body {
         margin:         0;
         padding:        0;
         font-family:    Arial, Helvetica;
         /*
         font-family:    District Thin, Vera Sans Mono;
         */
         font-size:      10pt;
         font-weight:    lighter;
         color:          #3F3F3F;
}

b {
         font-weight:    bold;
}

tr, td {
         vertical-align:         top;
}

.clear {
         width:          0;
         height:         0;
         margin:         0;
         padding:        0;
         clear:          both
}


#wrapper {
         position:       absolute;
         width:          1000px;
         left:           50%;
/*
         background:     #CCC;
         height:         740px;
         margin-top:     -310px;
         top:            50%;
         border:         1px solid #666;
*/
         margin-left:    -500px;
}


#logo {
         width:                  246px;
         height:                 66px;
         background-image:       url('../img/logo.png');
         background-repeat:      no-repeat;
         margin:                 50px 0 20px 0;
}


div#leftmenu {
         background-color:       #706C75;
         margin:                 0;
         padding-left:           25px;
         float:                  left;
}


div#topmenu {
         height:                 40px;
         margin-left:            50px;
}


div#topmenu ul, div#leftmenu ul {
         list-style:             none;
         margin:                 0;
         margin-top:             7px;
}


div#leftmenu ul {
         margin:                 0;
         padding:                45px 0;
         width:                  190px;
}


div#topmenu ul li {
         float:                  left;
         margin:                 5px 20px 0px 20px;
}


div#leftmenu ul li {
        margin:                  15px 0;
}


div#topmenu ul li a, div#leftmenu ul li a {
         color:                  white;
         text-decoration:        none;
         font-size:              10pt;
         font-weight:            lighter;
}

div#topmenu ul li#current0 a {
         color:                  black;
         font-weight:            bold;
}


div#leftmenu ul li#current1 a {
         color:                  #EE8027;
         font-weight:            bold;
}


.footer {
         padding-top:            10px;
         padding-bottom:         35px;
         text-align:             right;
         padding-right:          135px;
         font-size:              8pt;
}


div#content {
         background-color:       white;
         background:             url('../img/logo_kl.png') white bottom right no-repeat;
         margin:                 36px;
         margin-top:             0;
         height:                 500px;
}

div#content h2, h3 {
         margin:                 0;
         padding-top:            14px;
         padding-left:           10px;
         font-size:              11pt;
}

div#content h4 {
         color:                  #EE8027;
         font-size:              11pt;
         padding-left:           10px;
}

div#content div.textcontent {
         padding:                10px;
         font-size:              10pt;
         line-height:            20px;
         position:               relative;
         height:                 410px;
         overflow:               auto;
}

div#content div.textcontent a{
         color:                  #EE8027;
}

div#content div.textcontent a img {
         border:                 1px solid #EE8027;
}
