/* CSS Document */
body {
	background-color: #FFF;
}
.myForm {
	max-width: 600px;
	margin-left: auto;
	margin-right:auto;
}
.error {
	color: #CC0000;	
	font-weight: normal;
}

.datett, .datemm {
	width: 90px;
	float: left;
	margin-right: 10px;	
}
.dateyyyy {	
	width: 90px;
}
span.error {
	display: block;
}

.footnote {
	margin-bottom: 40px;
	text-align: center;	
}

.form-control {
	background-color: #F5F5F5;
}

.form-control:focus{
	border-color:#AAA;
	outline:0;
	-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(214,238,149,.6);
	box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(214,238,149,.6)
}

.myForm h2 {
	display: none;
}
.year {
	font-weight: 700;
    float: left;
    padding-top: 3px;
    font-size: 20px;
}

.note {
	font-weight: normal;	
}


.btn {
    white-space: initial;
}
.btn-primary {
    color: #fff;
    background-color: #DC0006;
    border-color: #DC0006;
	width: 100%;
}

.btn-primary:hover, .btn-primary:active {
    color: #fff;
    background-color: #DC0006;
    border-color: #DC0006;
}

.btn-anmelden {
	text-align:center;	
}

.spacer-bottom {
	
	margin-bottom: 30px;	
}

.alert-success {
    /*color: #DC0006;
    background-color: #EEE;
    border-color: #DC0006;*/
}

.teaser-intro-text a, .myForm a {
	text-decoration: underline;	
}

label .disclaimer {
	font-size: 12px;
	line-height: 12px;	
}

.btn-small {
	width: initial;	
}

.checkbox label {
	font-size: 16px;
}

.myForm .radio {
	
}

.rechtstext {
    padding: 20px;
}