/* main.css */


/* header */
#header_wrapper {
	height: 124px;
	overflow: hidden;
	background: #224146;
}
#header {
	width: 980px;
	height: 124px;
	overflow: hidden;
	margin: 0 auto;
	position: relative;
}
#header #logo {
	position: absolute;
	top: 10px;
	left: 0;
}
#header #title,
#header #title_sub {
	position: absolute;
	top: 50px;
	left: 124px;
	font-family: Georgia;
	font-size: 2.4em;
	font-style: italic;
	color: #fff;
}
#header #title_sub {
	top: 77px;
}
#header #languages {
	position: absolute;
	top: 0;
	left: 170px;
	width: 490px;
}
#header #search {
	position: absolute;
	top: 0;
	left: 665px;
	width: 205px;
}
#header #search #search_form_dd_search {
	float: left;
	background: #d6d6d6;
	padding: 2px 3px;
}
#header #search #search_form_dd_search input.text {
	border: 1px solid #bfbfbf;
	padding: 4px 4px 5px;
	width: 150px;
	color: #252525;
	font-family: Georgia;
	font-size: 1.333em;
}
#header #search ul.submits #search_form_go {
	background: #626262 url('/dsg/zoom.gif') no-repeat center center;
	width: 38px;
	height: 33px;
	position: absolute;
	top: 0;
	margin-left: 166px;	
}
#header #main_logo {
	display: block;
	position: absolute;
	top: 10px;
	right: 0;
	width: 103px;
	height: 104px;
	background: url('/dsg/logo.png') no-repeat center center;
}
/* header on main page */
.main_page #header #languages {
	left: 280px;
}
.main_page #header #search {
	left: 775px;
}


/* menu */
#menu_wrapper {
	height: 38px;
	overflow: hidden;
	background: url('/dsg/menu_background.gif') repeat-x top left;
}
#menu {
	width: 980px;
	height: 38px;
	overflow: hidden;
	margin: 0 auto;
}


/* wrapper */
#wrapper {
	width: 980px;
	overflow: hidden;
	margin: 0 auto;
}

/* container */
#container {
	background: url('/dsg/container_with_right_background.gif') repeat-y top left;
	height: 1%;
	padding: 2em 0;
}
#left {
	float: left;
	overflow: hidden;
	width: 200px; /*220*/
	padding: 0 10px;
}
#center {
	float: left;
	overflow: hidden;
	width: 500px; /*540*/
	padding: 0 20px;
}
.home.main_page #center {
	background: url('/dsg/center_background.gif') repeat-y top center;
}
#right {
	float: right;
	overflow: hidden;
	width: 200px;
}
#home_presentation {
	margin-bottom: 2em;
}
/* location */
#location {
	position: absolute;
	margin-top: -1.5em;
	width: 500px;
}
#location a {
	text-decoration: none;
}
#location a:hover {
	text-decoration: underline;
}
/* print */
#print {
	float: right;
	width: 14px;
	height: 11px;
	background: url('/dsg/print.gif') no-repeat center center;
}

/* container with no right */
#container.no_right {
	background-image: url('/dsg/container_without_right_background.gif');
}
#container.no_right #right {
	display: none;
}
#container.no_right #center {
	width: 720px;
}
#container.no_right #location {
	width: 720px;
}


/* footer */
#footer {
	border-top: 1px solid #484848;
	padding: 7px 0;
}
#footer p {
	float: left;
	font-size: 1.2em;
	color: #222;
}
#footer a.spletna-postaja {
	float: right;
	color: #9f9f9f;
	padding: 0 85px 0 0;
	background: url('/dsg/spletna-postaja.jpg') no-repeat center right;
	white-space: nowrap;
	text-align: right;
}

