﻿/**
* site properties
*/

html, body {
	padding:0;
	margin:0;
	text-align: center;

	font-family: arial, helvetica, sans-serif;
	font-size: 10px;
	color: #666;
}

input{
	font-size : 10px;
}

form {
	margin:0;
	padding:0;
}

a {
	color: black;
	text-decoration: underline;
}

img {
	border: none;
}

.title{
	font-weight: bold;
	font-size: 1.1em;
	text-transform: uppercase;
	color: black;
} 

dt {
	font-weight: bold;
	font-size: 1.1em;
	text-transform: uppercase;
	color: black;
	margin-bottom: 20px;
}


dd {
	margin:0 0 10px 0;
	padding:0;
}

#wrapper {
	position: relative;
	margin: 0 auto;
	width: 740px;
	text-align: left;
}

#head {
	position:relative;
	margin-top: 25px;
	margin-bottom: 3px;
	height: 75px;
	background: transparent url(images/logo.gif) center top no-repeat;
}

	#head h1 {
		position: relative;
		top: -300px;
	}

/**
* site navigation
*/	

#menu {
	position: relative;
	background: transparent url(images/menu_bg.gif) left top repeat-x;
	margin-bottom: 4px;
	height: 34px;
	
}

	#menu ul, #menu li {
		position: relative;
		margin:0;
		padding:0;
	}
	
	#menu ul {
		list-style: none;
		height: 15px;
	}
	
	#menu ul li {
		float: left;
	}
	
	#menu ul li a {
		display: block;
		padding: 1px 20px;
		color: #fff;
		text-transform: uppercase;
		text-decoration: none;
	}
	
	#menu ul li a:hover {
		background-color: #7d7d7d;
	}
	
	#menu ul li:hover,  #menu ul li.over, #menu ul li.selected{
		background-color: #7d7d7d;
	}
	
	#menu ul li:hover ul.second, #menu ul li.over ul.second {
		display: block;
	}

	/**
	* sub menu
	*/	
	
		#menu ul.second {
			display: none;
		}
		
		#menu ul.second {
			padding-top: 4px;
			position: absolute;
		}
		
		#menu ul.second li {
			float: none;
			display: block;
			width: 200px;
			height: 15px;
		}
		
		#menu ul.second li a {
			display: block;
			margin:0;
			height: 15px;
			padding-right: 7px;
			padding-left: 7px;
			background-color: #7d7d7d;
		}
		
		#menu ul.second li a:hover {
			padding-top: 2px;
			padding-bottom: 0px;
			background-color: #8d8d8d;
		}




/**
* body section
*/	


#body {
	background-color: #eaeaea;
	padding: 20px;
	margin-bottom: 4px;
}

	#body h2 {
		color: #4d4d4d;
		font-size: 1.8em;
		text-transform: uppercase;
	}

	#body h3 {
		clear: left;
		font-size: 1.2em;
		color: #999;
		font-weight: bold;
		text-transform: uppercase;
	}
	
	#body h3 span{
		color: black;
		padding: 0 5px;
	}
	
	#body p {
		margin-bottom: 40px;
	}

	
#poll {
	float: right;
	width: 200px;
	margin: 0 0 20px 20px;
}


.button {
	border: 1px solid #666;
	background-color: #999;
	font-size: 10px;
	padding: 0px 6px;
}
	
.galleryimage{
	border: 1px solid #666;
}

.slika {
	float: left;
	margin: 0 10px 40px 0;
}

/**
* site footer
*/	


#footer {
	margin-bottom: 20px;
	height: 15px;
	background: transparent url(images/polbela.gif);
}

	#footer span { 
		display: none;
		background-color: white; 
	}
