/* RESET */ 
* { margin: 0; padding: 0; }


#nhf_box {
	font: normal normal normal 14px/100% Arial, sans-serif;
	width:740px;
	background: url('../images/balken.gif');
	background-repeat:no-repeat;
}

#nhf_header { 
	height: 80px;
	background: url('../images/nhf_paper_bg.gif') no-repeat;
}

.nhf_balken { 
	background: url('../images/balken.gif') no-repeat;
  height: 10px;
}


#nhf_claim {
  float: left;
  margin:30px 0px 0 10px;
}

#nhf_logo {
  float: right;
  margin:20px 10px 0 0;
}

#nhf_content {
  margin: 10px;
  padding: 10px;
  border-left: 1px solid #eee;
  border-right: 3px solid #eee;
  border-bottom: 3px solid #eee;
  border-top: 1px solid #eee;
}

/*.nhf_image_right {
  float: right;
  margin: 10px 0 0 5px;
}*/

.nhf_image_left {
  float: left;
  margin: 18px 10px 5px 0px;
}

.nhf_clear {
	clear: both;
	line-height: 0;
	font-size: 0;
	height: 0;
}

.nhf_teaser {
	width:675px;
	float:left;
	background: #aac704;
  margin-top: 10px;	
}

.nhf_teaser_image{
	float:right;
	width:200px;
}

.nhf_teaser_subject{
	width:442px;
	color:#FFF;
	font-weight:bold;
	float:left;
	margin:2px 0 0 20px;
}

.nhf_teaser_text{
	float:left;
	font: normal normal normal 0.9em/1.2em Arial, sans-serif;
	color:#FFF;
  width: 440px;
	padding:0px 0 0 20px;
}

.nhf_teaser_text a {
	font-weight: bold;
	color: #fff !important;
}


/* TEXTFORMATE */ 

h1 {
	font: normal normal normal 1.6em/1.4em Arial, sans-serif;	
  color:#000;
}

h2 { 
	font: normal normal normal 1.3em/1.8em Arial, sans-serif;	
  color: #d21a29;
}

p { 
	font: normal normal normal 0.9em/1.2em Arial, sans-serif;
	margin:10px 0;
}

a img {
	border:0px;
}

a:link, a:visited, a:hover, a:active { color: #164093; }
 
