
/* CSS Document */

.thumbnail:hover{
background-color: white;

}

.thumbnail span{ /*CSS for enlarged image*/
	position: absolute;
	/*background-color: lightyellow;*/
	border-color: #70acce;
	border-width:1px;
	border-style:solid;
	visibility: hidden;
	width: 170px;
	height: 130px;
}



.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top:-22px;
left:-6px; /*position where enlarged image should offset horizontally */
z-index: 1000;
}




* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	background: #FFFFFF ;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #6E6E6E;
}

input, textarea {
	background: #FFFFFF url(images/img09.gif) repeat-x;
	border: 1px solid #FFFFFF;
	border-top-color: #A3A3A3;
	border-left-color: #D6D6D6;
	font: normal 1em/normal "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #6E6E6E;
}

h1, h2, h3 {
	margin-bottom: 1.5em;
	letter-spacing: -0.05em;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h1, h1 a {
	text-decoration: none;
	color:#146B9A;
}

h2, h2 a {
	text-decoration: none;
	color: #146B9A;
}

h1 a:hover, h2 a:hover {
	text-decoration: underline;
}

h1 {
	font-size: 38px;
}

h2 {
	font-size: 28px;
}

h3 {
	font-size: 16px;
	font-weight: normal;
	color: #939292;
}

p, ul, ol {
	margin-top: 1.5em;
	line-height: 190%;
}

ul, ol {
	margin-left: 3em;
}

blockquote {
	margin-left: 3em;
	margin-right: 3em;
}

a {
	color: #346086;
}

a:hover {
	text-decoration: none;
	
}

a img {
	border: none;
}

img.left {
	float: left;
	margin-right: 20px;
}

img.right {
	float: right;
	margin-right: 20px;
}

hr {
	display: none;
}

h4 {
	font-size: 20px;
	font-weight: normal;
	color: #49778F;
}
h5 {
	font-size: 14px;
	font-weight: normal;
	color: #49778F;
	
}


/* Logo */

#logo {
	width: 960px;
	height: 90px;
	margin: 0 auto;
}

#logo h1, #logo h2 {
	margin: 0;
}

#logo h1 {
	float: left;
	padding-top: 30px ;
	padding-left: 45px ;
}

#logo h2 {
	float: right;
	padding-top: 30px;
	font-size: 16px;
	font-weight: normal;
}

#logo h2, #logo h2 a {
	color: #939292;
}

#logo a {
	text-decoration: none;
}

#imglogo {
	width: 960px;
	margin: 0 auto;
	background: url(images/imglogo.gif) no-repeat ;
	
}


/* Menu */

#menu {
	width: 960px;
	height: 60px;
	margin: 0 auto;
	background: #FFFFFF url(images/img02.gif) no-repeat;
}

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

#menu li {
	float: left;
	padding: 0 20px 0 22px;
	background: url(images/img03.gif) no-repeat left center;
}

#menu li.first {
	background: none;
}

#menu a {
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover {
	
	color: #146B9A;
}

/* Banner */

#banner {
	width: 960px;
	margin: 0 auto;
	padding: 8px 0;
}

#laguage {
	width: 100px;
	height: 60px;
	margin: 0 auto;
	float: right;
	font-family:Georgia, "Times New Roman", Times, serif;
}
/* image */

#image{
	width: 100px;
	float:left
}


#imagetext {
	width: 245px;
	float:right
	
}

/* Page */

#page {
	width: 900px;
	margin: 0 auto;
	padding: 30px 35px 45px 25px;
	background: url(images/img05.gif) no-repeat;
}


#pagepro {
	width: 960px;
	margin: 0 auto;
	
	
}


/* Content */

#content {
	float: left;
	width: 500px;
}

.post {
}

.post .title {
	margin: 0;
	padding: 0 20px;
}

.post .entry {
	padding: 0 20px;
}

.post .meta {
	height: 47px;
	margin: 20px 0 0px 0;
	padding: 15px 0 0 20px;
	background: url(images/img07.gif) no-repeat;
	line-height: normal;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 400px;
}

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

