@import url(text.css);
@import url(guestbook.css);

body, html {
	text-align:center;
	background: url(/fileadmin/bilder/layout/hintergrund.jpg) repeat;
	}
	
#aussen {
	width:870px;
	margin:0px auto;
	margin-top: 0;
	margin-left: 2;
	margin-right: 2;
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
	background: #ffffff;
	z-index: 1;
}
#banner {
	width: 870px;
	padding: 0;
	z-index: 3;
}

#menu {
	position: relative;
	width: 868px;
	height: 25px;
	background: #E6E6E6;
	margin: 2px;
	z-index: 5000;
}
#links {
	text-align:left;
	position: relative;
	height: 100%;
	float:left;	
	width: 160px;
	background-color: #ffffff;
	padding: 6px;
	z-index: 4;
}
#links1 {
	text-align:left;
	position: relative;
	float:left;	

	height: 200px;	
	width: 150px;
	background-color: #E6E6E6;
	padding: 6px;
	z-index: 8;
}

#mitte {
	text-align:left;
	position: relative;
	height: 100%;
	float: left;	
	width: 520px;
	background: #ffffff;
	padding: 6px;
	z-index: 7;
}
#rechts {
	text-align:left;
	position: relative;
	float:right;	
	width: 150px;
	background-color: #ffffff;
	padding: 6px;
	z-index: 5;
}
#unten {
	text-align:center;
	position: relative;
	height: 20px;
	width: 850px;
	background: url(/fileadmin/bilder/layout/unten.jpg) repeat;
	background-color: #ffffff;
	padding: 6px;
	z-index: 6;
}
