/* Master styles */

html, body {
	margin: 0;
	padding: 0;
	text-indent: 0;
	color: #000;
	border:0;
}
html, body * {
	margin: 0;
	padding: 0;
	text-indent: 0;
	outline:0;
}
img { border: 0 }
.left { float: left }
.right { float: right }
.clear { clear: both }
a {
	color: #FF0000;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

/* Website styles */
body {
	background: #fff;
	font-family: tahoma;
	font-size: 11px;
}
div#header {
	width: 100%;
	height: 150px;
	background: #fff url('../img/header-bg.gif') top left repeat-x;
}
#header div.content {
	width: 778px;
	height: 150px;
	margin: 0 auto;
	background: url('../img/header-left.gif') top left no-repeat;
}
#header .content a.logo {
	float: left;
	margin: 0 0 0 15px;
}
#header .content div.news {
	float: right;
	width: 215px;
	height: 109px;
	margin: 9px 37px 0 0;
	padding: 10px 0;
	background: #fff url('../img/news-bg.gif') center center no-repeat;
}
#header .content .news h2 a {
	font: bold 14px Arial, Helvetica, sans-serif;
	text-decoration:none;
	color: #58595b;
	margin: 0 0 10px 0;
}
#header .content .news p {
	height: 65px;
	color: #b84c31;
	text-indent: 10px;
	text-align:justify;
	margin:0;
}
#header .content .news a.left,#header .content .news a.right {
	padding: 2px 5px;
	font-size: 12px;
	color: #58595b;
	text-decoration: none;
}
#header .content .news a.left:hover,#header .content .news a.right:hover {
	color: #fff;
	background: #58595b;
}
div#container {
	width: 100%;
	background: #fff url('../img/container-bg.gif') top left repeat-x;
}
#container div.content {
	width: 778px;
	margin: 0 auto;
	overflow: hidden;
}
#container .content div.sidebar {
	float: left;
	width: 253px;
	height: 378px;
	background: url('../img/sidebar-bg.gif') top left no-repeat;
}
.sidebar p {
	width: 230px;
	padding: 13px 10px 0 15px;
	text-align: center;
}
.sidebar p.top {
	padding: 28px 10px 0 15px;
}
.sidebar ul {
	margin: 25px 0 0 30px;
}
.sidebar ul li {
	list-style: none;
	color: #ec5e3b;
	line-height: 18px;
}
.sidebar ul li a {
	color: #58595b;
	font-weight:bold;
	text-decoration: none;
}
.sidebar ul li a:hover {
	text-decoration: underline;
}
.sidebar ul li ul {
	margin:0; padding: 0;
}
.sidebar ul li ul li {
	padding: 0 0 0 12px;
}
.sidebar ul li ul li a {
	font-weight:normal;
}
#container .content .info {
	float: right;
	width: 475px;
	padding: 40px 0 0 0;
}
h1 {
	font: bold 24px Arial, Helvetica, sans-serif;
	color: #ec5e3b;
	margin: 0 0 20px 0;
}
.info p {
	color: #58595b;
	text-indent: 10px;
	text-align: justify;
	margin: 0 0 30px 0;
}
.info p a {
	color: #b84c31;
	text-decoration: none;
}
.info p a:hover {
	text-decoration: underline;
}
h3 {
	font-size: 14px;
	color: #ec5e3b;
}
h4 {
	font-size: 14px;
	color: #ec5e3b;
	margin: 0 0 10px 0;
}
.info ol {
	margin: 0 0 0 40px;
	font-size: 12px;
}
.info ul {
	margin: 0 0 0 20px;
}
.info ul li {
	list-style: none;
	background: #fff url('../img/tick.gif') top left no-repeat;
	padding: 0 0 0 20px;
	font-size: 12px;
	color: #58595b;
	margin-bottom: 5px;
}
.info li  p {
	margin:0;
}
div#footer {
	width: 100%;
	height: 75px;
	background: #fff url('../img/footer-bg.gif') top left repeat-x;
}
#footer div.content {
	width: 738px;
	padding: 40px 20px 0 20px;
	line-height: 30px;
	margin: 0 auto;
	color: #b84c31;
}
#footer .content a {
	color: #b84c31;
	text-decoration: none;
}
#footer .content a:hover {
	text-decoration: underline;
}

a.lang {
	margin-top:20px;
	display:block;
	text-align: center;
}

.zapitvane {
	background-image:url(../img/zapitvane.jpg);
	background-position:center;
	width:185px;
	height:36px;
	display:block;
	cursor:pointer;
	text-indent: -999px;
}
.zapitvane:hover {
	background-position:top;
}

.zapitvane:active {
	background-position:bottom;
}

.zapitvaneEn {
	background-image:url(../img/zapitvane_en.jpg);
	background-position:center;
	width:147px;
	height:36px;
	display:block;
	cursor:pointer;
	text-indent: -999px;
}
.zapitvaneEn:hover {
	background-position:top;
}

.zapitvaneEn:active {
	background-position:bottom;
}


