* {
	/* Reset browsers default margin, padding and font sizes */
	margin: 0;
	padding: 0;
}

html {
	font-size: 100%;
	/* Always show a scrollbar for short pages - stops the jump when the scrollbar appears. non-IE browsers */
	height: 100%;
	margin-bottom: 1px;
	font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif;
	color: #000000;
}
body {
	padding: 0px;
	margin: 10px 0 0 0;
	font-family: Tahoma;
	font-size: 12px;
	color: #000000;
	text-align: center;
}


#wrap {
	width: 1000px;
	margin: auto;
	min-width: 650px;
	text-align: center;
}

h1 {
	color: #757575;
	font-family: Myriad Pro, Arial;
	font-size: 15px;
	margin: 0px;
	padding: 5px;
	/*background-image: url(images/dude1.png);
	background-repeat: no-repeat;
	padding-left: 10px;*/
}

h2 {
	font-family: Tahoma;
	font-size: 14px;
	margin: 0px;
}

h3 {
	color: #666666;
	font-family: Tahoma;
	font-size: 12px;
	margin: 0px 0px 2px 0px;
}

button {
	width: 100%;
	margin: .2em .2em .2em .2em;
	color: #444444;
	background: #e0e0e0 url(images/bg_button.gif) 0 50% repeat-x;
	background-color: #FAFAFA;
	font-size: 12px;
	border: 1px solid #cccccc;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	line-height: 1.4em;
}

button:hover {
	color: #010068;
	background: #d8d8d8 url(images/bg_button.gif) 0 50% repeat-x;
	border: 1px solid #010068;
}
button:active {
	color: #010068;
	background: #d8d8d8 url(images/bg_button.gif) 0 50% repeat-x;
	border: 1px solid #010068;
}


.clear {
	clear: both;
}

img {
	border: none;
}

input {
	border: 1px solid #cccccc;
	font-weight: bold;
	cursor: pointer;
	vertical-align: middle;
	padding: 3px;
	font-size: 1em;
}

label {
	cursor: default;
	padding-right: 5px;
	padding-left: 5px;
	color: #333333;
}

label input {
	vertical-align: middle;
}

dl {
	padding: 2px 0;
}

dt {
	float: left;	
	width: 70px;
	text-align: left;
	display: block;
}

dd {
	margin-left: 72px;
	vertical-align: top;
}

.delimeter {
	font-size: 1px;
	border-top: 1px solid #e8e8e8;
	border-bottom: 1px solid #ffffff;
	padding: 0px;
	margin: 0px;
	height: 1px;
}

/* ## HEADER ## */

#header {
	background: url(images/web/header.png) top center no-repeat;
	height: 359px;
}

* html #header {
	background: url(images/web/header_ie.png) top center no-repeat;
	height: 359px;
}
.header_gap{
	height: 159px;
}

* html .header_gap{
	height: 179px;
}

.web_bg{
	background: url(images/web/web_bg.png) top center repeat-y;
}
.header_links{
	color: #ffffff;
	font-size: 10px;
	text-align: right;
	padding: 10px;
	height: 30px;
}

.logo_master {
	background: url(images/web/logo_master.png) top no-repeat;
	height: 84px;
	width: 265px;
}
* html .logo_master{
 	background: url(images/web/logo_master_bg.png) bottom right no-repeat;
	width: 273px;
	height: 80px;
	cursor: pointer;
}

.logo_party {
	background: url(images/web/logo_party.png) bottom left no-repeat;
	width: 235px;
	height: 86px;
}
* html .logo_party{
 	background: url(images/web/logo_party_bg.png) bottom left no-repeat;
 	width: 243px;
	height: 85px;
	cursor: pointer;
}

.logo_tour {
	background: url(images/web/logo_tour.jpg) top right no-repeat;
	height: 72px;
	width: 160px;
	cursor: pointer;
}

ul.headerlist {
	display: block;
	list-style-type: none;
	margin: 0;
	color: #ffffff;
}

ul.headerlist li {
	display: inline;
	padding-left: 2px;
}
ul.headerlist a {
	color: #ffffff;
	text-decoration: underline;
}

/* ## CONTENT ## */

#content {
	padding: 10px;
}

#main {
	padding: 10px 10px 0 10px;
	text-align: left;
	background-color: #ffffff;
}

#right {
	padding-top: 10px;
	padding-right: 10px;
	background-color: #ffffff;
}

