#menu_content{
	margin-top:0px;
	margin-left:10px;
	margin-right:10px;

}


#questions_content{
	margin-top:0px;
	margin-left:10px;
	margin-right:10px;

}

#results_content{
	margin-top:0px;
	margin-left:0px;
	margin-right:10px;
}

#result_header{
	background-color:#CCDDFF;
	position:absolute;
	top:200px;
	left:13px;
	width:990px;
	height:20px;
	border-left:0px;
	border-bottom:0px;
	padding:0px;
}

#result_footer{
	background-color:#CCDDFF;
	position:relative;
	top:0px;
	left:0px;
	width:960px;
	height:20px;
	border-left:0px;
	border-bottom:0px;
	padding:0px;
	margin-bottom:20px;
}

.matchHaeder{
	position:absolute;
	float:left;
	display:inline;
	line-height:16px;

}
/*------------------------------------------*/

a:link.matchingLink{
	color: #333333;
	font-family: Verdana;
	font-size: 10px;
	text-decoration:none;
}
a:visited.matchingLink{
	color: #333333;
	font-family: Verdana;
	font-size: 10px;
	text-decoration:none;
}
a:focus.matchingLink{
	color: #333333;
	font-family: Verdana;
	font-size: 10px;
	text-decoration:none;
}
 a:hover.matchingLink{
	color: #6590FF;
	font-family: Verdana;
	font-size: 10px;
	text-decoration:underline;
}
 a:active.matchingLink{
	color: #333333;
	font-family: Verdana;
	font-size: 10px;
	text-decoration:none;
}

/*------------------------------------------*/

a:link.matchingSelectedLink{
	color: #3366CC;
	font-family: Verdana;
	font-size: 10px;
	text-decoration:none;
}
a:visited.matchingSelectedLink{
	color: #3366CC;
	font-family: Verdana;
	font-size: 10px;
	text-decoration:none;
}
a:focus.matchingSelectedLink{
	color: #3366CC;
	font-family: Verdana;
	font-size: 10px;
	text-decoration:none;
}
 a:hover.matchingSelectedLink{
	color: #6590FF;
	font-family: Verdana;
	font-size: 10px;
	text-decoration:underline;
}
 a:active.matchingSelectedLink{
	color: #3366CC;
	font-family: Verdana;
	font-size: 10px;
	text-decoration:none;
}
/*------------------------------------------*/

a:link.weitereLinks{
	color: #CC0000;
	font-family: Verdana;
	font-size: 10px;
	text-decoration:none;
	font-weight:bold;
}
a:visited.weitereLinks{
	color: #CC0000;
	font-family: Verdana;
	font-size: 10px;
	text-decoration:none;
	font-weight:bold;
}
a:focus.weitereLinks{
	color: #CC0000;
	font-family: Verdana;
	font-size: 10px;
	text-decoration:none;
	font-weight:bold;
}
 a:hover.weitereLinks{
	color: #CC0000;
	font-family: Verdana;
	font-size: 10px;
	text-decoration:underline;
	font-weight:bold;
}
 a:active.weitereLinks{
	color: #CC0000;
	font-family: Verdana;
	font-size: 10px;
	text-decoration:none;
	font-weight:bold;
}

/*------------------------------------------*/


.question_row{
	position:relative;
	float:left;
	display:block;
	background-color:#EDEDF0;
	width:620px;
	/*height: 20px;*/
	margin-bottom:2px;
	padding-botoom:0px;
	border-right-style: solid;
	border-bottom-width: 1px;
	border-color: #CCDDFF;
}


.question_row_active{
	position:relative;
	float:left;
	display:inline;
	background-color:#EDEDF0;
	width:620px;
	/*height: 20px;*/
	margin-top:3px;
	margin-bottom:3px;
	padding-botoom:0px;
	border-bottom-width: 1px;
	border-color: #7DA7D8;
}

.frgtext{
	position:relative;
	float:left;
	left:8px;
	display:block;
	width:360px;

}
.question_row a:link{
	color:#333333;
	text-decoration: none;
	cursor:default;
	margin-left:8px;
	line-height:18px;
}
.question_row a:active{
	color:#333333;
	text-decoration: none;
	cursor:default;
	margin-left:8px;
	line-height:18px;
}
.question_row a:visited{
	color:#333333;
	text-decoration: none;
	cursor:default;
	margin-left:8px;
	line-height:18px;
}
.question_row a:hover{
	color:#333333;
	text-decoration: none;
	cursor:default;
	margin-left:8px;
	line-height:18px;
}
.radioDiv{
	/*background-color:#cccccc;*/
	position: absolute;
	top:0px;
	left:360px;
	height:15px;
	width:255px;
	text-align:left;
}

.radioItem{
	/*background-color:#FF9933;*/
	float:left;
	display: inline;
	width:21px;
	margin-left:10px;
	text-align:center;
}
.textfield{
	font-family: Verdana;
	font-size:10px;
	height:16px;
	width:80px;
	margin-left:5px;
	border-style: solid;
	border-width: 1px;
	border-color: #486785;
}
.ub{
	font-family: Verdana;
	font-size:10px;
	line-height:16px;
}

.result_row{
	position:relative;
	display:block;
	background-color:#EDEDF0;
	width:960px;
	height: 20px;
	margin-bottom:2px;
	border-left-style: solid;
	border-bottom-width: 1px;
	border-color: #CCDDFF;
}

.result_row_active{
	position:relative;
	display:block;
	background-color:#EDEDF0;
	width:960px;
	height: 66px;
	margin-top:3px;
	margin-bottom:3px;
	background-position: bottom;
	background-repeat: no-repeat;
	border-left-style: solid;
	border-bottom-width: 1px;
	border-color: #7DA7D8;
}

/* --------------------------------------------------- */

.result_row a:link{
	color:#333333;
	text-decoration: none;
	margin-left:8px;
	line-height:18px;
	text-decoration:underline;
}
.result_row a:active{
	color:#333333;
	text-decoration: none;
	margin-left:8px;
	line-height:18px;
	text-decoration:underline;
}
.result_row a:visited{
	color:#333333;
	text-decoration: none;
	margin-left:8px;
	line-height:18px;
	text-decoration:underline;
}
.result_row a:hover{
	color:#CC0000;
	text-decoration: none;
	margin-left:8px;
	line-height:18px;
	text-decoration:underline;
}

/* ------------------------------------------------------- */

.result_row_active a:link{
	color:#333333;
	text-decoration: none;
	margin-left:8px;
	line-height:20px;
	font-weight: bold;
	text-decoration:underline;
}
.result_row_active a:active{
	color:#333333;
	text-decoration: none;
	margin-left:8px;
	line-height:20px;
	font-weight: bold;
	text-decoration:underline;
}
.result_row_active a:visited{
	color:#333333;
	text-decoration: none;
	margin-left:8px;
	line-height:20px;
	font-weight: bold;
	text-decoration:underline;
}
.result_row_active a:hover{
	color:#CC0000;
	text-decoration: none;
	margin-left:8px;
	line-height:20px;
	font-weight: bold;
	text-decoration:underline;
}

/*------------------------------------*/
.norm{
	color: #333333;
	font-family: Verdana;
	font-size: 10px;
	text-decoration:none;
}
.norm_level1{
	color: #333333;
	font-family: Verdana;
	font-size: 10px;
	font-weight:bold;
	text-decoration:none;
}
.middle{
	position:relative;
	top:20px;
	color: #333333;
	font-family: Verdana;
	font-size: 10px;
	font-weight:bold;
	text-decoration:none;
}
