* { 
  margin:0; 
  padding:0; 
  text-align:left;
}

a {
	color: #000000;
	text-decoration: none;
	
}

.clear {
	clear: both;
}

.red {
	color: #e42800;
}

body {
	background: url("grafikk/bg.jpg") repeat-x;
	font-family: Arial, SunSans-Regular, sans-serif;
	font-size: 14px;
}

#container {
	margin: 0 auto;
	width: 987px;
}

/*
 * Header
 */

#wrap-top {
	width: 987px;
	height:10px;
	margin-top:10px;
	background: url("grafikk/corner_top.gif");
}

 #header {
 	background-color: #000000;
	height: 150px;
	padding: 0 10px;
 }
 
 #header img {
 	margin-bottom: 10px;
 }
 
 #top-menu {
 	float: right;
	width: 200px;
	margin-top: 10px;
 }
 
 #top-menu ul {
 	list-style: none;	
 }
 
 #top-menu li {
 	margin: 10px;
 }

#top-menu a {
	color: #ffffff;
}

 #menu {
	background: url(grafikk/nav_bg.gif) repeat-x;
	display:block;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	overflow:hidden;
	padding:0;
 }
 
 #menu ul {
 	list-style: none;
	display: block;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	overflow:hidden;
	padding:0;
 }
 
 #menu li {
	border-right: 1px solid #626262;
	float:left;
	margin:0;
 }
 
 #menu a{
	display:inline-block;
	height:25px;
	padding:11px 15px 0;
	text-decoration:none;
	font-size: 14px;
	color: #f1f1f1;
 }
 
#menu a.current, #menu a:hover {
	color: #ffface;
 }
 
 /*
  * Content
  */
 #left {
 	float: left;
	width: 740px;
	margin-top: 20px;
 }
 
#content {
	border-bottom: 1px solid #cecece;
 }
 
#content #ed_xp_overskrift {
	margin: 10px 0;
}
 
#content #ed_xp_bildetekst {
	font-size: 10px;
}

#content #ed_xp_ingress {
	font-weight: bold;
}

#content #ed_xp_hovedsak {
	margin: 10px 0;
}

#content p {
}
 
#hovedsak {
	float: left;
	width: 740px;
	padding-bottom: 10px;
	border-bottom: 1px solid #808080;
}
 
#right {
	width: 217px;
	float: right;
	padding-left: 10px;
	margin-top: 20px;
} 

#right h1 {
	font-size: 24px;
}

#right img {
	border: 0px;
}

#lastned {
	margin-top: 15px;
}

#contact {
	background: url(grafikk/bg_kontaktoss.gif);
	height: 216px;
	width: 199px;
	padding: 10px;
	margin: 15px 0;
	color: #ffffff;
	font-size: 12px;	
}

#contact a {
	color: #ffffff;
}

#contact h1 {
	color: #d9d9d9;
	font-size: 16px;
}

/*
 * Content end
 */ 
 
 /*
  * Footer
  */
 
 #footer {
 	background-color: #555555;
	margin: 15px 0 30px 0;
	color: #e7e7e7;
	font-size: 10px;
 }
 
 #footer table {
 	border: none;
 }
 
 #footer1 {
 	width: 180px;
	padding: 0 14px;
	float: left;
	border-right: 1px solid #808080;
	margin: 15px 0;
	height: 100px;
 }
 
 #footer2 {
 	width: 150px;
	padding: 0 14px;
	float: left;
	border-right: 1px solid #808080;
	margin: 15px 0;
	height: 100px;
 }
 
 #footer3 {
 	width: 270px;
	padding: 0 15px;
	float: left;
	margin: 15px 0;
	height: 100px;
 }
 
 #footer4 {
 	float: left;
 }
 
 /*
  * annonser
  */
 .annonse1 {
 	float: left;
	margin-top: 15px;
 }
 .annonse2 {
 	float: left;
	margin-left: 10px;
	margin-top: 15px;
 }
 
 .hoyereannonse {
 	margin-top: 15px;
	border-top: 1px solid #cecece;
	padding-top: 15px; 
 }
 
 /*
  * extra
  */
 
 .edit_link {
 	vertical-align: middle;
	margin: 0 auto 10px auto;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
 }
 
 .edit_link a {
 	color: #fe3102;
 }
 
 .edit_link img {
 	height: 12px;
 	margin: 0 5px 0 5px;
 }

