body {
	margin: 0px;
	padding: 10px 10px 10px 10px;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #313131;
	height: 100%;
	padding: 0;
}
a:link, a {
  text-decoration: none;
  color: #275b86;
}
a:hover {
    color: #ed1c24;
}
.form_wrapper{width:680px;}

input[type="text"], textarea, select {
    background: none repeat scroll 0 0 #f9f9f9;
}
.label {
	font-weight: bold;
}

div#inhalt {
	width: 580px;
	height: auto;
}

div#content {
	/*margin:50px;*/					/* Testing */
	margin:0px;							/* Production */	
	padding-bottom:60px;
}
div#content a {
	color: #00488E;
	text-decoration: underline;
}
div#content h2 {
	font-size: 14px;
	margin: 0px 0px 0px 0px;
	line-height: 22px;
	font-weight: bold;
	color: #000000;
}

div#content h2.abstand {
	padding-bottom:1.5em;
	float:left;
}

div#content p {
	margin:0px 0px 1.5em 0px;
	padding:0px;
	line-height:145%;
	width:425px;
}

div.error {
	border: 1px solid #900;
	background-color:#FF9;
	display:block;
	margin-bottom: 20px;
	padding: 10px;
}

/* FORMULARE */

form.irform {
	width:31em;
	margin-top:0px;
	padding-top:0px;
}

form.irform input.error {
	background-color:#F5D0D5;
}

form.irform h2 {
	padding:0em;
	float:left;
	width:100%;
}

form.irform h2.abstand {
	padding-bottom:1.5em;
}


form.irform span.pflicht {
	float:right;
	display:block;
	padding-right:7em;
}

form.irform span.label_radiobutton {
	border:0px;
	display:inline;
	width:20px;
	vertical-align:top;
}

form.irform span.label_checkbox {
	border:0px;
	display:inline;
	vertical-align:top;
}


form.irform input[type=radio] {
	/*width: 10px;
	margin: 0 20px 0 10px;*/
	position: relative;
	top: 2px;
	margin: 0;
}
form.irform input[type=radio] + label {
	padding-right: 5px;
}

form.irform input[type=checkbox] {
	margin: 0 0 5px 0;
	position: relative;
	top: 3px;
}

form.irform textarea {
	height:150px;
	width: 380px;
}

form.irform input.textfeld150, form.irform select.selectfeld150 {
	width: 150px;
	border: 1px solid #CCC;
	padding: 2px;
	margin: 2px 0;
}

form.irform input.textfeld200 {
	width: 250px;
	border: 1px solid #CCC;
	padding: 2px;
	margin: 2px 0;
}

form.irform select.selectfeld200 {
	width: 256px;
	border: 1px solid #CCC;
	padding: 2px;
	margin: 2px 0;
}

form.irform input.textfeld250, form.irform select.selectfeld250 {
	width: 250px;
	border: 1px solid #CCC;
	padding: 2px;
	margin: 2px 0;
}




/* Formvalidaion */
form.irform input[type=text].error, 
form.irform select.error, 
form.irform input[type=radio].error {
	border: 1px dotted red;
	background-color: #FFFFD5;
	color: red;
}

form.irform label.error {
	color: red;
	font-style: italic;
	font-weight: normal;
	border:0px;
	display:block;
	margin:3px 3px 5px 3px;
	float:left;
	vertical-align:top;
}

div.container {
	background-color: #eee;
	border: 1px solid red;
	margin: 5px;
	padding: 5px;
}
div.container ol li {
	list-style-type: disc;
	margin-left: 20px;
}
div.container { display: none }

form.irform label.error { display: none; }	


/* forms */
#kontaktform td {line-height: 18px;}
#kontaktform td.input {text-align: left;}
#kontaktform td.label {text-align: left; white-space: nowrap; min-width: 210px;}
#kontaktform input[type="text"], #kontaktform select {
	font-family: Arial, Helvetica, sans-serif;
  	font-size: 13px;
  	width: 350px;
  	background-color: transparent;
  	height: 15px;
  	border: #a9a9a9 1px solid;
}
#kontaktform select {width: 356px; height: 21px;}
#kontaktform .label_checkbox, #kontaktform .label_radiobutton {padding-left: 12px;}
#kontaktform textarea {border: 1px solid silver; width: 682px; height: 120px;}
/*#kontaktform input.submit {font-size: 12px; border: 1px solid #DBDBDB; background: url(../img/button.gif) no-repeat #BD0000; color: #fff; font-weight: bold; cursor: pointer; width: 192px; height: 26px; text-align: left; padding: 0 0 4px 12px;}*/

#FormAbmeldungEventReminder td, #FormAnmeldungEventReminder td {line-height: 25px; vertical-align: top;}
#FormAbmeldungEventReminder input[type="text"],
#FormAnmeldungEventReminder input[type="text"] {border: 1px solid silver; width: 400px; padding: 3px 0;}


#kontaktform td {
    line-height: 18px;
}
.dotted {
    border-top: 1px dotted silver;
}
td {
    border: 0 none;
    padding: 5px 2px;
    text-align: left;
    vertical-align: top;
}

.hide {
	display: none;
}
#kontaktform input[type="text"]#recaptcha_response_field {
	height: 35px;
}
table {
	width: 680px;
}
#kontaktform td.label {
	width: 220px;
}
#kontaktform td.input input[type="submit"],
#kontaktform td.input input[type="reset"] {
	margin-right: 8px;
}
.recaptcha_only_if_image {
	padding-left: 20px;
}
.loader_bg {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.loader_bg img {
	top: 50%;
	left: 50%;
	margin: -15px 0 0 -15px;
	position: absolute;
}

#preloader {  
	position: absolute;
  top: 50%;
  margin-top: -15px;
  left: 50%;
  margin-left: -22px;
}
#preloader span{
    display:block;
    bottom:0px;
    width: 9px;
    height: 5px;
    background:#7a7a7a;
    position:absolute;
    animation: preloader_1 1.5s  infinite ease-in-out;
}
 
#preloader span:nth-child(2){
	left:11px;
	animation-delay: .2s;
 
}
#preloader span:nth-child(3){
	left:22px;
	animation-delay: .4s;
}
#preloader span:nth-child(4){
	left:33px;
	animation-delay: .6s;
}
#preloader span:nth-child(5){
	left:44px;
	animation-delay: .8s;
}
	@keyframes preloader_1 {
	    0% {height:5px;transform:translateY(0px);background:#7a7a7a;}
	    25% {height:30px;transform:translateY(15px);background:#0e4ca1;}
	    50% {height:5px;transform:translateY(0px);background:#7a7a7a;}
	    100% {height:5px;transform:translateY(0px);background:#7a7a7a;}
	}