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


img { border: none}


body {
  text-align:center;
  border-style: none
  background-color : #FEFCE3;
  color            : #000000;
	}
	
#links {
	text-align:left;
	position: relative;
	height: 100%;
	float:left;	
	width: 130px;
	background-color: #FEFCE3;
	padding: 0px;
	z-index: 4;
}
#menu {
    float:left;	
   	position: relative;
	width: 130px;	
	background: #FEFCE3;
	margin-right:10px;
	padding: 0px;

	z-index: 5000;
}

#mitte {
	text-align:left;
	height: 100%;
	float:left;	
	width: 600px;
	background: #FEFCE3;	
	padding: 7px;
	z-index: 10;
}