html{
	height:101%;
}

body {
	margin: 0 0 0 0;
	background-color: #161E25;
	/*overflow: scroll;*/
	/*overflow-x: hidden;*/
	
	scrollbar-base-color: #504838; 
	scrollbar-face-color: #504838; 
	scrollbar-track-color: #574f3e; 
	scrollbar-arrow-color: #e9e4d8; 
	scrollbar-3dlight-color: #847759; 
	scrollbar-darkshadow-color: #110c01; 
	scrollbar-highlight-color: #65583c; 
	scrollbar-shadow-color: #110c01;
}

#root{
	width:900px;
	position:absolute;
	margin-left:50%;
	left:-450px;
}

#deko_left {
	position:absolute;
	left:-38px;
	background-image:URL('images/deko_left.png');
	background-repeat: no-repeat;
	height:795px;
	width:40px;
	float:left;
}

#deko_right {
	position:relative;
	left:40px;
	background-image:URL('images/deko_right.png');
	background-repeat: no-repeat;
	height:795px;
	width:40px;
	float:right;
}

#top{
	position:absolute;
	z-index: 200;
	height:95px;
	width:900px;
	background-image:URL('images/topbar.jpg');
	border-left:1px solid grey;
	border-right:1px solid grey;
}

#flashcontainer{
	position:absolute;
	top: 95px;
	z-index: 1;
	border-left:1px solid grey;
	border-right:1px solid grey;
}

#textcontainer{
	position:absolute;
	width: 830px;
	margin-top: 220px;
	left:32px;
	z-index:100;
	margin-bottom: 20px;
	float:left;
}

#erlebniscontainer{
	height:480px;
	width:590px;
	overflow: auto;

}

#textfloat {
	float:right;
	height:500px;
	width:1px;
	margin-top: 380px;
}

#bottom {
	width:900px;
	height:30px;
	z-index:110;
	float:left;
}

#menu {
	position:absolute;
	left: 70px;
	top:0px;
	height:10px;
	z-index: 0;
	font-size:4px;
}

#videocontainer{
	float:left;
	margin-top:60px;
	margin-left:44px;
}

a {
	font-family: Verdana, Arial, sans;
	font-size:11px;
	text-decoration: none;
	color: #e8e0a3;
}

.bordercolor {
	color: #f2884c;
}

a:hover {
	font-family: Verdana, Arial, sans;
	font-size:11px;
	color: #c57559;
	text-decoration: none;
}

a:active {
	font-family: Verdana, Arial, sans;
	font-size:11px;
	color: #bddbee;
	text-decoration: none;
}

.bottombg {
	background-image:URL('images/bottom02.jpg');
	background-repeat: x-repeat;
}

.font_small{
	font-family: Verdana, Arial, sans;
	font-size:10px;
}

.font_medium{
	font-family: Verdana, Arial, sans;
	font-size:11px;
}

.font_large{
	font-family: Verdana, Arial, sans;
	font-size:12px;
}

.font_head{
	font-family: Verdana, Arial, sans;
	font-size:14px;
}

.spacing {
	line-height: 18px;
}

.spacing_menu {
	line-height: 30px;
}

.bold{
	font-weight:bold;
}

.normal{
	font-weight:normal;
}

.black{
	color: #000000;
}

.white {
	color: #FFFFFF;
}

.blackbg {
	background-image:URL('images/bg_black.png');
}

.bluebg {
	background-image:URL('images/bg_05kontakt.png');
}

