@charset "utf-8";
/* CSS Document */
body {
	margin:0;
	padding:0;
	border:0;			/* This removes the border around the viewport in old versions of IE */
	width:100%;
	background:#fff;
	min-width:861px;    	/* Minimum width of layout - remove line if not required */
	/* The min-width property does not work in old versions of Internet Explorer */
	font-size:90%;
	background-image: url(../background/menu2.png);
	background-repeat: repeat-x;
	}
	body {
   text-align:center;
}
#fixed {
   margin:0 auto;
   width:90%;   /* you can use px, em or % */
   text-align:left;
}
a {
	color:#00F;
	}
	a:hover {
	color:#060;
	text-decoration:underline;
	}
	
h1 {
	font-size:1.6em;
	color:#008241;
	height:35px;
	padding:20px 0px 10px 55px;
	margin:10px 0 20px 0;
	background-image: url(../css/cekic.png);
	background-repeat: no-repeat;
	background-position: 0px 20px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
	p {
		margin:.4em 0 .8em 0;
		padding:0;
	}
	img {
		margin:0px 0 0px;
	}
	/* Header styles */
	#header {
	clear:both;
	float:left;
	width:100%;
	height: 150px;
	}
	#header img {
	margin:0;
	padding:0;
	}
	#navigacija{
	width:891px;
	height:42px;
	position:absolute;
	top: 108px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	clear: both;
}
	#header p
	{
		padding:.4em 15px 0 15px;
		margin:0;
	}
	
	/* 'widths' sub menu */
	#layoutdims {
	clear:both;
	background:#eee;
	margin:0;
	padding:6px 15px !important;
	text-align:left;
	border-bottom:1px solid #ccc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	}
	/* column container */
	.colmask {
	position:relative;	/* This fixes the IE7 overflow hidden bug */
	clear:both;
	float:left;
	width:100%;			/* width of whole page */
	overflow:hidden;
	}
	/* common column settings */
	.colright,
	.colmid,
	.colleft {
		float:left;
		width:100%;
		position:relative;
	}
	.col1,
	.col2,
	.col3 {
		float:left;
		position:relative;
		padding:0 0 1em 0;
		overflow:hidden;
	}
	/* 2 Column (right menu) settings */
	.rightmenu {
	background:#eee;
	}
	.rightmenu .colleft {
		right:25%;			/* right column width */
		background:#fff;		/* left column background colour */
	}
	.rightmenu .col1 {
	width:71%;			/* left column content width (left column width minus left and right padding) */
	left:26%;			/* (right column width) plus (left column left padding) */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.4;
	min-width:680px;
	}
	* html .minwidth {
	border-left:680px solid #800;
}
	.rightmenu .col2 {
	width:23%;			/* right column content width (right column width minus left and right padding) */
	left:30%;			/* (right column width) plus (left column left and right padding) plus (right column left padding) */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	max-width: 214px;
	}
	/* Footer styles */
	#footer {
	clear:both;
	float:left;
	width:100%;
	border-top:1px solid #ccc;
	background-color: #eee;
	}
	#footer ul.nav{
	padding:15px;
	list-style:none;
	color: #999999;
	}
#footer ul.nav li{
	font:bold 11px/13px Arial, Helvetica, sans-serif;
	float:left;
	display:block;
	}
#footer ul.nav li a{
	font:normal 11px/13px Arial, Helvetica, sans-serif;
	color:#0033CC;
	padding:0 6px;
	text-decoration:none;
	}
#footer ul.nav li a:hover{
	color:#060;
	text-decoration: underline;
	}
div.row span.left {
	float: left;
	text-align: left;
	width: 53%;
  }

div.row span.right {
	float: right;
	text-align: right;
	width: 46%;
	padding-top: 20px;
  }
#footer p {
		padding:10px;
		margin:0;
	}
