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

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

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

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
    padding: 0;
}

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

* {
    box-sizing: border-box;
}

a {
    color: #296e96;
    font-family: Geneva,Arial,Helvetica,sans-serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    text-transform: none;
    white-space: nowrap;
	transition-duration: 1s;
    transition-property: color;
}

a:hover {
    color: #cccccc;

}

input[type="text"], input[type="search"], input[type="password"], textarea ,select{
	outline:0;
	width:100%;
	padding:5px;
	border:1px solid #999;
	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;
}

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: 2px solid rgba(138, 138, 138, 0.8);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(138, 138, 138, 0.6);
}

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


form .area {
    background-color: rgb(249, 249, 249);
    border: 1px solid rgb(221, 221, 221);
    border-radius: 3px;
    margin-top: 40px;
	padding: 20px;
}

form .area .bezeichnung{
    background-color: rgb(239, 239, 239);
    border: 1px solid rgb(221, 221, 221);
    border-radius: 3px;
    box-shadow: 2px 2px 5px rgb(179, 179, 179);
    color: #444455;
    font-size: 12px;
    margin-top: -30px;
    padding: 5px;
	margin-bottom: 10px;
}

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;
}

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: 0 10px 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 1.6%;
}

.spalten_1-2 {
    width: 49.2%;
}

.spalten_1-3 {
    width: 32.26%;
}

.spalten_2-3 {
    width: 66.13%;
}


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

/* Layout
   -------------------------------- */
#wrapper {

}

#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;
}

h1 {
    font-size: 20px;
	color: rgb(39, 48, 60);
	font-family: "Open Sans",Arial,sans-serif;
    text-rendering: optimizelegibility;
}

