* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Verdana, "Geneva CE", lucida, sans-serif;
	font-size: 13px;
	color: #000000;
	background: #fff;
	text-align: center;
}
.logo {
     
      margin-left: 630px;     
  }
.logo a {
     margin-top: 15px;
    width:350px;
    height:156px;
    float:left;
    display:block;
    background-image:url('img/logo.png');
    background-repeat:no-repeat;
     border:none;
}
.logo a:onclick{
    border:none;
}

.logo_text{
    display:none;
    visibility:hidden;
}

.main {
	width: 1014px;
	height: 710px;
	background: #fff url('img/back.jpg');
	margin-left: auto;
	margin-right: auto;
        margin-top: 20px;
	text-align: left;
}
.content {
	width: 1014px;
	height: 710px;
	margin-left: auto;
	margin-right: auto;
        text-align: left;
}
.text{
  position: absolute;
  margin-left:260px;
  margin-top: 255px;
  width: 530px;
  height: 415px;
  overflow: auto;
}

.text a{
  color: rgb(1,88,30);
  text-decoration:none ;
  font-weight: bolder;
  border-bottom-style:dotted;
  border-width:1px;
}

.headline{
  font-size: 18px;
  position: absolute;
  font-weight: bold;
  margin-left: 263px;
  margin-top: 215px;
  width: 450px;
  height: 30px;
}
.headline h1{
  font-size: 18px;
  font-weight: bold;
}

.menu {
	position: absolute;
	margin-top: 250px;
	margin-left:5px;
        
  width: 235px;	
  height: 400px;
}

.menu a.but {
        font-size: 17px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
        padding-top: 7px;	
	color: #000;
	margin-top: 15px;
	background: #fff url('img/menu.jpg') 0 0 no-repeat;
	float: left;
	width: 200px;
	height: 27px;
	display: block;
	position: relative;
        }
.menu a.but:hover{
        margin-left:30px;    
    }

.menu a.butactiv{
        margin-left: 42px;
        font-weight: bold;
 	font-size: 17px;
	text-align: center;
	text-decoration: none;
        padding-top: 7px;	
	color: #000;
	margin-top: 15px;
	background: #fff url('img/menu.jpg') 0 0 no-repeat;
	float: left;
	width: 200px;
	height: 27px;
	display: block;
	position: relative;
}

.buttom{
    position:absolute;
    margin-top:690px;
    margin-left:180px;
}
.buttom a{
    color:rgb(4,82,24);
    text-decoration:none;
    border-bottom-style:none;
}




.site{
position: absolute;
  margin-top: 200px;
margin-left: 820px;
}

.site a{
color: #000;
text-decoration: none;
}

.site a img{
border: 0 ;
}

.actual {
  position: relative;
  background: #fff url('img/divide.jpg') 0 0 no-repeat;
  background-position: bottom;
  width: 140px;
  padding-bottom: 15px;
}

.recepy{
  position: relative;
  background-position: bottom;
  width: 140px;
}

.recepy img {
  margin: 5 5 5 5;
  
}

.questionnaire {
border-width: 1px;  
border-style: solid;  
border-color: #BDBDBD;
margin-top: 5;
padding: 3 3 3 3;
position: relative;
  width: 120px;
  
}
.questionnaire table {
font-size: 14px;
}

.questionnaire a {
 color: #000;
 text-decoration: none;
}




select {
	font-family: Verdana, "Geneva CE", lucida, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
        border: 1px solid rgb(180,180,180);
        height: 18px;
        border-style:dotted;
        border-width:1px;
        border-color:rgb(215,215,215);
        
	
}
select:hover {
    background-color: rgb(255,255,213);
    }
    
input{
    background-color: #FFFFFF;
    height: 20px;
    border: 1px solid rgb(180,180,180);    
}
textarea{
    border-style:dotted;
    border-width:1px;
    border-color:rgb(215,215,215);
}
textarea:hover{
    background-color: rgb(255,255,213);
}
input:hover{
    background-color: rgb(255,255,213);   
}

.dectable table{
    border-color: rgb(180,180,180);
    border-style: solid;
    max-width: 100%;
}
.dectable th{
   background-color: rgb(1,88,30);
   color: white;
   padding: 1px;
   padding-left: 3px;
   padding-right: 3px;
   border-color: rgb(180,180,180);
   border-style: solid;
   
}
.dectable td{
    border-color: rgb(180,180,180);
    border-style: solid;
    padding: 2px;
}
.dectable tr{    
    padding: 2px;
}
.dectable tr:hover{
   background-color: rgb(255,255,213);
}



p{
  margin-bottom: 5px;
  margin-top: 5px;
  text-indent: 10px;
}
