html, body {
	overflow: visible;
}
body {
	font-family: Arial, Verdana;
	background-color: RGB(78,72,56);
	background-image: url(../img/bg.gif);
	background-attachment: fixed;
	background-repeat: repeat-x;
	background-position: center;
	margin: 0;
	font-size: 12px;
	/*overflow: hidden;*/
}
a {
	color: #E61E1E;
	text-decoration: none;
	outline: none;
}
a:hover {
	color: #fff;
}
#redirect {
	width: 800px;
	margin: 100px auto;
}
#mainContainer{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 219px;
	height: 548px;
	margin-top: -274px;
	margin-left: -110px;
	z-index: 2;
	background:url(../img/maincontainer_bg.png) no-repeat;
}
#header {
	width: 199px;
	height: 126px;
	margin: 0 auto;
	text-align:center;
	background: url(../img/logo_willke.gif) no-repeat center center;
}
#address {
	position: absolute;
	left: 16px;
	bottom: 15px;
	width: 177px;
	padding: 0 5px;
	font-size: 9px;
}
#address p {
	margin: 5px 0px;
	line-height: 14px;	
}
#logo {
	position: absolute;
	top: 41px;
	left: 10px;
}
#logo_cms {
	width: 171px;
	position: relative;
	top: 97px;
}
#bild {
	position: relative;
	width: 199px;
	height: 111px;
	margin: 0 auto;
	overflow: hidden;
}
#flash #bild { height: 130px; }
#flaggeDE {
	position: absolute;
	left: -100px;
}
#flaggeEN {
	position: absolute;
	left: 100px;
}
#enter { margin-left: 10px; }
#content {
	position: relative;
	width: 219px;
	height: 302px;
	background: url(../img/content_bg.png) no-repeat center bottom;
}
#text {	margin: 10px 0px 0px 10px; }
#text p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #4d4839;
	padding: 0px 18px 8px 10px;
	margin:0;
}
#downloadFlash{
	width: 104px;
	height: 14px;
	margin-left: 20px;
}
#downloadFlash a{
	display: block;
	width: 104px;
	height: 14px;
	background: url(../img/buttons/download_flash.gif) no-repeat;
}
#downloadFlash a:hover{ background-image: url(../img/buttons/download_flash_over.gif); }
#mailTo{
	position:absolute;
	top: 517px;
	left: 53px;
	width: 88px;
	height: 15px;
}
#navigation{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 960px;
	margin-left: -480px;
	margin-top: -150px;
	font-size: 9px;
	color: RGB(61,57,45);
	z-index: 1;
}
#navigation a {
	color: RGB(61,57,45);
	text-decoration: none;
	outline: none;
}
#navigation div {
	width: 300px;
}
#navigation h1 {
	font-size: 10px;
}
#navigation ul {
	margin: 0;
	padding: 0;
}
#navigation ul li {
	display: inline;
	list-style: none;
	padding: 0px 5px;
	border-left: 1px solid rgb(61,57,45);
}
#navigation ul li:first-child {
	border: none;
	padding-left: 0px;
}
#navigation ul li:last-child {
	padding-right: 0px;
}
