#menuBtn{
	display: block;
}

#head{
	position: relative;
	border-top: 2px solid #FFF;
	height: auto;
	left: 0px;
	margin-top: 12px;
}
	#langSwitch{
		top: auto;
		bottom: 15px;
		right: 15px;
		font-size: 150%;
	}
		
	#head img{
		width: 80%;
		height: auto;
		margin-left: 10%;
		margin-bottom: 15px;
	}
	#headWrapper{
		width: auto;
	}

#spacerWrapper{
	margin-top: -10px;
}
#spacer {
    margin-top: 10px;
    height: 120px;
}
	#headText{
		height: 60px;
		margin-top: 30px;
	}
	#menuWrapper{
		padding-top: 10px;
		padding-bottom: 10px;
		width: 100%;
	}

#wrapperBG{
	display: none;
}

#contentWrapper{
	width: auto;
	text-align: left;
}

#content{
	width: auto;
	
	padding: 15px;
	
	background: #FFF; 
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
#contentDrittel{
	margin: 0px;
	width: auto;
}

#primary_nav_wrap{
	display: none;
}

#primary_nav_wrap ul{
	float:none;
}

#primary_nav_wrap ul li{
	float:none;
}

#primary_nav_wrap ul li{
	border-bottom: 0px;
}

#primary_nav_wrap ul li.current-menu-item{
	border-bottom: 0px;
}

#primary_nav_wrap ul li:hover{
	border-bottom: 0px;
	background: #EEE;
}

.linkBild, .linkBildMitte{
	width: 300px;
}

.linkBildMitte {
    margin-left: 0px;
    margin-right: 0px;
}

.drittelBloecke{
	width: 320px;
	margin: auto;
}

.drittelTable, .drittelTable tbody, .drittelTable tr, .drittelTable td{
	display: block;
	width: auto;
	text-align: center;
}
.contentDrittelMitte{
	border: 0px;
}
.twoCols{
	column-count: 1;
	-moz-column-count: 1;
	-webkit-column-count: 1;
	text-align: justify;
}
