/* Div */
#Header {
	position: relative;
	top: 0px;
	margin: auto;
	/*left: 0px:*/
	width: 999px;
	height: 100px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #001640;
	background-color: #ffffff;
}

#Logo {
	top: 4px;
	left: 2px;
	width: 350px;
	position: absolute;
}

#LogoRG {
	top: 0px;
	left: 100px;
	width: 200px;
	position: absolute;
	z-index: 1;
}

#LangMenu {
	top: 3px;
	left: 275px;
	position: absolute;
	text-align: right;
}

#SubMenu1 {
	top: 0px;
	left: 380px;
	width: 600px;
	position: absolute;
	text-align: right;
}

#SubMenu2 {
	top: 72px;
	left: 380px;
	position: absolute;
	width: 620px;
}

#AktionOver {
	/*top: 110px;*/
	top: 110px;
	left: 7px;
	height: 200px;
	position: absolute;
	text-align: left;
	z-index: 2;
}

#Footer1 {
	background-color: #zb6958;
	margin: auto;
	color: #dfd6cd;
	font-size: 11px;
	line-height: 15px;
	padding: 5px;
	text-align: center;
}

#Footer {
	width: 999px;
	margin: auto;
	background-color: #7b6958;
	color: #dfd6cd;
	font-weight: bold;
	font-size: 11px;
	line-height: 15px;
	padding: 5px;
	text-align: center;
	position: relative;
}

#Footer2 {
	width: 999px;
	margin: auto;
	background-color: #ffffff;
	color: #7a6754;
	font-weight: bold;
	font-size: 11px;
	line-height: 15px;
	padding: 5px;
	text-align: center;
	position: relative;
}

#Copyright {
	width: 999px;
	margin: auto;
	background-color: #e4e1de;
	color: #dfd6cd;
	font-weight: bold;
	font-size: 11px;
	padding: 5px;
	text-align: center;
	position: relative;
	border-bottom-color: #7b6958;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-top-color: #7b6958;
	border-top-style: solid;
	border-top-width: 1px;
}

#DirectLinks {
	width: 999px;
	margin: auto;
	background-color: #ffffff;
	color: #001640;
	font-weight: normal;
	font-size: 11px;
	padding: 5px;
	text-align: center;
	position: relative;
	border-bottom-color: #7b6958;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-top-color: #ffffff;
	border-top-style: solid;
	border-top-width: 1px;
}

