body {
	background: url('/dsg/background.gif') repeat-x 0 65px;
}

.wrapper {
	width: 900px;
	margin: 0 auto;
	overflow: hidden;
	padding-top: 10px;
}

#main #header {
	background: url('/dsg/header-background.jpg') no-repeat top left;
	height: 137px;
}
	#main #header #home {
		float: left;
		width: 240px;
		height: 80px;
		cursor: pointer;
	}
	#main #header #languages {
		float: right;
		list-style-type: none;
		margin: 0;
		padding: 0;
		background: url('/dsg/language_delimiter.gif') repeat-y top left;
	}
		#main #header #languages li {
			float: left;
			margin: 0;
			padding: 0;
			background: url('/dsg/language_delimiter.gif') repeat-y top right;
		}
		#main #header #languages li a {
			float: left;
			color: #000;
			padding: 7px 12px 5px;
		}
		#main #header #languages li a:hover,
		#main #header #languages li a.active {
			color: #ee6a10;
		}
		#main #header #languages li a.active {
			text-decoration: none;
			font-weight: bold;
		}

#main #body {
	background: url('/dsg/body_background.gif') repeat-y top left;
	margin-top: 16px;
}
#main #body.body_with_no_left {
	background-image: url('/dsg/body_noLeft_background.gif');
}
	#main #body #body-left {
		float: left;
		width: 150px;
		overflow: hidden;
		min-height: 1px;
	}
	#main #body #body-center {
		float: left;
		width: 555px;
		padding-left: 20px;
		overflow: hidden;
	}
	#main #body.body_with_no_left #body-center {
		width: 726px;
		padding-left: 0;
	}
	#main #body #body-right {
		float: right;
		width: 150px;
		overflow: hidden;
	}
	#main #body-center-bottom {
		margin-top: 2em;
	}
	#main #body-center-bottom .plugin {
		float: right;
		width: 350px;
		overflow: hidden;
	}
	#main #body-center-bottom .even {
		clear: both;
		float: left;
	}

#footer {
	background: url('/dsg/background.gif') repeat-x 0 0;
	color: #fff;
}
#footer .wrapper {
	padding-top: 44px;
}
#footer .spletnaPOSTAJA {
	float: right;
	color: #fff;
	text-decoration: none;
	background: url('/dsg/spletnaPOSTAJA.gif') no-repeat bottom right;
	width: 70px;
	height: 19px;
}
#footer .spletnaPOSTAJA:hover {
	text-decoration: underline;
}
#footer .copyright {
	float: left;
	padding-right: 45px;
}
#footer .notice {
	float: left;
	width: 630px;
	color: #8c8c8c;
	font-size: 10px;
	line-height: 13px;
}
#footer #menu-footer {
	float: left;
}