#sidebar li {
	margin-bottom: 40px;
	padding: 0 15px 0 20px;
}

#sidebar li ul {
}

#sidebar li li {
	margin: 0;
	padding: 5px 0;
	border-bottom: 1px solid #E5E5E5;
}

#sidebar li h2 {
	margin-bottom: 15px;
	font-size: 18px;
}


/* Footer */

#footermenu {
	clear: both;
	width: 900px;
	height: 47px;
	float: leftht;
	margin:10px auto;
	padding:15px 15px;
	background: url(images/img07.gif) no-repeat;
	line-height: normal;

}

#footermenu p {
	margin: 0 auto;
	line-height: normal;
	color: #346086;
}

#footermenu .link {
	float: left;
}

#footer {
	clear: both;
	width: 870px;
	height: 50px;
	margin: 0 auto;
	padding: 35px 45px;
	background: url(images/imgfooter.gif) no-repeat;
}

#footer p {
	margin: 0;
	line-height: normal;
	color: #B4B4B4;
}

#footer a {
	color: #B4B4B4;
}

#footer .legal {
	float: left;
}

#footer .credit {
	float: right;
}




#main {
	width:850px;
	height:100%;
	position:relative;	
}
#header {
	width:850px;
	height:120px;
	background-image:url(img/-header.jpg);
	background-repeat:no-repeat;

}
#h_nav {
	width:850px;
	height:20px;
	background-image:url(img/h_menu.jpg);
	position:relative;
}


#left {
	float:left;
	width:400px;
	height:400px;
	position:relative;
	margin-top:20px;
	margin-right:10px;
	
}
#right {
	padding:100px 12px;
	float:left;
	width:226px;
	height:200px;
	background-image:url(img/poz.gif);
	margin-top:20px;
	position:relative;
}

#right p {
	color:#FFFFEB; font-family:Georgia, "Times New Roman", Times, serif; text-align:justify;text-indent:15px;
}



#mapa {
	width:250px;
	height:320px;
	float:left;
	position:relative;
	margin-top:40px;
	margin-left:80px;
}
#kontakt {
	width:300px;
	height:auto;
	float:left;
	position:relative;
	margin-top:40px;
	margin-left:10px;
	padding: 0px 20px;
}


.karta {
	width:160px;
	height:151px;
	position:relative;
	float:left;
	margin:15px 5px;
	color:#FFFFFF;
	background-color: #FFFFFF;
	
	
}
#podnaslov {
	width:620px;
	height:auto;
	float:left;
	position:relative;
	color:#49778F;
	padding:0px 20px;
}
#katalog {
	width:690px;
	height:auto;
	float:left;
	position:relative;
	margin:15px 20px;
	
}
#dezeni {
	width:660px;
	height:auto;
	float:left;
	position:relative;
}
.line {margin-top:1px;
	color:#49778F;
}


#nav {
	width:150px;
	height:500px;
	float:left;
	margin: 0px auto;
		
}
#contest {
	background: url(images/imgkarta.gif) no-repeat;
	width:780px;
	padding:20px 10px;
	margin: 0px auto ;
	float:right;
	}
#naslov {
	width:660px;
	height:100px;
	float:left;
	position:relative;
}

#slike {
	width:150px;
	height:auto;
	float:left;
	position:relative;
}
#text {
	width:440px;
	height:auto;
	float:left;
	position:relative;
	margin-left:20px;
	padding-right:50px;
}
#kontakt h3, p{color:#49778F; font-family:Georgia, "Times New Roman", Times, serif; text-align:justify;}
#text p {text-indent:15px;}
#text  p,li,ul,tr {color:#49778F; font-family:Georgia, "Times New Roman", Times, serif; text-align:justify;}
#text h3 {color:#49778F; font-family:Georgia, "Times New Roman", Times, serif; font-weight:bold;}
#podnaslov p {
	color:#49778F; font-family:Georgia, "Times New Roman", Times, serif; text-align:justify;
}
#katalog  p,li,ul,tr {color:#49778F; font-family:Verdana, Arial, Helvetica, sans-serif; text-align:justify;}
