body {
	background-color: #000000;
	color: #000000;
	}   

h1 {
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	padding-left: 0px;
	text-decoration: underline;
}

h2 {
	font-size: 14px;
	font-family: verdana;
	color: #000000;
}
a {
	font-weight: normal;
	text-decoration: underline;
	color: #ffffff;
}

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: #ffffff;
	padding: 0;
}


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


td#topp {
	width: 859px;
	height: 143px;
	border-collapse: collapse; 
	background-color: black;
	border-spacing: 0px;
	border: 0px;
	padding: 0px;
	padding-top: 5px;
	padding-left: 5px;
}

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: 647px; 
	height: 521px;
	background-image: url("design/innhold_bg.jpg");
}

div#gallerilink {
	color: #00ff00;
	float: left;
	position: relative;
	left: 30px;
	top: 300px;
	z-index: 100;
	width: 80px;
	
}
div#innhold {
	float: top;
	position: relative;
	left: 80px;
	top: 10px;
	width: 480px;
	height: 490px;
   overflow: -moz-scrollbars-vertical;
   overflow-y: scroll;
   overflow-x: hidden;
}

div#fullside {
	position: relative;
	left: 20px;
	top: 10px;
	width: 620px;
	height: 490px;
   overflow: -moz-scrollbars-vertical;
   overflow-y: scroll;
   overflow-x: hidden;
}

div#fotostripe {
    /*
	position: relative;
	left: 20px;
	top: 10px;
	width: 620px;
	height: 120px;
   overflow-y: hidden;
   overflow-x: hidden;
   */
}

div#fotostripe td {
    width: 220px;
    margin-left: 10px;
    text-align: center;
}

div#fotostripe img {
    height: 135px;
}

img.fotostripe {
	position: relative;
	top: 0px;
}

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: 14px ;
	color: #ffffff;
	padding-left: 0px;
	padding-bottom: 10px;
	font-family: verdana;
}

.tekst, .ingress {
	font-family: verdana;
	font-weight: normal;
	font-size: 10px;
}

textarea,input {
	border-width: 1px;
	border-color: #000000;
	border-style: solid;
}


