body,html {
    color: #000;   
    background: #fff;
   margin: 0;
   height: 100%;
   width: 100%;
   font: 12px verdana,arial,helvetica,sans-serif;
}

#box-top-header {
   position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 160px;
    background: url(../img/header3.jpg) no-repeat;
    z-index: 10;
}
#toplogo {
  position: absolute;
  top: 10px;
  left: 10px;
}

#printlink {
  position: absolute;
  top: 10px;
  left: 950px;
}

#printlinktext {
  position: absolute;
  top: 100px;
  left: 750px;
}

#language {
  position: absolute;
  top: 120px;
  left: 850px;
}

#copyright {
    position: absolute;
    top: 140px; 
    left: 820px;  
    font-family: verdana,arial,helvetica,sans-serif;
    font-size: 11px;
    color: red;  
}
#rootline {
  position: absolute;
  top: 160px;
  left: 200px;
}

#adminpanel {
   position: absolute;
   bottom: 50px;
   z-index: 10 ;
}    

#box-menu-left {
   position:absolute;
   top: 0px;
   left: 0px;
   width: 180px;
   height: 100%;
   padding: 180px 10px 0 10px;
     background: url(../img/menu-bg.jpg) no-repeat;
   z-index: 5;
}

#box-content {
   position:absolute;
    top: 200px;
   left: 200px;
   width: 800px;  
   border: 2px solid white;
}


#tmenu-horizontal {
   position: absolute;
   top: 120px;   left: 200px;
   color: #fff;
   font: bold 12px arial,helvetica,sans-serif;
}

.horizontal-menu-0-NO a:link,
.horizontal-menu-0-NO a:visited,
.horizontal-menu-0-CUR a:visited,
.horizontal-menu-0-ACT a:link,
.horizontal-menu-0-ACT a:visited,
.horizontal-menu-0-ACT a:active{
     text-decoration: none;
     padding: 0 20px 0 0;
     color: #fff;
}

#content-left {
    padding: 5px;
}

#content-right {
    padding: 5px;
}   

#tmenu-vertical {
    position: static;
    width: 131px;
    margin: 2px 0px 0px 2px;
    padding: 2px 0px 0px 2px;
}

.tmenu-vertical-1-NO {
    display: block;
    width: 131px;
    height: 16px;
    padding: 4px 0px 0px 4px;
}

.tmenu-vertical-1-NO a:link,
.tmenu-vertical-1-NO a:visited,
.tmenu-vertical-1-NO a:hover,
.tmenu-vertical-1-NO a:active {
    font-family: verdana,arial,helvetica,sans-serif;
    font-size: 12px;
    color: black;
    font-weight: normal;
    text-decoration: none;
}

.tmenu-vertical-1-CUR {
    display: block;
    width: 131px;
    height: 16px;
    padding: 2px 0px 0px 4px;
}

.tmenu-vertical-1-CUR a:link,
.tmenu-vertical-1-CUR a:visited,
.tmenu-vertical-1-CUR a:hover,
.tmenu-vertical-1-CUR a:active {
    font-family: verdana,arial,helvetica,sans-serif;
    font-size: 12px;
    color: blue;
    font-weight: bold;
    text-decoration: none;
}             


  
