body, html {
	height: 100%;
	width: 100%;
	margin: 0px;
	font-family: Lucida Sans Unicode, Arial, sans-serif;
	background-color: #1370b1;
	font-size: 13px;
	color: #575757;
}
#wrapper {
	width: 100%;
	position: relative;
	background-image: url(../img/bgy.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
#header_wrapper {
	height: 471px;
	width: 100%;
	background-image: url(../img/header/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#content_wrapper {
	width: 100%;
	background-image: url(../img/bg_cwrap.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#footer_wrapper {
	height: 120px;
	width: 100%;
	background-image: url(../img/footer/bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#header {
	height: 100%;
	width: 1003px;
	margin: 0 auto 0 auto;
}
#content {
	width: 1003px;
	padding-top: 20px;
	padding-bottom: 0px;
	margin: 0 auto 0 auto;
	background-image: url(../img/bg_con.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#footer {
	height: 100%;
	width: 1003px;
	margin: 0 auto 0 auto;
	position: relative;
}
#main_content {
	float: left;
	width: 620px;
	padding-left: 40px;
}
#sub_content {
	float: right;
	width: 286px;
	padding-right: 40px;
}
h1 {
	display: none;
}
/* ----- Article ----- */
.article {
	padding-right: 20px;
	padding-bottom: 20px;
}
.article p {
	line-height: 22px;
	padding-top: 6px;
}
.article p a.more img {
	position: relative;
	bottom: -3px;
}
.article ul {
	padding-top: 10px;
	padding-left: 20px;
}
.article ul li {
	line-height: 22px;
	padding-top: 4px;
}

/* ----- Box temp ----- */
.box_temp img {
	float: left;
	clear: both;
	display: inline;
	margin-top: 20px;
}

/* ----- Box news ----- */
.box_article p {
	padding-top: 4px;
}
.box_news, .box_gallery, .box_video, .box_article {
	background-image: url(../img/sep.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 10px;
	margin-bottom: 10px;
	padding-left: 5px;
}
.box_news h2 {
	height: 17px;
	margin-bottom: 6px;
}
.news_item {
	clear: both;
	height: 78px;
	padding-top: 5px;
	cursor: pointer;
}
.news_item img.float_left, .box_gallery img.float_left, .box_video img.float_left {
	padding: 6px;
	background-color: #FFFFFF;
	border: solid 1px #dfdfdf;
	display: inline;
	margin-right: 5px;
}
.news_item div.float_left, .box_gallery div.float_left, .box_video div.float_left {
	width: 196px;
}
.news_item h3 {
	background-image: url(../img/ar_right.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	padding-left: 12px;
}
.news_item h3 a {
	font-size: 13px;
	color: #575757;
}
.news_item p {
	padding-left: 12px;
	font-size: 11px;
	line-height: 17px;
}
.box_banner {
	padding: 6px;
}
/* ----- Category ----- */
.cat {
	padding-bottom: 20px;
}
.cat h2 {
	height: 19px;
}
.cat div.odd {
	margin-right: 15px;
	display: inline;
}
.cat div.even {
	background-image: url(../img/sep_ver.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding-left: 20px;
}
.cat_item {
	width: 292px;
	float: left;
	margin-top: 16px;
	cursor: pointer;
}
#des .cat_item, #pho .cat_item {
	margin-top: 24px;
}
#pho .cat_item h3 {
	height: 30px;
}

.cat_item img.float_left {
	padding: 6px;
	background-color: #FFFFFF;
	border: solid 1px #dfdfdf;
	display: inline;
	margin-right: 10px;
	margin-top: 3px;
}
#des .cat_item img.float_left, #pho .cat_item img.float_left {
	margin-bottom: 6px;
}
.cat_item h3 {
	color: #1055a3;
	font-size: 13px;
	font-weight: bold;
	line-height: 14px;
}
#des .cat_item h3, #pho .cat_item h3 {
	background-image: url(../img/ar_right.gif);
	background-repeat: no-repeat;
	background-position: 0px 1px;
	padding-left: 12px;
	margin-left: 10px;
	clear: both;
}
.cat_item p {
	font-size: 11px;
	line-height: 17px;
}
.cat_item p a img {
	margin-top: 2px;
}
.cat_item img.clear {
	float: left;
	margin-top: 12px;
}
#des .cat_item img.clear, #pho .cat_item img.clear {
	margin-top: 6px;
}

