body {
  margin: 0;
  padding: 0;
  background: url(../upload/layout/bg.jpg) top left repeat-x;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  line-height: 15px;
  font-style: normal;
  font-weight: normal;
  color: #333333;
}

#header{
    margin: 80px auto 0px auto;
    height: 56px;
    width: 955px;
    background: url(../upload/layout/header.png) top left repeat-x;
    text-align:left;
    padding:0px
    color: #021740;
    font-size: 9px;
    }
    
         
    
#main{
    margin: 0px auto 0px auto;
    height: 369px;
    width: 955px;
    background: url(../upload/layout/main1.jpg) top left repeat-x;
    text-align:right;
    padding:0px;
   
    }
    
#navi, a:link, a:visited {
    margin: 0px auto 0px auto;
    height: 69px;
    width: 940px;
    background: url(../upload/layout/navi.png) top left repeat-x;
    text-align:left;
    padding:0px 0px 0px 15px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 15px;
    font-style: normal;
    font-weight: bold;
    text-decoration: none;
    color: #c0c0c0; 
    }  

#navi a:hover {
	 color: #021740; 
}    
    

#footer{
    margin: 8px auto 0px auto;
    height: 168px;
    width: 955px;
    background: url(../upload/layout/footer.png) top left repeat-x;
    text-align:left;
    padding:0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    line-height: 15px;
    }    
    
#formular{
    margin: 0px auto 0px auto;
    height: 36px;
    width: 955px;
    background: url(../upload/layout/formular.png) top left repeat-x;
    text-align:left;
    padding:0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    line-height: 15px;
    font-style: normal;
    font-weight: bold;
 
    }      

input {
	background-color: #8f9bae;
	width: 280px;
	border:none;
   font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    line-height: 15px;
    font-style: normal;
    font-weight: normal;


}