* {
  padding: 0;
  margin: 0;
 }
 
 body {
	font-family: Arial;
	font-size: 14px;
	list-style-type: none;
	color: #000;
	background: #333;
 }
 .top {
  background-color: #666;
  padding-top: 0px; height: 20px;
  width: 100%;
 }
 
 .page {
	width: 1000px;
	margin: 0 auto;
	background: url(images/img03.jpg) repeat-y top;
}

#page-bgtop {
	background: url(images/indikation.png) no-repeat top;
	z-index:10;

}



 .left {
  float:left;

  padding-top: 280px;
  width: 230px;
  
 }
 .left img {
  margin: -270px 0px 0px 10px;
  display: block;
 }
 
.left ul li {
  float: right;
  list-style-type: none;

  padding-left: 20px;
  
 }

.left ul li a {
	margin-top: 2px;
	font-family: Arial;
	font-size: 16px;
	letter-spacing: 1px;
	color: #000;
	text-decoration: none;
	font-weight: bold;
	padding-top: 9px;
	padding-bottom: 9px;
	padding-left: 5px;
	width: 204px;
	float: right;
	list-style-type: none;
}

.left ul li a:hover {
  background-color: #fff;
	
 }
 
 .left ul li.active a {
	color: #6bc048 ;
	background-color: #fff;
	
 }
  .right1 {
    padding-left: 230px;
z-index:50;
  width: 780px;
}

.right2 img {
   margin: 0 10px 10px 0;
  display: block;
 }
   .right2 {
    padding-left: 230px;
 z-index:50;
  width: 780px;
}

.right1 img {
  margin: -30px 0px 10px 10px;
  display: block;
 }
.right {
  padding-left: 230px;
  padding-top: 190px;
  width: 780px;
  z-index:50;
}

.right img {
  margin: 0 10px 10px 0;
  
  display: block;



 }
/* .right img:hover {
  border: 3px solid #ff00aa;
 }*/
 
 .block {
  margin-top: 10px;
  height: 106px;
  width: 600px;
 
 }
 
h1 {
	font-size: 20px;
	color: #000;
	font-weight: bold;
	}
 h3 {
	font-size: 16px; 
	margin-left: -10px;
	width: 98%;
	padding: 9px;
	font-weight: bold;
	letter-spacing: 2px;
 }


h2 {
  font-size: 14px;
  font-weight: normal;
  padding-bottom: 7px;
   }
 
 txt {
  font-size: 14px;
  font-weight: normal;
  padding-bottom: 7px;
  
 }
 
a {
  font-size: 14px;
  color: #999;
  text-decoration: none;
   }
 
a:hover {
  text-decoration: underline;
 }
 
 .content {
  padding-left: 30px;
   padding-right: 25px;
  padding-top: 5px;
  z-index:50;
   
  
 }
  
.footer {
  width: 1000px; 
  height: 40px;  
  bottom: 0px; 
  	color: #6bc048 ;
  position: fixed; 
  letter-spacing: 1px;
  text-align:center;    
   padding-top: 5px;     
  background: #CCC;

 }
  .footer img {
  margin: -5px 0px 0px 0px;
  display: block;
 }