
/* DATENSCHUTZ */
.cc_container .cc_btn {
    background-color: #ff7b00 !important; /* Farbe des Buttons */
    color: #fff !important; /* Textfarbe des Buttons */
    text-decoration: none !important;
}

.cc_container {
    background: #000 !important; /* Hintergrundfarbe des gesamten Bereichs */
    color: #fff !important; /* Schriftfarbe des gesamten Bereichs */
}

    .cc_container a {
        color: #fff !important; /* Textlink-Farbe "Mehr Infos" */
        text-decoration: underline !important;
    }
/* ENDE DATENSCHUTZ */
body {
background-color: #eeeeee;
margin: 0;
padding: 0;
font-family: arial;
font-size: 100%;
-ms-text-size-adjust: none;
overflow-x: hidden;
color: #484848;
padding: 20px 20px 20px 20px;
}


h1 {
font-family: Arial;
color: #484848;	
font-size: 350%;
margin: 0px 10px 10px 0px;
float: left;
text-transform:uppercase;
}

h2 {
font-family: Arial;
color: #484848;	
font-size: 150%;
margin: 0px 0px 0px 0px;
padding: 10px 10px 10px 10px;
float: left;
text-transform:uppercase;
background-color: #ffffff;	
}

h3 {
font-family: Arial;
color: #000;	
font-size: 120%;
margin: 20px 10px 10px 10px;
text-transform:uppercase;
}

.wrapper {
height: 100%;
width: 100%;
border: 0px solid red;	
margin: 0 auto;
}

.header {
height: 100%;
width: 100%;
border: 0px solid yellow;	
}

.hintergrund_grau {
background-color: #A09E97;
padding: 32px 16px 32px 16px;
margin-top: 20px;
border: 0px solid red;	
}

.content {
background-color: #fff;
min-height: 750px;
max-height: 100%;
border: 0px solid red;	
padding: 32px 16px 32px 16px !important;
}

.content_links {
border: 1px solid #b1b3b6;
margin: 40px 0px 0px 0px;
min-width: 48.50%;
max-width: 48.50%;
min-height: 650px;
float: left;
}

.content_rechts {
border: 1px solid #b1b3b6;
margin: 40px 0px 0px 0px;
min-width: 48.50%;
min-height: 650px;
max-width: 48.50%;
float:right;
}


	
	input[type=text]{
	background-image: url("../img/vf_ok.png");
    background-position: right;
    background-repeat: no-repeat;
	font-family: arial;
	color: #525252;
	font-size: 100%;
	width: 100%;
	padding: 3px;
	border: 2px solid #e6e6e6;
}

	input[type=password]{
	background-image: url("../img/vf_ok.png");
    background-position: right;
    background-repeat: no-repeat;	
	font-family: arial;
	color: #525252;
	font-size: 100%;
	width: 100%;
	padding: 3px;
	border: 2px solid #e6e6e6;
}

	input:invalid {
    background-image: url("../img/vf_invalid.png");
    background-position: right;
    background-repeat: no-repeat;
    border: 2px solid #e6e6e6;
}

	input[type=checkbox]{
    display: block;
	float:left;
	margin: 0px 15px 0px 0px !important;
	
}


	textarea {
	background-image: url("../img/vf_ok.png");
    background-position: right top;
    background-repeat: no-repeat;
  	font-family: arial;
	color: #525252;
	font-size: 100%;
	width: 100%;
	padding: 3px;
	border: 2px solid #e6e6e6;
}

	textarea:invalid {
	background-image: url("../img/vf_invalid.png");
    background-position: right top;
    background-repeat: no-repeat;
  	font-family: arial;
	color: #525252;
	font-size: 100%;
	width: 100%;
	padding: 3px;
	border: 2px solid #e6e6e6;
}

	input[type=submit]{
	font-family: arial;
	background-color: #3d3d3d;
	color: #fff;
	font-size: 100%;
	padding: 8px;
	cursor: pointer;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border:0 none;
	font-weight: bold;
}

	input[type=submit]:hover{
	font-family: arial;
	background-color: #000;
	color: #fff;
	font-size: 100%;
	padding: 8px;
	cursor: pointer;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border:0 none;
	font-weight: bold;
}

	input[type=button]{
	background-color: #c2c2c2 !important;
color: #fff !important;
font-size: 100%;
padding: 15px 40px 15px 40px;
cursor: pointer;
-webkit-border-radius: 2px;
border-radius: 0px;
border: 1px solid #c2c2c2 !important;
font-weight: bold !important;
text-decoration: none;
}

	input[type=button]:hover{
	background-color: #dddddd !important;
color: #fff !important;
font-size: 100%;
padding: 15px 40px 15px 40px;
cursor: pointer;
-webkit-border-radius: 2px;
border-radius: 0px;
border: 1px solid #dddddd !important;
font-weight: bold !important;
text-decoration: none;
}

	select {
	font-family: arial;
	background-color: #fff;
	color: #525252;
	font-size: 100%;
	padding: 3px;
	width: 80%;
	cursor: pointer;	
	border: 2px solid #e6e6e6;
	
}

p {
margin: 20px 20px 20px 20px;	
}



/*----------neu----------*/

.content_gesamt {
border: 1px solid #b1b3b6;
margin: 40px 0px 0px 0px;
min-width: 100%;
min-height: 650px;
}

.shadow {
    background: #FFFFFF;
        background-color: rgb(255, 255, 255);
    border: 1px solid #b5b5b5;
    -webkit-box-shadow: 0px 0px 4px #b5b5b5;
    -moz-box-shadow: 0px 0px 7px #b5b5b5;
    box-shadow: 0px 0px 4px #b5b5b5;
}