#right h1 {
	color: #ffffff;
	border-color: #ffffff;
}

#left {
	margin: 10px;
	background-color: #ffffff;
}

.leftside {
	float: left;
	margin-left: 0;
	margin-right: 5px;
	padding-left: 10px;
	text-align: left;
}

.rightside {
	float: right;
	padding-right: 10px;
	text-align: right;
}

#left h1 {
	color: #ffffff;
	border-color: #ffffff;
}


#footer {
	margin-top: 10px;
	height: 20px;
	padding: 10px;
	clear: both;
	text-align: left;
	border: 1px solid #e8e8e8;
	background-color: #f3f3f3;
	font-size: 10px;
	color: #666666;
}
/** ## main_layout ## **/
/** cel osrednji kvadrat **/
.main_middle {
	width: 620px; 
	float: left; 
	text-align: left; 
}

* html .main_middle {
	width: 630px; 
	float: left; 
	text-align: left; 
}

/** novice, aktualno, linki **/
.main_middle_top {
	width: 620px;
}

* html .main_middle_top {
	width: 630px;
}

/** linki, desno **/
.main_links {
	float: left;
	width: 140px; 
}
* html .main_links{
	float: left;
	width: 140px; 
	margin-left: 10px;
}

/** novice, aktualno **/
.main_middle_left {
	float: left; 
	width: 470px;
	padding-right: 10px;
}

* html .main_middle_left {
	float: left; 
	width: 480px;
}

/** tour, banner **/
.main_right {
	width: 170px; 
	float: right; 
	text-align: left;
	padding: 10px 0px 0px 10px; 
	margin: 0px;
}

* html .main_right {
	width: 170px; 
	float: right; 
	margin: 0px;
	padding: 10px 0px 0px 10px;
}
* html .main_right a {
	padding: 0px;
	margin: 0px;
	font-size: 1px;
}

* html .main_right img {
	padding: 0px;
	margin: 0px;
	border: none;
}
.main_middle_bottom {
	clear: both; 
	width: 620px; 
	overflow: hidden;
}

* html .main_middle_bottom {
	clear: both; 
	width: 630px; 
	padding-top: 10px;
	overflow: hidden;
}
.main_video {
	float: left; 
	width: 400px;
	overflow: hidden;
}

.main_foto {
	float: left; 
	width: 210px; 
	margin-left: 10px;
	overflow: hidden;
		
}
* html .main_foto {
	float: left; 
	width: 220px;
	overflow: hidden; 
}

/** ## none_layout ## **/
/** cel osrednji kvadrat **/
.none_middle {
	width: 820px; 
	float: left; 
	text-align: left; 
}

* html .none_middle {
	width: 820px; 
	float: left; 
	text-align: left; 
	padding-top: 10px;
}

div.corners_top {
	background-image: url("images/web/corners_left.gif");
	background-position: 0 0;
	background-repeat: no-repeat;
	font-size: 1px;
	height: 5px;
}

/* INDEX */
#index {
	text-align: left;
}

#links {
	margin-left: 10px;
}
.link_a {
	text-decoration: none;
	cursor: pointer;
}

.link_frame {
	background-color: #f28e00;
	min-height: 50px;
	width: 135px;
	margin-top: 10px;
}

.link_title {
	color: #ffe9ca;
	font-size: 14px;
	padding-bottom: 5px;
}
.link_txt {
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	padding: 5px;
	height: 100%;
}

.link_txt a{
	color: #ffffff;
	text-decoration: none;
}
.link_footer {
	background: url(images/web/link_footer.png) no-repeat bottom;
	height: 28px;
}

.main_menu {
	display: block;
	height: 20px;
	padding: 2px 5px;
	font-size: 14px;
	font-weight: bold;
	font-family:  Myriad Pro, Arial;
	color: #000000;
	text-decoration: none;
	border-top: solid 1px #ffffff;
	border-bottom: solid 1px #ffffff;
	border-right: solid 2px #ffffff;
}

.color-bg1 {
	background-color: #ffe800;
}

.color-bg2 {
	background-color: #ff5555;
}

.color-bg3 {
	background-color: #00c000;
}
#submenu_header {
	background: url("images/web/menu_header.png") left top no-repeat;
	height: 38px;
	margin-top: -21px;
}
#submenu_footer {
	background: url("images/web/menu_footer.png") right bottom no-repeat;
	height: 47px;
}

