body, html {
	height: 100%;
	width: 100%;
	margin: 0px;
}
#wrapper {
	/*
Ovo je glavni wrapper u kojem se nalaze svi ostali.
Ovdje se može mijenjati background iza cijele stranice.
*/
	width: 100%;
	/* background: #002200 url('../neka_slika.gif') repeat-x;*/
	min-height: 100%;
	position: relative;
	background-image: url(../../images/back2.gif);
	background-repeat: repeat-y;
	background-position: left top;
	background-color: #F2F2F2;
}
#header_wrapper {
	/* 
Ovdje se određuje visina headera i pozadina iz headera. 
*/
	height: 203px;
	width: 100%;
	background-color: #F9F6F1;
	/* background: #002200 url('../neka_slika.gif') repeat-x;*/
}
#content_wrapper {
	/*
Ovdje se određuje background iza glavnog sadržaja (#content)
i padding-bottom kako sadržaj (#content) ne bi išao iza footera.
Ako se mijenja visina footera (#footer wrapper), 
treba promijeniti i ovu padding-bottom vrijednost koja bi trebala
biti ista kao i visina footera, tj. #footer wrappera.
*/
	width: 100%;
	min-height: 300px;
	padding-bottom: 65px;	/* background: #002200 url('../neka_slika.gif') repeat-x;*/
}
#footer_wrapper {
	/*
Pomoću ovog wrappera određuje se visina footera i pozadina
iza footera. Ako se mijenja visina footera treba promijeniti
i vrijednost paddinga kod #content wrapperu.
*/
	/* background: #002200 url('../neka_slika.gif') repeat-x;*/
	height: 86px;
	width: 100%;
	position: absolute;
	bottom: 0px;
	background-image: url(../../images/back_footer_wrapper.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
#header {
	height: 100%;
	width: 970px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: 0px;
}
#content {
	/* 
Ovdje se nalazi glavni sadržaj stranice i kolumne.
*/
	/* background: #002200 url('../neka_slika.gif') repeat-x;*/
	width: 970px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: 0px;
}
#footer {
	/* 
Visina footera se određuje u #footer wrapperu.
*/
	height: 100%;
	width: 970px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(../../images/back_footer_hr.gif);
	/* background: #002200 url('../neka_slika.gif') repeat-x;*/
}
#column_1 {
	/*
Ovo je prva, tj lijeva kolumna u contentu. Treba paziti na
širinu.
*/
	/* background: #002200 url('../neka_slika.gif') repeat-x;*/
	float: left;
	width: 303px;
	background-color: #F8F4ED;
	background-image: url(../../images/back_right.gif);
	background-repeat: repeat-y;
	background-position: right top;
}
#r2_column_1 {
	background-image: url(../../images/back_bottom.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	padding-bottom: 30px;
}

.naslov_img {
	padding-left: 2px;
}
.img_col1 {
	padding: 1px;
	border: 1px solid #c7c4bf;
	margin-right: auto;
	margin-left: 10px;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 0px;
}
.ul_col1 {
	list-style-type: none;
	line-height: 12px;
	float: left;
	padding-left: 10px;
	width: 140px;
}
.ul_col1 a:link, .ul_col1 a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	text-decoration: none;
	color: #165698;
}
.ul_col1 a:hover {
	text-decoration: underline;
}
p {
	padding-top: 6px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 25px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #033572;
	line-height: 16px;
	text-align: justify;
}
a, a:link, a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #990000;
	text-decoration: none;
}
a:hover {
	font-size: 11px;
	color: #B90000;
	text-decoration: underline;
}
.box_manifestacije p {
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 6px;
	line-height: 15px;
}

.box_stovidjeti img {
	margin-bottom: 5px;
	padding-left: 5px;
	padding-top: 10px;
}

.box_stovidjeti ul {
	margin-left: 10px;
}

.img_stovidjeti {
	float: left;
	margin-left: 20px;
	border: 2px solid #FFFFFF;
	padding: 2px;
	margin-bottom: 30px;
}

.ul_col2 {
	margin-top: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	padding-left: 25px;
}


.box_stovidjeti {
	float: right;
	width: 270px;
	margin-bottom: 30px;
}
.box_stovidjeti p {
	padding-left: 15px;
	padding-top: 0px;
}

.ul_box_stovidjeti {
	list-style-type: none;
	line-height: 15px;
}
.box_stovidjeti li {
	background-image: url(../../images/arrow_right.gif);
	background-repeat: no-repeat;
	padding-left: 15px;
	background-position: 0px 1px;
}

.ul_box_stovidjeti a:link, .ul_box_stovidjeti a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	text-decoration: none;
	color: #165698;
}
.ul_box_stovidjeti a:hover {
	text-decoration: underline;
}
.img_foto2 {
	margin-top: 15px;
	position: absolute;
}

a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


