body {
	padding: 0;
	margin: 0;
	background-color: #fff;
/*	background-image: url('img/bg.jpg'); */
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", sans-serif;
	}

strong, em, b, i {
    font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", sans-serif;
}

#container {
	width: 100%;
	}
	

/* header */
#header {
	width: 100%;
	height: 67px;
	margin-bottom:8px;
	background: url('img/bg_header.png') repeat-x;
	}

#header_elementer {
	width: 950px;
	margin: auto;
	}

#header_logo {
	margin: auto;
	width: 350px;
	float: left;
	padding: 18px 0px 0px 0px;
	}	

#header_language {
	float: left;
	width: 150px;
	padding: 20px 0px 0px 0px;
	}
	
#header_language ul {
	padding: 0;
	margin: 0;
	}
	
#header_language li {
	list-style: none;
	float: left;
	padding-right: 10px;
	}
	
#header_language img {
	border: #999 solid 1px;

	}
	
#header_language a {
	text-decoration: none;
	color: #fff;
	font-size: 12px;	
	}
	
#header_language a:hover {
	color: #c0c0c0;
		}

#header_meny {
	text-align: right;
	float: right;	
	}


#header_meny ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 15px;
	height: 65px;
	white-space: nowrap;	
	float: right;	
	background: url('img/bg_ul.gif') repeat-x top left;  
	}

#header_meny li {
	height:66px;
	color: #fff;
	float: left;
	}

	
#header_meny span {
	height:100%;
	background-position: bottom center;
	background-repeat: no-repeat;
	display: block;
	}
	
#header_meny li.current_page_item {
	background: url(img/pil.gif) 50% 58px  no-repeat;;
	}

#header_meny a {
	display:block;
	padding: 20px 20px 0px;
	height: 38px;
	border: 1px solid #414141;
	border-width: 0 1px 0 0;
	color: #fff;
	text-decoration: none;
	}
	
#header_meny a.forste {
	border-left-width: 1px;
	}

#header_meny a:hover {
	color: #fff;
	text-decoration: underline;
	}
	

/* innhold */

#container_innhold {
	width: 950px;
	margin: auto;
	}

#boks_start {
	width: 950px;
	background-color: #fafafa;
	border: 1px solid #d6d6d6;
	margin: 20px 0px 20px 0px;
	float: left;
	position: relative;
	}

#boks_start .headline {
	padding: 40px 0px 25px 33px;
	font-size: 38px; 
	/*float: left;*/
	}

#boks_start .beskrivelse {
	/*float: left;*/
	margin: 0px 0px 40px 33px;
	width: 450px;
	}
	
#boks_start .tekst {
	width: 360px;
	font-size: 16px;
	line-height: 24px;
	}

#boks_start .signup {
	/*display: none;*/
	width: 400px;
	position: absolute;
	top: 40px;
	left: 520px;
	}

#boks_start .signup_header {
	font-size: 38px;
margin-bottom: 20px;
	}

#boks_start .signup_btn {
	background: url('http://oax.s3.amazonaws.com/signup_btn.png') no-repeat;
	width: 195px; /* 200px */
	height: 55px;
	text-align: center;
	display: block;
	line-height: 48px;
	text-decoration: none;
	color: #fff;
	text-shadow: rgba(0, 0, 0, 0.3) 0px -1px 0px;
	font-weight: bold;
	padding-left: 5px;
	font-size: 18px;
	}

#boks_start .beskrivelse .knapp {
	background: url('img/bg_start.png') no-repeat;
	padding: 10px 0px 28px 0px;
	width: 156px;
	text-align: center;
	display: block;
	float: right;
    line-height:20px;
    color: #000;
    text-decoration: none;
	}
	
#boks_start .beskrivelse .knapp:hover {
	background: url('img/bg_starthover.png') no-repeat;
	}

#boks_start .beskrivelse .knapp a:hover {
	color: #000;
	text-decoration: underline;
	}


#boks_innhold {
	width: 950px;
	background-color: #ffffff;
	border: 1px solid #d6d6d6;
	margin: 20px 0px 20px 0px;
	float: left;
	}

