body{
   font-family : "Verdana";
   font-size : 18px;
}
#header{
   left : 0px;
   right : 0px;
   top : 0px;
   height : 50px;
   background-color : #333333;
   position : fixed;
   z-Index: 3;
}
#footer{
   height : 100px;
   background : #333333;
}
#wizard{
transform: translate(-50%, 0);

}
.navig{

   color : white;
   text-decoration : none;
}
.navig1{
   color : white;
   text-decoration : none;
}


div.navig1_submenu{

   position : absolute;
   display : none;
   min-width : 150px;
   margin-left : 0px;
   overflow : auto;
   #left : 0px;

}
div.navig1_menuitem{
   height : 20px;
   min-width : 150px;
   padding : 10px;
   padding-left : 0px;
   #background : #258faf;
   background : #669999;
   cursor : pointer;
   #margin-left : -50px;
   padding-left : 20px;
}
#navigation{
   top : 50px;
   left : 0px;
   right : 0px;
   height : 34px;
   background : #333333;
   position : fixed;
   z-Index : 3;
}
#navigationtable{

   position : relative;
   width : 1000px;
   margin-left : auto;
   margin-right : auto;
   overflow : auto;

}
#pagecontent{
  
   position : relative;
   width : 1000px;
   margin-top : 100px;
   margin-bottom : 30px;
   margin-left : auto;
   margin-right : auto;
   overflow : auto;
   overflow-x hidden;
   min-height : 1000px;

}
h4{

  margin-top : 0px;
}