.clear{clear: both;}
html,body{
	margin: 0px;
	padding: 0px;
	background: #fff url("images/bkg.jpg") repeat-x;
	display: block;
	font-family: geneva, tahoma;
	font-size: 12px;
	line-height: 20px;
}
*{font-family: geneva, tahoma;}
a,.link,dt:hover{
	text-decoration: none;
	color: #FF9300;
	cursor:pointer;cursor:hand
}
a:hover{color: #666;}
span.link{margin-top: -10px;display: block;}
h2,.profil .navn{
	font-size: 24px;
	line-height: 32px;
	font-weight: 400;
	color: #0098D1;
	margin: 0 0 20px 0;
}
h3,.h3{
	font-size: 18px;
	color: #7FB439;
	font-weight: 400;
	line-height: 24px;
	margin: 0 0 16px 0;
}
ul{
	margin: 0 0 30px 0;
	padding: 0 0 0 14px;
	list-style-position: outside;
}
	ul li{
		padding: 0 0 0 30px;
		margin: 0 0 0 0;
	}
dl{
	
}
	dt{
		color: #6BC62A;
		cursor:pointer;cursor:hand
	}
	dd{
		padding: 0;
		margin: 10px 0;
	}

#hele{
	width: 920px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	position: relative;
	margin: 0px auto;
	overflow: hidden;
}
#head{
	margin: 29px 0 40px 0;
	float: left;
}
	#logo{
		background: url("images/logo_planbsosial.png");
		float: left;
		width: 149px;
		height: 143px;
		margin: 0px;
		margin-left: 8px;
		padding: 0px;
	}
	#logo span{
		display: none;
	}
#meny, #menyto{
	color: #666;
}
#meny{
	width: 920px;
	text-align: center;
	background: white;
	text-transform: uppercase;
	float: left;
	margin-top: 40px;
	margin-bottom: 0px;
	padding: 0 0 20px 0;;
	font-size: 14px;
	line-height: 20px;
	border-bottom: 1px solid #666;
	position: relative;
	z-index: 3;
}
	#meny div{
		margin: 0 auto;
		padding: 0;
		position: relative;
	}
	#meny a{
		padding: 20px 10px 30px 10px;
		margin-right: 3px;
		color: #036;
		display: inline;
		height: 50px;
		z-index: 2;
	}
	#meny a.meny_active{
		background:  50% bottom url("images/meny_pil.jpg") no-repeat;
	}
	#meny a:hover{
		color: #FF9300;
	}
#menyto{
	border-bottom: 1px solid #666;
	font-size: 14px;
	line-height: 20px;
	padding: 0 0 20px 0;;
	margin: 0 0 30px 0;
	float: left;
	height: 20px;
}
	#menyto a{
		padding: 0px 15px 29px 15px;
		margin-right: 3px;
		color: #036;
		display: inline;
		height: 20px;
		z-index: 2;
		float: left;
	}
		#menyto a.meny_active{
			background:  50% bottom url("images/meny_pil.jpg") no-repeat;
		}
		#menyto a:hover{
			color: #FF9300;
		}
#main{
	float: left;
	overflow: hidden;
	width: 100%;
	margin: 0;
	padding: 0;
	padding-bottom: 70px;
}
	#soileEn{
		width: 400px;
		float: left;
		clear: left;
	}
	#soileTo{
		float: right;
		margin-top: 10px;
	}
	h1{
		background: white; 
	}
	p{
		margin: 0 0 30px 0;
	}
		p font{
			display: block;
		}
	.ressurs{
		position: relative;
		overflow: hidden;
	}
		.ressursBilde{
			width: 610px;
			height: 405px;
			float: left;
			position: relative;
		}
		.ressursBilde img{
			width: 100%;
			height: 100%;
		}
		.ressursBilde .linker{
			width: 100%;
			height: 100%;
			position: absolute;
			top: 0;
			left: 0;
		}
		.ressursBilde .linker a{
			height: 100%;
			filter: alpha(opacity=40);
			-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
			opacity: 0.0;
			display: block;
			background: white;
			position: relative;
			float: left;
			z-index: 5;
		}
		.ressursBilde .linker a.white{
		}
		.ressursBilde .linker a.glass{
			background: none;
		}
		.ressursBilde a:hover{
			background: none;
		}
		.profil{
			display:none;
			margin: 0;
			padding: 0;
			float: right;
			width: 270px;
		}
			.profil img{
				width: 100%;
			}
			.profil p{
				margin:0;
			}
		.profil .navn{
				margin: 12px 0;
			}
h1.title{
		float: left;
		margin: 10px;
		position: relative;
		color: #80b33a;
		font-weight: 400;
		font-size: 30px;
}
	h1 span{
		margin: 0 10px;
	}
form{margin:0;}
label, input,button,textarea {
	margin: 10px 0;
}
textarea{
	height: 200px;
}
#footer{
	color: #666;
	clear: left;
	padding: 16px 0 32px 0;
	overflow: hidden;
	border-top: 1px solid #666;
	width: 100%;
}
	#footer ul{
		margin: 0;
		padding: 0;
		list-style-type: none;
	}
	#footer li{
		float: left;
		margin: 0;
		padding: 0;
	}
	#footer li.credit{
		float: right;
		text-align: right;
		margin-right: 10px;
	}
		#footer li span{
			font-weight: bold;
		}
/* kontakt */
label {
	width: 70px;
	clear: left;
}
input,textarea {
	width: 241px;
}
textarea {
	height: 147px;
}
label, input,textarea{
	padding: 4px !important;
	margin: 10px 0 !important;
	font-size: 12px;
	line-height: 16px;
	border:none;
	float: left;
}
input.button{
	position: relative;
	background: none;
	text-align: right;
	padding-right: 0 !important;
	margin-top: 0px !important;
	margin-left: 90px !important;
	clear: left;
}
input, textarea{color: #68676c;}

input, textarea{
	background: #E6E6E6;
}
input:focus, textarea:focus{
	background: #999;
	color: white;
}
