body {
	margin-top: 30px;
}


#wrapper {
	font-family: Verdana, Geneva, sans-serif;
	width: 960px;
	margin: auto;
	margin-left: 40px;
	padding-top: 0px;
	background:#fff;
	font-color: #333; 
}



#container {
	font-family: Verdana, Geneva, sans-serif;
	width: 960px;
	margin: auto;
	margin-top: 20px;
	padding-top: 0px;
	background:#fff;
	font-color: #333; 
}

/*-----HEADER-------*/ 

#header {
	height: 50px;
	width: 960px;
}


#logo {
	background-image: url(../img/logo.png);
	float: left;
	width: 272px;
	height: 28px;
	margin: 22px 0px 0px 10px;
  }


.artikkeltekst10 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	line-height: 14px;
	color: #333;
	text-align: left;
}

.artikkeltekst10bold {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	line-height: 18px;
	font-color: #333;
	text-align: left;
	font-weight: bold;
}

.artikkeltekst10_hvit {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	line-height: 14px;
	color: #FFF;
	text-align: left;
}

.artikkeloverskrift14 {
	font-size: 14px;
	font-family: Arial, Verdana, Geneva, sans-serif;
	line-height: 14px;
	font-weight: bold;
	color: #333;
}

.artikkeloverskrift14_red {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 20px;
	font-weight: bold;
	color: #cc0000;
}


.overskrifter12 {
	font-size: 12px;
	font-weight: normal;
	color: #333;
	line-height: 18px;
	font-family: Verdana, Geneva, sans-serif;
}

.overskrifter18 {
	font-size: 18px;
	font-weight: normal;
	color: #333;
	line-height: 22px;
	font-family: Verdana, Geneva, sans-serif;
}


a:link {
	font-size:10px;
	color: #0066ff;
	text-decoration: none;
}
a:visited {
	color: #0066ff;
	text-decoration: none;
}
a:active {
	color: #0066ff;
	text-decoration: none;
}

a:hover {
	color: #FF6600;
	text-decoration: none;
}


.link1 a:link {
	font-size:10px;
	color: #0066ff;
	text-decoration: underline;
	font-weight: none;
	}
.link1 a:visited {
	font-size:10px;
	color: #0066ff;
	text-decoration: underline;
	font-weight: none;
}
.link1 a:active {
	font-size:10px;
	color: #0066ff;
	text-decoration: underline;
	font-weight: none;
}
.link1 a:hover {
	font-size:10px;
	color: #FF6600;
	text-decoration: underline;
	font-weight: none;
}


.vertikal_skillelinje {
	float: left;
	background:  url(../img/vertikal_skillelinje.png) no-repeat;
	width: 4px;
	height: 200px;
}

.horisontal_skillelinje { background:  url(../img/horisontal_skillelinje.png) no-repeat; width: 950px; height: 10px; }


#menu {
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	width: 960px;
	height: 0px;
	text-align: left;
	background-color: #;
	z-index: 102;
	position: relative;
}



*--------------------FOOTER----------------------*/
#footer { background:#666; height: 100px; width: 960px; padding: 0 0 30px 0; }
#footer p {  margin-left:70px; font-size: 10px; color: #fff; padding: 38px 0px 0px 0px; }
	


/* Knapper ---------- */
.awesome{
background: #222 url(/img/knapp_bg.png) repeat-x;
display: inline-block;
padding: 5px 10px 6px;
color: #fff;
text-decoration: none;
font-weight: bold;
line-height: 1;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
border-bottom: 1px solid rgba(0,0,0,0.25);
position: relative;
cursor: pointer;
   }


/* Sizes ---------- */
.small.awesome {
font-size: 10px;
}

.medium.awesome {
font-size: 12px;
}

.large.awesome {
font-size: 13px;
padding: 8px 14px 9px;
}

  
/* Colors ---------- */
.blue.awesome {
background-color: #2daebf;
}

.red.awesome {
background-color: #e33100;
}

.magenta.awesome {
background-color: #a9014b;
}

.orange.awesome {
background-color: #ff5c00;
}

.yellow.awesome {
background-color: #ffb515;
}




/* FF bug ---------- */
-moz-focus-inner {
	padding:0;
}


/*============================*/
/*=== Custom Slider Styles ===*/
/*============================*/
#slider-wrapper {
    background:url(../images/slider.png) no-repeat;
    width:960px;
    height:400px;
    margin:0 auto;
    padding-top:74px;
    margin-top:50px;
}

#slider {
	position:relative;
    width:960px;
    height:400px;
    margin-left:0px;
	background:url(../images/loading.gif) no-repeat 50% 50%;
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#slider a {
	border:0;
	display:block;
}

.nivo-controlNav {
	position:absolute;
	left:260px;
	bottom:-42px;
}
.nivo-controlNav a {
	display:block;
	width:22px;
	height:22px;
	background:url(../images/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.nivo-controlNav a.active {
	background-position:0 -22px;
}

.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(../images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
a.nivo-prevNav {
	left:15px;
}

.nivo-caption {
    text-shadow:none;
    font-family: Helvetica, Arial, sans-serif;
}
.nivo-caption a { 
    color:#efe9d1;
    text-decoration:underline;
}

/*====================*/
/*=== Other Styles ===*/
/*====================*/
.clear {
	clear:both;
}

a.button, 

#submit,

.submit {

	display: inline-block;
	margin: 5px;
	padding: 3px 13px;
	border: 1px solid #333;
	border-bottom-color: #20559a;
	color: white !important;
	text-align: center;
	text-shadow: 0 -1px 0 hsla(0,0%,0%,.3);
	text-decoration: none;
	background-color:#96cc03;
}

.reset1 {

	display: inline-block;
	margin: 5px;
	padding: 3px 13px;
	border: 1px solid #333;
	border-bottom-color: #20559a;
	color: white !important;
	text-align: center;
	text-shadow: 0 -1px 0 hsla(0,0%,0%,.3);
	text-decoration: none;
	background-color:#ff6600;
}