.submenu {
	padding: 1px 0;
	color: #ffffff;
	width: 172px;
	/*background-color: #f28e00;*/
	background: url("images/web/menu_bg.png") top left repeat-y;
	display: block;
}

.submenu_active {
	padding: 3px 0 0 20px;
	color: #ffffff;
	font-size: 14px;
	text-decoration: none;
	font-family:  Myriad Pro, Arial;
	display: block;
}

.submenu:hover,.submenu_active:hover {
	text-decoration: underline;
}

.submenu_button{
	background: url("images/web/menu_buttons.png") left no-repeat;
	padding-left: 15px;
	margin-left: 5px;
}

.submenu_button_half{
	background: url("images/web/menu_buttons_half.png") left no-repeat;
	
	padding-left: 15px;
	margin-left: 15px;
}
#address {
	padding: 4px;
	font-size: 12px;
	font-weight: bold;
}

.delimiter {
	border: solid 1px;
}

/** header tabs **/
#web_tabs ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#web_tabs li {
	display: inline;
	margin: 0;
	padding: 0;
	font-size: 14px;
	color: #ffffff;
	font-family:  Myriad Pro, Arial;
}

#web_tabs a {
	margin: 0 1px 0 0;
	padding: 15 0 0 5px;
	text-decoration: none;
	position: relative;
	cursor: pointer;
	color: #ffffff;
}

#web_tabs a.hover {
	text-decoration: underline;
	cursor: pointer;
	color: #ffffff;
}
/* ###################### PORTLETS ###################### */
	/* ### FRAME ### */

.static_txt {
	color: #5c5b60;
	font-size: 12px;
	clear: both; 
}

.static_title {
	color: #757575;
	font-family: Myriad Pro, Arial;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}

.static_500_frame {
	border: 1px solid #f28e00;
	background-color: #fae804;
	margin-top: 10px;
}

.static_500_title {
	background-color: #f28e00;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	padding: 10px 0 0 10px;
	height: 25px;
}

* html .static_500_title {
	background-color: #f28e00;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	padding: 10px 0 0 10px;
	height: 35px;
}

.static_200_frame {
	border: 1px solid #e8e8e8;
	background-color: #f3f3f3;	
	margin-top: 10px;
}

