/* CSS Document */
.menu a{
	background-attachment: fixed;
	background-image: none;
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	background-position: left top;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 20px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	display: block;
	color: #009;
	text-decoration:none;
	float:left;
	margin:10px;
}
.menu a:hover {
	background-attachment: fixed;
	background-image: none;
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	background-position: left top;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	display: block;
	color:#03F
}
.lleft_menu li a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	border: thin solid #06F;
	border-radius:10px;
	background-color:#FFF;
	color: #03F;
	display: block;
	width:170px;
	list-style:none;
	text-decoration:none;
	margin-top: 7px;
	margin-left:0;
}
.lleft_menu ul {
	list-style:none;
	margin:0;
	padding:0;
	width:170px;
}
.hide_europe {
	text-align:center;
}
.hide_europe  ul{
	list-style:none;
	width:170px;
	margin:0;
	padding:0;
}
.hide_europe ul li {
	position:relative;
}

.hide_europe ul ul li {
	position: relative;
	left:170px;
	top:-18px;
	width:170px;
	display:none;
}
.hide_europe ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	background-color:#FFF;
	border: thin solid #06F;
	border-radius:10px;
	color: #03F;
	display:block;
	text-decoration:none;
}
.hide_europe ul li:hover a {
    background-color: #CCC;
	border: thin solid #00F;
	opacity:1;
}
.hide_europe ul:hover ul li {
	display:block;
	z-index:100;
}
	
.right_block {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.main_content {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	text-indent: 20px;
	vertical-align: top;
	margin: 10px;
	line-height: 10px;
	border: thin solid #06F;
}
h3 {color:red}
.lleft_menu ul li:hover  a {
	background-color: #CCC;
	border: thin solid #00F;
}
h2 {
	text-align: center;
	color: #0033CC;
	font-size: 24px;
}
.list_strana {
	width:600px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #03F;
	text-decoration: none;
	background-color: #FFF;
	text-align: center;
	display: block;
	border: thin solid #06F;
	border-radius: 10px;
	margin:0 15px;
}
.list_strana a {
	text-decoration:none;
}
.state {
	width:600px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #03F;
	text-decoration: none;
	background-color: #FFF;
	display: block;
	border: thin solid #06F;
	border-radius: 10px;
	margin:0 15px;
	padding: 10px;
	text-indent: 15px;
	text-align:justify;
}
.state img {
	margin:15px;
}
h4 {
	font:bold;
	color:#006;
}
.state hr {
	color:#0C0;
}
.kontact_m {
	text-align:center; 
	border: thin solid #06F; 
	border-radius: 10px; 
	background-color:#FFF;
	margin: 0 10px;
}