.r1_column_1 {
	background-image: url(../../images/back_bottom.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	padding-bottom: 30px;
}


#column_2 {
	/* 
Druga kolumna u contentu.
*/
	/* background: #002200 url('../neka_slika.gif') repeat-x;*/
	float: left;
	width: 442px;
	margin-top: 50px;
}
#r2_column_1 img {
	margin-left: 5px;
	padding-right: 15px;
}
#r2_column_1 a {
	text-decoration: none;
}

#column_3 {
	/* 
Treća kolumna u contentu.
*/
	/* background: #002200 url('../neka_slika.gif') repeat-x;*/
	float: left;
	width: 225px;
	margin-top: 20px;
	position: relative;
}
.img_foto {
	position: absolute;
}

h1 {
	font-weight: normal;
	clear: both;
	font-size: 24px;
	color: #165698;
	font-family: Georgia, serif;
	padding-left: 25px;
	font-style: normal;
	letter-spacing: -1px;
}
.box_novost p {
	line-height: 15px;
	padding-top: 0px;
	text-align: left;
	padding-right: 0px;
	margin: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
}

#col2_left {
	float: left;
	width: 252px;
	margin-top: 20px;
	margin-bottom: 30px;
}
#col2_right {
	float: right;
	width: 190px;
	margin-top: 20px;
}


#column_3 img {
	margin-left: 10px;
	margin-bottom: 2px;
}

* {
/* 
Ovo je univerzalni selektor za margine i padding, jer browser
automatski postavlja određenu vrijednost margine i paddinga za
sve elemente.
*/
	margin: 0px;
	padding: 0px;
}
.clear {
	clear: both;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #165698;
	padding-top: 0px;
	padding-left: 25px;
	padding-bottom: 10px;
	font-weight: normal;
	letter-spacing: -1px;
}
#col2_left img {
	padding-left: 25px;
	padding-bottom: 5px;
}
.box_manifestacije {
	margin-bottom: 5px;
	padding-bottom: 2px;
	padding-right: 0px;
	padding-left: 0px;
	margin-right: 10px;
	padding-top: 0px;
	background-image: url(../../images/back_box_manifest.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.box_novost {
	margin-bottom: 8px;
}


#col2_right img {
	padding-left: 5px;
	padding-bottom: 5px;
}

h4 {
	background-image: url(../../images/arrow_right.gif);
	background-repeat: no-repeat;
	padding-left: 15px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #84572E;
}
h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #7D0000;
	background-image: url(../../images/arrow_right2.gif);
	background-repeat: no-repeat;
	padding-left: 15px;
	margin-left: 0px;
}
.box_novost a:link, .box_novost a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #764E29;
	text-decoration: none;
}
.box_novost a:hover {

	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #966334;
	text-decoration: underline;
}
.box_manifestacije a:link, .box_manifestacije a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
}
.box_manifestacije a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
	background-color: #990000;
}
.img_clanak {
	padding: 2px;
	border: 2px solid #FFFFFF;
	margin-top: 10px;
	margin-right: 5px;
	margin-left: 25px;
	float: left;
}
.box_info {
	float: left;
	width: 220px;
}
.box_info img {
	padding-bottom: 5px;
	padding-left: 25px;
	margin-top: 10px;
}
.box_ovukovaru {
	margin-bottom: 20px;
}
.img_fotogalerija {

	padding: 2px;
	border: 2px solid #FFFFFF;
	margin-top: 20px;
	margin-right: 0px;
	margin-left: 30px;
	float: left;
}
.img_karta {
	background-color: #FFFFFF;
	padding: 2px;
	margin-left: 26px;
	border: 1px solid #999999;
	margin-bottom: 0px;
}
.box_ovukovaru p {
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 26px;
}

.img_zip {
	padding-left: 0px;
	margin-left: 5px;
	padding-top: 0px;
	margin-top: 0px;
	position: relative;
	top: 5px;
}
#karta {
	height: 245px;
	width: 400px;
	list-style-type: none;
}

form {
	margin-right: 20px;
	margin-left: 26px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-top: 10px;
	margin-bottom: 20px;
}
form fieldset {
	border: 1px solid #7F9DB9;
	padding: 10px;
}
form legend {
	font-weight: normal;
	font-size: 12px;
	color: #165698;
	padding: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
form label {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	color: #B90000;
	display: block;
	float: left;
	margin-bottom: 10px;
	width: 140px;
	padding-left: 10px;
}
form p {
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}

form div {
	padding: 0px;
	margin-bottom: 5px;
	float: left;
}
.buttonarea input {
	background-color: #ADC2DA;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
	padding-top: 2px;
	padding-right: 6px;
	padding-bottom: 2px;
	padding-left: 6px;
}
.buttonarea {
	text-align: center;
	padding: 2px;
	margin-top: 5px;
	width: 360px;
}

#column_2 ul, #column_2 ol {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #033572;
	line-height: 16px;
	text-align: justify;
	list-style-position:outside;
	margin-left:45px;
}