body {
    font-family: 'Open Sans', Arial, sans-serif;
	color: #ffffff;
	background: #e62e12;
	background: linear-gradient(45deg,#e62e12,#fdcf01);
	font-size:16px;
	min-height: 100vh;
	font-weight: 300;
	line-height:1.2;
}
a {
	color: #004884;
	text-decoration:none;
}
b {
	font-weight:bold;
}
a.underL {
	text-decoration:underline;
}
#loginForm .errorMsg {
    border: 1px solid #fff;
	padding: 10px;
	background: #f10;
}
h1, h2, h3, h4, h5 {
}
p {
	margin:10px 0;
	font-size:15px;
	line-height:1.4;
}
hr {
	border:none;
	outline:none;
	height:1px;
	background:#073779;
}
header, main, footer {
	background:#fff;
	width:100%;
	max-width:1150px;
	margin:auto;
	padding:20px 30px;
	box-sizing:border-box;
}
div.clear {
	clear:both;
	width:100%;
}
div#logo {
	position:fixed;
	top:20px;
	right:20px;
	left:auto;
	width:64px;
}
div#logo img {
	width:100%;
}

div#mainContent {
    width: 600px;
    margin: auto;
    max-width: 90%;
    padding-top: 50px;
}
div#vaContent {
	text-align:center;
	padding:20px;
	width:100%;
}
#vaContent img {
	margin:10px auto;
	width:50px;
}
.vaTitle h1 {
	margin:0;
	font-size:40px;
	line-height:1;
}
.vaTitle h2 {	
	margin:0;
	font-size:24px;
	margin-bottom:10px;
}
.vaDate {
	font-weight:bold;
}

/*Formular Container*/
div#inputForm {
	color:#333333;
	background:#ffffff;
	border-radius:10px;
	padding:30px;
}
#inputForm h1 {
	font-size:24px;
}
#inputForm label {
    width: 125px;
    text-align: left;
    font-weight: normal;
    margin-right: 20px;
    display: inline-block;
}
#inputForm select, #inputForm input {
    width: calc(100% - 151px);
    padding: 10px;
    border: 1px solid #ccc;
    box-sizing: border-box;
}
.form-error {
    display: block;
    color: #b94a48;
    margin-top: 5px;
    margin-bottom: 0;
    line-height: 1;
    text-align: right;
}
select.valid {
    background-position: right 25px center !important;
    background-repeat: no-repeat;
}
div.c20 {
	height:20px;
}
div.c10 {
	height:10px;
}
.tlnButton {
	width:100%;
	text-align:center;
	background:#333;
	color:#fff;
	padding:10px;
	box-sizing:border-box;
	border:none;
	border-radius:5px;
}

#footer {
	box-sizing:border-box;
	margin:0;
	margin-top:85px;
	background:#fff;
	padding:20px;
	text-align:right;
}
#footer a {
	color:#f36633;
}

@media only screen and (max-width: 599px) {
  /* For mobile phones: */
  [class*="col_"] {
    width: 100% !important;
	float:none !important;
	margin-left:0;
	margin-right:0;
	text-align:center;
  }
}