/************************
Obina Jezersko
	jezersko.css
   by GregoR
************************/

/*************** DEFAULT ***************/

html {
	margin: 0; 
	padding: 0;
	}

body {
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #000000;
	background-color: #F5F5F5;
	text-align: center;
	}

p  { 
	font-size: 11px;
	line-height: 15px;
	margin: 0px 0px 7px 0px;
	padding: 0px 0px 0px 0px;
	vertical-align: top;
	}
	
	
form {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}

input {
	font-size: 11px;
	text-decoration : none;
	border: 1px solid #87BA33;
	padding-left: 3px;
	}

hr	{
	display: none;
	}
	
img {
	 border: 0;
	 }
	 
a, a:visited {
	text-decoration: underline;
	color: #000;
}

a:hover, a:active {
	text-decoration: none;
	color: #000;
}

ul {
	padding: 0px 0px 5px 17px;
	margin: 0px 0px 4px 0px;
}

ol {
	margin-left: 25px;
	margin-top: 8px;
	margin-bottom: 8px;
}

li {
	margin: 2px 0px 1px 0px;
	padding: 0px;
	list-style-image: url(pic-dsg/bullet.gif);
}

h1, h2, h3 {
	color: #E70C08;
	/*color: #FFCC33;*/	
	font-size: 16px;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	margin: 0px 0px 7px 0px;
	padding: 5px 0px 0px 0px;
}

h3 {
	font-size: 12px;
	padding: 0;
	margin: 6px 0px 3px 0px;
}

h5 {
	font-size: 12px;
	padding: 0 0 2px 0;
	margin: 0;
	color: #ff0033;
	font-weight: bold;
	border-bottom: 1px dashed #ff0033;
}

/*************** LAYOUT ***************/

#container {
	min-width: 883px;
	min-height: 600px;
	width: 883px;
	text-align: left;
	margin: auto;
	z-index: 2;
	}

#float-wrapper {
	float: left; 
	width: 695px;
	} /*** Must enclose two of the three cols. Must include center col. ***/
	
#middle {
	float: right; 
	width: 515px;
	background: #FFFFFF url("pic-dsg/bg-frame.gif") left top repeat-y;
	}
	
#left {
	margin-right: 515px;
	margin-top: 39px;
	width: 177px;
	}
	
#right {
	margin-left: 703px;
	vertical-align: top;
	width: 177px;
	}
	
/*************** LAYOUT - STYLES ***************/
	
.space {
	/*width: 1px;
	height: 39px;*/
	height: 100px;
	width: 170px;
	padding: 60px 0 0 0;
	}
	
.obr {
	background: transparent url("pic-dsg/bg-obr-top.gif") top left no-repeat;
	height: 35px;
	padding: 0px;
	}
	
.obrContent {
	background: transparent url("pic-dsg/bg-obr.gif") bottom left no-repeat;
	padding: 0px 22px 25px 15px;
	margin: 0px;
	}	
	
#nav {
	color: #0A55A3;
	padding: 0px;
	font-size: 11px;
	font-family: arial;
	text-align: center;
	}
	
#nav h1 {
	margin: 0px;
	text-indent: -9999px;
	}
	
#nav h1 a, #nav h1 a:visited	{
	background: transparent url("pic-dsg/grb.gif") center top no-repeat;
	width: 129px;
	height: 119px;
	display: block;
	text-decoration:none;
	padding: 0px 0px 10px 0px;
	margin: 0px;
	}
	
#nav h1 a:hover	{
	text-decoration:none;
	}
	
#nav a {
	color: #0A55A3;
	font-weight: bold;
	text-decoration:none;
	}

#nav a:hover{
	text-decoration:underline;
	}
	
#middle #head {
	background: transparent url("pic-dsg/head.jpg") left top no-repeat;
	margin: 0px;
	padding: 50px 0px 0px 10px;
	height: 145px;
	}
	
#middle #headNot {
	background: transparent url(pic-dsg/head-not.jpg) left top no-repeat;
	margin: 0px;
	padding: 0px;
	height: 150px;
	}
	
ul#mainNav {
	background: transparent url("pic-dsg/bg-main-nav.gif") left top no-repeat;
	height: 32px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 20px;
	}
	
ul#mainNav li {
	list-style: none;
	float:left;
	width: 120px;
	height: 32px;
	margin: 0px 15px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
	
ul#mainNav li a {
	color: #FFFFFF;
	padding: 8px 0px 7px 0px;
	display: block;
	font-size:11px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	}
	
ul#mainNav li a:hover {
	color: #000000;
	background: transparent url("pic-dsg/bg-main-nav2.gif") left top no-repeat;
	}
	
ul#mainNav li .tabOn, .tabOn:active, .tabOn:hover, .tabOn:visited {
	color: #000000;
	background: transparent url("pic-dsg/bg-main-nav2.gif") left top no-repeat;
	}

#middleContent {
	padding: 10px 20px 0px 25px;
	margin: 0px;
	background: transparent url("pic-dsg/bg-frame-bottom.gif") left bottom no-repeat;
	z-index: 3;
	/*border-top: 5px #A0D23A solid;*/
	}

