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, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	font-size: 62.5%;
	background: url(images/bg.jpg) top left repeat-x;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Trebuchet MS", Trebuchet, Verdana, Arial, Helvetica, sans-serif; 
}

/*--------------------------------------------HEADER-------------------------------*/

a:hover { text-decoration: none; }

.wrap { 
	margin: 0 auto; 
	width: 900px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

#navbar { 
width:900px;
float:left;
}

#nav {
		float: right;
		overflow: hidden;
		font-size: 1.2em;
		margin-top: .5em;
		font-weight: bold;
		font-family: "Trebuchet MS", Trebuchet, Verdana, Arial, Helvetica, sans-serif; 
		text-transform: uppercase;
		cursor:pointer;
		}
	
	#nav li{
		float: left;
		cursor:pointer;
		}
	
	#nav a {
		float: left;
		position: relative;
		top: 5px; /* 1) Number of pixels to protrude up for selected tab. Should equal (3) MINUS (2) below */
		line-height: 1.8em;
		margin-right: 3px; /*Spacing between each tab*/
		padding: 0 0 0 9px;
		text-decoration: none;
		color: #ccc;
		cursor:pointer;
		}
	
		#nav a span {
			float: left;
			position: relative;
			display: block;
			cursor:pointer;
			padding: 5px 14px 8px 5px; /* 2) Padding within each tab. The 3rd value, or 3px, should equal (1) MINUS (3) */
			}
	
	#nav .selected a {
		background: url(images/nav-l.jpg) no-repeat left top;
		top: 5px;
		color: #fff;
		cursor:pointer;
		}
	
		#nav .selected a span {
			background: url(images/nav-r.jpg) no-repeat right top;
			padding-bottom: 8px; /* 3) Bottom padding of selected tab. Should equal (1) PLUS (2) above */
			top: 0;
			cursor:pointer;
			}
	
	#nav a:hover {
		top: 5px;
		color: #fff;
		background: url(images/nav-l.jpg) no-repeat left top;
		cursor:pointer;
		}
	
		#nav a:hover span {
			padding-bottom: 8px; /* 3) Bottom padding of selected tab. Should equal (1) PLUS (2) above */
			top: 0;
			background: url(images/nav-r.jpg) no-repeat right top;
			cursor:pointer;
			}

#logo { 
	float: left;
	background: url(images/logo.gif) left top no-repeat;
	width: 225px; 
	height: 168px;
	margin-top: 9px;
	overflow: hidden; 
	margin-right: 20px;
	text-indent: -30000px; 
	}
	
#logo a { 
	display: block;
	width: 225px; 
	height: 167px;
	margin-top: 50px;
	}
	
#flash {
	float: left;
	background: url(images/flash.jpg) left top no-repeat;
	margin-top: 12px;
	width: 655px; 
	height: 167px;
	overflow: hidden; 
	text-indent: -30000px; 
	}		
		
			
/*----------------------------FOOTER-------------------------------------------*/

#foot { 
	clear: both; 
	border-top: 4px solid #eee;
	background-color: #f6f6f6;
	padding: 1em 0 2em 0;
	}
	
	#foot h2 { 
		color: #09c; 
		margin: 0; 
		font-size: 1.8em; 
		font-weight: bold; 
		margin-bottom: .5em; 
		}
	
	.footSideb { float: left; width: 225px; margin-right: 15px; }
		.footSideb blockquote { 
			background: url(images/blockquote-bg.gif) left top no-repeat; 
			font-size: 1.6em; 
			font-style: italic; 
			line-height: 1.5em; 
			color: #666; 
			}
	
	.footContent { float: left; width: 655px; }
	
	.foot-info { margin: 1em 0; color: #999; }
		.foot-info a { color: #666; }
		.copyright { float: left; }
		.footnav { float: right; }
			.footnav li { display: inline; margin-left: .5em; }
			.evron { clear: both; padding: 1em 0; }
				.evron a { 
					display: block; 
					width: 75px; 
					height: 23px; 
					background: url(images/evron.gif) left top no-repeat; 
					text-indent: -30000px;
					overflow: hidden;
					}
					
/*-------------------------------------------SADRZAJ----------------------------------------------------------*/

	#sadrzaj { margin-top: 2em; }
	
#content { 
	float: left;
	width: 655px;
	margin-bottom: 2em;
	}
	
	#content h2 {
		color: #039;
		margin-bottom: .5em;
		font-size: 2em;
		font-weight: bold;
		}
		
	#content h3 {
		font-size: 1.6em;
		color: #36c;
		font-size: 1.6em;
		font-weight: bold;
		}
		
	#content p {
		font-size: 1.2em;
		line-height: 1.4em;
		margin-bottom: 1.4em;
		}
		
	#content img {
		border: 1px solid #ddd;
		background-color: #f3f3f3;
		padding: 7px;
		}
		
	#content .lista, #content .nabrajanje {
		font-size: 1.2em;
		line-height: 1.4em;
		margin-bottom: 1.4em;
		}
		
		#content .lista li,  #content .nabrajanje li {
			margin-bottom: .5em;
			margin-left: 1em;
			}

		#content .nabrajanje {
			list-style-type: decimal;
                        margin-left: 2em;
			}
			
