* {
	-mox-box-sizing:border-box;
	box-sizing:border-box;
	padding:0;
	margin:0;
	border:0;
	color:#515151;
	font:300 14px/21px 'Nunito', Arial, sans serif;
}

html, body {
	margin:0 auto;
	text-align:center;
	width:100%;
	min-height:100%;
}

a{
	color:#929292;
	text-decoration:none;
}

p{
	margin-bottom:15px;
}

h1{
	font-size:28px;
	color:#929292;
	margin:0 0 35px;
	text-align:center;
}

h2, h3{
	font-size:16px;
	font-weight:400;
}

.inl{display:inline-block; vertical-align:top; text-align:left; margin-right:5px;}
.text400{font-weight:400;}
.small{font-size:12px;}
.tright{text-align:right;}

#wrapper{
	position:relative;
	height:auto !important;
	min-height:100%;
	min-width:660px;
	width:100%;
	background-color:#FFF;
	padding:15px;
	text-align:left;
}

.date{
	margin:0 auto;
	text-align:center;
}
.date .inl{margin:0 25px;}

label{margin-right:15px;}
.forminput{
	border: 1px solid #CCC;
    color: #888;
    height: 27px;
    line-height:15px;
    margin:10px 10px 10px 0;
    outline: 0 none;
    padding: 5px 0px 5px 5px;
    width: 70%;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;    
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.inputfalse{border: 1px solid #FC1F1F;}
.button{
    -webkit-border-radius:28;
	-moz-border-radius:28;
    border-radius:28px;
	color:#FC1F1F;
	font-weight:400;
	background:#FFF;
	padding:8px 16px 8px 16px;
	border:solid #FC1F1F 2px;
	text-decoration:none;
	cursor:pointer;
}
.button:hover{
	color:#FFF;
  	background:#FC1F1F;
  	text-decoration:none;
}
.weg{display:none;}

/* CLEAR FIX */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {display: inline-block;}

/* Bereich nicht fÃ¼r IE-mac Anfang \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* Bereich nicht fÃ¼r IE-mac Ende */
