/* 2008-06-08 */

body{
	height: 100%;
	color: #666666;
	font-family: Arial, Tahom, Verdana;
	font-size: 11px;
	margin: 0px;
	text-align: center;
	background: url('../element/design/header_bg.gif') repeat-x;
}

td{
	color: #666666;
	font-family: Arial, Tahom, Verdana;
	font-size: 11px;

}

h1{
	font-size: 16pt;
	font-weight: normal;
}
h2{
	font-size: 13pt;
	font-weight: normal;
}

#container{
	margin: 0;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	min-height: 100%;   margin-bottom: -330px;   position: relative;

}

#header{
	width: 900px;
	height: 99px;
	text-align: left;
	background: url('../element/design/header_logo.gif') no-repeat;
}

#header_navbar{
	width: 100%;
	text-align: left;
	background: #fff;
	border: 1px solid #828068; 
	line-height: 1.6;
	padding: 2px;
	position:absolute;
}


#content{
	margin-top: 10px;
	float: left;
	text-align: left; 

}

#main{
	float: left;
	width: 600px;
	border-right: 1px solid #ccc;

}

.inner{
	padding: 10px;	
}


#sidebar{
	float: right;
	width: 280px;

}

#sidebar div.inner img{
	width: 260px;
	height: auto;
}


#footer {  	margin-left: auto;
	margin-right: auto;
	height: 330px;   position: relative;
	background: #f2f2f2;
	border-top: 1px solid #ccc;
	margin-top: 40px;
	padding-top: 5px;
	
	}

.clearfooter {   height: 330px;   clear: both;}


.form_field{
	width: 400px;
	padding: 3px;
	margin-bottom: 10px;

}

.motivering{
	margin: -5px 0 0 10px;
	padding: 5px;
	position: absolute;
	width: 350px;
	background: #effade;
	border: 1px solid #ccc;

}


/* resultatsidan */

#wrapper{
	margin-left: auto;
	margin-right:auto;
	text-align:left;
	width: 900px;

}

#answer-container{
	margin-top: 30px;
	width: 500px;
	line-height: 1.6em;
}

.answer{
	float:left;
	font: 12px Arial; 
	width: 500px; 
	border-top: 1px solid #ccc;
	padding: 2px 0;
	line-height: 1.6em;
}


.answer-left{
	float: left;
	width: 370px;
}
.answer-middle{
	float: left;
	width: 30px;
}
.answer-right{
	width: 100px;
	float: left;
	background:#cc0000;
}

#answer-user-info{
	margin-top: 100px;
	color: #333;

}

.answer-name{
	font: 12px Arial;

}
.answer-motivering{
	padding: 0 0 10px 0;
	font-style:italic;

}

.clear-float{
	clear: both;

}

























