body{
	font-family:Arial,Univers,Helvetica,sans-serif;
	font-size:11px;
	background-color:#FFFFFF;
	color:#333;
	margin:0;
	padding:0;
}
#clamp{
	width:960px;
	margin:11px 0 0 8px;	
}

#header{
	height: 144px;
}

#logo{
	margin-right:4px;
}

#meta{
	width:960px;
	height:43px;
}

#meta div{
	float:left;
	padding-top:6px;
}
#search{
	font-size:15px;
	color:#005194;
	padding-left: 164px;
}

#search label{
	padding-right:12px;	
}

#metamenu{
	padding:9px 0 0 19px !important;
}

#sitename{
	padding-top: 1px;
	float:right !important;
	font-size:15px;
	color:#005194;
	font-weight:600;	
}
#breadcrumb{
	clear:both;
	background-color:#E5E5E5;
	height:20px;
	margin-bottom:20px;
}

#breadcrumb ul{
	padding:1px 0 2px 0;
	margin:0px;
}
#breadcrumb li{
	background-image:url(../nps/navPathImg.gif);
	background-position:center left;
	background-repeat:no-repeat;
	display:block;
	float:left;
	padding-left:13px;
	margin-left:8px;
}

#breadcrumb li.first{
	background-image:none;
	padding-left:18px;
	margin:0px;
}

#breadcrumb li.active{
	font-weight:bold;
}

#menu{
	width:174px;
	float:left;
}

#menu ul{
	border-top: 1px solid #BDCFCE;
	margin:0;
	padding:0px;
}

#menu li{
	border-bottom: 1px solid #BDCFCE;
	display:block;
	padding:2px 0 2px 18px;
}

#menu li.active{
	background-image:url(../nps/navImg.gif);
	background-position:center left;
	background-repeat:no-repeat;
}

#content{
	width:454px;
	margin-left:42px;
	float:left;
}

.subtext{
	color:#0D5C91;
	font-size:12px;
	font-weight:600;
}

.subsubtext{
	color:#0D5C91;
	font-weight:600;
}

img{
	border:0;
}

.block{
	width:150px;
	float:left;
	background-color:#EDEDED;
	margin:0 0 20px 2px;
}

.threeblocks .first{
	margin-left:0px;
}

p{
	line-height:1.5em;
}

.hitword{
	font-weight:bold;
}

#margin{
	width:246px;
	float:left;
	margin-left:44px;
}

#footer{
	clear:both;
	padding-top:10px;
}

#footer hr{
	color:#BFD0D7;
	background-color:#BFD0D7;
	border:0px;
	height:1px;
}

#footer p{
	margin-left:216px;
}

#footer span{
	padding-left:18px;
}

/*  KONTAKTFORMULAR   */

#contactform fieldset{
	background-color:#E5E5E5;
	margin-bottom:10px;
	padding: 10px;
	border: 0px;
	border-top: 1px solid #BDCFCE;
	border-bottom: 1px solid #BDCFCE;
}
#contactform legend{
	display:none;
}

#contactform label{
	display:block;
	float:left;
	width: 100px;
	margin:5px 0 0 0;
}

#contactform label.mandatory{
	font-weight:bold;
}
#contactform input {
	margin-top:5px;
	padding-left:5px;
	width:245px;
	height:16px;
	border: 1px solid #BDCFCE;

}
#contactform input.plz {
	margin-right:5px;
	width:60px;
}
#contactform input.city {
	width:173px;
}

#contactform input.submit {
	background-color:#08A6E7;
	font-size:1em;
	font-weight:bold;
	color:#FFF;
	height:24px;
	padding: 2px 0 4px 0;
}

#contactform input.submit:hover{
	background-color:#FFF;
}

#contactform textarea {
	font-family:Arial,Univers,Helvetica,sans-serif;
	font-size:1em;
	padding:2px 0 0 5px;
	margin-top:5px;
	width:245px;
	height:100px;
	border: 1px solid #BDCFCE;
}