#sidebar {
	float: left;
	width: 225px;
	margin: 50px 15px 2em 0;
	color: #999;
	line-height: 1.3em;
	}
	
	#sidebar .lang { 
		text-align: right; 
		margin-bottom: 1em;
		color: #369;
		xfont-weight: bold;
		}
		
		#sidebar .lang li {
			display: inline;
			text-transform: uppercase;
			font-size: 1em;
			}
			
	#sidebar .subnav {
		margin-bottom: 2em;
		}
		
		#sidebar .subnav li {
			margin-bottom: 1px;
			float: left;
			width: 100%;
			}

		#sidebar .subnav li h2 {
			background-color: #09f;
			color: #fff;
			font-size: 1.8em;
			margin-bottom: 1px;
			padding: .5em;
			}
			
		#sidebar .subnav li a {
			display: block;
			background: #d6eefe url(images/check.png) 10px center no-repeat;
			padding: .5em;
			padding-left: 3em;
			text-decoration: none;
			}
			
			#sidebar .subnav li a:hover {
				background-color: #fff;
				}

	#sidebar #MailPress {
		margin-bottom: 2em;
		}

		#MailPress form .MailPressFormEmail {
			margin-bottom: .5em;
			border: 1px solid #ddd;
			background-color: #f3f3f3;
			color: #999;
			width: 160px;
			height:16px;
			padding: .3em;
			float:left;
			margin-right:5px;
			}


		#MailPress form #mp_submit {
			height:26px;
			width: 40px;
			display:block;
			}

	#sidebar h2 {
		color: #09f;
		font-size: 1.8em;
		font-weight: bold;
		margin-bottom: .5em;
		}
	
	#sidebar p { margin-bottom: .5em; }
	#sidebar p.newsdate { 
		background: url(images/news-star.gif) left center no-repeat;
		padding-left: 13px;
		color: #666;
		margin-bottom: 2em; }

#feat {
	background: url(images/feat-bg.jpg) left center no-repeat;
	padding: 0 10px;
	width: 655px;
	height: 207px;

	}

#content { 
	float: left;
	width: 655px;
	margin-bottom: 2em;
	}

/* ---------------------------------------------------- KONTAKT --------------------------------------------------- */

.contact-info {
	margin-bottom: 2em;
        font-size: 1.2em;
	}
	
.contact-info li {
	float: left;
        line-height: 1.4em;
	}
	
.contact-info li.adr {
	width: 160px;
	margin-right: 10px;
	}
	
.contact-info li.phn {
	width: 150px;
	margin-right: 10px;
	}
	
.contact-info li.map {
	}

#cformsform {
	margin-bottom: 2em;
	clear:both;
	}

#cforms2form {
	margin-bottom: 2em;
	clear:both;
	}

#cformsform legend {
		font-size: 1.6em;
		color: #36c;
		font-size: 1.6em;
		font-weight: bold;
		}

