body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #ffffff;
	margin:0px auto;
	background-image: url(../images/drva.jpg);
	background-repeat: no-repeat;
	background-position:top center;
	background-attachment: fixed;
}
a:link {color:#951010; text-decoration:none;}
a:visited {color:#951010; text-decoration:none;}
a:hover {color:#951010; text-decoration: underline;}
a:active { color:#951010; text-decoration: underline;}
/* The Nivo Slider styles */
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:8;
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
.style1 {
	font-size: 12px;
	color: #000000;
}
.pod { background-color:#FFFFFF; background-position: top center; background-repeat:repeat-x }
.logo { background-image:url(../images/Znak2.jpg); background-position:top left; background-repeat:no-repeat; width:1000px; height:400px}
.theme-default #slider {
    margin:0px auto 0 auto;
    width:950px; /* Make sure your images are the same size */
    height:350px; /* Make sure your images are the same size */
}
.theme-pascal.slider-wrapper,
.theme-orman.slider-wrapper {
    margin-top:150px;
}
.clear {
	clear:both;	
}
.button {font-size:14px; color:#666666; margin-left:0px; text-align:center}
.button a {color:#828282; font-weight:bold; height:30px; width:80px; padding:5px; }
.button a:hover{color:#ffffff; background-color:#828282}
.nas1 {font-size:16px; font-weight:bold; color:#000000; background-color:#e2e2e2; padding-left:20px; height:30px; text-align:left }
.text1 {font-size:14px; color:#000000; padding-left:30px; text-align:left }
.text2 {font-size:20px; font-weight:bold; color:#990000; padding-left:0px; text-align:left }
.text3 {font-size:14px; color:#000000; padding-left:40px; }
.button2 {font-size:12px; color:#000000; margin-left:0px; text-align:center}
.button2 a {color:#000000; }
.button2 a:hover{color:#000000; background-color:#e2e2e2}
.pod {font-weight:bold; padding:-10px}
.footer_text {padding:0px; margin-left:0px; font-size:11px;}
.style1 {
	font-family: Forte;
	font-size: 18px;
}
.prozor {-moz-opacity:0.5; -webkit-opacity:0.5;}

/* styling for the image wrapper  */
	#image_wrap {
		/* dimensions */
		width:600px;
		margin:15px 0 15px 0px;
		padding:15px 0;

		/* centered */
		text-align:center;

		/* some "skinning" */
		background-color:#efefef;
		border:2px solid #fff;
		outline:1px solid #ddd;
		-moz-ouline-radius:4px;
	}
	
	a.linkopacity img {
filter:alpha(opacity=50);
-moz-opacity: 0.5; 
opacity: 0.5;
-khtml-opacity: 0.5;}

a.linkopacity:hover img {
filter:alpha(opacity=100); 
-moz-opacity: 1.0; 
opacity: 1.0;
-khtml-opacity: 1.0; }

/* Menu */

#menu {
	float: left;
	width: 600px;
	height: 34px;
	margin-top: 0px;
}

#menu ul {
	margin: 0;
	padding: 0px 0 0 0px;
	list-style: none;
	line-height: normal;
	margin-left: 0px;
}

#menu li {
	display: inline;
	text-align: center;
}

#menu a {
	display: block;
	float: left;
	height: 26px;
	margin-right: 2px;
	padding: 10px 20px 0px 20px;
	text-decoration: none;
	text-align: center;
	text-transform:;
	font-family: ;
	font-size: 20px;
	font-weight: bold;
	color: #990000;
}

#menu a:hover, #menu .active a {
	background: ;
	color: #990000;
	text-decoration: underline;

}