@charset "UTF-8";
/* CSS Document */


body { 
	background: #dedede url(../images/bg.png) top center repeat-x;
	margin: 0 auto;
	padding: 0;
	width: 980px;
	font-size:11px;
	line-height:15px;
	color:#454545;
	font-family:tahoma, arial, verdana, courier;
}

hr { display: none;  height: 0;  padding: 0;  margin: 0; }
.clear { clear: both; height: 0; width: 0; line-height: 0; font-size: 0; }
img { border: none; }

.tac{text-align:center;}
.tar{text-align:right;}
.in5{padding-top:5px;}
.in10{padding-top:10px;}
.in15{padding-top:15px;}
.in20{padding-top:20px;}
.in25{padding-top:25px;}

.pl5{padding-left:5px;}
.pr5{padding-right:5px;}
.pr20{padding-right:20px;}



/**/

h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
	font-family:tahoma, arial, verdana, courier;
	font-weight: bold;
	/*color: #993300;*/
	color: #000000;
}

h1 {
	font-size: 17px;
	line-height: 30px;
	padding: 10px 0 10px 0;
	margin: 0 0 15px 0;
	/*background: url(../images/h1.gif) right 5px no-repeat;*/
	border-bottom: 1px solid #cacaca;
}

h2 {
	font-size: 15px;
	padding: 10px 0 10px 0;
	margin: 0 0 10px 0;
	/*background: url(../images/h1.gif) right 4px no-repeat;*/
	border-bottom: 1px solid #cacaca;
}

h3 {
	font-size: 13px;
	padding: 5px 0 5px 0;
	margin: 0 0 5px 0;
	/*background: url(../images/h1.gif) right 2px no-repeat;*/
	border-bottom: 1px solid #cacaca;
}

h4 {
	font-size: 11px;
	padding: 5px 0 5px 0;
	margin: 0 0 5px 0;
	/*background: url(../images/h1.gif) right 0 no-repeat;*/
	border-bottom: 1px solid #cacaca;
}

p, ul, ol {
	margin-top: 0;
	line-height: 180%;
}

a {
	color: #000000;
	text-decoration: none;
}

/**/

#top {
	text-align: right;
	width: 940px;
	height: 21px;
	padding: 11px 20px 0 20px;
	background: #fff url(../images/content_bg.png) top center repeat-y;
}
#top {
	font-size:10px;
	color:#707070;
	font-family:tahoma, arial, verdana, courier;
}
#top span {
	font-size:10px;
	color:#9d6c33;
}
#top a {
	color:#707070;
	text-decoration:none;
}
#top a:hover {
	text-decoration:underline;
}

#banner {
	width: 980px;
	height: 150px;
	background-color:#EEDCAC;
}

#banner #logo {
	float: left;
	width: 230px;
	height: 150px;
}


#banner #flash {
	float: right;
	width: 750px;
	height: 144px;
	overflow: hidden;
}

.box {
	padding: 9px;
	margin: 0 0 15px 0;
	border: 1px solid #9e613c;
	background: #ffefc6 url(../images/grad.png) top right no-repeat;
}

.box p {
	padding: 0;
	margin: 0;
}

.box h3 {
	font-size: 13px;
	padding: 5px 0 5px 0;
	margin: 0 0 10px 0;
	/*background: url(../images/h1.gif) right 2px no-repeat;*/
	border-bottom: 1px solid #fff;
}

.box span {
	display: block;
	font: italic 10px Verdana, Arial, Helvetica, sans-serif;
	color: #9d6c33;
	padding: 0 0 5px 0;
}

.box a.vec, .col2 a.vec {
	display: block;
	float: right;
	font: italic 10px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	padding: 0 5px;
	background: url(../images/q2.gif) 0 5px no-repeat;
}
.box a.vec:hover, .col2 a.vec:hover {
	text-decoration: none;
}

#menudiv {
	padding: 0 0 20px 0;
	margin: 0;
}

ul#menu {
	padding: 0;
	margin: 0;
	list-style: none;
}

ul#menu li {
	padding: 0;
	margin: 0;
	list-style: none;
	background: #feb700;
}

ul#menu li a {
	display: block;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
	padding: 4px 10px;
	border-bottom: 1px solid #ffffff;
	/*background: #f6d5b2;*/
	background: #feb700;
}
ul#menu li a:hover {
	color: #ffffff;
	background: #9e613c;
}

