#main {
	width: 960px;
	margin: 0 auto;
}

#header {
	height: 153px;
	background: url('/dsg/header.png') no-repeat top left;
	overflow: hidden;
}
#header a#specialLink {
	display: block;
	position: absolute;
	width: 190px;
	margin: 120px 0 0 766px;
	color: #fff;
	text-align: center;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 1.3em;
	font-weight: bold;
}
#header #languages {
	float: right;
	background: url('/dsg/lang_middle.png') repeat-x top left;
	overflow: hidden;
	height: 48px;
}
	#header #languages div.left {
		background: url('/dsg/lang_left.png') no-repeat top left;
	}
		#header #languages div.left div.right {
			padding: 13px 10px 20px 10px;
			background: url('/dsg/lang_right.png') no-repeat top right;
		}
			#header #languages div.left div.right a {
				text-decoration: none;
			}
				#header #languages div.left div.right a img {
					padding: 4px;
				}
				#header #languages div.left div.right a:hover img,
				#header #languages div.left div.right a.active img {
					border: 1px solid red;
					padding: 3px;
				}
#header #phone-info {
	float: right;
	font-size: 1.1em;
	font-weight: bold;
	color: #f07008;
	padding: 18px 26px 0 0;
}
#header a#home {
	display: block;
	float: left;
	width: 260px;
	height: 75px;
	margin-top: 12px;
}
#header #menu {
	clear: right;
	float: right;
	width: 430px;
}
#header #menu_sub {
	clear: left;
	float: left;
	width: 523px;
}


#container {
	margin-top: 0.5em;
}
	#container #home-title {
		margin-bottom: 0.5em;
		font-size: 15px !important;
		text-align: center;
		font-weight: bold;
		color: #f07008;
		display: block;
		
	}
		#container #home-title span.blue {
			color: #004b9d;
		}
	#container #left {
		float: left;
		width: 744px;
		overflow: hidden;
	}

	#container #right {
		float: right;
		width: 196px;
		overflow: hidden;
	}


#footer {
	background: #f4f4f4 url('/dsg/footer_left.gif') no-repeat top left;
	margin-top: 3px;
}
	#footer div.content {
		background: url('/dsg/footer_right.gif') no-repeat top right;
	}
		#footer div.content div.menu {
			
		}
	#footer div.text {
		font-size: 0.9em;
		color: #7c99b9;
		padding: 0 2em;
	}
		#footer div.text a#spletna-postaja {
			float: right;
		}