
 body 
 {
   width: 100%;
   height: 100%;
   margin: 0px;
   padding: 0px;
   border: #000000 0px solid;
   overflow: hidden;
   font-family: Helvetica,Arial,sans-serif;
   font-size: 11px;
   color:  #000000;
 }
 
 h2
 {
   font-family: Helvetica,Arial,sans-serif;
   font-size: 14px;
   font-weight: 500;
   color:  #2A5887;
 }

 input, submit, button
 {
    background:  #f6f6f6;
 }

 a         { color: #2A5887; text-decoration: none; }
 a:link    { color: #2A5887; text-decoration: none; }
 a:active  { color: #2A5887; text-decoration: none; }
 a:visited { color: #2A5887; text-decoration: none; }
 a:hover   { color: #3B5998; text-decoration: underline; }

 #change
 {
   border: #cccccc 1px solid;
   background:  #3B5998;
   background:  #ee1133;
   font-family: "MS Shell Dlg","lucida grande",tahoma,verdana,arial,sans-serif;
   font-size: 13px;
   font-weight: 900;
   padding: 2px;
   padding-bottom: 4px;
   font-size: 11px;
   color:  #ffffff;
 }
 
 #client
 {
    width: 100%; 
    height: 100%; 
    border: #000000 0px solid;
    overflow: hidden;
 }
    
 #footer
 {
	  padding-right: 31px;
 }
    
 #footerRechts
 {
	  margin-right: 40px;
 }
    
