/* Template stylesheet
 * 23-09-2005
 */
body {
	margin: 0px;
	padding: 0px;
	background-color: #A2C0B2;
	background-image: url(i/bg_grad.jpg);
	background-attachment: fixed;
	background-position: top;
	background-repeat: repeat-x;
	padding: 0px 0px 0px 50px;
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}

p {margin: 0; padding: 0;}

h1 {
	font-size: 28px;
	font-weight: bold;
	color: #000;
}

h2 {
	font-size: 22px;
	font-weight: bold;
	color: #000;
}

h3 {
	font-size: 20px;
	font-weight: bold;
	color: #000;
}

h4 {
	font-size: 18px;
	font-weight: bold;
	color: #000;
}

h5 {
	font-size: 16px;
	font-weight: bold;
	color: #000;
}

h6 {
	font-size: 14px;
	font-weight: bold;
	color: #000;
}

#header {
	background-image: url(i/header2.jpg);
	height: 255px;
}
#language_bar {
	position:relative;
	right:0px;
	top:158px;
	font-size: 14px;
	font-weight: bold;
	width: 100%;
	margin-right: 5px;
	text-align: right;
	padding-top: 18px;
	padding-bottom: 18px;
}
#language_bar a {
	color: #000;
	padding: 5px;
	text-decoration: none;
}
#language_bar a:hover {
	color: #000;
	padding: 4px;
	padding-top: 15px;
	padding-bottom: 15px;
	overflow: visible;
	border: 1px solid #666;
	/*background: #E9E7DB;*/
	background: #A2C0B2;
	-moz-opacity: 0.7;
}
#language_bar img {
	border-style: none;
}
.footer_menu img {
	border-style: none;
}
.footer_menu {
	text-align: right;
	padding-top: 10px;
}
.footer_menu a {
	padding: 5px;
}
#website,#footer {
	width: 900px;
}
#website {
	background-color: #E9E7DB;
	border-right: 1px solid #666;
	border-left: 1px solid #666;
	border-bottom: 1px solid #666;
}
#footer {
	text-align: center;
	padding-bottom: 20px;
}
#footer a {
	color: #000;
}
#footer a:hover {
	color: #f00;
}
#content {
	margin: 5px;
	padding: 5px;
}

.news {
	float: left;
	width: 320px;
	margin: 5px;
}

.modText table {
	font-size: 12px;
}