@charset "utf-8";
/* CSS Document */
/**
 * 100% height layout with header and footer
 * ----------------------------------------------
 * Feel free to copy/use/change/improve
 */

html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	background:#FFFFFF;
	font-family:arial,sans-serif;
	font-size:small;
	color:#666;
}

h1 {
	font-size: 1.15em;
	margin: 0px 0px 0.3em;
}

h2 {
	font-size: 1em;
	font-weight: normal;
	margin: 0px;
}

p { 
	line-height:1.5; 
	margin:0 0 1em;
}
div#header {
	background:#F36F21 url(../slike/vhodna_hrovat_ub.png) no-repeat center center;
	height: 50px;
	width: 100%;
	position: absolute;
	z-index: 10;
	left: 0px;
	top: 0px;
	right: 0px;
}
div#container {
	position:relative; /* needed for footer positioning*/
	width:960px;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	margin: 0px auto;
}
div#container1 {
	width:240px;
	background:url(../slike/vhodna_jungmeier_bg.jpg) repeat-x;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%;
	float: left;
	position: absolute;
	left: 0px;
}
div#container2 {
	width:240px;
	background:url(../slike/vhodna_kloeber_bg.jpg) repeat-x;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	margin: 0px;
	float: left;
	position: absolute;
	left: 240px;
}
div#container3 {
	width:240px;
	background:url(../slike/vhodna_ursa_bg.jpg) no-repeat;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	margin: 0px;
	float: left;
	position: absolute;
	left: 480px;
}
div#container4 {
	width:240px;
	background:url(../slike/vhodna_algum_bg.jpg) repeat-x;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	margin: 0px;
	float: left;
	position: absolute;
	left: 720px;
}
div#jungmeier {
	width:240px;
	background:url(../slike/vhodna_jungmeier_on.jpg) no-repeat 0px 0px;
	height: 270px;
	margin-top: 150px;
}
div#jungmeier_text, div#kloeber_text, div#ursa_text, div#algum_text {
	width:200px;
	height: 150px;
	margin-bottom: 80% !important;
	margin-bottom: 0px;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 10px;
}
div#kloeber {
	width:240px;
	background:url(../slike/vhodna_kloeber_on.jpg) no-repeat 0px 0px;
	height: 270px;
	margin-top: 150px;
}
div#ursa {
	width:240px;
	background:url(../slike/vhodna_ursa_on.jpg) no-repeat 0px 0px;
	height: 270px;
	margin-top: 150px;
}
div#algum {
	width:240px;
	background:url(../slike/vhodna_algum_on.jpg) no-repeat 0px 0px;
	height: 270px;
	margin-top: 150px;
	cursor: default;
}
div#obvestilo {
	height: 85px;
	width: 100%;
	position: absolute;
	z-index: 11;
	left: 0px;
	right: 0px;
	bottom: 48px;
	text-align: center;
	font-size: 1em;
	color: #ffffff;
	background-color: #F36F21;
	padding-top: 10px;
	padding-right: 4px;
	padding-bottom: 10px;
	padding-left: 4px;
}
div#footer {
	height: 38px;
	width: 100%;
	position: absolute;
	z-index: 11;
	left: 0px;
	right: 0px;
	bottom: 0px;
	text-align: center;
	border-top: 2px solid #F36F21;
	padding-top: 10px;
	font-size: 0.8em;
}