div.figure {
	float: left;
	width: 250px;
	border: thin silver solid;
	margin: 0.4em 0.4em 0.3em 0em;
	padding: 0.5em;
	background-color: #eee;
}
div.figure p {
  text-align: center;
  font-style: italic;
  font-size: smaller;
  text-indent: 0;
}
img.scaled {
	width: 100%;
}
div.figure2 {
	float: right;
	width: 250px;
	border: thin silver solid;
	margin: 0.4em 0.4em 0.3em 0.3em;
	padding: 0.5em;
	background-color: #eee;
}
div.figure p {
  text-align: center;
  font-style: italic;
  font-size: smaller;
  text-indent: 0;
}
div.velika {
	width: 97%;
	border: thin silver solid;
	margin: 0.4em 0.4em 1.9em 0.1em;
	padding: 0.5em 0.5em 0.1em 0.5em;
	background-color: #DBDBDB;
	clear: both;
}
div.velika p {
	text-align: left;
	font-style: italic;
	font-size: smaller;
	text-indent: 0px;
	padding-bottom: 0px;
	margin-bottom: 3px;
}
div.foto1 {
	float: right;
	width: 500px;
	border: thin silver solid;
	margin: 0.4em 0em 0.3em 0.4em;
	padding: 0.5em;
	background-color: #eee;
}
div.foto1 p {
  text-align: center;
  font-style: italic;
  font-size: smaller;
  text-indent: 0;
}
div.foto2 {
	float: right;
	width: 400px;
	border: thin silver solid;
	margin: 0.4em 0em 0.3em 0.4em;
	padding: 0.5em;
	background-color: #eee;
}
div.foto2 p {
  text-align: center;
  font-style: italic;
  font-size: smaller;
  text-indent: 0;
}
div.foto3 {
	float: right;
	width: 250px;
	border: thin silver solid;
	margin: 0.4em 0em 0.3em 0.4em;
	padding: 0.5em;
	background-color: #eee;
}
div.foto3 p {
  text-align: center;
  font-style: italic;
  font-size: smaller;
  text-indent: 0;
}
div.foto4 {
	float: right;
	width: 300px;
	border: thin silver solid;
	margin: 0.4em 0em 0.3em 0.4em;
	padding: 0.5em;
	background-color: #eee;
}
div.foto4 p {
  text-align: center;
  font-style: italic;
  font-size: smaller;
  text-indent: 0;
}
div.foto6 {
	float: right;
	width: 550px;
	border: thin silver solid;
	margin: 0.4em 0em 0.3em 0.4em;
	padding: 0.5em;
	background-color: #eee;
}
div.foto6 p {
  text-align: center;
  font-style: italic;
  font-size: smaller;
  text-indent: 0;
}
.lista {
	padding-left:10px;
	font-style: normal;
	list-style-type: none;
	margin-left: 0px;
	margin-top: 0px;
	padding-bottom: 5px;
	line-height: 1.5em;
}
.lista ul {
	padding-left:0px;
	font-style: normal;
	margin-left: 0px;
}
.lista ul li {
	padding-left:0px;
	margin-left: 0px;
	padding-bottom: 15px;
	background-image: url(../images/6.gif);
	background-repeat: no-repeat;
	background-position: 0em 0.6em;
	padding-left: 1em;
} 
h2 {
	color:#060;
	/*font-family:Tahoma, Geneva, sans-serif;
	font-family:Georgia,Times,serif;*/
	font-family:Arial, Arial, Helvetica, sans-serif;
	margin:1.3em 0 0.5em 0;	/*font-weight:normal;
	letter-spacing:.04em;*/
	font-size: 18px;
	clear: both;
}
h3 {
	color:#060;
	/*font-family:Tahoma, Geneva, sans-serif;
	font-family:Georgia,Times,serif;*/
	font-family:Arial, Arial, Helvetica, sans-serif;
	margin:1.3em 0 0.5em 0;	/*font-weight:normal;
	letter-spacing:.04em;*/
	font-size: 16px;
	clear: both;
}
h4, h5 {
	color:#060;
	/*font-family:Tahoma, Geneva, sans-serif;
	font-family:Georgia,Times,serif;*/
	font-family:Arial, Arial, Helvetica, sans-serif;
	margin:.9em 0 0.5em 0;	/*font-weight:normal;
	letter-spacing:.04em;*/
	font-size: 14px;
}
.col11 {		float:left;
		position:relative;
		padding:0 0 1em 0;
		overflow:hidden;
}
.desnaNav {	margin-top: 15px;
	padding-left: 10px;
	list-style-type: square;
	padding-right: 3px;
}
h1 span{
	font:bold 16px/17px Arial, Helvetica, sans-serif;
	color:#0000CC;
	}
.small {
	font-size:.7em;
}

