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

html {
	background-color: #c7c7c7;
}

body {
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	color: #000000;
	text-align: left;
	padding: 0;
	margin: 0;
}   

h1 {
	font-size: 16px;
	font-weight: bold;
	padding-left: 0px;
}

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;
}

#doc4 {
	width: 980px;
	background: url('pics/design/meny_bg.jpg') #c0b69d repeat-y;	
}

.yui-t3 .yui-b.left {
	width: 130px;
	margin-left: 120px;
	padding: 15px 0;
}

#yui-main {
	
}

.yui-t3 #yui-main .yui-b {
	margin-left: 320px;	
	padding: 5px;
}

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

div#container {
	position: relative;
	width: 980px;
	height: 653px;
	background-color: #ffffff;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
}

div#logo {
	width: 312px;
	height: 653px;
	border-collapse: collapse; 
	border-spacing: 0px;
	background-image: url('pics/design/meny_bg.jpg');
}

div#evelyn {
	width: 100px;
	margin-bottom: 10px;
}

div#venstremeny {
}

div#venstremeny li {
	list-style: none;
}

td#hoyre {
	width: 200px;
	border-right: solid #326bc4 1px;
}

div#hoyreartikkel {
	width: 170px;
	position: relative;
	left: 10px;
	padding: 5px;
}

div#venstreartikkel {
	clear: both;
}

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

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


div#innholdet {
	background-color: #c0b69d;
	padding: 10px;
}

div#innholdstart {
	background-color: #c0b69d;
	padding: 10px;
}

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

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

div#engelsk {
	margin-top: 20px;
}

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

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

.artikkel {
}

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

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

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

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

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

.artikkelfulltekstingress {
	font-weight: bold;
}

.artikkelsiste {
	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;
	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;
}


