body{
	background-color: #58D3F7;
	font-size: 200%;
	font-family: 'Open Sans', sans-serif;
	width: 1200px;
	
}


div#header{
	width: 1200px;
	height: 180px;
	margin: 50px;
	float:left;	
}

div#header img{
	float:left;
	margin: 10px;
}

div#button_header{
	width: 350px;
	height: 1750px;
	float:left;
	
}


div#button_header a{
	
	text-decoration:none;
}


div#button_header_links{
	width: 300px;
	height: 25px;
	background-color: #0000FF;
	border: none;
	float:bottom;
	border-radius: 15px;
	margin: 3px;
	text-align: center;
	padding: 5px;
	color:white;
	font-size:50%;	
}

div#Auswahlzeiger{
	margin-top: 11px;
	margin-left: 5px;
	width: 12px;
	height: 5px;
	background-color: white;
	float: left;
	border-radius: 6px;
	animation: animateright 0.4s;
}
div#basartitle{
	float:right;
	height: 200px;
	color: white;
				
}

div#Meldung{
	color:red;
	font-size: 70%;
}

div#Formular{
	margin-left:50px;
	width: 600px;
	float:left;
}

div#Formular label{
	float: left;
	height: 50px;
	margin:5px;
}


div#Formular button{
	float: right;
	border-radius:15px;
	height: 50px;
	background-color: #0000FF;
	color:white;
	border: none;
	margin:5px;
}



div#Formular option{
	color: grey;
	text-align: center;
	font-size: 100%;
}



.eingabeform{
	float: right;
	height: 50px;
	border-radius: 15px;
	border: none;
	margin: 5px;
	padding: 5px;
	color: grey;
	text-align: center;
	font-size: 100%;
}






.checkform{
	float: right;
	width: 50px;
	height: 50px;
	border-radius: 15px;
	border: none;
	margin: 5px 40px 5px 5px;
	padding: 5px;
}

div#Trenner{
	width:1200px;
	height: 20px;
	border-top: 2px solid white;
	border-left: 2px solid white;
	float:left;
}


.notshown {
	position:absolute;
	left:-9999px;
}

label{
	width:1200px;
	float:left;
	color:white;
	font-size:70%;
	margin: 10px 0px;
	text-indent: 10px;
}



div#klappmenue{
	position: relative;
	float:left;
}

input:checked ~ .open, input:not(:checked) ~ .close {
	display: none;
}






input:checked ~ div#Formular{
	opacity: 1;
	max-height: 1000px;
	transition: all 0.5s linear; 
	
}

input:not(:checked) ~ div#Formular{
	opacity: 0;
	max-height: 0px;
	transition: all 0.5s linear; 
	overflow:hidden;
}



.schmal{
	width: 100px;
}

.mittels{
	width:140px;
}


.mittel{
	width:240px;
}

.breit{
	width: 450px;
}

