 div.menu{
float: right;
margin-right:150px; 
width: 70px;
margin-top:30px



}

.accordionMenu {
  font: 13px Helvetica, sans-serif;
  color:#424242;
  background: #fff;
  height: 400px;
  margin-right:50px;z-index:4;

position:fixed;
background-color:rgba(255,255,255,.9);

}
.accordionMenu h2 {
  margin:0px 0;
  padding:0;
}
.accordionMenu h2 a {
  font-size: 14px;
  display: block;
  font-weight: normal;
  color:#333;
  text-decoration:none;
  padding:7px;
  border-bottom: #FFF 2px dotted

}
.accordionMenu :target h2 a,
.accordionMenu h2 a:focus,
.accordionMenu h2 a:hover,
.accordionMenu h2 a:active {
	background: #fff;
	color:#a8bdc7;
}

.accordionMenu p {
  padding:0 30px;
  margin:0;
  height: 0;
  overflow: hidden;
  	background: #;

  -moz-transition: height 0.5s ease-in;
  -webkit-transition: height 0.5s ease-in;
  -o-transition: height 0.5s ease-in;
  transition: height 0.5s ease-in;
}

.accordionMenu :target p {
  overflow: hidden;
  height:120px;
}

.menueauswahl p {
  height: 120px;   	
}
.menueauswahl h2 {
background: #fff;
}

div.menubutton {
float: right;
margin-top:-20px;
right:150px;
position:fixed;
z-index:3


}

#spoiler {
	display: none;
}