/*######## header ########*/
.header{
  float:left;
  width:982px;
  font-size: 16px !important;
}

/*#### servicefunktion ####*/
.header ul.servicefunktion{
  float:left;
	width:972px;
  margin:0;
  padding:0 5px 0 5px;
  list-style-type:none;
  background-color:#F1F1F1;
	font-size:0.7em;
	line-height:1.28;
}
.header ul li{
	float:left;
	padding:0 10px 0 0;
}
.header ul li a{
	float:left;
	padding:2px 5px 1px 5px;
	color:#808285;
}
.header ul li a:hover{
	background-color:#e1e1e2;
}

/*## language ##*/
.header ul li.language{
	margin:0 0 0 15px;
	padding:0;
	border-left:1px solid #c3c3c4;
  position:relative;
  z-index:800;display:inline;
}
.header ul li.language .active{
	color:#C3C3C4;
}
.header ul li.language a.firstLanguage{
	margin:0 10px 0 5px;
}



/*#### headline ####*/
.header h1{
	float:left;
	width:834px;
	padding:9px 20px 10px 0;
	font-family:verdana;
	font-size:1.4em;
	line-height:1.25;
	color:#404245;
}


/*#### logo ####*/
.header .logo
{
	float:left;
	width:128px;
	height: 63px;
}




/*######## footer ########*/
#footer{
  float:left;
  width:1002px;
  font-weight:bold;
}
.footerTop{
  float:left;
  width:982px;
  padding:7px 10px 7px 10px;
  font-size:0.75em;
  line-height:1.25;
  border-bottom:1px solid #C3C3C4;
}
.footerTop a{
  color:#ffffff;
  background-repeat:no-repeat;
}
.footerTop a:hover{
  color:#e1e1e2;
}
a.topOfPage{
  float:left;
  padding-left:12px;
  /*background-image*/
  background-position:left 5px;
}
a.topOfPage:hover{
  /*background-image*/
}
ul.footerFunctions{
  float:right;
  margin:0;
  padding:0;
  list-style-type:none;
}
.footerFunctions li{
	float:left;
	padding-left:14px;
}
li.sitemap a{
  padding-left:23px;
  /*background-image*/
}
li.sitemap a:hover{
  /*background-image*/
}
li.print a{
  padding-left:21px;
  /*background-image*/
}
li.print a:hover{
  /*background-image*/
}
li.advise a{
  padding-left:24px;
  /*background-image*/
  background-position:left 2px;
}
li.advise a:hover{
  /*background-image*/
}
li.facebook a{
	padding-left: 12px;
	background-position:left top;
}
li.twitter a{
	padding-left: 19px;
	background-position:left 2px;
}
li.youtube a{
	padding-left: 18px;
	padding-bottom: 2px;
	background-position:left top;
}
.footerBox{
	float:left;
  padding:6px 0 26px 10px;
  font-size:0.7em;
  line-height:1.28;
  color:#C3C3C4;
}
.footerBox a{
  color:#C3C3C4;
}
.footerBox a:hover{
  color:#ffffff;
}