ul#menu ul {
	padding: 0 0 0 20px;
	margin: 0;
	list-style: none;
	background: #f6d5b2;
}

ul#menu ul li a {
	display: block;
	font-size: 11px;
	color: #323232;
	text-decoration: none;
	font-weight: normal;
	font-style:italic;
	padding: 2px 10px;
	border-bottom: 1px solid #ffffff;
	background: #f6d5b2;
}
ul#menu ul li a:hover {
	color: #ffffff;
	background: #d7931e;
}

#footer {
	width: 940px;
	height: 10px;
	background: #ffefc6;
	padding: 10px 20px 15px 20px;
	font-size:9px;
	color:#606060;
	font-family:tahoma, arial, verdana, courier;
	text-align: right;
}
#footer b {
	color:#9d6c33;
	font-size:10px;
}
#footer b a {
	color:#9d6c33;
	text-decoration:underline;
}
#footer b a:hover {
	text-decoration:none;
}

#content {
	width: 980px;
	background: #eedcac url(../images/content_bg.png) top center repeat-y;
}

#wrap1, #wrap2, #wrap3 {
	width: 980px;
	padding: 10px 0;
}

	#wrap1 .col1 {
		float: left;
		width: 210px;	
		padding: 0 10px
	}
	
	#wrap1 .col2 {
		float: left;
		width: 730px;
		padding: 0 10px;
	}
	
	#wrap1 .gal {
		float: left;
		width: 500px;
		padding: 0 10px;
	}
	
	#wrap1 .col3 {
		float: right;
		width: 210px;	
		padding: 0 10px
	}

#content ul {
	margin:0;
	padding:0;
	list-style:none;
}
#content li {
	background:url(../images/q3.gif) center left no-repeat; 
	margin:0 0 0 0px; 
	padding:0 0 0 15px;
	line-height:20px;
}
#content li a {
	color:#000000;
	text-decoration:underline;
}
#content li a:hover {
	text-decoration:none;
}

.item {
	clear: both;
	padding: 10px 20px;
	background: #f7f1e1;
	border-top: 2px solid #9e613c;
}


.form_l {
	float: left;
	width: 240px;
}
.form_r {
	float: right;
	width: 240px;
}

.form {
	width: 220px;
	font-size:11px;
	border:#9C9C9C 1px solid;
	color:#454545;
	padding: 2px 3px;
}

.col2 a.button {
	background: url(../images/q2.gif) 0 6px no-repeat;
	padding: 0 15px 0 8px;
	display: block;
	float: right;
}

label.error {
	text-align: left;
	color: red;
	font-size: 10px;
}


.form_l span, .form_r span {
	display: block;
	padding: 0 0 5px 0;
}

.img_content_main {
	float: right;
	width: 180px;
	padding: 0 0 20px 20px;
}

.foto {
	float: left;
	text-align: left;
	font: 12px/17px Arial, Helvetica, sans-serif;
	color: #626262;
	width: 122px;
	height: 160px;
	margin: 0 3px 8px 0;
	overflow: hidden;
}

.foto .img_main {
	background: #FFFFFF;
	padding: 5px;
	margin: 0 0 10px 0;
	border: 1px solid #d3d3d3;
}



/* fotogalerija */
.galerija {
	float: left;
	width: 500px;
}

.galerija_siroko {
	float: left;
	width: 250px;
	padding-right: 20px;
	padding-bottom: 10px; 
}

.main_picture {
	width: 500px;
	height: 333px;
	margin-bottom: 10px;
	display: none;
	overflow: hidden;
}

div#gallery1 {
	display:block;
}

.main_picture img {
	background: #ffffff;
	padding: 1px;
}



.select_picture {
	width: 490px;
	border: 1px solid #f6d5b2;
	padding: 8px 5px 0 3px;
}

	.select_picture ul#gallery_nav {
		width: 500px;
	}
	
	.select_picture ul#gallery_nav li {
		list-style: none;
		float: left;
		padding: 0 6px 6px 0;
		cursor: pointer;
		background: none;
	}
	
	.select_picture ul#gallery_nav li.last {
		padding-right: 0 0px 6px 0;	
	}
	
	.select_picture ul#gallery_nav li.active { cursor: default; }

.select_picture img {
	background: #ffffff;
	padding: 1px;
}
