@charset "utf-8";
/* CSS Document */

/* Spezifisch für Home */

body {
	height: 100%;
}


#content_left {
	width: 820px;
	height: 500px;
	background: url(../images/BigHeader_home.jpg) no-repeat;
}
#content_left_inner_div {
	position: relative;
	top: 70px;
	left: 80px;
	width: 350px;
	height: 250px;
	overflow: hidden;
	color: #fff;
	/*
  font-size: 11px;
  */
	z-index: 5;
}
a.internal-link {
	position: relative;
	top: 0px;
	left: 0px;
	background: transparent url(../images/Details_Link_1.png) no-repeat left center;
	text-decoration: none;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 8px;
	padding-left: 20px;
	color: #fff;
}
a.internal-link:visited {
	color: #fff;
	text-decoration: none;
}
a.internal-link:hover {
	color: #fff;
	text-decoration: none;
}
a.internal-link:active {
	color: #fff;
	text-decoration: none;
}

#flash_header {
	position: absolute;
	bottom: 23px;
	right: 4px;
	height: 314px;
	width: 892px;
	z-index: 3;
	overflow: hidden;
}

#keep_footer_on_bottom {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 160px;
	z-index: 0;
	overflow: hidden;
	z-index: 99999;
}
#center_footer {
	position: relative;
	left: 55px;
	width: 868px;
	height: 800px;
}
#long_footer {
	position: absolute;
	height: 160px;
	width: 868px;
	background: url(../images/footer_long_slider.png) top no-repeat;
	text-align: left;
}
#footer {
	background: none;
	top: 10px;
}

#toggle_bar {
	position: absolute;
	top: -8px;
	left: 0px;
	width: 100%;
	height: auto;
	text-align: center;
}
#toogle_bar a {
	padding: 5px;
}





