body,html {
    color: #000;   
    background: #fff;
   margin: 0;
   height: 100%;
   width: 100%;
   font: 12px verdana,arial,helvetica,sans-serif;//Schriftgroesse Content
}

#box-top-header {
   position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 163px;
    background: url(../img/ntrgold.jpg) no-repeat;
    z-index: 10;
}
#toplogo {
  position: absolute;
  top: 2px;
  left: 10px;
}

#printlink {
  position: absolute;
  top: 10px;
  left: 950px;
}

#printlinktext {
  position: absolute;
  top: 100px;
  left: 750px;
}

#language {
  position: absolute;
  top: 80px;
  left: 850px;
}

#copyright {
    position: absolute;
    top: 100px; 
    left: 820px;  
    font-family: verdana,arial,helvetica,sans-serif;
    font-size: 11px;
    color: white;  
}
#rootline {
  position: absolute;
  top: 160px;
  left: 200px;
}

#adminpanel {
   position: absolute;
   bottom: 50px;
   z-index: 10 ;
}    

#box-menu-left {
   position:absolute;
   top: 2px;
   left: 0px;
   width: 180px;
   height: 100%;
   padding: 180px 0px 0 10px;
     background: url(../img/menu-bgntr.jpg) no-repeat;
   z-index: 5;
}

#box-content {
   position:absolute;
    top: 200px;
   left: 200px;
   width: 800px;  
   border: 2px solid white;
}


#content-left {
    padding: 5px;
}

#content-right {
    padding: 5px;
}   

#tmenu-vertical {
    position: static;
    width: 131px;
    margin: 4px 0px 0px 4px;
    padding: 2px 4px 4px 2px;
}

.tmenu-vertical-1-NO {
    display: left;
    width: 131px;
    height: 4px;
    padding: 4px 2px 2px 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;
    border-bottom: 1pxsolid #999999;
    font-size: 10px;
    color: black;
    font-weight: bold;
    text-decoration: none;
}

.tmenu-vertical-1-CUR {
    display: right;
    width: 131px;
    height: 6px;
    padding: 4px 2px 2px 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: 10px;
    color: red;
    font-weight: bold;
    text-decoration: none;
}             


  