body {
	background-color: #cccccc;
	color: #000000;
}   

h1 {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	padding-left: 0px;
	text-decoration: underline;
}

h2 {
	font-size: 14px;
	font-family: verdana;
	color: #000000;
}

a {
	font-weight: normal;
	text-decoration: underline;
	color: blue;
}

a h1 {
	font-weight: bold;
}

img {
	border: 0px;
}

a:hover {
	text-decoration: none;
}

table {
	border-collapse: collapse; 
	border-spacing: 0px;
	border: solid black 0px;
}

td,th {
	font-size: 12px;
	font-family: verdana;
	vertical-align: top;
	text-align: left;
	color: #000000;
	padding: 0;
}


/*********************  Header og meny ****************/


td#topp {
	width: 859px;
	height: 143px;
	border-collapse: collapse; 
	background-color: black;
	border-spacing: 0px;
	border: 0px;
	padding: 0px;
}

td#venstremenycelle {
	background-image: url("design/meny_bg.jpg");
	text-align: left;
	width: 212px;
	height: 621px;
	padding-top: 0px;
	padding-left: 0px;
}


div#venstremeny {
	position: relative;
	left: 15px;
	top: 15px;
	color: #000000;
	z-index: 10;
}

/*************** Innholdsbulk ******************/ 

td#content {
	width: 628px; 
}

div#innhold {
	position: relative;
	left: 0px;
	top: 10px;
	width: 628px;
   overflow-x: hidden;
}

td#fullcontent {
	width: 748px; 
}


div#fullside {
	position: relative;
	left: 0px;
	top: 10px;
	width: 748px;
   overflow-x: hidden;
}

td#annonser {
	width: 120px;
	border-left: solid #cccccc 1px;
	padding-left: 10px;
}

div#annonsene {
	width: 100px;
	postiton: relative;
	top: 10px;
	left: 10px;
}

div.art_topp {
   width: 639px;
	height: 13px;
   background-image: url('design/art_t.gif');
}

div.art_midt {
   width: 609px;
   background-image: url('design/art_m.gif');
	padding: 0px 15px;
}

div.art_bunn {
   width: 639px;
   height: 13px;
   background-image: url('design/art_b.gif');
}

span.hovedover {
   font-size: 18px;
   font-weight: bold;
   color: #c61000;
   padding-left: 0px;
}

div.tekst {
	font-family: verdana;
	font-weight: normal;
	font-size: 10px;
	text-align: left;
	margin: 10px;
	width: 450px;
	border: solid black 0px;
	position: relative;
	left: 0;
	z-index: 3;
}

div.forsidetekst {
	font-family: verdana;
	font-weight: normal;
	font-size: 10px;
	text-align: left;
	width: 175px;
}

div.artOverskrift {
   font-family: verdana;
   font-weight: bold;
   font-size: 16px;
   text-align: left;
   width: 175px;
}


div#tekstedit {
	height: 760px;
	position: relative;
	left: 0px;
	top: 0px;
}

td#footer_l {
	height: 32px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-size: 14px;
	font-weight: bold;
	background-image: url("design/footer_l.jpg");
}

td#footer {
	height: 32px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-size: 14px;
	font-weight: bold;
	background-image: url("design/footer_r.jpg");
}

div#kontaktinfo {
	position: relative;
	top: 5px;
	text-align: center;
   font-size: 13px;
   font-weight: bold;
	color: black;
}
div#kontaktinfo a {
	font-weight: bold;
	color: black;
}

.overskrift {
	font-weight: bold;
	font-size: 12pt;
	color: #000000;
	padding-left: 10px;
	font-family: verdana;
}

.tekst, .ingress {
	font-family: verdana;
	font-weight: normal;
	font-size: 10px;
/*	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px; */
}

textarea,input {
	border-width: 1px;
	border-color: #000000;
	border-style: solid;
}


