/* main.css */

/* wrapper */
#wrapper_container {
	width: 980px;
	background: url('/dsg/container_background_bottom.gif') repeat-y top center;
	overflow: hidden;
	margin: 0 auto;
}
#wrapper {
	padding: 0 20px;
	background: url('/dsg/container_background_top.jpg') no-repeat top center;
}

/* header */
#header {
	height: 129px;
}
#header a#logo {
	float: left;
}
#header h2 {
	float: left;
	position: relative;
	color: #1c587e;
	font-size: 2em;
	font-weight: normal;
	margin: -30px 0 0 0;
	padding-left: 137px;
}
#header ul#icons {
	float: right;
	list-style-type: none;
	margin: 53px 0 0 0;
}
#header ul#icons li {
	margin: 0 2em 0 0;
	float: left;
}
#header ul#icons li a {
	display: block;
	font-size: 1.2em;
	color: #8d8f90;
	padding: 0.5em 0 0.3em 30px;
	background: no-repeat center left;
}
#header ul#icons li.home a {
	background-image: url('/dsg/icon_home.gif');
}
#header ul#icons li.sitemap a {
	background-image: url('/dsg/icon_sitemap.gif');
}
#header ul#icons li.print a {
	background-image: url('/dsg/icon_print.gif');
}

/* home box */
#home_box {
	height: 293px;
	background: url('/dsg/home_picture.jpg') no-repeat top left;
}
#home_box h1 {
	color: #1c587e;
	font-size: 2.4em;
	font-weight: normal;
	padding: 30px 0 0 270px;
}

/* container */
#container_parent {
	
}
#container {
	height: 1%;
	background: url('/dsg/container_background_sub.gif') repeat-y top left;
}

/* container home */
.home #container_parent {
	background: url('/dsg/container_background_home.gif') repeat-y top left;
}
.home #container {
	background: url('/dsg/container_background_home_top.gif') no-repeat top left;
	padding-top: 30px;
}
.home #center  {
	float: left;
	width: 568px;
	padding-left: 10px;
	padding-right: 15px;
}
.home #sidebar  {
	float:right;
	width:295px;
	padding-left:28px;
	padding-right:10px;
}
/* center & sidebar */
#center {
	float: right;
	width: 680px; /*707*/
	padding: 9px 20px 10px 7px;
	overflow: hidden;
}

#sidebar {
	float: left;
	width: 200px; /*233*/
	padding: 25px 13px 25px 20px;
	overflow: hidden;
}

/* container reference */
	#container-nomenu {
		height: 1%;
		background: #f5f2ef ;
		min-height: 600px; /****************** DELETE ******************/
	}
		#container-nomenu #center {
			float:none;
			width:auto;
			
			padding: 9px 20px 10px 7px;
			overflow: hidden;
		}

/* location */
#location {
	margin-bottom: 10px;
}
#location,
#location a {
	line-height: 1em;
	color: #5b5b5b;
}

/* footer */
#footer {
	
}
#footer div#menu_footer {
	background: #e8e2dc;
	border-top: 1px solid #b8b3ae;
	border-bottom: 1px solid #b8b3ae;
	padding: 19px 0 18px;
	margin-bottom: 13px;
}
#footer a#spletnaPOSTAJA {
	position: absolute;
	margin: 7px 0 0 852px;
}
#footer div#footer_content {
	text-align: center;
	margin-bottom: 13px;
}