#cforms2form legend {
		font-size: 1.6em;
		color: #36c;
		font-size: 1.6em;
		font-weight: bold;
		}

	#cformsform label {
		float: left; 
		width: 200px;
		font-size: 1.2em;
		font-weight: bold;
		line-height: 1.5em;
		}

	#cforms2form label {
		float: left; 
		width: 200px;
		font-size: 1.2em;
		font-weight: bold;
		line-height: 1.5em;
		}
		
	#cformsform .single {
		float: left;
		width: 440px;
		padding: .3em;
		margin-bottom: .5em;
		border: 1px solid #ddd;
		background-color: #f6f6f6;
		}

	#cforms2form .single {
		float: left;
		width: 440px;
		padding: .3em;
		margin-bottom: .5em;
		border: 1px solid #ddd;
		background-color: #f6f6f6;
		}
		
	#cformsform .forma-text-kratki {
			float: left;
			width: 350px;
			padding: .3em;
			margin-bottom: .5em;
			border: 1px solid #ddd;
			background-color: #f6f6f6;
		}

	#cforms2form .forma-text-kratki {
			float: left;
			width: 350px;
			padding: .3em;
			margin-bottom: .5em;
			border: 1px solid #ddd;
			background-color: #f6f6f6;
		}
		 
	#cformsform .area {
		font-family: Verdana, Geneva, sans-serif;
		font-size: 1.2em;
		float: left;
		width: 440px;
		height: 100px;
		padding: .3em;
		margin-bottom: .5em;
		border: 1px solid #ddd;
		background-color: #f6f6f6;
		}

	#cforms2form .area {
		font-family: Verdana, Geneva, sans-serif;
		font-size: 1.2em;
		float: left;
		width: 440px;
		height: 100px;
		padding: .3em;
		margin-bottom: .5em;
		border: 1px solid #ddd;
		background-color: #f6f6f6;
		}
		
	#cformsform .sendbutton {
		clear: both;
		margin-left: 200px;
		}

	#cforms2form .sendbutton {
		clear: both;
		margin-left: 200px;
		}


/* lightview.css
   http://www.nickstakenburg.com/projects/lightview
*/

#lightview {
	position: absolute;
	top: 50%;
	left: 50%;
	height: 150px;
	width: 150px;
	margin: -75px 0 0 -75px;
	padding: 0;
	text-align: left;
}

/* The container that holds everything */
.lv_Container {
	position: relative;
	width: 100%;
	height: 100%;
	background: none;
	padding: 0;
	margin: 0;
}

.lv_Button {
	cursor: pointer;
	text-decoration: none;
	border: none;
	background: none;
	margin: 0;
	padding: 0;
}

/* The buttons on the side when you view a gallery */
.lv_Sides {
	position: absolute;
	top: 50%;
	left: 0;
	clear: both;
	width: 100%;
	padding: 0;
	margin: 0;
}
.lv_Sides * { padding: 0; margin: 0; }
.lv_Sides li {
	list-style-type: none;
	position: relative;
}

.lv_PrevSide { float: left; }
.lv_NextSide { float: right; }
.lv_Sides .lv_Wrapper {
	width: 100%;
	height: 100%;
	cursor: pointer;
}
.lv_Sides .lv_Button {
	float: left;
	background: none;
}

/* The frames above and below the center, that hold the corners.
   It's recommended not to change anything here, a lot is done in
   javascript to build further upon this based on your settings.
*/
.lv_Frames {
	width: 100%;
	height: 100%;
	position: relative;
	padding: 0;
	margin: 0;
}
.lv_Frames li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.lv_Frame {
	width: 100%;
	display: block;
}
.lv_Frame * { padding: 0; margin: 0; }
.lv_FrameTop {
	position: absolute;
	left: 0;
	width: 100%;
	display: block;
}
.lv_FrameBottom {
	position: relative;
	float: left;
	clear: both;
}

.lv_Liquid {
	position: relative;
	float: left;
	width: 100%;
	overflow: hidden;
	clear: both;
}
.lv_Liquid .lv_Filler {
	position: absolute;
	height: 100%;
	width: 2px;
	top: 0;
	left: 50%;
}

.lv_Half {
	display: block;
	height: 100%;
	clear: both;
	line-height: 0px;
}
.lv_Half li { list-style-type: none; }
.lv_Corner {
	float: left;
	position: relative;
}
.lv_CornerTr, .lv_CornerBr { float: right; }

.lv_Fill {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
}

.lv_Half .lv_CornerWrapper {
	float: left;
	position: relative;
	width: 50%;
	height: 100%;
	overflow: hidden;
}
.lv_HalfRight .lv_CornerWrapper { float: right; }

