/* CSS dokument - Copyright macrostudio - www.macro.si */

* {
	margin: 0px;
	padding: 0px;

}

body {
	background-color: #ffffff;
	font: normal 12px Verdana, Arial, Helvetica, sans-serif;
	color: #363636;
}

a {
	color: #363636;
}

a:hover {
	text-decoration: none;
}

img {
	border: 0px;
}

h1 {
	font-size: 15px;
	margin-top:0px;
	margin-bottom: 15px;
	letter-spacing: 1px;
	color: #484848;
}

h2 {
	font-size: 15px;
	margin-top:0px;
	margin-bottom: 15px;
	margin-top: 15px;
	letter-spacing: 1px;
	color: #484848;
}

#wrapper {
	padding-top: 20px;
	padding-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	width: 715px;
}

#header {
	float: left;
	width: 715px;
	margin-bottom: 25px;
}

#header #logo {
	width: 459px;
	height: 133px;
	background-image: url(img/logo.jpg);
	background-repeat: no-repeat;
	float: left;
}

#header #contact {
	width: 236px;
	height: 113px;
	padding-left: 20px;
	padding-top: 20px;
	float: right;	
}

#header #images {
	width: 715px;
	height: 168px;
	background-image: url(img/header_images.jpg);
	background-repeat: no-repeat;
	float: left;
	margin-top: 22px;
}

#menu {
	width: 715px;
	height: 42px;
	float: left;
}

#menu img {
	float: left;
}

#content {
	width: 689px;
	float: left;
	background-color: #dfdfdf;
	padding-left: 13px;
	padding-right: 13px;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 19px;
}

#content_top, #content_bottom {
	width: 715px;
	height: 9px;
	float: left;
	background-repeat: no-repeat;
}

#content_top {
	background-image: url(img/content_top.jpg);
}

#content_bottom {
	background-image: url(img/content_bottom.jpg);
}

#footer{
	width: 715px;
	height: 40px;
	margin-top: 30px;
	margin-bottom: 20px;
	background-image: url(img/footer_bg.jpg);
	background-repeat: no-repeat;
	float: left;
}

#footer #left, #footer #right {
	font-size: 12px;
	color: #8f8e8e;
	margin-top: 13px;
}

#footer #right a {
	color: #8f8e8e;
}

#footer #left {
	float: left;
	margin-left: 20px;
}

#footer #right {
	float: right;
	margin-right: 20px;
}

/* Domov */
#home #kdosmo,#dejavnosti,#kjesmo {
	width: 229px;
	height: 383px;
	background-color: #dfdfdf;
	background-image: url(img/home_bg.jpg);	
	background-repeat: no-repeat;
	float: left;
}

#home  #kdosmo,#dejavnosti {
	margin-right: 14px;
}

#home #dejavnosti .section_content {
	height: 280px;
}

#home .section_content {
	line-height: 18px;
	margin-top: 15px;
	margin-left: 10px;
	margin-right: 10px;
}

/* Ostalo */
#poslovnikontakti {
	line-height: 25px;
}

.gallery_image {
	margin-left: 5px;
	margin-right: 5px;
	float: left;
	margin-bottom: 10px;
}

.gallery_image  img:hover{
	opacity: 0.8;
	filter: alpha(opacity=80);
}
