#header-container {
	background: url('/dsg/back-header.jpg') repeat-x top left;
}
#header {
	width: 980px;
	height: 144px;
	overflow: hidden;
	margin: 0 auto;
	background: url('/dsg/header.jpg') no-repeat top left;
}
	#menu {
		position: absolute;
		margin: 110px 0 0 429px;
	}
	#language {
		position: absolute;
		width: 400px;
		margin: 118px 0 0 0;
	}
		#language ul {
			float: right;
			list-style-type: none;
			margin: 0;
		}
			#language ul li {
				float: left;
				margin: 0 0.5em 0 0;
			}
				#language ul li a {
					display: block;
					width: 41px;
					height: 14px; /*15*/
					padding-top: 1px;
					overflow: hidden;
					font-size: 1.1em;
					color: #ddd;
					text-align: center;
				}
				#language ul li a:hover,
				#language ul li a.active {
					text-decoration: none;
					font-weight: bold;
					background: url('/dsg/language.gif') no-repeat top left;
				}
	#header-link-container {
		position: absolute;
		background: url('/dsg/link-left.gif') no-repeat top left;
		margin: 30px 0 0 429px;
	}
		#header-link-container #header-link {
			background: url('/dsg/link-right.gif') no-repeat top right;
		}
			#header-link-container #header-link a {
				display: block;
				overflow: hidden;
				height: 22px; /*32*/
				padding: 10px 0 0 25px;
				margin: 0 1.5em;
				background: url('/dsg/link-icon.gif') no-repeat top left;
				color: #fff;
				font-size: 1.1em;
			}
	a#logo {
		display: block;
		margin: 75px 0 0 0;
		width: 300px;
		height: 30px;
	}
	#search-box {
		float: right;
		margin: 30px 0 0 0;
		width: 225px;
		overflow: hidden;
	}

#main {
	width: 980px;
	margin: 0 auto;
}

#header-line {
	height: 47px; /*65*/
	padding: 18px 0 0 42px;
	overflow: hidden;
	background: url('/dsg/header-line.jpg') no-repeat top left;
	font-size: 1.3em;
	font-weight: bold;
	color: #272727;
}
#left {
	float: left;
	width: 219px;
	overflow: hidden;
	min-height: 1px;
}
#center {
	float: left;
	width: 761px;
	overflow: hidden;
}

#footer {
	margin-top: 0.5em;
	padding-top: 0.5em;
	border-top: 1px solid #abab95;
}
	#footer #footer-text {
		float: right;
	}

#home-main-left {
	float: left;
	width: 389px;
	height: 240px;
	background: url('/dsg/home-main-left-slo_new.png') no-repeat top left;
	overflow: hidden;
}
#home-main-left.en {
	background: url('/dsg/home-main-left-eng_new.png') no-repeat top left;
}
#home-main-left a {
	display: block;
	width: 389px;
	height: 240px;
	text-decoration: none;
}

#home-main-right {
	float: left;
	width: 591px;
	height: 240px;
	background: url('/dsg/home-main-right.png') no-repeat top left;
	overflow: hidden;
}
#home-main-bottom {	
	clear: both;
	width: 980px;
	height: 16px;
	background: url('/dsg/home-main-bottom.png') no-repeat top left;
	overflow: hidden;
}