/*
Credit: http://www.templatemo.com
*/

body {
	margin: 0px;
	padding: 0px;
	color: #333;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	line-height: 1.5em; 
	font-weight: bold;
	background-color: #cccccc;
	background-image: url(images/body.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

b {
	color: #d20000;
}

a, a:link, a:visited { color: #06C; text-decoration: none; }
a:hover { color: #C00; text-decoration: underline; }

p { margin: 0 0 10px 0; padding: 0; }
img { border: none; }

h1, h2, h3, h4, h5, h6 { color: #000; }
h1 { font-size: 40px; font-weight: normal; margin: 0 0 30px 0; padding: 5px 0; }
h2 { font-size: 28px; font-weight: normal; margin: 0 0 30px 0; color: #d20000; font-weight: normal; }
h3 { font-size: 20px; margin: 0 0 15px 0; padding: 0; padding: 0; font-weight: normal;  }
h4 { font-size: 18px; margin: 0 0 15px 0; padding: 0; }
h5 { font-size: 16px; margin: 0 0 10px 0; padding: 0; }
h6 { font-size: 14px; margin: 0 0 5px 0; padding: 0; }



.cleaner { clear: both; width: 100%; height: 0px; font-size: 0px;  }

.float_l { float: left; }
.float_r { float: right; }

.image_wrapper { display: inline-block; border: 1px solid #ccc; background: #fff; padding: 4px; margin-bottom: 10px; }
.image_fl { float: left; margin: 3px 15px 0 0; }
.image_fr { float: right; margin: 3px 0 0 15px; }

blockquote { font-style: italic; margin: 0 0 0 10px;}
cite { font-weight: bold; color:#333; }
cite span { color: #666; }
em { color: #000; }

#wrapper {
	width: 940px;
	padding: 0px;
	margin: 0px auto;
	border: 0px solid #000;
}

form input{ width: 380px; padding: 5px 0; background: #fff; border: 1px solid #dfdfdf; }
form textarea { width: 540px;  height: 100px;	background: #fff; 	border: 1px solid #dfdfdf; }

/* gallery */
.slika  {
	border: 1px solid #ccc;
	padding: 5px; margin: 3px; background-color: #FFF;
} 

.galerija  {
	border: 1px solid #ccc;
	padding: 5px; margin: 3px; background-color: #FFF;
} 	
/* end of gallery */


.last_col {
	margin-right: 0;
}

/* footer */
#footer {
	width: 940px;
	font-size: 11px;
	text-align: center;
	color: #777;
	background: url(images/footer.jpg) top no-repeat;
	padding: 30px 0 10px 0;
}

#footer a { color: #444; }
/* end of footer */


#slider {
    width: 940px;
    margin: 0 auto;
    position: relative;
}

#header {
	width: 960px;
	height: 200px;
	background: url(images/header_2014.jpg) no-repeat;	
}

.scroll {
    height: 480px;
    width: 940px;
    overflow: auto;
   /* overflow-x: hidden; */
    position: relative;
    clear: left;
    background: url(images/content.jpg) repeat-y;
}

.scrollContainer div.panel {
    padding: 20px 50px;
    height: 440px;
    width: 840px;
}

.panel ul {margin-top: -5px;}

ul.navigation {
	border: 0px solid #000;
	float: left;
	width: 350px;
	height: 40px;
    list-style: none;
    margin: 122px 0 0 500px !important;
	#margin: 122px 0 0 250px;
	
    padding: 0;
}

ul.navigation li {
    display: inline;
    margin-right: 10px;
}

ul.navigation a {
	float: left;
	display: block;
	width: 104px;
	height: 30px;
	padding-top: 9px;
	color: #FB4;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
    text-decoration: none;
}

ul.navigation a:visited {
color: #FB4;
}

ul.navigation a:hover, ul.navigation a.selected {
	color: #fff;
	background: url(images/menu_hover.jpg) no-repeat;
}

ul.navigation a:focus {
    outline: none;
}

.scrollButtons {
    position: absolute;
    top: 300px;
    cursor: pointer;
}

.scrollButtons.left {
    left: -50px;
}

.scrollButtons.right {
    right: -50px;
}

.hide {
    display: none;
}

.cms {
	position: fixed; bottom: 0px; right: 0px;
}
