﻿

.questionList{
	  padding:  0;
 }
 
 .questionList h2{
 	color:#000000;
	font-size:14px;
	font-weight:bold;
	font-family:Arial, Helvetica;
 	}
 	
 	
img.alignright {
   padding: 8px 5px 5px 0px; margin: 0 5px 0px 5; display: inline; float: left;}
   


/* List av Links */


/*To get bold numbers, make ol li font-weight to Bold
and use font-weight = normal inside the li */

.listElement ol {
	margin: 0 0 20px 13px;
	list-style-position:inside;
	text-indent:-13px;
	font-weight: normal; 
}

.listElement ol p { 
    font-weight: normal;
    font-size: 13px; }

.listElement ol li {
	margin: 5px 0 0 0;
	font-size:12px;
	font-family: Arial, Helvetica;	
}

.listElement li a{
	display:inline;
	margin:0;
	padding:0 0 0 0;
	font-size:13px;
	color:#777777;
	font-weight:normal;
	text-decoration: none; 
	background: url(../img/bgLinksTextDecoration.gif)  repeat-x 100% 100%;
	padding-bottom: 2px;
	white-space: pre-wrap;
	}
	
.listElement li a:visited{}
.listElement li a:hover{}

/*To get bold numbers, make ol li font-weight to Bold
and use font-weight = normal inside the li */

.listElementAnswers ol {
	margin: 0 0 20px 13px;
	list-style-position:inside;
	text-indent:-13px;
	font-weight: normal; 
}

.listElementAnswers ol p { font-weight: normal }

.listElementAnswers ol li {
	margin: 5px 0 40px 0;
	font-size:13px;
	font-family: Arial, Helvetica;	
	color:#333333;
	font-weight: normal;
}

.listElementAnswers li a.linkToTop{
	display:inline;
	margin:0;
	padding:0 0 0 0;
	float:right;
	font-size:13px;
	color:#777777;
	font-weight:normal;
	text-decoration: none; 
	background: url(../img/bgLinksTextDecoration.gif)  repeat-x 100% 100%;
	padding-bottom: 2px;
	white-space: pre-wrap;
	}

.listElementAnswers li a.linkToTop:visited{}
.listElementAnswers li a.linkToTop:hover{}


.seperatorCustomLightGrey
{
	position:relative;
	border : 0;
	height : 5px;
	background-color:#F1F1F1;
	color:#F1F1F1;
	width:471px;
}

.answerPanel
{
    margin-left: 15px;

}