* {
	border-collapse: collapse;
	border-spacing: 0;
	padding: 0;
}

body {
	background-color: #c7c7c7;
	background-image: url('pics/design/bakgrunn.gif');
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	color: #000000;
}   

h1, a h1, h1 a {
	color: #6f0021;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}

h2 {
	font-size: 14px;
	font-weight: bold;
}

h3 {
	font-size: 14px;
}

h4 {

}
a {
	text-decoration: underline;
	color: #000000;
}

a:hover {
	text-decoration: underline;
}

img {
	border: 0px;
}

table {
	border-collapse: collapse; 
	border-spacing: 0px;
	border: 0;
}

td,th {
	vertical-align: top;
	text-align: left;
	padding: 0;
}

/*********************  Header og meny ****************/

div#container {
	position: relative;
	width: 780px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
}

div#topp {
	width: 780px;
	height: 135px;
	border-collapse: collapse; 
	border-spacing: 0px;
	border: solid #94b8dc 2px;
	text-align: center;
}

div#topp img {
	margin: 3px;
}

div#roros {
	background-image: url('pics/design/rorostweed.jpg');
	position: absolute;
	width: 100px;
	height: 120px;
	top: 10px;
	left: 10px;
}
div#logo {
	background-image: url('pics/design/logo.jpg');
	position: absolute;
	top: 10px;
	left: 130px;
	width: 637px;
	height: 96px;
}

div#topptekst {
	font-size: 14px;
	position: absolute;
	left: 200px;
	top: 116px;
}

div#venstremeny {
	position: relative;
/*
	left: 20px;
*/
	top: 20px;
}

div#venstreartikkel {
	clear: both;
}

/*************** Innholdsbulk ******************/ 

td#venstre {
	width: 135px;
	z-index: 1;
}


div#innholdet {
	padding: 10px;
}

div#innholdvenstre {
	position: absolute;
	top: 100px;
	left: 10px;
	height: 473px;
	width: 370px;
	float: both;
	z-index: 10;
}

div#innholdhoyre {
	position: absolute;
	top: 0px;
	left: 400px;
	height: 653px;
	width: 265px;
	float: both;
	overflow-y: auto;
	overflow-x: hidden;
}

td#footer {
	height: 18px;
	width: 790px;
	vertical-align: middle;
	text-align: center;
	border: solid #326bc4 1px;
}

/********************** Artikkelmodul ************************/
.artikler {
}

.artikkel {
	clear: both;
}

.artikkeltittel {
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 5px;
}

.artikkelbilde {
	margin-right: 15px;
	margin-bottom: 10px;
	width: 200px;
	border: 0;
	float: left;
}

.artikkellesmer {
	color: black;
	width: 100%;
	text-align: left;
	font-weight: bold;
	padding-right: 10px;
}

.artikkelarkiv,.artikkelarkiv a {
	color: #326bc4;
	clear: both;
}

.artikkelfulltekstbilde {
   margin-right: 15px;
   margin-bottom: 10px;
   width: 200px;
   border: 0;
   float: right;
}

.artikkelfulltekstingress {
	font-weight: bold;
}

.artikkelsiste {
	clear: both;
	height: 100%;
	width: 95%;
	border: solid #326bc4 1px;
	z-index: 1;
	margin-top: 20px;
	padding: 5px;
}

.artikkelsistebilde {
	background-image: url('gfx/hjulet.jpg');
	height: 100px;
	width: 100px;
	float: right;
	position: relative;
	top: -35px;
	left: -10px;
	z-index: 2;
	margin-left: 10px;
}

.edit {
	overflow: auto;
	overflow-x: scroll;
	overflow-y: scroll;
}

#innholdet .edit {
	width: 410px;
}

