* {
margin: 0;
padding: 0;
}

body {
	background: url(/images/bg_home.jpg) repeat;
	font-size: 75%;
	font-family: arial, verdana, helvetica;
}

h1 {
	color: #fff;
	font-size: 1.3em;
	margin: 0 0 10px 0;
	font-weight: normal;
}

a, a:visited {
	color: #000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h2 {
	font-size: 18px;
	color: #fff;
	font-weight: normal;
	margin: 0 0 10px 0;
}

h2 a, h2 a:visited {
	color: #fff;
}

p {
	text-align: justify;
	line-height: 1.5em;
}

#container {
	padding: 0px 0 40px 0px;
	width: 995px;
	height: 549px;
	margin: 0 auto;
	background: url(/images/bgcontent.jpg) center right no-repeat;
}

.lang {
	position: absolute;
	width: 200px;
	top: 0px;
	margin: 50px 0 0 100px;
	z-index: 100;
	color: #fff;
	font-size: 12px;
}

ul#lang {
	list-style: none;
	color: #fff;
}

ul#lang li {
	float: left!important;
	margin-right: 3px;
}
ul#lang li a {
	font-weight: normal;
	color: #fff;
}

ul#lang li {
	padding-left: 0px;
}
#gallery {
	width: 501px;
	height: 432px;
	padding: 80px 5px 4px 5px;
	_padding: 80px 6px 4px 9px;
	margin: 0px 0 0 6px;
	background: url(/images/bg_slideshow.jpg) bottom no-repeat;
}

#left {
	width: 515px;
	float: left;

}

#right {
	width: 447px;
	margin: 200px 15px 0 0;
	-margin: 200px 5px 0 18px;
	float: right;
}
#topmenu {
	height: 30px;
	text-align: center;
	margin-top: 15px;
}

#topmenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#topmenu li {
	float: left;
	font-weight: bold;
	padding: 5px 8px;
}

#topmenu li.first {
	padding-left: 0;
}

#topmenu a {
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
}

#topmenu a:hover {
	text-decoration: none;
	color: #000;
}

#newsbody {


	width: 405px;
	
}

#newsbox {
	margin-top: 80px;
	width: 435px;
	_margin-left: 5px;
	color: #000;
	font-size: 11px;
}

#newsbox .title {
	margin: 0 0 5px 0;
	font-weight: bold;
}

#newsbox a:hover{
	color: #000;
	text-decoration: none;
}

.leftbox {
	width: 205px;
	float: left;
}

.rightbox {
	width: 205px;
	float: right;
}

#footer {
	clear: both;
	color: #fff;
	font-size: 12px;
	margin: 0px 0 0 100px;
	padding: 5px 0 0 0;
}

#footer a, #footer a:visited{
	color: #fff;
	font-size: 12px;
}

#footer a:hover {
	text-decoration: none;
	color: #000;
}