/* layout.css */
.site {
	width:100%;
	margin: 0 auto;
	overflow:hidden;
	min-height:800px;
	background: url('/media/dsg/bg.jpg') no-repeat center top;
}
#page {
	width: 752px;
	margin: 0 auto;
	overflow: hidden;
}
#page #top_kvadrat {
	height: 6px;
	background-color: white;
	border-bottom:1px solid #9cbcc6;
	border-right:1px solid #9cbcc6;
}
#page #header {

	padding-top:10px;
}

#page #logo {
	margin-top:30px;
	margin-bottom:10px;
	margin-left:200px;
	background:url('/media/dsg/sedem-logo.png') no-repeat top left;
	height:72px;
	width:283px;
	cursor:pointer;
	display:block;
}
#page #languages {
	top: 0;
	margin-top: 70px;
	position: absolute;
	margin-left: 680px;
}
#page #languages a {
	margin-left: 8px;
}
#page #languages .active {
	border-bottom: 2px solid #4c4d51;
}
#header #menu {
	width:100%;
}

#container #left {
	float: left;
	width: 140px;
}
#container.no_right #center{
	width:752px;
}
#container #center {
	width: 600px;
	float: right;
	border-bottom:1px solid #9cbcc6;
	border-right:1px solid #9cbcc6;
	background-color: white;
	margin-top: 10px;
}
#container.no_right #center .center {
	width: 600px;
}
#container #center .center {
	float: left;
	width: 442px;

}
#container #right {
	float: right;
	width: 151px;
	overflow: hidden;
	position: relative;
	top: -45px;
	right: 7px;
}

#location {
	margin-left:12px;
	margin-top:23px;
	float:left;
}
#location {
	color:#a2aeb1;
	font-size:1.1em;
}
#location a {
	color:#a2aeb1;
	font-size:1.0em;
}
.no_right_location {
	margin-left:0px;
	position:relative;
	float:left;
}
#location .arrow {
	width:3px;
	height:5px;
	background:url('/media/dsg/navigation_arrow.gif') no-repeat center;
}
.no_location {
	height:37px;
}

.footer_info {
	float:right;
	color:#5c6c71;
	font-size:1.1em;
	padding-top:20px;
}

.footer_menu {
	float:right;
	padding-top:5px;
}
.footer_menu .div_menu {
	padding-bottom: 10px;
}
.footer_menu ul {
	list-style-type: none;
	float:right;
}
.footer_menu ul li {
	float: left;
}
.footer_menu li {
	background:url('/media/dsg/dot.gif') no-repeat right center;
	padding-left:5px;
	padding-right:7px;
}
.footer_menu li.last {
	padding-right:0px;
	background:none;
}
.footer_menu a {
	color:#5c6c71;
	font-size:1.1em;
	text-decoration:none;
	display:block;
	font-family:Arial;
	border-bottom:1px solid #72b7cd;
}

