body {
	background-color: #c6e1eb;
	background-image: url("_img/background.jpg");
	background-repeat: repeat-x;
	font-family: Verdana;
	font-size: 10px;
	color: #666666;
}

a {
	text-decoration: none;
	color:  #ffffff;
}
a:hover {
	color: #ffffff;
}

#dropmenudiv{
position:absolute;
border:0px;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border: 0px;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
background-image: url("_img/header_menu_passive.jpg");
color: #ffffff;
}

#dropmenudiv a:hover{ /*hover background color*/
background-image: url("_img/header_menu_active.jpg");
color: #000000;
}

#main_div {
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -400px;
	width: 800px;
}

div.logo {
	width: 220px;
	height: 102px;
	background-image: url("_img/header_logo.jpg");
	background-repeat: no-repeat;
	position: relative;
	top: 0px;
	left: 0px;
}

div.header_bg {
	width: 800px;
	height: 102px;
	background-image: url("_img/header_fill.jpg");
	background-repeat: repeat-x;
	position: absolute;
	top: 0px;
	left: 0px;
}

#meniu_header a {
	font-size: 14px;
	color: #ffffff;
	text-decoration: none;
}
#meniu_header a:hover {
	color: #000000;
}

.tabela_meniu {
	position: absolute;
	top: 0px;
	left: 380px;
	padding: 0px;
	border: 0px;
	width: 372px;
	height: 102px;
	text-align: center;
}
.spacer_meniu {
	width: 4px;
	height: 102px;
	background-image: url("_img/header_menu_spacer.jpg");
	background-repeat: no-repeat;
}

.header_pic {
	width: 800px;
	height: 550px;
	background-color: #ffffff;
}

div.header_pic_text {
	color: #000000;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	text-align: justify;
	width: 550px;
	height: 300px;
	position: relative;
	top: -140px;
	left: 200px;
}

#footer_menu {
	width: 800px;
	height: 27px;
	background-color: #007eb3;
	text-align: center;
		font-size: 19px;
	vertical-align: middle;
}

#footer_menu a {
	text-decoration: none;
	font-size: 10px;
	color: #aeefff;
}
#footer_menu a:hover {
	color: #ffffff;
}

.contact_textbox	{
	border: 1px solid #007eb3;
	color: #666666;
}
.contact_btn	{
	border: 1px solid #007eb3;
	color: #007eb3;
	background-color: #fff
}