body{
	background-color: #fff;
	font-family: Times New Roman, Georgia, arial, Serif;
	margin: 0;
	padding: 0;
	font-size: 15px;
	line-height: 20px;
	color: #000;
	overflow-y: scroll;
	background-image: url(../layout2/bg.gif);
	background-repeat: repeat-x;
	background-position: top left;
}

html{
	height: 100%;
}

*{
	margin: 0;
	padding: 0;
}

hr{
    display: none;
}

div.hr{
	background-image: url(../layout/hr.gif);
	background-repeat: repeat-x;
	background-position: center left;
	height: 17px;
}

span.red{
	color: #b23a34;
}

/* we dont want any borders on default images */

img{
	border: 0;
}

/* default table structure */

table{
	padding: 0;
	margin: 0;
	border-collapse: collapse;
}

tr{
	padding: 0;
	margin: 0;
}

td{
	padding: 0;
	margin: 0;
	vertical-align: top;
	font-size: 15px;
}

/* default list */

ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

li{
	margin: 0;
	padding: 0;
}

ul.list{
	margin: 5px 0 5px 0;
	padding: 0;
	list-style: disc;
	line-height: 15px;
	font-size: 12px;
}

ul.list li{
	margin: 0 0 0 20px;
	padding: 1px;
	color: #fff;
}

/* default paragraph */

p{
	margin: 0 0 10px 0;
	padding: 0;
	line-height: 17px;
	font-size: 12px;
	color: #000;
}

/* default headers */

h1, h2, h3, h4, h5, h6{
	color: #000;
}

h1{	font-size: 35px;	font-weight: lighter;	line-height: 24px;	padding-bottom: 6px; }
h2{	font-size: 29px;	font-weight: lighter;	line-height: 22px;	padding-bottom: 5px; }
h3{	font-size: 24px;	font-weight: lighter;	line-height: 20px;	padding-bottom: 4px; }
h4{	font-size: 20px;	font-weight: lighter;	line-height: 18px;	padding-bottom: 3px; }
h5{	font-size: 17px;	font-weight: lighter;	line-height: 16px;	padding-bottom: 2px; }
h6{	font-size: 15px;	font-weight: lighter;	line-height: 14px;	padding-bottom: 1px; }

/* default links */

a{
	font-weight: bold;
}

a:link{
	color: #000;
	text-decoration: underline;
}

a:visited{
	color: #000;
	text-decoration: underline;
}

a:hover{
	color: #000;
	text-decoration: none;
}

a:active{
	color: #000;
}

/* fieldset */

fieldset{
	border: 0;
	padding: 0;
	margin: 0;
}

label{
	width: 100px;
	text-align: right;
	display: block;
	float: left;
	padding: 3px 5px 1px 1px;
}

input{
	margin: 2px;
	padding: 2px;
	font-family: arial;
	font-size: 11px;
}

table tr td{
	font-size: 11px;
}

table tr td input{
	margin: 0 0 -1px 0;
	padding: 0;
}

textarea{
	margin: 2px;
	padding: 2px;
	width: 400px;
	height: 150px;
	font-family: arial;
}

.emailaddress{
	width: 240px;	
}

.name{
	width: 180px;
}

div.container{
	height: 550px;
	width: 800px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -400px;
	margin-top: -250px;
}

div.content{
	padding: 0;
	height: 440px;
	overflow: auto;
	border-bottom: 1px solid #fff;
}

div.left{
	float: left;
}

div.right{
	float: right;
}

div.wide{
	width: 530px;
}

div.narrow{
	width: 260px;
}

div.containerIndex{
	height: 550px;
	width: 800px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -400px;
	margin-top: -275px;
	background-image: url(../layout/pelletornell_big.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

a.acrobat{
	background-image: url(../layout/acrobat.gif);
	background-repeat: no-repeat;
	background-position: 2px 2px;
	padding: 4px 0 4px 30px;
	display: block;
}

div.logo{

}

/* 

	height: 50px;
	width: 290px;
	float: right;
	
	*/

ul.menu{
	float: right;
	height: 25px;
	clear: right;
	margin-top: 7px;
}

ul.menu li{
	float: left;
}

ul.menu li a{
	display: block;
	background-repeat: no-repeat;
	padding: 2px 5px 2px 5px;
	font-weight: lighter;
	font-size: 13px;
	border-right: 1px solid #fff;
	text-decoration: none;
}

ul.menu li a:hover{
	border-bottom: 2px solid #fff;
}

ul.menu li.selected a{
	background-color: #eee;
	color: #000;

}

table.questions tr td{
	line-height: 150%;
}

table tr td.question{
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 5px;
}

table tr td.answer{
	padding-left: 10px;
	font-size: 12px;
}

div.result{
	padding: 7px;
	border: 2px solid #d2d2d2;
	background-color: #fff;
	color: #000;
	font-size: 16px;
	width: 300px;
	margin: 5px 0 10px 0;
	text-align: center;
}

/* Nytt */

div.affisher{
	width: 844px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -422px;
	margin-top: -280px;

}

div.affisher table{
	width: 100%;
}

div.affisher table tr td{
	text-align: center;
}

div.affisher a.affish{
	display: block;
	width: 400px;
	height: 500px;
	background-image: url(../layout/affisher.jpg);
	background-repeat: no-repeat;
}


div.affisher table tr td.leftHover a{
	background-position: left top;
}

div.affisher table tr td.leftHover a:hover{
	background-position: left bottom;
}

div.affisher table tr td.rightHover a{
	background-position: right top;
}

div.affisher table tr td.rightHover a:hover{
	background-position: right bottom;
}

div.affisher table tr td a.readmore{
	font-size: 20px;
	font-weight: lighter;
}

div.affisher a.affish span{
	display: none;
}

div.affisher h1{
	text-align: center;
	text-transform: uppercase;
	font-size: 42px;
}

div.affisher h4{
	text-align: center;
}

div.affisher h4 a{
	font-weight: lighter;
}