/* CSS Document */
#anmeldung_hintergrund {
	padding-bottom:40px;
}
#anmeldung_inhalt {
width:70%;
margin-left:15%;
margin-top:2em;
}
#anmeldung_inhalt h2{
	text-align:center;
	padding:10px 0;
	color:#a6b7c8;
}
#anmeldung_inhalt table {
	width:100%;
	color:#666;
	font-size:110%;
	background-color:#fff;
	border-collapse:collapse;
	border: 0px solid black;
}
#anmeldung_inhalt td {
	padding:10px 0;
	vertical-align: top;
	text-align: left;
	border:0px solid blue;
	
}

#anmeldung_inhalt input {
	line-height:200%;
}
select {
	height:2em;
}
.hilfetext {
	color:#ff8080;
	font-size:15px;
}
.pflichtfeld {
	vertical-align:middle;
	color:#ff8080;
	font-size:100%;
}

input[type=submit], input[type=button] {
	display: inline-block;
	text-align:center;
	padding: 0px;
	margin:0 10px;
	width:200px;
}

input[type=checkbox] {
	vertical-align:middle;
	width:20px;
	height:20px;
}
.buttonlink {
	background-color:#ff8080;
	border-radius:4px;
	padding:10px 20px;
	color:#fff;
	text-decoration:none;
}

/* MEDIA QUERIES */

@media only screen and (max-width:480px) {
	#anmeldung_inhalt {
		width:96%;
		margin-left:2%;
}

	#anmeldung_inhalt table {
		width:100%;
		color:#666;
		font-size:105%;
		background-color:#fff;
		border-collapse:collapse;
	}
	#anmeldung_inhalt td {
		display:block;
		text-align:center;
	
	}

.hilfetext {
	color:#ff8080;
	font-size:15px;
}
.pflichtfeld {
	color:#ff8080;
	font-size:15px;
}
input[type=submit], input[type=button] {
	display: block;
	text-align:center;
	padding: 0 25px;
	width:200px;
	margin:10px auto;;
}
	
}