#leftContent {
	}

.rightContent {
	}
	
.rightContent h1, .rightContent h2, .rightContent h3, .rightContent h4 {
	width: 140px;
	height: 20px;
	display: block;
	text-indent: -9999px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}	
	
.rightContent h1 {
	background: transparent url("pic-dsg/d-uradne_ure.gif") top left no-repeat;
	}
	
.rightContent h2 {
	background: transparent url("pic-dsg/d-informacije.gif") top left no-repeat;
	}
	
.rightContent h3 {
	background: transparent url("pic-dsg/d-e_obrazci.gif") top left no-repeat;
	}
	
.rightContent h4 {
	background: transparent url("pic-dsg/d-dokumenti.gif") top left no-repeat;
	}

.rightContent p {
	font-size: 10px;
	line-height: 14px;
	}
	
.rightContent a, .rightContent a:visited {
	text-decoration: none;
	display: block;
	padding: 2px 4px 2px 4px ;
	}
	
.rightContent a:hover {
	background: #FFF2F5;
	}
	
.rightContent .info, .info:visited {
	color: #999999;
	text-decoration: none;
	font-size: 9px;
	padding: 2px 0px 2px 0px ;
	margin: 0px 0px 0px 0px ;
	display: block;
	}
	
.rightContent .info:hover {
	text-decoration: underline;
	background: #FFFFFF;
	}
	
#end { 
	float: right;
	/*clear: both;*/
	width: 880px;
	margin: -145px 0px 0px 0px;
	background-color: Green;
	z-index: 1;
	}
	
#endN { 
	float: right;
	background: transparent url("pic-dsg/info.gif") top left no-repeat;
	width: 177px;
	height: 125px;
	padding: 30px 0px 0px 0px;
	}
	
#endN .info, #endN .info:visited {
	color: #999999;
	text-decoration: none;
	font-size: 9px;
	padding: 0px ;
	margin: 0px 0px 0px 15px;
	display: block;
	height: 17px;
	}
	
#endN .info:hover {
	text-decoration: underline;
	}
	
#footer { 
	color: #999999;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 25px 0px;
	text-align: center;
	font-size: 10px;
	clear: both;
	/*background: transparent url(pic/bg-footer.gif) center top no-repeat;*/
	}
	
#footer a {
	text-decoration: underline;
	color: #999999;
	}
	
#footer a:hover { 
	text-decoration: none;
	color: #999999;
	}
	
.newsDate {
	color: #FFCC33;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	font-size: 10px;
	margin: 0px 5px 0px 0px;
	padding: 0px 5px 0px 0px;
	border-right: 1px solid #FFCC33;
	}
	
#news p  { 
	font-size: 11px;
	line-height: 15px;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	}
	
#news p  a	{
	text-decoration:underline;
	}
	
#news  p a:hover	{
	text-decoration:none;
	}
	
#news  a	{
	text-decoration:none;
	}
	
#news  a:hover	{
	text-decoration:underline;
	}

/*************** OSTALO ***************/

.imgRight {
	padding: 0px 0px 5px 10px;
	float: right;
}

.imgLeft {
	padding: 0px 10px 5px 0px;
	float: left;
} 

.fieldSearch {
	font-size: 11px;
	text-decoration: none;
	background-color: #CFE99A;
	color: #336600;
	border-bottom: 1px solid #87BA33;
	border-right: 1px solid #87BA33;
	border-top: 1px solid #467000;
	border-left: 1px solid #467000;
	width: 70px;
	height: 15px;
	padding: 3px 2px 2px 4px;
	}

.buttonSearch {
	height: 25px;
	text-decoration : none;
	border: 1px solid #87BA33;
	padding-left: 3px;
	}
	
.textRdec {
	color: #E70C08;
}

/***** Content - tables *****/

#middleContent .tblContent {
	margin: 10px 0px 5px 0px;
}

#middleContent .tblContent td {
	padding: 3px 5px 3px 5px;
	/*background-color: #FEF3F2;*/
	border-bottom: 1px solid #E70C08;
}

#middleContent .cellHeader {
	color: #E70C08;
	font-size: 11px;
	padding: 8px 2px 4px 2px;
	border-bottom: 2px solid #E70C08 !important;
}

.smallTxt {
	font-size: 10px;
	line-height: 13px;
}

.imageGalerija {
	margin: 5px 0px 5px 0px;
}

.imageGalerijaMala {
	margin: 0px 10px 10px 0px;
}

.imgRight {
	padding: 0px 0px 5px 10px;
	float: right;
	}
	
.imgRight img {
	border: 1px #b4b4b4 solid;
	padding: 1px;
	}

.imgLeft {
	padding: 0px 10px 5px 0px;
	float: left;
	}
	
.imgLeft img {
	border: 1px #b4b4b4 solid;
	padding: 1px;
	}
	
.imgCenter {
	padding: 0px 0px 5px 0px;
	float: center;
	}
	
.imgCenter img {
	border: 1px #b4b4b4 solid;
	padding: 1px;
	}
	