/* ----- Box more ----- */
.box_more {
	padding-top: 30px;
	padding-bottom: 20px;
}
.box_more ul {
	width: 500px;
	height: auto;
	padding-left: 40px;
	background-image: url(../img/sep_ver.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
.box_more ul li {
	list-style-type: none;
	width: 220px;
	padding-left: 20px;
	float: left;
	line-height: 22px;
}
.box_more ul li.clear {
	float: none;
}

/* ----- Article gallery ----- */

.article_gal, .article_vid {
	padding-bottom: 20px;
}
.article_gal h3, .article_vid h3 {
	font-size: 13px;
	font-weight: bold;
	color: #1055a3;
	margin-bottom: 0px;
	padding-top: 12px;
}
.article_gal img.float_left, .article_vid img.float_left {
	padding: 6px;
	background-color: #FFFFFF;
	border: solid 1px #dfdfdf;
	display: inline;
	margin-right: 22px;
	margin-top: 15px;
}

/* ----- Travel form ----- */
#travel {
	width: 100%;
	padding-top: 20px;
}
#travel fieldset {
	border: 0 none;
	padding-bottom: 25px;
}
#travel div.float_left, #travel div.float_right {
	width: 49%;
}
#travel div.checkbox {
	padding-top: 4px;
}
#travel label, #travel div.radio label.tit, #travel div.time label.tit {
	color: #575757;
	font-size: 13px;
	display: block;
	margin-top: 12px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
}
#travel div.radio label.tit, #travel div.time label.tit {
	margin-bottom: 4px;
	margin-top: 12px;
}
#travel div.radio label {
	display: inline;
	padding-right: 40px;
}
#travel div.radio label, #travel div.time label {
	display: inline;
	padding-right: 10px;
}
#travel label span {	
	font-size: 11px;
	display: block;
}
#travel div input {
	color: #1055a3;
	font-size: 13px;
	background-image: url(../img/travel_form/input.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 21px;
	width: 276px;
	padding-left: 3px;
	padding-top: 3px;
	border: 0 none;
	margin-top: 4px;
}
#travel div.radio input {
	color: #1055a3;
	font-size: 13px;
	background-image: none;
	height: auto;
	width: auto;
	padding-left: 0px;
	padding-top: 0px;
	margin-top: 0px;
}
#travel div.time input {
	background-image: url(../img/travel_form/input_sm.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 21px;
	width: 88px;
	margin-top: 0px;
	padding-left: 3px;
	padding-top: 3px;
	padding-right: 2px;
}
#travel input.input_small, #travel div.checkbox input.input_small {
	background-image: url(../img/travel_form/ipnut_md.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 21px;
	width: 125px;
	margin-top: 0px;
	padding-left: 3px;
	padding-top: 3px;
	padding-right: 2px;
}
#travel div.time a img {
	position: relative;
	top: 4px;
	left: 2px;
}
#travel .checkbox input {
	height: auto;
	width: auto;
	padding-left: 0px;
	padding-top: 0px;
	background-image: none;
	margin-top: 0px;
}
#travel .checkbox label {
	margin-top: 4px;
}
#travel div.sep {
	background-image: url(../img/travel_form/sep_sm.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 10px;
}
#travel label.other  {
	margin-top: 6px;
}
#travel select {
	color: #1055a3;
	font-size: 13px;
	font-weight: bold;
	height: 22px;
	width: 279px;
	margin-top: 4px;
}
#travel option {
	padding-left: 3px;
	font-weight: normal;
}
#travel textarea {
	color: #1055a3;
	font-size: 13px;
	font-family: Lucida Sans Unicode, Arial, sans-serif;
	background-image: url(../img/travel_form/bg_ta.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 67px;
	width: 276px;
	padding-left: 2px;
	padding-top: 3px;
	border: 0 none;
	margin-top: 4px;
}
.article #travel p {
	color: #1055a3;
	padding-top: 0px;
}
.article p.error {
	background-color: #FFFFFF;
	margin-top: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	color: #FF0000;
}
.article #travel p.error {
	background-color: #FFFFFF;
	margin-top: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #FF0000;
}
#travel div.error label {
	font-weight: bold;
	color: #FF0000;
}
#travel div.error p {
	width: 276px;
}
#travel div.error input {
	border: solid 1px #FF0000;
}
.article #travel span.star {
	color: #1055a3;
}
#travel #buttons {
	text-align: right;
	background-image: url(../img/travel_form/sep.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 14px;
}
#travel #submit_button, #travel #back_button {
	padding-left: 8px;
	padding-right: 8px;
	background-repeat: no-repeat;
	background-position: left top;
	height: 23px;
	width: 111px;
	border: 0 none;
	cursor: pointer;
}
/* ----- Box book ----- */
.box_book {
	background-image: url(../img/box_book/bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 14px;
	padding-left: 18px;
	margin-top: 20px;
	margin-left: -18px;
	margin-bottom: 10px;
}
.box_book h2 {
	height: 22px;
	padding-left: 85px;
}
.box_book p {
	line-height: 17px;
	padding-left: 98px;
	padding-bottom: 10px;
	padding-right: 10px;
	background-image: url(../img/sep.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	font-weight: normal;
}
.box_book p a img {
	position: relative;
	bottom: -3px;
}

/* ----- Box gallery ----- */
.box_gallery, .box_video {
	padding-top: 30px;
	clear: both;
	height: 78px;
	position: relative;
}
.box_gallery h2, .box_video h2 {
	height: 21px;
}
.box_gallery p, .box_video p {
	line-height: 17px;
	font-weight: bold;
	padding-left: 12px;
}
.box_gallery div a img, .box_video div a img {
	position: absolute;
	bottom: 10px;
}

/* ----- Box contact ----- */
.box_contact {
	clear: both;	
	padding-left: 29px;
	padding-top: 20px;
}
.box_contact h2 {
	height: 17px;
	font-size: 13px;
}
.box_contact div {
	width: 198px;
	padding-top: 10px;
}
.box_contact h3 {
	font-size: 11px;
	font-weight: bold;
	color: #1055a3;
}
.box_contact p {
	font-size: 11px;
	line-height: 17px;
}


ul.nav {
	padding-left: 100px;
}
ul.nav li {
	float: left;
	list-style-type: none;
	padding-left: 10px;
}

/* ----- Footer navigation ----- */
#sub_nav {
	list-style-type: none;
	position: absolute;
	top: 4px;
	left: 46px;
}
#sub_nav li {
	float: left;
	padding-right: 4px;
}
#foot_nav {
	height: 28px;
	border-bottom: solid 1px #d1d1d1;
	border-top: solid 1px #d1d1d1;
	width: 610px;
	margin-left: 43px;
	margin-top: 26px;
	margin-bottom: 43px;
	display: inline;
	float: left;
}
#foot_nav li {
	float: left;
	list-style-type: none;
	height: 21px;
	border-left: solid 1px #d1d1d1;
	margin-top: 3px;
	margin-left: 5px;
	padding-left: 8px;
}
#foot_nav li.cr {
	border-left: 0 none;
	margin-top: 0px;
	margin-left: 0px;
	padding-left: 0px;
	margin-right: 104px;
}
#foot_nav li.cr img {
	margin-top: 8px;
	margin-left: -13px;
}
#foot_nav li a {
	height: 21px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: right top;
}
#foot_nav li a:hover {
	background-position: left top;
}
img.qcon {
	float: right;
}
p.ea {
	clear: both;
	display: block;
	margin-left: 47px;
}

a {
	color: #1055a3;
	text-decoration: none;
}
a:hover {
	color: #1055a3;
	text-decoration: hover;
}
a img {
	border: 0 none;
}
* {
	margin: 0px;
	padding: 0px;
}
.clear {
	clear: both;
}
.float_left {
	float: left;
}
.float_right {
	float: right;
}
/* PRIVREMENO!!! */
.main_nav {
	margin-left: 40px;
}
.main_nav li {
	float: left;
	margin-right: 10px;
}
