
/* CSS Document -700*/

/* -------------------Client Style */

/* -------------------Allgemein */

/* -------------------Links */

/* -------------------Header */

.upmenu{
	display: none;
}

/* -------------------Content */

.sample {
	display: none;
}

.m2{
	margin-left: 0px;
}

.hidden{
display: none;
}

.box50{
	width: 100%;
	float:none;
}

.b-lr-border {
	min-height: 0px;
}

.abstandoben {
	margin-top:20px; 
}

.logininput {
	width: 75%;
}

.in {
	width: 70%;
}

.in-kontakt {
	width: 80%;
}

.in-short {
	width: 20%;
}

.in-area {
	width: 80%;
}

.in-area-kontakt {
	width: 80%;
}

/* -------------------Footer */

/* -------------------Navigation */

	.menue-button {
		display: block;
		position: absolute;
		right: 0;
		top: 35px;
		right: 15px;
		cursor: pointer;
		text-decoration: none;
	}	
	
	#bereichlogo {
	margin-bottom: 10px;
}
	
	#steuerung {
		float: left;
		width: 100%;
		display: none;
		margin-top: 0;
	}
	
	#steuerung li {
		width: 100%;
		border-top: 1px solid #e5e5e5;
		padding: 10px 0px 10px 20px;
		color: #ffffff;
	}	
	
/* Steuerung einzublenden */
#nav-menue:target #steuerung {
	display: block;
}
/* ausblenden des Men�-Buttons �ffnen - Schlie�en sichtbar */
#nav-menue:target .menue-button-beschr-open {
	display: none ; 
}	