.static_200_title {
	
	font-size: 14px;
	clear: both;
}
.static_200_position{
	padding-left: 16px;
	padding-top: 10px; 
	width: 170px;
}
* html .static_200_position{
	padding-left: 16px;
	padding-top: 10px; 
	width: 185px;
}
.frame_tl {
	margin: 0;
	padding 0;
	background-image: url(images/tl.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

.frame_tr {
	margin: 0;
	padding 0;
	background-image: url(images/tr.gif);
	background-position: top right;
	background-repeat: no-repeat;
}

.frame_bl {
	margin: 0;
	padding 0;
	background-image: url(images/bl.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
}

.frame_br {
	margin: 0;
	padding 0;
	background-image: url(images/br.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
}

/* ### Pagination ### */
.pagination {
	margin-top: 5px;
	color : #555555;
	font-size: 12px;
	text-align: center;
	color: #555555;
}

.pagination_left {
	float: left;
}

.pagination_center {
	margin: 0 auto;
	width: 400px;
}

.pagination_right {
	float: right;
}

.pagination_current {
	padding: 0px 2px;
	color: #FF6600;
}

.pagination_item {
	padding: 0px 1px;
	cursor: pointer;
}

.pagination_item_mo {
	padding: 0px 1px;
	cursor: pointer;
}

/* ### TEKST ### */
.text {
	margin-bottom: 10px;
}

#right .text, #left .text {
	padding: 10px;
}

.text_content {
	margin-top: 5px;
}

.text_content p {
	margin: 2px;
}

/* ### NOVICE ###*/
.news {
	margin-bottom: 10px;
}
.news_a{
	color: #333333;
}
.news_a:hover{
	color: #333333;
}

.news_top3_frame h1{
	background: url(images/web/icon_news.png) no-repeat left;
	height: 17px;
	padding-left: 30px;
}

.news_top3_frame {
	border: 1px solid #e8e8e8;
	background-color: #f3f3f3;
	margin-top: 10px;
}

.news_top3_content {
	padding: 10px;
}

.news_top3_column{
	width: 143px; 
	height: 265px; 
	overflow: hidden;
	float: left;  
	display: block; 
	padding-left: 2px; 
	padding-right: 3px; 
}
* html .news_top3_column{
	width: 147px; 
	height: 262px; 
	overflow: hidden; 
	display: block; 
	float: left; 
	padding-left: 5px; 
	padding-right: 4px; 
}
.news_top3_title{
	height: 40px;
	
	padding: auto 0 auto 0;
}

#right .news, #left .news {
	padding: 10px;
}

.news_content {
	margin-top: 5px;
}

.news_paragraph {
	padding-bottom: 3px;
	text-align: justify;
}

.news_date {
	font-size: 10px;
	color: #5c5b60;
}

.news_date_detail {
	float: right;
	font-size: 14px;
	font-weight: bold;
}

.news_author {
	font-size: 10px;
	font-weight: bold;
}

.news_line {
	padding: 2px;
	margin: 2px 0;
	font-weight: bold;
}

.news_link {
	color: #f28e00;
	text-decoration: underline;
}
.news_list_link {
	color: #757575;
	text-decoration: underline;
}

.news_link_top {
	color: #f28e00;
	text-decoration: underline;
	font-size: 11px;
	font-weight: bold;
}

.news_link:hover,.news_link_top:hover {
	text-decoration: underline;
}

.news_photo {
	font-size: 10px;
	float:none;
	margin-top:0px; 
	padding-top: 2px; 
	padding-bottom: 2px;
	width: 140px; 
}

.news_attachment {
	display: block;
	height: 15px;
	padding-left:20px;
	padding-top:3px;
	background-image: url(filetypes/file.png);
	background-position: left top;
	background-repeat: no-repeat;
}

.attachment_icon_doc {
	background-image: url(filetypes/doc.png);
}

.attachment_icon_xls {
	background-image: url(filetypes/xls.png);
}

.attachment_icon_pdf {
	background-image: url(filetypes/pdf.png);
}

.attachment_icon_zip {
	background-image: url(filetypes/zip.png);
}

/* ### GALERY ### */
.galery {
	margin-bottom: 10px;
	padding-left: 6px;
}

* html .galery {
	margin-bottom: 10px;
	padding-left: 8px;
}

#right .galery, #left .galery {
	padding: 10px;
}

.galery_content {
	margin-top: 5px;
}

.galery_description {
	font-size: 12px;
	text-align: left;
	padding-bottom: 5px;
	color: #333333;
}

.galery_image_div {
	float: left;
	width: 94px;
	height: 72px;
	text-align: left;
	display: block;
	overflow: hidden;
}
.galery_big_image_div {
	float: left;
	width: 99px;
	height: 76px;
	text-align: left;
	overflow: hidden;
}

.galery_big_image_div a{
	text-decoration: none;
}

/* ### ANKETA ###*/
#poll {
	margin: 10px
	padding-left: 10px;
	font-size: 13px;
	font-family: Myriad Pro, Arial;
	font-weight: bold;
}

#right .poll, #left .poll {
	padding: 10px;
}

.poll_content {
	margin-top: 5px;
}

.poll_question {
	font-weight: bold;
	padding: 5px 0px 5px 0px;
	font-size: 14px;
	font-family: Myriad Pro, Arial;
}


.edit_caption {
	padding: 1px 3px 1px 10px;
	font-size: 14px;
}
.edit_data {
	font-size: 16px;
	font-family: Arial;
	color: #144180;
	
}
.edit_break {
	border-top: 1px #cccccc dashed;
	height: 1px;
	
}

/** ## video ##  **/
/* ### NOVICE ###*/
.video {
	margin-bottom: 10px;
}

.video_frame {
	border: 1px solid #e8e8e8;
	background-color: #f3f3f3;
	margin-top: 10px;
}


.video_frame h1{
	background: url(images/web/icon_video.png) no-repeat left;
	height: 17px;
	padding-left: 30px;
}

.foto_frame {
	border: 1px solid #e8e8e8;
	background-color: #f3f3f3;
	margin-top: 10px;
}

.foto_frame h1{
	background: url(images/web/icon_foto.png) no-repeat left;
	height: 17px;
	padding-left: 30px;
}
/** footer **/

ul.linklist {
	display: block;
	margin: 0;
}

ul.linklist li {
	display: block;
	list-style-type: none;
	float: left;
	width: auto;
	margin-right: 5px;
	font-size: 1em;
	line-height: 1.5em;
}


ul.linklist li.rightside, p.rightside {
	float: right;
	margin-right: 0;
	margin-left: 5px;
	text-align: right;
}

