div#content-zone{
	background-color: #fff;	
	position:relative;
	height:100%;
 	padding-top:21px;
 	padding-bottom:21px;
 }
 
 h1.intro,
 div#content-zone p.intro{ 
	margin-left:235px;
	margin-right:auto;
	width:445px;
  }
  
h1{
	margin-bottom: 20px;
	font-size:13pt;
	font-weight: bold;
	color: #002147;
}  
p{
	margin-bottom: 10px;
}
 
 p#signature{
 	vertical-align:bottom;
 	width:191px;
 	height:39px;
 	background-image: url("./../img/seeger_unterschrift.gif");
 	background-repeat: no-repeat;	
 }
 
 div#picture{
 	width:154px;
 	position: absolute;
 	left:50px;
 	top:20px;
}

div#picture p{
	font-size:smaller;
	margin: 0;
	padding: 0;
	width: inherit;
}

/*result area*/
h1,
div.resultBox,
div.relatedLinks{
	width: 635px;
	margin-left:40px;
	margin-right:auto;
}

div.resultBox{
	padding: 10px 10px 0 10px;
	margin-bottom: 10px;
}
div.resultBox{
	background-color: #EDEBEC;
}
h2{
	color:#002147;
}

/*definition list - begin*/
dt,
dd{
	margin:0 0 10px 0;
	padding:0;
	float: left;
}

div.resultBox h2,
dt{
	width:395px;
}

div.resultBox h2{
	margin-bottom: 5px;
}

dd{
	width:200px;
	background-color: #D5D6DB;
	position: relative;
	/*workaround ie6*/
	font-size: 1pt;
	line-height: 1pt;
}

dd,
dd img{
	height: 17px;
}

dd img{
	border-top: none;
	border-left: none;
	border-bottom: none;
	border-right:2px solid #EDEBEC;
}

dd span{
	position: absolute;
	width:40px;
	top:0;
	left:200px;
	text-align: right;
	color:#002147;
	font-size: 9pt;
	line-height: 9pt;
	font-weight: bold;
}
/*definition list - end*/

div.relatedLinks{
	margin-top:30px;
	padding-bottom: 10px;
	padding-left: 10px;
}
div.relatedLinks h1{
	margin-left:0; 
	padding-left: 0;
}

div.relatedLinks ul{
	list-style-type: none;
}
div.relatedLinks li{
	font-weight: bold;
}

div.relatedLinks a{
	color:#E2001A;
	font-weight:normal;
	padding-left: 8px;
 	background-image: url("./../img/arrow.gif");
 	background-repeat: no-repeat;
	background-position: 0 3px;
}