html {
	background: url(../gfx/bgr.main.png) top center no-repeat;
}

/********** BASE **********/

.Base {
	width: 1000px;
	margin: 0 auto;
	padding: 2px 0 50px 0;
}

.Base .EmailMask {
	display: none;
}

/********** HEAD **********/

.Base .Head {
	background: #d9c049;
	padding: 30px 0 2px 0;
	position: relative;
}

.Base .Head .Menu {
	position: absolute;
	top: 0;
	right: 50px;
	height: 30px;
	list-style-type: none;
	margin: 0;
}

.Base .Head .Menu li {
	float: left;
	line-height: 30px;
	font-size: 13px;
	padding: 0;
	margin: 0 0 0 25px;
	position: relative;
	list-style: none;
}

.Base .Head .Menu li a {
	color: #ffffff;
}

.Base .Head .Menu li ul {
	display: none;
	position: absolute;
	top: 30px;
	left: 0;
	background: #ffffff;
	z-index: 20;
	padding: 5px 10px 5px 10px;
}

.Base .Head .Menu li ul li {
	margin: 0;
	line-height: 24px;
}

.Base .Head .Menu li ul li.Selected a {
	color: #006ab3;
}

.Base .Head .Menu li ul li a {
	color: #d9c049;
}

.Base .Head .Image {
	border-top: 2px solid #ffffff;
	position: relative;
	height: 420px;
}

.Base .Head .Image img {
	display: block;
}

.Base .Head .Image .UpperImage {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}


.Base .Head .TextHTML {
	position: absolute;
	top: 74px;
	right: 50px;
	z-index: 10;
}

.Base .Head .TextHTML p {
	background: #d9c049;
	color: #1a171b;
	font-family:"Courier New", Courier, monospace;
	line-height: 35px;
	font-size: 25px;
	margin: 0 0 8px 0;
	padding: 0 13px 0 45px;
	float: right;
	clear: right;
}

.Base .Head .TextHTML sup {
	color: #996600;
	font-size: 70%;
	vertical-align: top;
}

/********** BODY **********/

.Base .Body {
	padding: 0 0 35px 0;
	background: url(../gfx/collage.png) 380px 100% no-repeat;
}

.Base .Body .LeftCol {
	float: left;
	position: relative;
	width: 670px;
	padding: 50px 0 0 0;
}

.Base .Body .LeftCol .TextHTML {
	clear: left;
	padding: 20px 0 0 0;
	line-height: 22px;
}

.Base .Body .RightCol {
	margin: 0 0 0 730px;
	position: relative;
	padding: 140px 0 0 55px;
}

.Base .Body .RightCol .Logo {
	position: absolute;
	top: 16px;
	right: 0;
}

.Base .Body .RightCol .Teaser {
	margin: 0 0 20px 0;
}

.Base .Body .RightCol .Teaser .Headline {
	margin: 0;
	color: #d9c049;
}

.Base .Body .RightCol .Teaser .Text {
	font-weight: normal;
	font-size: 11px;
	line-height: 14px;
}

.Base .Body .RightCol .Teaser .Text p {
	margin: 0;
}

.Base .Body .RightCol .Teaser .More {
	font-weight: bold;
}

/********** FOOT **********/

.Base .Foot {
	border-top: 1px solid #d9c049;
	line-height: 30px;
	text-align: right;
	font-size: 11px;
}

.Base .Foot .Menu {
	float: left;
}

.Base .Foot .Menu a {
	margin: 0 10px 0 0;
	color: #87888a;
}