body {
    font-family:sans-serif
}


header {
	margin: 0 0 40px 0
}

.b-header-links {
	float: left;
	width: 185px
}

.b-header-rechts {
	margin-left: 205px
}

.b-header-links .e-orangerbalken {
	background-color: #5686cc;
	height: 20px;
	width: 100%
}

.b-header-rechts .e-grauerbalken {
	background-color: #B2B2B2;
	height: 20px;
	width: 100%
}

.b-header-links .e-logo {
	margin-top: 10px
}

.b-header-rechts .e-status {
    position: relative;
	margin-top: 10px;
	min-height: 73px;
}

.b-header-rechts .e-status h1 {
	color: #B2B2B2;
	position: absolute;
	bottom: 0;
	margin:0;
font-size: 26px;
text-transform: uppercase;
}


section {
    margin: 40px 0;
}

.running {
    font-weight:bold;
    color: green;
}

h3.error-fixed {
    color: red;
}

h3.error {
    font-weight:bold;
    color: red;
}

div.contact {
    color: #444;
    margin: 40px 0 ;
}

div.contact p {
    margin:10px 0;
}

footer {
	position: absolute;
    bottom:0px;
}

footer a {
    color: #444;
    text-decoration: none;
}

footer a:hover {
    color: #B2B2B2;;
}
