*{
margin: 0;
padding: 0;
}
.outer{
width: 940px;
margin: 0 auto;
  background-image: url("/img/bg.gif");
}
.head{
width: 940px;
height: 102px;
background-image: url("/img/head.gif");
background-repeat: no-repeat;
background-color: #e3e5e1;
text-align: right;
}
.head p{
color: #333333;
font-family: arial;
padding-right: 70px;
padding-top: 8px;
}
.head a {text-decoration: none;}
.textbody{
width: 932px;
font-family: arial;
font-size: 14px;
color: #333333;
background-color: #e3e5e1;
padding: 4px;
clear: both;
background-image: url("/img/bg.gif");
}
.lang{
font-size: 12px;
}
.textbody h1{
margin-left:45px;
font-size: 22px;
color: #333333;
padding-bottom: 6px;
}
.footer{
clear: both;
width: 932px;
height:60px;
font-family: arial;
font-size: 9px;
background-color: #e3e5e1;
color: #EEEEEE;
padding: 4px;
background-image: url("/img/stripe.gif");
background-repeat: no-repeat;
text-align: right;
}
.footer p {
color: #EEEEEE;
padding-top: 28px;
}
body{
background-color: #525252;
padding: 4px;
}
a {
color:#333333;
}
a:hover {
color:#000000;
}
#spr{
background-color: #323331;
padding: 4px;
margin-left:45px;
margin-right:45px;
clear:both;
}
#spr p{
font-size: 20px;
font-weight: bold;
text-align: center;
color: #EEEEEE;
}
#firm{
margin-top: 10px;
margin-left:45px;
margin-right:45px;
text-align: justify;
}
.top{
float:left;width:250px; height:180px;
margin-left: 45px; 
}
.top p{
padding-top: 110px;
font-weight: bolder; 
font-size: 13px;
color: #EEEEEE;
text-align: center;
}
.top_pos{
float: left;width:250px; 
margin-left: 45px; 
margin-bottom: 5px;
}
.top_pos p{
padding-top: 5px;
text-align: justify;
}
.navi_cont{
width: 940px;
height: 59px;
background-image: url(/img/head-menu.gif);
}

ul#navigation 
{
padding-left: 84px;
  height: 34px;
  list-style: none;
}
ul#navigation li
{
  text-align:  	   	 center;
  float:  	   	 left;
}
ul#navigation li a
{
  display:  	   	 block;
  height:  	   	 26px;
  width:  	   	 196px;
  padding-top:  	 8px;
  background-image: url("/img/button-d.gif");
  text-decoration:  	 none;
  color:  	   	 #323331;
  font-size: 18px;
font-weight: bold;
font-family: arial;
}
ul#navigation li a:hover
{
  background-image: url("/img/button-h.gif");
}