/* -------- Allgemein -------- */

body
	{
	padding: 0;
	margin: 0;
	scrollbar-track-color: #f3efee;
	scrollbar-arrow-color: #000000;
	scrollbar-3dlight-color: #000000;
	scrollbar-darkshadow-color: #000000;
	scrollbar-face-color: #ffffff;
	scrollbar-highlight-color: #f3efee;
	scrollbar-shadow-color: #f3efee;
	overflow-y: 'auto';
	overflow-x: 'auto';
	-moz-scrollbars-horizontal: 'auto';
	-moz-scrollbars-vertical: 'auto';
	height: 100%;
	background: #f3efee url(../images/bg_berlin.gif) top right no-repeat;
	}

html
	{
	height: 100%;
	}
	
form
	{
	display: inline;
	}

/* -------- Ebenen positionieren -------- */


.circle,#logo,#content,#fotos,#lang
	{
	display: block;
	position: absolute;
	left: 50%;
	}

#logo
	{
	width: 128px;
	height: 63px;
	z-index: 30;
	margin: 46px 0 0 -362px;
	}

#lang
	{
	width: 255px;
	height: 18px;
	z-index: 30;
	margin: 162px 0 0 -318px;
	}

.circle
	{
	height: 354px;
	width: 354px;
	z-index: 1;
	}

#content
	{
	width: 800px;
	z-index: 20;
	margin-left:-403px;
	}

#header
	{
	width: 750px;
	height: 208px;
	padding: 0 28px 0 22px;
	background: url(../images/header_berlin_hostel.png) left top;
	}

#middle
	{
	width: 750px;
	padding: 0 28px 0 22px;
	background: url(../images/bg_berlin_hostel.png) left top;
	}
	
#footer
	{
	width: 740px;
	height: 37px;
	padding: 12px 38px 0 22px;
	background: url(../images/footer_berlin_hostel.png) left top;
	font: 10px Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: normal;
	text-align: right;
	}

#footer a
	{
	color: #000000;
	text-decoration: none;
	}

#fotos
	{
	width: 374px !important;
	height: 187px !important;
	z-index: 30 !important;
	margin: 21px 0 0 -5px !important;
	overflow: hidden !important;
	}
	
#navi
	{
	width: 750px;
	height: 27px;
	background: #074721 url(../images/navi_bg.gif) top repeat-x;
	font: 13px Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	color: #ffffff;
	text-align:center;
	line-height: 25px;
	}

#willk
	{
	display: inline;
	font: 13px Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	color: #ffffff;
	line-height: 25px;
	margin: 0;
	}

#links
	{
	width: 375px;
	float: left;
	}
	
#rechts
	{
	width: 375px;
	float: right;
	}

#text
	{
	padding-top: 12px;
	}

#text p
	{
	font: 12px Arial, Helvetica, sans-serif;
	line-height: 18px;
	color: #000000;
	margin: 0 17px 18px;
	}

td
	{
	font: 12px Arial, Helvetica, sans-serif;
	line-height: 18px;
	color: #000000;
	}
	
input.form,textarea.form,input.button
	{
	border: 1px solid #000;
	font: 12px Arial, Helvetica, sans-serif;
	line-height: 18px;
	color: #000000;
	}

input.form,textarea.form
	{
	width: 375px;
	margin-bottom: 10px;
	}

input.button
	{
	background: #f3efee;
	}


#text h1
	{
	font: bold 14px Arial, Helvetica, sans-serif;
	line-height: 18px;
	color: #095c2c;
	margin: 0 17px 18px;
	}

#text h2
	{
	font: bold 12px Arial, Helvetica, sans-serif;
	line-height: 18px;
	color: #095c2c;
	margin: 0 17px 0px;
	}

#text a
	{
	color: #f26f06;
	text-decoration: none;
	}

#text a:hover
	{
	color: #fa882c;
	}

p strong, p b
	{
	font-weight: bold;
	color: #095c2c;
	}

br.clear
	{
	clear: both;
	}

#bgcover
	{
	width: 100%;
	height: 100%;
	background: #f3efee;
	position: fixed;
	z-index: 1;
	}

#navi a
	{
	display:block;
	float: left;
	width: 94px;
	font: 12px Arial, Helvetica, sans-serif;
	line-height: 27px;
	color: #ffffff;
	height: 27px;
	text-decoration: none;
	}

#navi a:hover, #navi a.x
	{
	background: url(../images/over.gif) repeat-x;
	}

#navi #sub
	{
	float: left;
	width: 374px;
	background: url(../images/sub.gif) repeat-x;
	}
	
#map 
	{
	float: right;
	margin: -12px 0px 12px 17px;
	}

.lfoto
	{
	float: left;
	margin: 0 17px 17px 0;
	}

.lfoto img
	{
	margin: 0 1px 1px 0;
	}