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

body, html {
	text-align:center;
	
	}
	
#aussen {
    width:780px;
	text-align:left;
	margin:0px auto;
	margin-top: 20px;
	margin-left: 2;
	margin-right: 2;
	border-width: 1px;
	border-style: solid;
	border-color: #000000;	
	z-index: 1;
}
#banner {
	width: 780px;
	padding: 0;
	z-index: 3;
	margin-bottom: -7px;

}
#trenn {
	width: 780px;
	padding: 0;
	z-index: 3;
}

#links {
	text-align:left;
	position: relative;
	height: auto;

	float:left;	
	width: 170px;
	background-color: #ffffff;
	padding: 6px;
	z-index: 400;
}
#menu {
   
	position: relative;
	width: 170px;
    height: auto;

	float:left;		
	z-index: 5000;
}

#mitte {
 background: #ffffff url(/fileadmin/bilder/allgemein/hintergrund.jpg) repeat right 0px; color: #ffffff; 
	position: relative;
	height: 100%;
	float:left;	
	width: 570px;
	margin-top: 5px;
	margin-left: -0px;
	padding-left: 12px;
	padding-top: 5px;
	z-index: 7;
}
#unten {
	text-align:center;
	position: relative;
	height: 50px;
	width: 765px;
	background-color: #ffffff;
	padding: 6px;
	z-index: 6;
}