html {
	font-family: Roboto;
	width: 100%;
}
body {
	font-family: Roboto;
	width: 100%;
}
#logo {
	position: relative;
  background-repeat: no-repeat;
  background-image: url(/images/logo.jpg);
  height: 114px;
  margin-left: -10px;
}
.header {
  margin-top: 19px;
}
.roboto-black {
  font-family: "Roboto Black";
}
.color-blue {
  color: #0097b2;
}
:focus {
    outline: none;
}
:active {
	outline: none;
}
.hidden {
	visibility: hidden;
}
.fs-12 {
	font-size: 12px;
}
.fs-16 {
	font-size: 16px;
}
.fs-18 {
	font-size: 18px;
}
.fs-21 {
	font-size: 18px;
}
.fs-24 {
	font-size: 24px;
}
.fs-36 {
	font-size: 36px;
}
.fs-40 {
	font-size: 40px;
}
.float-left {
	float: left;
}
.float-right {
	float: right;
}
.float-none {
	float: none;
}
.clear { 
	clear: both; 
}
#header {
	position: relative;
	height: 69px;
	text-align: right;
}
#header-top {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 69px;
	width: 100%;
	background-color: #ffffff;
	border-bottom: 1px solid #dcdcdc;
}
#header-bottom {
	position: absolute;
	top: 70px;
	left: 0px;
	height: 34px;
	width: 100%;
	background: linear-gradient(top, #ffffff 0%, #e1e1e1 100%, #e1e1e1 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#e1e1e1,GradientType=1);
}
#header #serviceemail {
	position: relative;
	margin-top: 20px;
	height: 49px;
	line-height: 15px;
	text-align: right;
}
#header #servicerufnummer {
	position: relative;
	margin-top: 20px;
	height: 49px;
	line-height: 15px;
	text-align: right;
}
#header #ausgezeichnet {
	position: relative;
	margin-top: 20px;
	height: 49px;
	line-height: 15px;
	text-align: left;
}
#header #sprache {
	position: relative;
	margin-top: 25px;
	height: 44px;
	line-height: 15px;
	text-align: right;
}
#header .trennlinie {
	position: relative;
	margin-top: 0px;
	width: 1px;
	height: 69px;
	margin: 0px 22px 0px 22px;
	background-image: url(/images/header-trennlinie.jpg);
}
