/*=================================*/
/* Nivo Slider Demo
/* November 2010
/* By: Gilbert Pellegrom
/* http://dev7studios.com
/*=================================*/

/*====================*/
/*=== Reset Styles ===*/
/*====================*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-weight:inherit;
	font-style:inherit;
	font-size: 12px;
	font-family:inherit;
	vertical-align:top;
}

body {

	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	background-color:#619A25;
	background-image:url(bg.jpg);
	background-attachment:fixed;
	background-position: center 0px;
}

h2 {
 
    float: left;
	
	font-family: "Times New Roman", Times, serif;

	font-size: 14px;

	color: #ffffff;

	font-weight: bold;

}

h3 {
 
    float: left;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 11px;

	color: #ffffff;

	font-weight: bold;

}

h4 {
 
    float: left;

	font-size: 14px;

	color: #8a8a8a;

	font-weight: bold;

}

h5 {
 
    float: left;

	font-size: 16px;

	color: #8f8f8f;

	font-weight: bold;

}

caption, th, td {
	text-align:left;
	font-weight:normal;

}

blockquote:before, blockquote:after,
q:before, q:after {
	content:"";
}
blockquote, q {
	quotes:"" "";
}
/* HTML5 tags */
header, section, footer,
aside, nav, article, figure {
	display: block;
}



/*===================*/
/*=== Main Styles ===*/
/*===================*/

a, a:link {
	color: #E9D5A6;
	text-decoration:none;
	font-weight: bold;
}
a, a:visited {
	color: #E9D5A6;
	text-decoration:none;
	font-weight: bold;
}
a:hover, a:active {
	color: #E9D5A6;
	text-decoration: underline;
	font-weight: bold;
}

a.objektlink:link {

	color: #000000;
	text-decoration: underline;
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a.objektlink:visited {

	color: #000000;
	text-decoration: none;
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a.objektlink:hover {

	color: #724408;
	text-decoration: underline;
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}


a.kontakt:link {
	color: #A90000;
	text-decoration: underline;
	width: 100%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 24px;
	font-weight: normal;
}
a.kontakt:visited {
	color: #A90000;
	text-decoration: none;
	width: 100%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 24px;
	font-weight: normal;
}
a.kontakt:hover {
	color: #A90000;
	text-decoration: none;
	width: 100%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
}



.textobjekti {
	font-size: 16px;
	color: #ffffff;
	font-family: "Times New Roman", Times, serif;
}

.placanje {
	font-family: Arial, Helvetica, sans-serif;

	font-size: 14px;

	font-style: italic;

	line-height: 20px;

	color: #ffffff;
}

.theme-default #slider {
    margin:auto;
    width:900px; /* Make sure your images are the same size */
    height:361px; /* Make sure your images are the same size */
}
.theme-pascal.slider-wrapper,
.theme-orman.slider-wrapper {
    padding-top:27px;
}

/*====================*/
/*=== Other Styles ===*/
/*====================*/
.clear {
	clear:both;
}



/** Navigation **/

#navigation {
	background: url(bg-content-strips.png) repeat-x;
	height: 35px;
	width: 100%;
	position: relative;
	top: -3px;
	left: 0px;
}

#navigation div {
	background-position: 0 0;
	height: 35px;
	width: 780px;
	left: 0px;
	margin: 0 auto;
}
#navigation ul {
	float: left;
	list-style: none;
	margin: 0;
	padding-top: -50px;
}
#navigation ul li {
	float: left;
	font-size: 14pt;
	margin-left: 10px;
	text-align: center;
	padding-top: -30px;

}
#navigation ul li:first-child {
	margin: 0px;
	padding-left: 20px;
	padding-right: 20px;


}
#navigation ul li a {
	color: #A90000;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: 31px;
	line-height: 31px;
	margin: 2px 0;
	padding-left: 5px;
	outline: 0;
	text-decoration: none;
}
#navigation ul li a span {
	display: block;
	height: 50px;
	padding: 0 10px 0 5px;
}
#navigation ul li a:hover, #navigation ul li.active a,
#navigation ul li a:hover span, #navigation ul li.active a span {
	background: url(bg-menu-selected.png) no-repeat;
}
#navigation ul li a:hover, #navigation ul li.active a {
	background-position: 0 0;
}
#navigation ul li a:hover span, #navigation ul li.active a span {
	background-position: right -43px;
}
