@charset "UTF-8";
@import url("clear.css");
@media screen and (-webkit-min-device-pixel-ratio:0) {}

html, body {
	background: #ffffff url(img/bg.jpg) repeat-x top center;
	padding: 0;
	margin: 0;
	height: 100%;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
}
#container {
	width: 955px;
	margin: auto;
}
#main_menu {
	padding-top: 9px;
	margin-left: 32px;
	height: 52px;
}
#main_menu div.m_separ {
	float: left;
	height: 50px;
	width: 1px;
	background-color: #000000;
}
#main_menu li {
	display: inline;
	height: 52px;
	list-style-type: none;
}
#main_menu li a {
	display: block;
	float: left;
	height: 35px;
	width: 176px;
	padding-top: 17px;
	text-align: center;
	font-size: 15px;
	font-weight: normal;
	text-decoration: none;
	color: #ffffff;
}
#main_menu li a:hover {
	color: #f3a52b;
}
#header {
	height: 69px;
}
#logo {
	float: left;
	width: 224px;
	height: 58px;
	margin: 11px 409px 0 0;	
	background: #FFFFFF url(img/logo.jpg) center top no-repeat;
}
#slogan {
	float: left;
	width: 292px;
	height: 69px;
	background: #FFFFFF;
}
#content {
	height: 529px;
	margin: 0 32px 0 32px;
}
#c_left {
	float: left;
	width: 480px;
	height: 529px;
}
#lang {
	margin: 47px 0 0 0;
}
#lang li {
	display: inline;
	padding-left: 20px;
	padding-bottom: 2px;
	margin-right: 25px
}
#lang li a {
	color: #f8c76a;
	text-decoration: none;
}
#lang li a:hover {
	color: #ffffff;
}
#hu {
	background-image: url(img/hu.jpg);
	background-position: left center;
	background-repeat: no-repeat;
}
#en {
	background-image: url(img/en.jpg);
	background-position: left center;
	background-repeat: no-repeat;
}
#de {
	background-image: url(img/de.jpg);
	background-position: left center;
	background-repeat: no-repeat;
}
#cz {
	background-image: url(img/cz.jpg);
	background-position: left center;
	background-repeat: no-repeat;
}
h1 {
	padding-top: 50px;
	margin-left: -3px;
	color: #ffc73b;
	font-size: 20px;
	font-style: italic;
	font-weight: bold;
}
h2 {
	padding-top: 3px;
	margin-left: -2px;
	margin-right: 50px;
	color: #f6d7b5;
	font-size: 17px;
	font-style: italic;
	font-weight: normal;
	letter-spacing: 1px;
	line-height: 120%;
	height: 61px;
}
h3 {
	padding-top: 55px;
	margin-left: -3px;
	margin-right: 50px;
	color: #f1610f;
	font-size: 22px;
	font-style: italic;
	font-weight: bold;
	line-height: 120%;
}
#pics {
	margin-top: 25px;
}
#pics img {
	padding-right: 57px;
}
#c_right {
	float: left;
	height: 475px;
	margin: 54px 0 0 0;
}
#footer {
	position: relative;
	height: 51px;
	font-size: 11px;
	margin: 20px 32px 0 32px;
}
#uziel {
	position:absolute;
	left: 830px;
	top: -5px;
	width: 60px;
	height: 22px;
	background: url(img/uziel.jpg) no-repeat top left;
}

