body {
	background-color: #c61000;
	color: #000000;
}   

h1 {
	font-size: 16px;
	font-weight: bold;
	color: #c61000;
	padding-left: 0px;
}

h2 {
	font-size: 14px;
	font-family: verdana;
	color: #c61000;
}
a {
	font-weight: normal;
	text-decoration: none;
	color: blue;
}

img {
	border: 0px;
/* 	padding: 5px; */
}

a:hover {
	text-decoration: none;
}

table {
	border-collapse: collapse; 
	border-spacing: 0px;
	border: solid black 0px;
}

td,th {
	font-size: 10px;
	font-family: verdana;
	vertical-align: top;
	text-align: left;
	color: #000000;
	padding: 0;
}


/*********************  Header og meny ****************/


td#topp {
	width: 970px;
	height: 15px;
	border-collapse: collapse; 
	border-spacing: 0px;
	border: 0px;
}

td#toppmenycelle {
	background-color: #eeeeee;
	text-align: left;
	width: 970px;
	height: 25px;
	padding-top: 2px;
	padding-left: 40px;
	z-index: 100;
}


td#kontaktinfo {
	width: 970px;
	height: 15px;
	border-collapse: collapse; 
	border-spacing: 0px;
	border: 0px;
	font-size: 12px;
	font-weight: bold;
	color: #bfb6ad;
}


/*************** Innholdsbulk ******************/ 

td#venstre {
	border-collapse: collapse; 
	border-spacing: 0;
	border: 0;
	padding: 0px;
	width: 175px;
}

div#lagene {
	position: relative;
	left: 35px;
	top: 20px;
	height: 800px;
}

td#annonser {
	border-collapse: collapse; 
	border-spacing: 0;
	border: 0;
	padding: 0px;
	width: 175px;
}

div#annonserekke {
	position: relative;
	left: 15px;
	top: 20px;
	height: 800px;
}


td.spacer {
	width: 10px;
	background-image: url("design/spacer.gif");
	background-repeat: repeat-y;
	padding: 0px;
}

td#content {
	width: 600px; 
	background-color: white;
}

div#innhold {
	position: relative;
	left: 10px;
	top: 15px;
	width: 510px;
}


div#nyhetsrekke {
	position: relative;
	left: 10px;
	top:10px;
	width: 210px;
}

a.linkhoyre {
	font-size: 12px;
	color: #c61000;
}

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: 510px;
	border: solid black 0px;
	position: relative;
	left: 0;
	z-index: 10;
}

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.pil {
	width: 13px;
	height: 13px;
	text-align: left;
	position: relative;
	left: 0px;
	top: 0px;
}

div#tekstedit {
	height: 760px;
	position: relative;
	left: 0px;
	top: 0px;
}

td#footer {
	height: 18px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;

}

.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;
}

