html {
	width: 100%;
	height: 100%;
}

body {
	position: relative;
	background-color: #fff;
	color: #000;
	font: 14px/20px "Open Sans", Verdana, sans-serif;
	text-align: left;
	padding: 0;
	margin: 0;
}

a {
	color: #e75209;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h1 {
	font-weight: 300;
	font-size: 22px;
	line-height: 28px;
}

#page {
	width: 100%;
}
#header {
	height: 89px;
	background-color: #c52601;
	color: #fff;
}
#logo {
	display: block;
	width: 160px;
	height: 89px;
	background: url(https://images.medpex.de/static/images/logos/medpex160x47.png) 0 20px no-repeat;
	margin: 0 auto;
	text-indent: -9999px;
	white-space: nowrap;
}
#content {
	max-width: 600px;
	min-height: 500px;
	margin: 5% auto 0;
	padding: 0 5%;
}
#content .title {
	color: #e75209;
	font-size: 22px;
	line-height: normal;
}
#content .ending {
	display: block;
	color: #e75209;
	font-size: 15px;
	font-weight: 700;
	line-height: normal;
	margin-top: 10px;
}
.error {
	display: none;
	font-size: 14px;
	color: #888;
}