body {
	/*font-size: 62.5%;*/
}

table {
	/*font-size: 1em;*/
}

/* Site
   -------------------------------- */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
    padding: 0;
	/*background: #fef7dc url("../images/bg.jpg") repeat scroll 0 0;*/
}

p,label {
	color: #015a82;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    line-height: 18px;
}

* {
    box-sizing: border-box;
}

/* all */
::-webkit-input-placeholder { color:#aaaaaa; opacity: 1;}
::-moz-placeholder { color:#aaaaaa;opacity: 1; } /* firefox 19+ */
:-ms-input-placeholder { color:#aaaaaa; opacity: 1;} /* ie */

/* required */
.required::-webkit-input-placeholder { color:#000000;opacity: 1; }
.required::-moz-placeholder { color:#000000;opacity: 1; } /* firefox 19+ */
.required:-ms-input-placeholder { color:#000000; opacity: 1;} /* ie */


input[type="text"], input[type="search"], input[type="password"], textarea ,select{
	outline:0;
	width:100%;
	padding:5px;
	border:1px solid #015a82;
	outline: 0 none;
	/*-webkit-border-radius:3.01px;
	border-radius:3.01px;*/
	-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,0.15);
	box-shadow:inset 0 1px 2px rgba(0,0,0,0.15);
	position:relative;
	clear:both;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
	/*transition: all 0.25s ease 0s;
	margin-right: 5px;*/
	background-color: #F5F5F5;
}

label.error{
    background: none repeat scroll 0 0 #ffcece;
    border: 1px solid #ff0000;
    border-radius: 3px;
    display: block;
    margin-top: 5px;
    padding: 5px;
}

input[type=checkbox] ,input[type=radio]{
	border: none;
}

input:focus, select:focus, textarea:focus {
	outline:0;
	/*border-color:rgba(138, 138, 138, 0.8);*/
	border: 1px solid #015a82;
	/*box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px #015a82;*/
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.075) inset, 0 0 2px #015a82 inset;
}

.forms{
	/*margin-bottom: 10px;
    margin-top: 10px;*/
}


form .area {
/*	background-color: #fc0;
	border: 1px solid #015a82;*/
	/*border-radius: 3px;*/
	margin-top: 40px;
/*	padding: 20px;*/
}

form .area .bezeichnung{
  /*   background-color: #FFE37E;
    border: 1px solid #015a82;
    border-radius: 3px;
    box-shadow: 2px 2px 5px rgb(179, 179, 179);
	padding: 5px;
	margin-top: -30px;*/
	color: #015a82;
    font-size: 12px;
	font-weight: 700;
}

form button[type="submit"]{
    background: none repeat scroll 0 0 rgb(37, 37, 37);
    border-color: rgb(37, 37, 37);
	border:1px solid rgb(0,0,0);
    border-radius: 0;
    color: rgb(255, 255, 255);
	-moz-appearance: none;
	 cursor: pointer;
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
    font-size: 13px;
    padding: 0.25em 1em;
    text-align: center;
    transition: all 0.3s ease 0s;
	margin: 20px 0;
}

form button[type="submit"]:hover{
    background: none repeat scroll 0 0 rgb(255, 255, 255);
    color: rgb(37, 37, 37);
    transition: all 0.3s ease 0s;
}

.gruppe {
    margin: 10px 0;
}

.gruppe:before, .gruppe:after {
    content: "";
    display: table;
}
.gruppe:after {
    clear: both;
}
.gruppe:before, .gruppe:after {
    content: "";
    display: table;
}

.spalten:first-child {
    margin-left: 0;
}

.spalten {
    display: block;
    float: left;
	margin: 0 0 0 0.8%;

}

.spalten_1-2 {
    width: 49.6%;
}

.spalten_1-3 {
    width: 32.8%;
}

.spalten_2-3 {
    width: 66.4%;
}


.hasDatepicker {
  /*width:  100px !important;*/
}

/* Layout
   -------------------------------- */
#wrapper {
	/*max-width:620px;*/
}

#toleranz_radio {
	display: inline;
}

label a{
	color: #ff0000;
}

#checkbox input {
    width: 30px;
}

#warten {
	display: none;
	height:20px;
	background: url('../images/ajax-loaderk.gif') no-repeat;
	padding-left: 25px;
}

#bettwaesche {
	display: none;
}

h1 {
    font-size: 20px;
	color: #015a82;
	font-family: "Open Sans",Arial,sans-serif;
    text-rendering: optimizelegibility;
}