BODY {
	height: 100%;
	margin:0%;
 	padding:0%;
	background: #e5e7e7 url(bg_body.jpg) 50% 42px no-repeat fixed;	
}

/*#background {
	width: 100%;
	height: 100%;
	z-index: 0;
	position: absolute;
	left:0px;
	top:0px;
	}*/

#container {
	position:relative;
	margin: 0px auto;
	width:970px;
	min-height: 94%;
	height:auto !important; 
	height:94%; 
	top: 43px;
	background:none;
	z-index: 5;
	}
	

#content {
	position:absolute;
	top: 150px;
	left: 0px;
	width: 700px;
	z-index: 120;
	padding-left:200px;
	padding-right:70px;
	_background:url(whitespace.jpg) 0px 300px repeat-x;
	}	
	
a#logo {
	position:absolute;
	left: 805px;
	top:210px;
	z-index:200
	}

#flashhead {
	position:absolute;
	top:0px;
	width:970px;
	overflow: hidden;
	}
	
#flashcontent {
	margin-bottom:20px;
	}
	

/* Wo bin ich */

#wobinich {
	position: relative;
	color:#989d9f;
	top:10px;
	font-size: 0.8em;
	left:10px;
	width:170px;
	z-index: 10;
	}
	
#wobinich span {
	font-weight:bold;
	font-size:0.9em;
	color:#7e8587;
	}

#wobinich a,
#wobinich a:visited {
	color:#989d9f;
	text-decoration:none;
	}

#wobinich a:hover {
	color:#c0c901;
	text-decoration:underline;
	}
	

/* Content NaviPointListing */
div.tdtext ul.ctlistnav {
	padding: 0px;
	margin: 5px 0px;
	list-style:none;
	margin-bottom:25px;
	}

div.tdtext ul.ctlistnav li {
	padding: 2px 0px;
	}

/* green arrival -- other styling in global.css */
#green_arrival {
	position:relative;
	height:100px;
	width: 150px;
	}