.lv_Corner { position: relative; }
.lv_Corner canvas { position: relative; }
.lv_HalfLeft .lv_Corner { float: left; }
.lv_HalfRight .lv_Corner {
	position: relative;
	float: right;
}

/* To position content correctly in the center with correct
   rounded corner display we need a few wrappers.
   This is to get it right on all browsers.
*/
.lv_Center {
	position: relative;
	clear: both;
	height: 100%;
	overflow: hidden;
	background: none;
	padding: 0;
	margin: 0;
}
.lv_WrapUp {
	position: absolute;
	left: 0;
	height: 100%;
	width: 100%;
	overflow: hidden;
	padding: 0;
	margin: 0;
}
.lv_WrapDown {
	position: relative;
	height: 100%;
	width: 100%;
	overflow: hidden;
	padding: 0;
	margin: 0;
}
.lv_WrapCenter {
	position: relative;
	padding: 0;
	margin: 0;
}

/* The loading indicator */
.lv_Loading {
	position: absolute;
	top: 50%;
	left: 50%;
}
.lv_Loading .lv_Button {
	float: left;
	height: 100%;
	width: 100%;
}

.lv_MediaWrapper {
	position: relative;
	width: 100%;
	display: block;
	overflow: hidden;
	clear: both;
	padding: 0;
	margin: 0;
}
.lv_MediaWrapper img {
	position: relative;
	float: left;
	padding: 0;
	margin: 0;
}

/* The overlays on top of images that toggle the previous/next buttons */
.lv_PrevNext {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
}
.lv_PrevNext * { padding: 0; margin: 0; }
.lv_PrevNext .lv_Button {
	position: relative;
	height: 100%;
}
.lv_PrevButton { float: left; }
.lv_NextButton { float: right; }

/* The bar that holds title, caption, imagenumber, slideshow and closebutton */
.lv_MenuBar {
	clear: both;
	position: relative;
	width: 100%;
	font: 11px Arial, Helvetica, sans-serif;
	color: #7a7a7a;
	padding: 0;
	margin: 0;
	text-align: left;
}
.lv_MenuBar * { padding: 0; margin: 0;}


.lv_Close {
    position: relative;
	float: right;
	overflow: hidden;
	width: 100%;
	height: 100%;
}

.lv_Data {
	position: relative;
	float: left;
	padding-bottom: 3px;
	line-height: 13px;
	overflow: hidden;
}

/* simulates padding-left inside .lv_Data 
.lv_DataText div, .lv_ImgNumber div { margin-left: 3px; } */

.lv_Data li {
	list-style-type: none;
	float: left;
	margin-top: 3px;
}
.lv_DataText { width: 100%; }
.lv_DataText .lv_Title {
	font-weight: bold;
	margin-bottom: 2px;
}
.lv_DataText .lv_Caption { clear: both; }
.lv_Data .lv_ImgNumber {
	color: #a7a7a7;
	margin-right: 5px;
	margin-top: 5px;
}

.lv_Data .lv_innerPrevNext, 
.lv_Data .lv_Slideshow {
	position: relative;
	border-left: 1px solid #d7d7d7;
	padding: 0 5px;
	margin-top: 5px;
	vertical-align: middle;
}
.lv_Data .lv_Slideshow { padding-right: 0px; }

.lv_Data .lv_innerPrevNext .lv_Button, 
.lv_Data .lv_Slideshow .lv_Button { /* play and stop */
	float: left;
	background-position: center left;
	background-repeat: no-repeat;
}

/* the boxes that hold media or external content */
.lv_contentTop,
.lv_contentBottom {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	clear: both;
}

#lightview iframe {
	float: left;
	border: 0;
	clear: both;
	padding: 0;
	margin: 0;
	background: none;
}

/* The container that hold buttons above the view, currently only topclose */
.lv_topButtons {
	position: absolute;
	left: 0;
	width: 100%;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.lv_topcloseButtonImage { cursor: pointer; }


/* The error/warning/download message that will appear when
   a required plugin is not installed.
*/
#lightviewError p { padding: 0 0 10px 0; }
#lightviewError div {
	padding: 6px;
	font: 11px Arial, Helvetica, sans-serif;
}
#lightviewError .message {
	background: #fcb5b5;
	color: #dd1f1f;
	margin-bottom: 3px;
}
#lightviewError .type { font-weight: bold; }
#lightviewError .pluginspage {
	background: #b5fcbd;
	color: #21be30;
}
#lightviewError a,
#lightviewError a:hover,
#lightviewError a:visited {
	color: #21be30;
	text-decoration: none;
	background: none;
	font-weight: bold;
	border-bottom: 1px solid #7de689;
}
#lightviewError p {
	margin-left: 0;
	padding: 0;
}

