@charset "UTF-8";
/*================================================================
	CSS dokument - izdelava spletnih strani www.predstavi.se
	v4.0
================================================================*/


/* OSNOVNA OBLIKA STRANI
----------------------------------------------------------------*/

:focus {
	-moz-outline-style: none;
}
body {
	margin: 0px;
	padding: 0px;
	background-position: top;
	background-color: #000;
	background-repeat: no-repeat;
	background-position: top center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	background-image: url(../slike/bg.jpg);
	line-height: 18px;
}	
#wrapper {
	display: block;
	width: 980px;
	margin-left: auto;
	margin-right: auto;
}
#kontakt {
	display: block;
	width: 130px;
	height: 130px;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 1000;
}
h1, h2, h3, h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h2 {
	color: #fff;
	font-size: 16px;
	margin: 0px;
	line-height: normal;
	font-weight: normal;
	padding: 0px 0px 10px 0px;
}
h2 a {
	color: #fff;
	text-decoration: none;
}
h2 a:hover {
	border-bottom: 3px solid #7AB800;
}
h3 {
	color: #fff;
	font-size: 16px;
	margin: 0px;
	padding: 0 0 0 0px;
	line-height: 26px;
	font-weight: normal;
}
h3 a {
	color: #fff;
	text-decoration: underline;
}
h3 a:hover {
	text-decoration: none;
}
li {
	background-image: url(../slike/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 7px;
	padding: 5px 0px 5px 24px;
}
li a {
	color: #dedede;
	text-decoration: underline;
	font-weight: bold;
}
li a:hover {
	text-decoration: none;
}
ul {
	list-style: none;
	padding-left: 15px;
	margin: 10px 0px 10px 0px;
}



/* VSEBINA
----------------------------------------------------------------*/

#glava {
	display: block;
	height: 220px;
	width: 980px;
}
#logo {
	float: left;
	position: relative;
	z-index: 0;
	width: 240px;
	height: 220px;
}
#logo div {
	cursor: pointer;
}
#vsebina_container {
	display: block;
	width: 920px;
	margin: 0px 30px;
}
.vsebina_web {
	display: block;
	width: 905px;
	padding: 3px 0px 50px 15px;
}
.portfolio {
	float: left;
	width: 288px;
	height: 205px;
	margin: 0 13px 0 0;
	position: relative;
}
.portfolio_slika {
	display: block;
	width: 286px;
	height: 188px;
	border: 1px solid #000;
	z-index: 5;
}
.portfolio_opis {
	display: block;
	position: absolute;
	top: 139px;
	left: 1px;
	width: 276px;
	height: 44px;
	padding: 6px 0 0 10px;
	background-color: #000;
	color: #FFF;
	font-size: 14px;
	z-index: 10;
	opacity: 0.7;
	filter:alpha(opacity=70);
}
.portfolio_opis a {
	color: #ccc;
	font-size: 11px;
	font-style: italic;
	text-decoration: underline;
}
.portfolio_opis a:hover {
	text-decoration: none;
}
#naslov {
	float: left;
	width: 328px;
	height: 30px;
	padding-left: 42px;
	margin-top: 182px;
	font-size: 15px;
}

#noga {
	display: block;
	width: 980px;
	height: 180px;
	background-image: url(../slike/noga-bg.jpg);
	background-position: 40px 44px;
}
.copyright {
	display: block;
	width: 960px;
	text-align: center;
	color: #0065BD;
	font-size: 12px;
	height: 25px;
	padding-top: 15px;
}
.copyright a {
	color: #A2CFFF;
	text-decoration: none;
}
.copyright a:hover {
	text-decoration: underline;
}
.padding {
	padding: 0px 8px 0px 8px;
	color: #0065BD;
	font-weight: bold;
}
.kontakt {
	color: #dedede;
	float: right;
	width: 291px;
	padding-top: 22px;
}
.kontakt a {
	color: #FF7900;
	text-decoration: none;
}
.kontakt a:hover {
	text-decoration: underline;
}
.ostale_ref {
	float: left;
	width: 570px;
}