/*

COLORS:

main-bg: #eaeaea;
purple: #444444;
p: #bcbcbc;
h: #bcbcbc;
content-bg:#;
borderline: #002d56;


*/


/*---Body & Text---*/

body {
   margin: 0 0px 0 0;
   font-family: Arial narrow, sans-serif;
   font-size: 12px;
   background-color: #FEFEFC;
   color: #000;
}
#wrapper{
   width: 950px;
   margin: 0 auto;
   display: block;
}
p {
   font-family: Arial narrow, sans-serif;
   font-size: 11px;
   line-height: 12px;
   margin-top: 0px;
   color: #85797A;
   white-space: normal;
}
h1{
   font-family: Arial narrow, sans-serif;
   font-size: 20px;
   margin-top: 0px;
   white-space: normal;
   color: #999999;
}


/*---Links---*/

a {
   color: #FFF;
   text-decoration: none;
}
a:active {
   color: #FFF;
   text-decoration: none;
}
a:visited{
   color: #FFF;
   text-decoration: none;
}
a:hover{
   color: #BFB8B7;
   text-decoration: none;
}

.noscroll{
   overflow: hidden;
}


/*---Banner---*/
#wrapperImage{
   border: 1px solid #DCDCDC;
   background-color: #FFF;
   margin: 50px 0 10px 0;
   height: 335px;
   width: 950px;
   display: block;
   overflow: hidden;
}


/*---Footer index---*/

#privat {
	background-color: #720A69;
	border: 1px solid #DCDCDC;
	float: left;
	margin: 0px 10px 0px 0px;
	width: 468px;
	height: 200px;

}
#bedrift {
	background-color: #720A69;
	border: 1px solid #DCDCDC;
	float: left;
	margin: 0px 0px 0px 0px;
	width: 468px;
	height: 200px;
}
#bedriftTxt, #privatTxt{
	margin: 50px 0 0 0;
}
#wrapperFooter h1{
	color: #FFF;
	text-align: center;
	line-height: 15px;
}
#wrapperFooter p{
	color: #FFF;
	font-family: Arial narrow, sans-serif;
	font-size: 12px;
	text-align: center;
	line-height: 40px;
}