#wrapper,#content{
   -moz-border-radius-topleft:0;
   -moz-border-radius-topright:0;
   -moz-border-radius-bottomright:0;
   -moz-border-radius-bottomleft:0;
   -webkit-border-radius:0 0 0 0;
   border-radius:0 0 0 0;
}


#wrapper	{
	min-width: 100%;
}

#search	{
	visibility: hidden;
}

.ym-g25	{
	width: 200px;
	height: 100%;
	position: fixed;
	left: -900px;
}

.ym-g75 {
	width: 100%;
}

#footer {
	width: 100%; /*macht ansonsten rechts einen Rand*/
}


#navButtons {
	width: 100%;
	height: 80px;
	line-height: 40px;
	text-align: center;
	font-size: 1.5em;
	display: inline-block;
	background-color: #FD0;
}

#closeBtn, #sideCloseBtn {
	display: none;
}

#openBtn, #sideOpenBtn {
	width : 49%;
	/*min-height: 60px;*/
	min-height: 80px;
	display: inline-block;
	/*background-color: red;*/
}

#openBtn {
	margin: -20px;
}

#header {
	padding: 0px;
}

#menu  {
    width: 200px;
    left: -300px;
    margin:0;
	padding-top: 0px;
	list-style: none;
	display: inline-block;
	margin: 1px;
	float: none;
	height: 100%;
	position: fixed;
}

#menu li ul {
	height: auto;
	opacity: 1;
	z-index: 0;
	position: static;
}

#logo {
	display: none;
}



#menu ul {
	padding: 0px; /*anonsten Abstand vno linken Rand*/
}

#menu li ul li a {
	padding-top: 20px; /*links groesser machen*/
	padding-bottom: 20px;
}

/*wenn Menue geoeffnet ist*/

#openNav:target #menu {
	width: 100%;
	height: 100%;
	position: static;
}

#openNav:target ul {
	width: 100%;
	display: block;
}

#openNav:target ul li {
	display: block;
}

#openNav:target li:hover ul {
	padding: 0px;
}

#openNav:target ul li ul li {
	padding-left: 20px;
}

#openNav:target #navButtons #openBtn {
	display: none;
}

#openNav:target #navButtons #closeBtn {
	width : 49%;
	height: 80px;
	display: inline-block;
	/*background-color: blue;*/
}

#openNav:target #content {
	display: none;
}

#openSidebar:target .ym-g75{
	display: none;
}

#openSidebar:target .ym-g25 {
	width: 100%;
	position: static;
}

#openSidebar:target #sideOpenBtn {
	display: none;
}

#openSidebar:target #sideCloseBtn {
	width : 49%;
	height: 80px;
	display: inline-block;
	/*background-color: blue;*/
}