/* CSS Document */

body{
 background-color :#d9d89b; 
 text-align:center;
}


#html_text{
 margin:0 auto;
 postion:relative;
 width: 980px;
 background-color:#FDFDE3;
}

#flash {
 position:relative;
}

#text {
 font: 11px Tahoma, Arial, sans-serif;
 color: #676925;
 position: absolute;
 top: 80px;
 margin: 10px;
 text-align: left;
 overflow: auto;
 height: 428px;
 width: 960px;

}
  
#footer {
 background:url(footer.jpg) no-repeat left top;
 height:74px;
 position: relative;
}  

#footer .adress{
 font: 11px Tahoma, Arial, sans-serif;
 line-height: 18px;
 color: #676925;
 text-align:center;
 padding-top:55px;
}
      
a {
  color: #676925;
  font: 11px Tahoma, Arial, sans-serif;
}
 
a:hover {
  text-decoration:none;
}
 
#text .line1{
 background-color:#FBFAD7;
 padding:10px;
}

#text .line2{
 padding:10px;
}
a.pdf:link, a.pdf:visited, a.pdf:hover, a.pdf:active {
	color: #676925;
	background: url(link_pdf.gif) no-repeat bottom left;
	float: left;
	border: 2px solid #D9D79C;
	margin: 0 125px 0 20px;
	padding: 2px;
	width: 200px;
	line-height: 35px;
	text-align: center;
	text-decoration: none;
}
a.pdf:hover {
	border-color: #727429;
}
a.last {
	margin-right: 0 !important;
}
#lingua {
	position: absolute;
	top: 10px;
	right: 50px;
}
#lingua a:link, #lingua a:visited, #lingua a:hover, #lingua a:active {
	text-decoration: none;
}
#lingua a:hover {
	text-decoration: underline;
}