*{
	padding: 0px;
	margin: 0px;
}

body{
	background-color: #FBF4E4;
	background-image: url(../images/layout/body_hintergrund.jpg);
	background-position: center;
}

/* Layout */

#wrapper{
	position:absolute;
	background-image: url(../images/layout/wrapper_hintergrund.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	min-width: 900px !important;
	width: 100%;
	height: 900px;
}
#top{
	position: relative;
	margin: 0px auto;
	background-image: url(../images/layout/top_logo.jpg);
	background-repeat: no-repeat;
	background-position: 452px 0;
	height: 48px;
	width: 900px;
	line-height: 48px;
}
#body{
	position: relative;
	margin: 0px auto;
	width: 900px;
}
#banner{
	position: absolute;
	background-image: url(../images/layout/banner.jpg);
	height: 359px;
	width: 900px;

}
#navigation{
	position: relative;
	width: 237px;
	background-image: url(../images/layout/navigation_hintergrund.jpg);	
}
#navigation_oben{
	position: absolute;
	top: 359px;	
	background-image: url(../images/layout/navigation.jpg);
	width: 237px;
	height: 543px;
	text-align: left;
}
#content{
	position: absolute;
	top: 360px;
	left: 238px;
	width: 662px;
}
#text{
	margin: 0 0 0 50px;
	width: 600px;
	padding-bottom: 120px;

}
	div#textindex{
		float: left;
		margin: 0 0 0px 50px;
		padding-right: 15px;
		padding-bottom: 70px;
		width: 415px;		
	}
	div#bilderindex{
		float: left;
		margin: 0 0 0px 50px;
		width: 100%;
	}	
	div#textzentriert{
		float: left;
		margin: 0;
		width: 320px;
		padding-bottom: 100px;		
	}
	div#anfahrt{
		margin: 0 0 0px 50px;
		width: 300px;
		padding-bottom: 100px;		
	}
	
	div#rechtebilder{
		float: right;
		width: 170px;
	}

span#datenschutz{
	display: none;
}

table tr td{
	vertical-align: top;
}

/* Bilder */

div.bilderlinks{
	float: left;
	width: 140px;
}
div.bilderrechts{
	float: right;
	width: 140px;
}

img.bilderrechts{
	float: right;
}
img.bilderlinks{
	float: left;
}

.blume{
	background-image: url(../images/layout/hintergrund_content.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
}

.zentrieren{
	margin: 0 auto 0 auto;
}

.textrechts{
	float: right;
	width: 220px;
	padding-left: 20px;
}
.textlinks{
	float: left;
	width: 60%;
}
div#content img.margin{
	margin: 0 10px 10px 10px;
}

img#anfahrtsskizze_klein{
	margin: 0px; 
	border: 5px solid #FFF;
}
/*print layout */

img#print_banner{
	display: none;
}
img#print_anfahrtsskizze{
	display: none;
}
.print{
	display: none;
}
