@charset "utf-8";
body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 200%;
	font-weight: normal;
	font-variant: normal;
	color: #000;
	text-decoration: none;
	background-color: #f4f4f4;
	margin: 0;
	padding: 0;
}
h1, h2, h3 {
  color: #0f74b5;
  font-weight: normal;
}
h1 {
  font-size: 24px;
}
h2 {
  font-size: 18px;
}
h2.teaser {
  border-bottom: 1px dotted #999;
}
h2.teaser:after {
        content: " »";
}

h3 {
  font-size: 16px;
}
#header {
	font-size: 14px;
	color: #fff;
	text-decoration: none;
	background-color: #4291c4;
	background-image: url(gfx/header_bg.png);
	background-repeat: repeat-x;
	background-position: top;
	height: 100px;
}
#header h1 {
  color: #fff;
  margin: 0px;
  padding: 22px 38px 10px 38px;
	font-size: 24px;
  font-weight: normal;
}
#header h2 {
  float: right;
  background-image: url(gfx/hfh_logo.png);
	background-repeat: none;
	background-position: top;
	height: 100px;
	width: 220px;
	margin-right:15px;
  margin-top:0;
}
#header h2 span {

}
#header a {
  color: #fff;
	text-decoration: none;
	height: 100px;
}
#header a:hover {
   color: #0f74b5;
   text-decoration: underline;
}
#header a.selected {
   color: #0f74b5;
}
#header h2 a {
display:block;
font-size: 0;
}
#header p {
  padding: 0px 38px;
  margin: 0px;
}

#topnavi {
	width: 826px;
	margin: auto;
}
#rahmen {
  width: 826px;
	margin: auto;
}
#contenttop {
	background-color: #fff;
	background-image: url(gfx/content_top_bg.png);
	background-repeat: repeat-y;
	background-position: top left;
	width: 818px;
	height: 10px;
	margin: 28px 0 0 0;
}
#content {
	background-color: #fff;
	background-image: url(gfx/content_bg.png);
	background-repeat: repeat-y;
	background-position: top left;
	width: 518px;
	min-height: 500px;
	padding: 24px 261px 24px 38px;
}
#content h1 {
  margin: 0px 10px 10px 0;
}
#contentbottom {
	background-color: #fff;
	background-image: url(gfx/content_bg_bottom.png);
	background-repeat: repeat-y;
	background-position: top left;
	width: 818px;
	height: 10px;
	margin: 0 0 28px 0;
}
#rechtespalte {
  position: absolute;
  left: 50%;
  margin-left: 178px;

  width: 220px;
  padding: 24px 15px 24px 0;
  color: #0f74b5;
  z-index:99;

}
#rechtespalte p, #rechtespalte form {
   padding: 0 24px;
}
#rechtespalte input, #rechtespalte select {
  width: 169px;
  border: 1px solid #7c7c7c;
  margin-bottom: 2px;
  color: #7c7c7c;
  font-size: 12px;
}
input.button, #rechtespalte input.button {
  background-image: url(gfx/button.png);
  width: 51px;
  height: 23px;
  color: #fff;
  font-weight:800;
}
.button.big {
  background-image: url(gfx/buttonbig.png);
  width: 70px;
  height 23px;
  margin-top: 16px;
  color: #fff;
  font-weight:800;
  text-align: center;
}

#rechtespalte a, #content a {
   color: #0f74b5;
   text-decoration: none;
}
#rechtespalte a:hover, #content a:hover {
   color: #0f74b5;
   text-decoration: underline;
}
#rechtespalte h1, #rechtespalte h2, #rechtespalte h3 {
   font-size: 14px;
   padding: 0 24px;
}
#contentmiddle {
	background-color: #fff;
	background-image: url(gfx/content_middle_bg.png);
	background-repeat: repeat-y;
	background-position: top left;
	width: 818px;
	height: 99px;
	margin: 0 0 28px 0;
}
#contentmiddle h1, #contentmiddle h2, #contentmiddle h3, #contentmiddle a {
  color: #898989;
  font-size: 14px;
  font-weight: normal;
  text-decoration: none;
}
#footer a {
  color: #898989;
  font-size: 12px;
  font-weight: normal;
  text-decoration: none;
}
#contentmiddle a:hover, #footer a:hover {
  color: #0f74b5;
  text-decoration: underline
}
#contentmiddle .links {
  text-align: right;
  padding-left:186px;
  padding-top: 11px;
  width: 200px;
}
#contentmiddle .rechts {
  float: right;
  text-align: left;
  padding-right:190px;
  width: 200px;
}
#footer {
  color: #898989;
	background-color: #fff;
	background-image: url(gfx/footer_bg.png);
	background-repeat: repeat-y;
	background-position: top left;
	padding: 10px 24px;
	width: 770px;
	height: 33px;
	clear: both;
}

#footernavi
{
  float: right;
}
.clearer {
 	clear:both;

}
.imageleft {
  float: left;
  margin: 0 10px 10px 0;
}
.textright {
  margin: 0 0 0 260px;
  }
}

