body{
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin:auto;				
	padding:0px;
	background: #BCBDC0;
	overflow: auto;
	font: 10pt Arial, sans-serif;
	}

a img {
	border:none;
	text-decoration:none;
}
a{
	color:#ED1C24;
}
	
/*h2 {
	font-size:15pt;
}*/
h2 {
	font-size:15pt;
	
}

p {
	margin:5px 0;
}
#website{
	/*position: absolute;	
	width:1024px;
	height:578px;				
	min-width:1024px;
	min-height:578px;
	_width: 1024px;
	_height: 578px;*/
	
	 /*we need to tell the browser the size of the warpper div*/
	width:1024px;
	height:579px;
	/*aligns the page to the center horizontal (x)*/
	margin-left:auto;
	margin-right:auto;
	/*aligns the age to the center vertical (y)*/
	position: absolute;
	top: 0%;
	left: 50%;
	/*resets the offset (should be half the width and height*/
	margin-top:20px;
	margin-left:-512px;
	/*allows us to see wrapper*/
	background-color:#FFFFFF;
}

/*--------------  #info  ----------------------*/
#dato{
	padding-left:25px;
}

/*--------------  #leftimage  ----------------------*/
#leftimage{
	width:100px;
	height:578px;
	float:left;
}
/*--------------  #form  ----------------------*/
#form{
	width:840px;
	float:left;
	padding: 20px 10px 0 40px;
}
#form table#personinfo{
	padding: 0;
	margin:0;
}
#form table#personinfo td{
	padding: 0 0 2px 0;
	margin:0;
	height:30px;
	/*border-bottom:1px solid #CCCCCC;*/
}

#form label{
	font:Arial, Helvetica, sans-serif;
	font-size:10pt;
}
#form table#personinfo td{
	vertical-align:top;
}

/*--------------  input  ----------------------*/
input.textinput {
	width: 200px;
	border:solid 1px #999999;
	background-color:#F9F9F9;
}
input.prioritet{
	width: 15px;
	height:15px;
	font-size: 12px;
	border:0;
	border-bottom: 1px solid #CCCCCC;
}

label.prioritet{
	font-size:12px;
	color:#999999;
}
input.prioritert_valg{
	width: 15px;
	height:13px;
	font-size: 8pt;
	font-weight:bold;
	border:0;
	border: 1px solid #999999;
	text-align:center;
	margin-top: 1px;
}
input[type="radio"] {

}
textarea.kommentar{
	width:100%;
	height:90px;
	font: Arial, Helvetica, sans-serif;
}
.vanligtekst{
	font-size: 10pt;
	font-weight:normal;
}
/*--------------  #innhold  ----------------------*/
#innhold{
	width:600px;
	float:left;
	padding: 20px 10px 10px 60px;
}


#tekstScrollBoks{
	height:370px;
	overflow:auto;
}
/*--------------  #program  ----------------------*/
#program{
	width:800px;
	float:left;
	padding: 0px 10px 10px 40px;
}
#program table td{
	vertical-align:top;
}
/*--------------  #pictogram  ----------------------*/
#pictogram {
	width:900px;
	height:300px;
	float:left;
	padding:10px;
	padding-top:10px;
	text-align:center;
	border-left:1px solid #CCCCCC;
}

#pictogram img{
	margin: 5px;
}
#stortpicto{
	width:250px;
	float:left;
	padding-top:100px;
	text-align:center;
}
/*--------------  tilbake-knapp  ----------------------*/
#tilbakeTop{
	position:absolute; 
	top:10px;
	right: 40px;
}
#tilbakeBottom{
	position:absolute;
	bottom:26px;
	right: 66px;
}

/*--------------  table#skala  ----------------------*/
table#skala{
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
}
table#skala td{
	border-bottom: 1px solid #999999;
	border-right: 1px solid #999999;
	text-align:center;
}
.mellomtittel{
	line-height:25px;
}

/*--------------  a.button  ----------------------*/
a.button {
	font-size: 10pt;
	font-weight: bold;
	color:#ED1C24;
	text-decoration: underline;
}
a.button:hover{
	text-decoration:underline;
}
a.button:visited{
	color:#ED1C24;
	text-decoration:none;
}

/*--------------  #linker   ----------------------*/


div#linker  {
	width:922px;
	position:absolute;
	bottom:-45px;
	right:0;
	text-align:center;
}

div#linkerIndex  {
	width:922px;
	position:absolute;
	bottom:-35px;
	right:0;
	text-align:left;
	text-indent:30px;
}
/*div#linker  {
	width:924px;
	position:absolute;
	top: -40px;
	right:0;
	text-align:center;
}
*/

div#linker a, div#linkerIndex a {
	font-size: 10pt;
	font-weight: bold;
	color:#6E6E6E;
	text-decoration:none;
	padding: 0 10px;
}
div#linker a:hover, div#linkerIndex a:hover{
	text-decoration:none;
	color:#666666;
}
div#linker a:visited, div#linkerIndex a:visited{
	color:#6E6E6E;
	text-decoration:none;
	
}
.leftborder{
	padding-left:10px;
	border-left: 1px solid #999999;
}
.bottomborder{
	border-bottom: 1px solid #999999;
}
.toppadding2{
	padding-top:10px;
	}
