/*

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, Helvetica;
   font-size: 11px;
   background-color: #FEFEFC;
   background-image: url(images/bodyBg.jpg);
   background-position: top center;
   background-repeat: repeat-x;
   color: #7A6E6F;
}
#wrapper{
position: relative;
   width: 950px;
   margin: 0 auto;
   display: block;
}
p {
   _font-family: HelveticaCondensed, "Arial Narrow", arial, Helvetica;
   _font-size: 11px;
   _line-height: 12px;
   margin-top: 0px;
   color: #7A6E6F;
   white-space: normal;
}
h1{
   font-family: HelveticaCondensed, "Arial Narrow", arial, Helvetica;
   font-size: 20px;
   margin-top: 0px;
   white-space: normal;
   text-transform: uppercase;
   color: #7A6E6F;
}
h2{
   font-family: HelveticaCondensed, "Arial Narrow", arial, Helvetica;
   font-size: 15px;
   margin-top: 0px;
   white-space: normal;
   font-weight: normal;
   text-transform: uppercase;
   color: #7A6E6F;
}
h3{
   font-family: HelveticaCondensed, "Arial Narrow", arial, Helvetica;
   font-size: 12px;
   margin-top: 0px;
   white-space: normal;
   color: #7A6E6F;
}

/*---Links---*/

a {
   color: #7A6E6F;
   text-decoration: underline;
}
a:active {
   color: #720A69;
   text-decoration: underline;
}
a:visited{
   color: #7A6E6F;
   text-decoration: underline;
}
a:hover{
   color: #720A69;
   text-decoration: underline;
}

.noscroll{
   overflow: hidden;
}

/*---Header---*/

#wrapperHeader{
   background-color: #FEFEFC;
   width: 100%;
   height: 200px;
   padding-bottom: 10px;
}
#logo{
   float: left;
   margin-right: 0px;
   height: 199px;
   width: 700px;
   padding: 0px 0 0 0px;
}
#language{
   float: right;
   margin: 10px 0px 40px 0px;
   clear:both;
}
#search{
   list-style: none;
   float: right;
   margin-top: 0px;
   margin-bottom: 0px;

}
#search .searchField{
   overflow: hidden; 
   padding: 0px;
   margin: 0px;
   width: 150px;
   height: 15px;
}
.searchState
{
	border: 1px solid #F4F5F5;
	background: #720A69;
	color: #FFF;
	font-family: "Arial narrow", sans-serif;
	font-size: 12px;
}
#info{
   overflow: hidden; 
   float: right;
   margin-top: 10px;
   text-align:right;
   clear:both;

}
#info p{ 
   font-family: "Arial narrow", sans-serif;
   line-height: 16px;
   color: #85797A;
   font-weight:bold;

}
.search{
   float: right;
   margin-top: 0px;
   margin-bottom: 0px;
   clear:both;

}


/*---MenuWrapper---*/
#wrapperMenu{
   width:950px; 
   height: 60px; 
   margin: 0px auto; 
   position:absolute; 
   display:block;
   
text-transform: uppercase;
}


/*---Content---*/

#produkter{
   height: 100%;
   width: 100%;
   margin: 30px 0 0 0px;
}


#wrapperContent{
   height: auto;
   display:block;
   width: 950px;
   margin: 10px auto;
}

#wrapperNews{
   position: relative;
   display:block;
   width: 950px;
   margin: 10px auto;
}
#imgContent{
	float: left;
	border: 1px solid #DCDCDC;
	width: 498px;
	height: 528px;
	margin-right: 10px;
   overflow:hidden;
   position: relative;
}

#imgContent img{
	/*width: 500px;
	height: 530px;*/
	padding: 0 0 0 0px;
}
#mainContent {
padding: 20px;
   float: left;
   /* opprinnelig farge
   background-color: #F9F5F2;
   */
   background-color: #F9F5F2;
   width: 910px;
   height: 490px;
   color: #7A6E6F;
   overflow: auto;
   font-family:Arial,Helvetica,sans-serif;
font-size:11px;
line-height:normal
   
}
#mainContent strong {
  font-family: HelveticaCondensed, "Arial Narrow", arial, Helvetica;
  font-size: 15px;
  text-transform: uppercase;
}
#txtContent {
padding: 20px;
   float: left;
   position: relative;
   background-color: #F9F5F2;
   
   width: 395px;
   height: 490px;
   
   color: #7A6E6F;
   overflow: auto;
   
}
#txtContent,
#txtContent p {
line-height: normal;
font-size: 11px;

   font-family: Arial, Helvetica, sans-serif;
   
}
#mainContent h2 a,
#txtContent h2 a{
   color: #720A69; 
   text-decoration: none;
}
#mainContent h2 a:hover,
#txtContent h2 a:hover{
  text-decoration: underline;
}
.txtContent1, .txtContent2{
	float: left;
	background-color: #F9F5F2;
	width: 310px;
	height: 530px;
	margin-right: 10px;
}
.txtContent3{
	float: left;
	background-color: #F9F5F2;
	width: 310px;
	height: 530px;
}
.newsEntry h1,
#txtContent h1,
#txtContent1 h1,
#txtContent2 h1,
#txtContent3 h1 {
font-size: 15px;
_font-weight: normal;
color: #7A6E6F;
text-transform: uppercase;


}
#txtContent h2,
#txtContent1 h2,
#txtContent2 h2,
#txtContent3 h2 {
font-size: 20px;
font-weight: normal;
text-transform: uppercase;
margin: 0px;
}

/*---Banner---*/

#wrapperBanner{
   border: 1px solid #DCDCDC;
   background-color: #FFF;
   margin: 10px auto 30px;
   height: 335px;
   width: 950px;
   display: block;
   overflow: hidden;
}

#bannerContent{

}

/*---News---*/

.news {
	float: left;
	margin: 0px 25px 0px 0px;
	width: 300px;
	height: 250px;
	background-color: #F9F5F2;
}
.news2 {
	float: left;
	margin: 0px 0px 0px 0px;
	width: 300px;
	height: 250px;
	background-color: #F9F5F2;
}
#wrapperNews img {
display: block;
	border: 1px solid #DCDCDC;
	background-color: #FFF;
	height: 100px;
	margin: 5px 10px 15px 10px;
	width: 280px;
}
.newsEntry {
	margin: 0px 10px 10px 10px;
    font-family:Arial,Helvetica,sans-serif;
font-size:11px;
}
.news2 p a,
.news p a,
.read-more-wrapper,
#read-more-wrapper {
	_float:right;
	margin-top:10px;
   padding-right: 20px;
	display:block;
   text-align: right;
}

.read-more-wrapper a,
#read-more-wrapper a {
   color: #7A6E6F;
   text-decoration: none;
}
.read-more-wrapper a:active,
#read-more-wrapper a:active {
   color: #720A69;
   text-decoration: none;
}
.read-more-wrapper a:hover,
#read-more-wrapper a:hover{
   color: #720A69;
   text-decoration: underline;
}







/******* skjema ******/
