/*  */
body { background-image: url(img/body-bg.jpg);}
/* ******************************* head ************************** */
#head { padding-bottom: 6px;}
#lang {
	float: left;
	height: 30px;
	width: 220px;
	background-color: #005757;
}
#lang p {
	padding: 7px 0 0 15px;
	margin : 0;	
}
#menutop1 {
	padding: 0 0 6px 0;
}
#menutop1-in {
	height: 30px;
	margin-left: 250px; 
}
#menutop1 a {
	color: #005757;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 70%;
	letter-spacing: 1px;
	padding: 0 5px;
}
#menutop1 a:hover {
	color: #1D7C7C;
	text-decoration: underline;
}
#menutop1 a.active {
	color: #1D7C7C;
	text-decoration: none;
}
/* ***************************** /head **************************** */
/* ***************************** page **************************** */
#text {
	background-color: #EFEFEF;	
	min-height: 30em;
	_height: 30em;
}
.text-in {
	padding: 10px; /*15*/
	font-size: 80%;
}
#inside {

	clear: both;
	background-image: url(img/text-bg.gif);
	background-repeat: repeat-y;
/*	_background-position: 6px 0;*/
}
