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

body {
  text-align:center;
  background-color : #E3F4F9;
  background-image : url('/fileadmin/bilder/layout/hintergrund.jpg');
  background-repeat: repeat-x;
  background-position : 0px 75px;
  color            : #000000;
	}
	
#links {
	text-align:left;
	position: relative;
	height: 98%;
	float:left;	
	width: 120px;
	background-color: #FFFFB0;
	padding: 4px;
	z-index: 4;
}
#menu {
    min-height:400px;
    height:auto !important;
    height:400px;

	position: relative;
	width: 110px;	
	background: #F3FEA9;
	margin: 2px;
	z-index: 5000;
}

#mitte {
	text-align:left;
	position: relative;
	height: 98%;
	float: left;	
	width: 440px;
	background: #ffffff;
	padding: 7px;
	z-index: 7;
}

#rechts {
	text-align:left;
	position: relative;
	height: 98%;
	float: left;	
	width: 100px;
	border-left-width: 1px;
    border-left-style: dashed;
	border-color: #d6d6d6;
	background: #ffffff;
	padding: 4px;
	z-index: 7;
}
