body	{
	margin: 0px 0px 0px 0px;
	font-family: verdana, tahoma, arial;
	font-size: 12px;
	background-color: #ffffff;
}
form {
	display: inline;
}

.url { text-decoration: none; color: #6699CC; }
.url:hover { text-decoration: underline; color: #6699CC; }

table,td, p, div, span {
	font-family: verdana, tahoma, arial;
	font-size: 12px;
}


h3.title {
	color: #6699CC;
	text-align: center;
}

.main {
	width: 800px;
}


.header_cont {
	width: 800px;
	height: 200px;
	background-image: url('../images/header.jpg');
	background-repeat: no-repeat;
}
.body_cont {
	width: 800px;
}
.langdiv {
	width: 35px;
	height: 15px;
	margin-left: 10px;
	padding-top: 180px;
}
.lang {
	display: inline;
	width: 32px;
	height: 15px;
}



.menu_left {
	padding-top: 20px;
	float: left;
	width: 200px;
}
.menu_right {
	float: right;
	width: 580px;
	overflow: visible;
}


.menu_list {
	/* border: 1px solid red; */
	margin-left: 10px;
	padding-top: 7px;
}
.meniu_url {
	font-family: arial, tahoma, verdana;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #6699CC;
}
.meniu_url:hover {
	text-decoration: underline;
}
.meniu_url_on {
	font-family: arial, tahoma, verdana;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
	color: #6699CC;
}
.sub_meniu_url {
	font-family: arial, tahoma, verdana;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: #6699CC;
}
.sub_meniu_url:hover {
	text-decoration: underline;
}
.sub_meniu_url_on {
	font-family: arial, tahoma, verdana;
	font-size: 13px;
	font-weight: bold;
	text-decoration: underline;
	color: #6699CC;
}


.submeniu_margin {
	margin-left: 20px;
}
.dots {
	color: #ff0000;
	font-weight: bold;
	font-size: 13px;
}
.clear {
	clear: both;
	font-size:1px;
}
.footer {
	width: 800px;
	height: 40px;
	background: url("../images/apacia.jpg");
	/* clear: both; */
}
.footer_txt {
	text-align: center;
	padding-top: 13px;
	color: #88373d;
	font-weight: bold;
	font-size: 11px;
}
.contact{
	margin-top: 40px;
	margin-left: 20px;
}
.hras {
	border: 1px dashed #6699CC;
}
.small {
	/* font-family: tahoma; */
	font-size: 11px;
}

.pagination { 
	text-align: center;
	color: grey; 
}
.pagination a { text-decoration: none; color: #6699CC; }
.pagination a:hover { text-decoration: underline; color: #6699CC; }


.fl {
	float: left;
}
.fr {
	float: right;
}

