body {
    margin: 0px;
    padding-left: 5px;
    padding-right: 5px;
    font-family: Verdana,Arial,Sans-Serif;
    font-size: 12px;
    overflow:hidden;
    background-color:#fff;
}

#frmContent {
    /*border: 1px dotted red;*/
    margin: 0 auto;
    text-align: left;
    width: 100%;
    height: 100%;
}

#tblMaster  {
   width:   100%;
   height:  100%;
}

.tblLayout {
   width:   100%;
   height:  100%;
   table-layout:  fixed;
}

#tblMaster td, .tblLayout td {
   vertical-align: top
   
}

#tblMaster .tdHeader { height: 98px; }

.tdContent { height: 100%;}


#cntTop {
   position: relative;
   height:  60px;
}

#cntNavigationRight {
   float:right;
   width: 200px;
   font-size:1.0em;
   line-height:normal;
}

#cntHauptnavigation {
   float:left;
   width:100%;
   margin-top: 5px;
}


#cntTopNavigation {
   float:right;
   margin-right:20px;
   font-weight:normal;
   font-size: 9px;
   font-family: Arial;
   /*text-transform: uppercase;*/
   color:#663300;
}

#cntTopNavigation span, #cntTopNavigation a, #cntTopNavigation select {
   
   font-weight:normal;
   font-size: 9px;
   font-family: Arial;
   text-transform: uppercase;
   color:#663300;
}


#cntLogo {
   background:transparent url("1475") no-repeat right top;
   width: 202px;
   height:45px;
   position:absolute;
   bottom:0px;
   left:15px;

}

.clear { clear:both; }

