<STYLE>
	<!--
	* {
    margin: 0px;
    padding: 0px;
    border: none;
}
@import url(https://fonts.googleapis.com/css?family=Lato:400,700,300);

body {
  font-family: 'Lato', sans-serif;
  
  }
 
  .container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  background-color: #bf7a6b;
  background-image: -webkit-linear-gradient(bottom left, #bf7a6b 0%, #e6d8a7 100%);
  background-image: linear-gradient(to top right,#bf7a6b 0%, #e6d8a7 100%);
}

	/*** GRUNDGERÜST ***/
	#container {margin-left:auto; margin-right:auto; width: 900px;}
	#clear {clear: both;}
	#content {margin-left:auto; margin-right:auto; width: 900px;}
	#abstand {margin-left:auto; margin-right:auto; width: 900px;height:20px;}
	#previewcontainer {margin-left:auto; margin-right:auto; width: 300px;}
	.umrahmung {width:550px; border: 1px solid #cccccc; border-radius: 10px; padding:10px;box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);}	
	
	.beitragtitel {width: 900px; background-color: #ccc; height:50px;margin-bottom: 10px;padding-left:10px;padding-top:3px;}
	.beitragtitel_kalender {width: auto; background-color: #fee227; margin:auto 5px auto 5px; padding: 2px 2px 2px 2px;}
	.beitragtitel_kalender_kastl {width: auto; height:100px;margin-bottom: 10px;}
	.beitragtitel_dringend {width: 900px; background-color: #ccc; height:60px;margin-bottom: 10px;padding-left:10px;padding-top:3px;}
	.beitragtitel_published {width: 900px; background-color: #fee227; height:auto;margin-bottom: 10px;padding-left:10px;padding-top:3px;}	
	.beitragtitel_startseite {width: 900px; background-color: #ccc; height:80px;margin-bottom: 10px;padding-left:10px;padding-top:3px;}
	.beitragtitel_startseite_dringend {width: 900px; background-color: #ccc; height:90px;margin-bottom: 10px;padding-left:10px;padding-top:3px;}
	.beitragtitelgruen {width: 900px; background-color: #76BA1B; height:50px;margin-bottom: 10px;padding-left:10px;padding-top:3px;}
	.beitragtitelgruen_startseite {width: 900px; background-color: #76BA1B; height:80px;margin-bottom: 10px;padding-left:10px;padding-top:3px;}
	.beitragtitelrot {width: 900px; background-color: #ffcccc; height:50px;margin-bottom: 10px;padding-left:10px;padding-top:3px;}
	.beitragtitelrot_startseite {width: 900px; background-color: #ffcccc; height:80px;margin-bottom: 10px;padding-left:10px;padding-top:3px;}
	.beitragtitelrot_startseite_dringend {width: 900px; background-color: #ffcccc; height:90px;margin-bottom: 10px;padding-left:10px;padding-top:3px;}
	.beitragtitelrot_plattform_dringend {width: 900px; background-color: #ffcccc; height:60px;margin-bottom: 10px;padding-left:10px;padding-top:3px;}
	.beitragtitelgelb {width: 900px; background-color: #fee227; height:50px;margin-bottom: 10px;padding-left:10px;padding-top:3px;}
	.beitragtitelgelb_startseite {width: 900px; background-color: #fee227; height:80px;margin-bottom: 10px;padding-left:10px;padding-top:3px;}
	.beitragmenu {width: 900px; height:30px;padding-left:10px;padding-bottom:10px;border-bottom: dotted 1px #ccc;}
 
	.titel {font-family:Verdana, Arial; font-size: 24pt; color:#000000;font-weight:bold;}
	.vorspann {font-family:Verdana, Arial; font-size: 14pt; color:#000000;font-style:bold;}
	.beitragtitelfont {font-family:Verdana, Arial; font-size: 14pt; color:#000000;font-style:bold;}
	.text {font-family:Verdana, Arial; font-size: 12pt; color:#000000;padding-bottom:10px;}
	.text10 {font-family:Verdana, Arial; font-size: 10pt; color:#000000;}
	.datumzahl {font-family:Verdana, Arial; font-size: 16pt; color:#000000;font-style:bold;}

	
	p {font-family:Verdana, Arial; font-size: 12pt; color:#000000;}
	
	
	a {font-family:Verdana, Arial; font-size: 10pt; color:#000000;text-decoration:none;}
	a:link {font-family:Verdana, Arial; font-size: 10pt; color:#000000;text-decoration:none;}
	a:visited {font-family:Verdana, Arial; font-size: 10pt; color:#000000;text-decoration:none;}
	a:hover {font-family:Verdana, Arial; font-size: 10pt; color:#000000;text-decoration:none;}	
	.menue {font-family:Verdana, Arial; font-size: 10pt; color:#000000;text-decoration:none;}
	
	.mailnachricht{font-family:Verdana, Arial; font-size: 14pt; color:#000000;}
	
	/**** CHECKBOX ****/
	/* The container */
.container2 {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.container2 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;

}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;

}

.text_align_middle
{text-align: middle}

/* On mouse-over, add a grey background color */
.container2:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container2 input:checked ~ .checkmark {
  background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container2 input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container2 .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
	
	
	/**** CHECKBOX ENDE *****/

	
	.button_link_start {
  background-color: #ffffff;
  border: 1px dotted #000;
  width:600px;
  padding: 16px 32px;
  text-decoration: none;
  margin: 4px 2px;
  font-size: 20pt;
  color:#000;
  cursor: pointer;
}

	.button_link_klein {
  background-color: #ffffff;
  border: 1px dotted #000;
  width:150px;
  padding: 16px 32px;
  text-decoration: none;
  margin: 4px 2px;
  font-size: 20pt;
  color:#000;
  cursor: pointer;
}

	.button_link_small {
  background-color: #ffffff;
  border: 1px dotted #000;
  width:300px;
  padding: 16px 32px;
  text-decoration: none;
  margin: 4px 2px;
  font-size: 20pt;
  color:#000;
  cursor: pointer;
}
	.button_link_foto {
  background-color: #bb7700;
  border: none;
  width:500px;
  color: black;
  padding: 8px 16px;
  text-decoration: none;
  margin: 4px 2px;
  font-size: 14pt;
  color:#fff;
  cursor: pointer;
}

	.button_link_datum {
  background-color: #bb7700;
  border: none;
  width:300px;
  color: black;
  padding: 8px 16px;
  text-decoration: none;
  margin: 4px 2px;
  font-size: 14pt;
  color:#fff;
  cursor: pointer;
}

.radio-button
 {
  position: relative;
  margin: 20px 0;
}

input[type="radio"] {
  -ms-transform: scale(2); /* IE 9 */
  -webkit-transform: scale(2); /* Chrome, Safari, Opera */
  transform: scale(2);
} 
  -->
  </STYLE>