html {
	height: 100%;
}

body {
	padding: 0;
	margin: 0;
	border: 0;
	text-align: center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #002E13;
	background: #999999;
	height: 100%;
	scrollbar-base-color: #9FA0A1; 	
}

form {
	padding: 0;
	margin: 0;
	border: 0;
}

.MainBox {
	width: 1000px;
	margin: 0 auto 0 auto;
	background-color: #ffffff;	
	padding: 0px 0px 0px 0px;
	position: relative;
	z-index: 1;
	height: 700px;
}

* html .MainBox {
	height: 100%;
}

.Head {
	position: absolute;
	left:40px;
	top:40px;
	width:920px;
	height:500px;
	border:0px solid #E1DFE0;
}

.Head h1 {
	font-size: 20px;
	text-transform: uppercase;
	font-weight:lighter;
}

.Head h2 {
	font-size: 16px;
	text-transform: uppercase;
	font-weight:lighter;
	padding-bottom:5px;
	margin-bottom:0px;
}

.Head h4 {
	font-size: 16px;
	text-transform: uppercase;
	font-weight:lighter;
	padding-top:3px;
	padding-bottom:3px;
	margin-bottom:0px;
	border-bottom:1px solid #E1DFE0;		
}

.Head .TopMenu {
	height: 22px;
	float: left;
	margin: 4px 0px 0px 7px;
	font-weight: bold;
}

.Head a:link,
.Head a:visited {
	text-decoration: none;
	margin: 0px 10px 0px 0px;
}

.Head a:hover,
.Head a:active {
	color: Silver;
	text-decoration: none;
	margin: 0px 10px 0px 0px;
}

.Head .LogoImage {
	z-index: 2;
	position: absolute;
	top: 22px;
	left: 0px;
}

.Head .HeaderImage {
	z-index: 2;
	position: absolute;
	top: 22px;
	left: 0px;
}

.Head .LangContainer{
	z-index: 2;
	position: absolute;
	top: 28px;
	right: 0px;
}

.Head .LangContainer a {
	font-size: 11px;
	color:#58585A;
}

.Head .ContentContainer {
	position:absolute;
	top: 180px;
	left:0px;
	width: 920px;
	height: 284px;
	overflow: auto;		
	border-bottom:1px solid #9FA0A1;
	border-top:1px solid #9FA0A1;
	background-color:#EDEDEE;
	background-image:url(img/bg_content.gif);
}

.Head .ContentContainer .Content {
	text-align:left;
	background-color:#EDEDEE;
	position:absolute;	
	width:720px;
	left: 95px;
	height: 274px;
	overflow: auto;		
	padding: 5px;
	line-height:1.5;
}

.Head .ContentContainer .noBorder {
	margin: 3px;
	border:0px;			
}

.Head .ContentContainer img {
	margin: 1px;
	border:0px solid #9FA0A1;		
}

.Head .ContentContainer a {
	color: #5E5D74;
}

.Head .ContentContainer .flashHeader {
	width:730px;
}

.Head .NaviMain {
	position: absolute;
	right: -15px;	
	top: 70px;
	z-index: 88;	
	height: 20px;	
}

.Head .NaviMain a {
	padding-left:8px;
	padding-right:8px;		
	font-size: 14px;
	color:#58585A;
}

.Head .NaviMain a:hover {
	color:#276043;
}

.Head .NaviMain a.active {
	color:#276043;	
	font-weight:bold;	
}

.Head .TrennStrich {
	width:920px;
	height:2px;
	position: absolute;
	top: 90px;
	left: 0px;
}

.Head .NaviSub {
	position: absolute;
	right: 0px;	
	top: 75px;
	z-index: 88;	
	height: 105px;	
}

.Head .Slogan {
	position: absolute;
	float: left;	
	top: 120px;
	left: 0px;
	overflow: hidden;
	font-size: 24px;
	color: #FFFFFF;
	z-index: 5;
}

.Head .TeaserBoxBackground {
	z-index: 3;
	position: absolute;
	top: 110px;
	right: 45px;
	width: 250px;
	height: 305px;
	background: #FFFFFF;
	opacity: .85;
	filter: alpha(opacity=85);
	display: none;
}

.Bottom {
	position: absolute;
	top: 565px;
	left: 0px;
	width: 1000px;
	height: 135px;
	text-align:left;
	background-image:url(img/bottom_bg.jpg);
	
}

.Bottom .TrennStrich {
	width:920px;
	height:2px;
	position: absolute;
	top: 94px;
	left: 40px;
}

.Bottom .FooterText {
	position: absolute;
	top: 100px;
	left: 40px;
	font-size: 9px;	
	color:#707173;
	width:920px;
	text-align:justify;	
}

.Bottom .FooterText a {
	color:#707173;
	text-decoration:none;
}

.Intro {
	line-height:1.5;
	z-index: 10;
	position: absolute;
	top: 520px;
	left: 135px;
	width: 720px;
	height: 135px;
	text-align:left;	
}

