* {
    margin: 0 ;
    padding: 0 ;
}

body {
    background: #fffbe4 url('../images/bg_body.jpg') repeat-x;
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif ;
    font-size: 10pt ;
    color: #312f1a;
}

a {
    color: #9d0c15;
    text-decoration: none;
}

#menucontainer {
    position: absolute;
    width: 227px;
    left:   24px;
    top: 37px;
    z-index: 10 !important;
    background: url('../images/bg_menucontainer.jpg') right repeat-y;
    color: #decb9c;
    min-height: 612px;
    text-align: right;
    font-weight: bold;
}

#menucontainer a{
    color: #decb9c;
}

#menucontainer li.active a, #menucontainer li.current a{
    color: #fff;
}

* html #menucontainer {
    height: 612px;
}

#logo {
    width: 227px;
    height: 127px;
    background: url('../images/logo-krack.jpg') no-repeat;
}

#menus {
    background: url('../images/bg_menu.jpg') top left no-repeat;
    width: 218px;
    margin-left: 9px;
}

#menucontainer ul{
    list-style-type: none;
    width: 205px;
    padding-right: 11px;
}

#menucontainer ul li{
    padding: 4px 0;
}

#menucontainer ul li ul {
    padding-top: 9px;
    margin-bottom: -9px;
}

#menucontainer ul li ul li a{
    font-weight: normal;
    color: #fff;
}

#menucontainer ul li ul li ul {
    padding-top: 0px;
    margin-bottom: 4px;
}

#menucontainer ul li ul li ul li a{
    font-weight: normal;
    font-size: 11px;
    color: #fff;
}

#menus {
    min-height: 485px;
}

* html #menus{
    height: 485px;
}

#topmenu {
  padding: 12px 0 26px 0;
}

#leftcontent {
   background: url('../images/leftcontent.jpg') 5px 0 no-repeat;
   padding: 26px 11px 10px 0 ;
   line-height: 1.15em;
}

#menufooter {
   height: 25px;
   background: url('../images/bg_menu_bottom.jpg') right no-repeat;
}

#contentcontainer{
    position: absolute;
    top:0;
    left:0;
    float: left;
    width: 100%;
    height: 481px;
    margin-top: 76px;
    background-color: #fffbe4;
    z-index: 1 !important;
}

#contentwidth {
    min-width: 1012px;
}

* html #contentwidth {
    width: 1012px;
}

#content {
    float: left;
    height: 404px;
    width: 430px;
    margin: 17px 0 0 267px;
    overflow:auto;
    font-size: 9pt ;    
}

* html #content {
    margin-left: 134px;
}

#content h1 {
    color: #9d0c15;
    font-size: 12pt;
    padding-top:29px;
}

#content p {
   padding-top: 1em;
}

#content .contenttable {
   font-size: 8pt;
   margin-top: 1em;
   width: 405px;
}

#content .contenttable td{
    padding: 5px 0;
    vertical-align: middle;
}

#content .td-0 {
    color: #9d0c15;
}

#content .td-last {
    text-align: right;
}

#rightcol {
    float: left;
    width: 261px;
    height: 439px;
    text-align: center;
    margin-top: 10px !important;
    margin-left: 22px;
}

#rightcol img {
    border: 1px solid #9d0c15;
}

#bordertop {
   width: 100%;
   height: 16px;
   background: url('../images/border-top.jpg') repeat-x;
   clear: both;
   float: left;
}

#borderbottom {
   width: 100%;
   height: 16px;
   background: url('../images/border-bottom.jpg') repeat-x;
   clear: both;
}

#slogan {
   position: absolute;
   left: 251px;
   top: 557px;
   clear: both;

}


#rightcol .csc-textpic-imagewrap, #rightcol .csc-textpic-image{
   padding: 0;
   margin: 0;
}

span.important {
	display: block;
	width: 100%;
	background-color: #fbca85;
}
