/* main.css */

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


/* header */
#header_parent {
	padding: 0 10px;
}
#header {
	height: 179px;
	background: #f2f7fc url('/dsg/header_background.gif') repeat-x bottom left;
	padding-right: 10px;
	border-bottom: 5px solid #032764;
}

#logo {
	position: absolute;
	margin-left: -10px;
}
#menu {
	clear: both;
	float: right;
}
#menu_sub {
	float: left;
	margin-top: 15px;
}


/* container */
#container {
	background: #f2f7fc url('/dsg/container_background.gif') repeat-y top left;
	padding-top: 10px;
}
#left {
	float: left;
	width: 140px; /*160*/
	padding: 0 10px;
	overflow: hidden;
	min-height: 1px;
}
#center {
	float: left;
	overflow: hidden;
	width: 628px; /*640*/
	padding: 0 6px;
}
.center_has_right_column {
	width: 482px !important;
}
#center_right {
	float: right;
	overflow: hidden;
	width: 140px; /*146*/
	padding-right: 6px;
	min-height: 1px;
}
#right {
	float: right;
	overflow: hidden;
	width: 160px; /*180*/
	padding: 0 10px;
	min-height: 1px;
}

#location {
	color: #2173cf;
	margin-bottom: 10px;
	line-height: 1em;
}
#location a {
	color: #2173cf;
	line-height: 1em;
}


/* footer */
#footer {
	padding: 10px;
}

#footer_content {
	float: left;
}
#menu_footer {
	float: right;
}
#menu_footer_repeat {
	clear: both;
	float: left;
	margin-top: 0.8em;
}
#spletnaPOSTAJA {
	float: right;
	margin-top: 0.4em;
}


/* banners */
#banner_top {
	clear: both;
	float: right;
	margin-top: 23px;

	width: 728px;
	height: 90px;
	overflow: hidden;
}
#banner_center_top,
#banner_center_bottom {
	clear: both;
	margin: 0 0 1em 0;
	text-align: center;
}
#banner_right,
#banner_right_bottom {
	clear: both;
	margin-bottom: 1em;

	width: 160px;
	overflow: hidden;
	text-align: center;
}