#boks_innhold_header {
	}
	
#boks_innhold_header ul {
	background: url(img/boks_bg.gif) top left repeat-x;	
	list-style: none; 
	margin: 0;
	padding: 0px 0px 0px 12px;
	color: #fff;
	font-size: 13px;
	height: 50px;
	width: 938px;
	}

#boks_innhold_header li {
	display: table-cell;	
	margin: 0px 0px 0px 1px;
	float: left;
	height: 58px;
	}
	
#boks_innhold_header .active a {
	background-color: #fa9e17; 
	text-decoration: none;	
	}
	
#boks_innhold_header li.current-cat  {
	background: transparent url(img/pil2.gif) no-repeat scroll 50% 50px;
	display: block;
	height: 58px;
	}


	
#boks_innhold_header_menu a {	
	background-color: #4a4a4a;	
	padding: 15px 20px 18px 20px;
	display: block;
	text-decoration: none;
	height: 17px;
	color: #fff;
	}	

.boks_innhold_header_rss {
	margin: -35px 35px 0 0px; 
	border: 0px; 
	float: right;
	}

#boks_innhold_header li.current-cat a {
	background-color: #fa9e17;
	}
	
#boks_innhold_header a:hover {
	text-decoration: underline;
	color: #fff;
	border-bottom: solid 0px #fff;
	}	
	
	
#boks_innhold .blogg {
	margin: 23px 0px 10px 30px;
	width: 550px; 
	float: left;
	}	

#boks_innhold .blogg .entry {
	border-bottom: 1px solid #d6d6d6;
	margin: 0px 0px 30px 0px;
	padding: 0px 0px 30px 0px;
	}
	
#boks_innhold .page {
	margin: 23px 0px 10px 30px;
	width: 550px; 
	float: left;
	}	

#boks_innhold .page .entry {
	margin: 0px 0px 30px 0px;
	padding: 0px 0px 30px 0px;
	}
	
h1 {
	font-size: 24px;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
	}
	
h1 a {
	text-decoration: none;
	color: #000;
	}
	
h1 a:hover {
	text-decoration: underline;
	color: #000;
	}

h3 {
	font-size: 13px;
	font-weight: normal;
	color: #949494;
	margin: 3px 0px 0px 0px;
	}
	
#boks_innhold .blogg .entry p {
	font-size: 14px;
	line-height: 22px;
	color: #383434;
	padding: 0px 0px 0px 0px;
	}

#boks_innhold .blogg .entry p a {
	text-decoration: none;
	color: #fa9e17;
	font-weight: bold;
	}	
	
#boks_innhold .blogg .entry p a:hover {
	text-decoration: underline;
	}	

	
#boks_innhold .page .entry p {
	font-size: 14px;
	line-height: 22px;
	color: #383434;
	padding: 0px 0px 0px 0px;
	}

.entry li {
	font-size: 14px;
line-height: 18px;
	color: #383434;
	}

#boks_innhold .page .entry p a {
	text-decoration: none;
	color: #fa9e17;
	font-weight: bold;
	}	
	
#boks_innhold .page .entry p a:hover {
	text-decoration: underline;
	}	

#boks_innhold .breaking_news {
	float: right;
	width: 230px;
	padding: 20px;
	background-color: #fbfbfb;
	margin: 23px 30px 0px 0px;
	border: 1px solid #c0c0c0;
	}

h2 {
	font-size: 16px;
	line-height: 21px;
	color: #fa9e17;
	margin: 0;
	font-weight: normal;
	}
	
h2 a {
	text-decoration: none;
	}
	
h2 a:hover {
	text-decoration: underline;
	}
	
h4 {
	font-size: 12px;
	color: #383434;
	margin: 0;
	}
	
#boks_innhold .breaking_news p {
	font-size: 12px;
	margin: 10px 0;
	line-height: 21px;
	color: #4d4d4d;
	}
	
#boks_innhold .breaking_news a {
	color: #fa9e17;
	text-decoration: none;
	}
	
#boks_innhold .breaking_news a:hover {
	text-decoration: underline;
	}

