/* layout.css */

.wrapper_body {
	position: relative;
	width: 940px;
	margin: 0 auto;
	overflow: hidden;
}
#page {
	background: url('/media/dsg/background.gif') no-repeat top center;
}
#header {
	height: 100px;
	position: relative;
}
#logo {
	width: 224px;
	height: 72px;
	float: left;
	margin-top: 12px;
	background:url('/media/dsg/logo.jpg') no-repeat top left;
}
#languages {
	margin-top: 10px;
	float: right;
	list-style-type: none;
}
#languages li {
	float: left;
}
#languages li a {
	color: #fff;
	width: 36px;
	height: 21px;
	color: #d2d2d2;
	display: block;
	font-size: 1.1em;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	padding-top: 7px;
	margin-left: 4px;
	background: url('/media/dsg/lang.gif') no-repeat top left;
}
#languages li.selected a {
	color: #969696;
}

#center{
	width: 620px;
	float: left;
}
#right {
	width: 300px;
	float: right;
}

.breadcrumbs {
	color: #fff;
	font-size: 1.4em;
	margin-top: 15px;
}
.breadcrumbs span.top {
	margin-top: 20px;
}
.breadcrumbs span a {
	float: left;
	color: white;
	text-decoration: none;
	border-bottom: 1px solid #f3c496;
}
.breadcrumbs span {
	float:left;
}
.breadcrumbs span.left {
	margin-top: 20px;
}
.breadcrumbs span.extra {
	margin-left: 10px;
	float: right;
}
.breadcrumbs span.lang {
	float: right;
}
.breadcrumbs span a {
	/*color: #969696;*/
	font-size: 1.0em;
	text-decoration: none;
}
.breadcrumbs span.lang a {
	float: none;
	color: #ffffff;
}
.breadcrumbs span .back {
	float: right;
	text-align: center;
	width: 91px;
	height: 31px;
	padding: 0px;
	margin-right: 10px;
	border-bottom: none;
	background: url('/media/dsg/button_back.jpg') no-repeat top left;
}
.breadcrumbs span .back img {
	margin: 8px 0 0 20px;
}
.breadcrumbs span .print {
	float: right;
	text-align: center;
	width: 91px;
	height: 31px;
	padding: 0px;
	border-bottom: none;
	background: url('/media/dsg/button_print.jpg') no-repeat top left;
}
.breadcrumbs span .print img {
	margin: 8px 0 0 20px;
}

.breadcrumbs a.last {
	font-weight: bold;
	text-decoration: none;
	border: none;
}
.registration #page #main .wrapper {
	margin-top: 0px;
}
#page #main .wrapper {
	margin-top: 60px;
}
#page #main .wrapper_top {
	margin-top: 87px;
}
#footer {
	padding: 10px;
	font-size: 1.1em;
	color: #969696;
	margin-bottom: 15px;
	border-top: 1px solid #ebebeb;
}
#page #main #footer .wrapper {
	margin-top: 0px;
}
#footer .footer_left {
	float: left;
}
#footer .footer_left .content {
	float: left;
}
#footer .footer_right {
	float: right;
	color: #d68533;
	font-weight: bold;
}

#sp_logo {
	text-align: right;
	float: right;
	margin-right: 20px;
}
#sp_logo img {
	margin-top: 5px;
}