#lv_overlay {
  position: absolute; /* Opera will use fixed */
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

/* navbar
   Adds a bar below the view that takes over the default Controller
*/
#lightviewController {
	position: fixed;
	bottom: 0;
	top: 0;
	left: 50%;
	margin: 0;
	padding: 0;
	color: #d2d2d2;
	font: 11px Arial, Helvetica, sans-serif;
}
* html body #lightviewController { /* IE6 */
	position: absolute;
	top: auto;
	margin-top: expression( (-1 * this.offsetHeight / 2 + (document.documentElement ? document.documentElement.scrollTop : 0) + (Lightview.controllerOffset || 0)) + 'px');	
}
#lightviewController ul {
	display: block;
	height: 100%;
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
}
.lv_controllerTop, .lv_controllerMiddle, .lv_controllerBottom {
	list-style-type: none;
	float: left;
	display: block;
	position: relative;
	clear: both;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.lv_controllerCenter  { width: auto; float: left; }
.lv_controllerCornerWrapper {
	position: absolute;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}
.lv_controllerCornerWrapperTopLeft,
.lv_controllerCornerWrapperBottomLeft { top: 0; left: -100%;}
.lv_controllerCornerWrapperTopRight,
.lv_controllerCornerWrapperBottomRight { top: 0; left: 100%;}

#lightviewController .lv_CornerWrapper {
	width: 100%;
}
#lightviewController .lv_Corner { float: left; }
#lightviewController .lv_Corner {
	float: right;
	position: relative;
}
#lightviewController .lv_CornerTr, #lightviewController .lv_CornerBr { float: left; }
.lv_controllerBetweenCorners {
	position: relative;
	height: 100%;
	overflow: hidden;
}

.lv_controllerMiddle {
	position: relative;
	height: 100%;
	float: left;
}
.lv_controllerCenter { float: left; width: auto;}
.lv_controllerCenter li {
	list-style-type: none;
	float: left;
	display: inline;
	position: relative;
	clear: none;
}
.lv_controllerSetNumber {
	float: left;
	text-align: center;
}

#lightviewController .lv_Button {
	float: left;
	position: relative;
	height: 100%;
	clear: none;
}
.lv_controllerSetNumber {
	position: relative;
	height: 100%;
	padding-right: 3px;
}
.lv_controllerPrev, 
.lv_controllerNext, 
.lv_controllerSlideshow, 
.lv_controllerClose {
	float: left;
	position: relative;
	height: 100%;
	padding-left: 3px;
}

.lv_controllerPrev { border-left: 1px solid #3c3c3c; }
#lightviewController .lv_controllerNext { padding-right: 3px; border-right: 1px solid #3c3c3c; }

* html #lightview { /* IE6 */
	position: absolute;
	margin-top: expression( (-1 * this.offsetHeight / 2 + (document.documentElement ? document.documentElement.scrollTop : 0) - (Lightview.controllerHeight || 0)) + 'px');
	margin-left: expression( -1 * this.offsetWidth / 2 + (document.documentElement ? document.documentElement.scrollLeft : 0) + 'px');
}

/* Always cover 100% of the screen in IE6 */
html #lv_overlay {
	position: absolute;
	height: expression(((window.Enumerable && window.Enumerable.max) ? [document.body.scrollHeight, document.documentElement.scrollHeight, document.body.offsetHeight, document.documentElement.clientHeight].max() : document.documentElement.scrollHeight) + 'px' );
	width: expression(((window.Enumerable && window.Enumerable.max) ? [document.body.scrollWidth, document.documentElement.scrollWidth, document.body.offsetWidth, document.documentElement.clientHeight].max() : document.documentElement.scrollWidth) + 'px' );
}
#partneri li{
	display: block;
	float:left;
	}

ul#galerija img {
	border:none;
	}
	
ul#galerija li {
	float:left;
	margin:2px;
	}