a {
	color: #ffffff;
	text-decoration: none;
}

a:hover {
	color: #81a7c7;
	text-decoration: none;
}

img {
	border-style: none;
}

body {
	margin: 0 0 auto;
	text-align: center;
	background-color: #000000;
	font-family: times new roman;
	font-size: 11px;
	color: #646464;
}

.clear {
	clear: both;
}

.main {
	text-align: left;
	width: 1000px;
	margin: 0 auto;
}

.top_container {
	width: 1000px;
	height: 150px;
	background-image: url('../_gfx/top.jpg');
	background-repeat: no-repeat;
	position: relative;
}

.flag_container {
	position: relative;
	float: right;
	top: 10px;
}

img.flag {
	padding-left: 15px;
}

.lang {
	position: relative;
	float: right;
}

.top_menu {
	position: relative;
	text-align: center;
	top: 130px;
	color: #dad9dc;
	text-transform: uppercase;
}

.top_menu_el {
	padding: 0px 10px 0px 10px;
	font-family: Arial, Geneva, Helvetica, sans-serif;
	font-size: 11px;
}

/* middle */
.middle_container {
	float: left;
	width: 1000px;
}

.left_container {
	width: 500px;
	background-color: #e5e3e4;
	min-height: 800px;
	float: left;
	position: relative;
}

#big_foto {
	float: left;
	width: 440px;
	padding:0px 0px 60px 0px;
	position:static;
	/*background-color: #e5e3e4;*/
}

.right_container {
	width: 500px;
	/*height: 400px;*/ /*background-color: #ffb8d1;*/
	float: left;
	position: relative;
	/*background-color: #ffb8d1;*/
}

.left_content {
	color: black;
	padding: 30px;
}

.right_content {
	color: #ffffff;
}

.page_title {
	font-family: times new roman;
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0px 0px 15px 0px;
	color: #646464;
}

.small_title {
	font-style: italic;
	font-weight: bold;
	font-family: times new roman;
	font-size: 16px;
	padding-bottom: 4px;
}

.text_content {
	padding-top: 8px;
	font-family: verdana;
	font-size: 11px;
}

.line_separate {
	position: relative;
	float: left;
	width: 440px;
	height: 2px;
	background-color: #afafaf;
}

/* footer */
.footer_container {
	position: relative;
	width: 1000px;
	height: 50px;
	background-image: url('../_gfx/footer_bg.jpg');
	background-repeat: no-repeat;
}

.footer_content {
	top: 10px;
	color: #dad9dc;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	font-size: 10px;
	font-family: verdana;
	color: #dad9dc;
}


