@charset "UTF-8";
/* CSS Document */
/*
.clear{
	clear: both;
	width: 0px;
	height: 0px;
}
body {
	padding: 0px;
	margin: 0px;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size: medium;
}

header {
	width: 100%;
	height: 150px;
	border-bottom: 1px solid #9C9A9A;
	left: auto;
	right: auto;
	margin-bottom: 20px;
	border-top: 4px solid #FFCC00;
	background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(244,244,244,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(244,244,244,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(244,244,244,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(244,244,244,1.00) 100%);
}
#logo{
	width: 96%;
	max-width: 984px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 2%;
	padding-right: 2%;
	margin-top: 15px;
}
#logo img {
	float: left;	
}
#logo .titel {
	font-weight: bold;
	margin-top: 70px;
	color: #003E6F;
	float: right;
}
#logo .titel a{
	color: #000000;	
}
#logo .titel a:hover{
	color: #FECB00;
}
*/



#content {
	width: 96%;
	max-width: 984px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 2%;
	padding-right: 2%;
	margin-top: 15px;
	min-height: 440px;
}
#content li{
	margin-bottom: 10px;
	margin-top: 20px;
	margin-left: 25px;
}
#content .ueberschrift {
	width: 96%;
	padding-top: 2%;
	padding-right: 2%;
	padding-bottom: 2%;
	padding-left: 2%;
	background-color: #F9F9F9;
	border: 1px solid #6A6A6A;
	border-radius: 6px;
	margin-bottom: 15px;
}
#content .uebersicht a {
	color: #000000;
}
#content .uebersicht a:hover{
	color: #C0292C;
}
#content .hinweis_links {
	float: left;
	width: 45%;
	border: 1px solid #9D9A9A;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-size: small;
}

#content .datenschutz_rechts {
	float: right;
	width: 45%;
	border: 1px solid #9D9A9A;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-size: small;
}
#content .hinweis {
    width: 45%;
    border: 1px solid #9D9A9A;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    font-size: small;
    margin-top: 25px;
}
.captcha {
    float: right;
    margin-bottom: 20px;
}
#content .formular {
	margin-bottom: 10px;
	margin-top: 10px;
}
#content .input {
	width: 60%;
	background-color: #F9F9F9;
	border: 1px solid #6A6A6A;
	border-radius: 6px;
	float: right;
	padding: 5px;
	margin-bottom: 5px;
}
#content .input_upload {
	width: 90%;
	background-color: #F9F9F9;
	border-radius: 6px;
	padding: 5px;
	margin-bottom: 15px;
}
#content .checkbox {
	background-color: #F9F9F9;
	border: 1px solid #6A6A6A;
	border-radius: 6px;
	float: left;
	padding: 5px;
	margin-bottom: 5px;
	margin-left: 6%;
}
#content .area {
	width: 60%;
	background-color: #F9F9F9;
	border: 1px solid #6A6A6A;
	border-radius: 6px;
	float: right;
	padding: 5px;
	margin-bottom: 5px;
}
#content label {
	width: 35%;
	float: left;
	padding-top: 5px;
	text-align: right;
	font-size: small;
}
#content .meldung {
	width: 100%;
	text-align: center;
	font-size: small;
	border: 1px solid #716F6F;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-bottom: 10px;
}


.rot_fett {
	color: #C1070A;
	font-weight: bold;
}




@media screen and (max-width:650px){
#content .hinweis_links {
	float: none;
	width: 95%;
	margin-bottom: 25px;
}

#content .datenschutz_rechts {
    float: none;
    width: 95%;
    margin-bottom: 25px;	
}

}


/*
footer {
	width: 100%;
	padding-top: 20px;
	padding-bottom: 40px;
	background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(244,244,244,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(244,244,244,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(244,244,244,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(244,244,244,1.00) 100%);
	margin-top: 20px;
	border-top: 4px solid #FFCC00;
}
footer .f_inhalt {
	font-size: small;
	width: 96%;
	max-width: 984px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 2%;
	padding-right: 2%;
}
footer .f_inhalt a{
	color: #000000;
	float: left;
	margin-left: 75px;
}
footer .adresse {
	float: left;
}
footer .adresse p{
	font-size: x-small;
}
*/