Body, td {
	font-family: Arial, Helvetica;
	font-size: 12px;
	color: #515151;
	vertical-align: top;
}

.text_top {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 8pt;
	font-weight: bold;
	color: #5A5A5A;
	padding-left: 18px;
	padding-top: 3px;
}

.text_body {
	padding-left: 8px;
	padding-right: 20px;
}

.menu {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 8pt;
	font-weight: bold;
	padding-left: 15px;
	padding-top: 3px;
}
	
.poll {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 7pt;
	padding-left: 21px;
	padding-top: 5px;
	width: 130px;
}
	
.tidspunkt {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 7pt;
}

h1,h2,h3,h4,h5
{
	font-family: Arial, Helvetica;
	color: #A20B0B;
	padding-bottom: 0px;
	margin-bottom: 5px;
}

h1 {	font-size: 14px; }
h2 {	font-size: 13px; }
h3 {	font-size: 12px; }
h4 {	font-size: 12px; }
h5 {	font-size: 12px; }


A:link { color: #A20B0B; text-decoration: none; }
A:visited { color: #A20B0B; text-decoration:  none; }
A:active { color: #A20B0B; text-decoration: none; }
A:hover { color: #A20B0B; text-decoration: underline; }

INPUT {
	font-family: font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	color: #C00B0B;
}

TEXTAREA {
	font-family: font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	color: #C00B0B;
}

SELECT {
	font-family: font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	color: #C00B0B;
}

.button {  
	background-color: #E8E1E1;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-left-color: #ECD8D8;
	border-top-width: 1px;
	border-top-color: #ECD8D8;
	border-right-width: 1px;
}
	
.heading_links
{
  	z-index: 1;
	position: absolute;
	top: 7px;
	left: 235px;		
}

.bilde
{
	border: 1px solid black;
	margin: 3px;
}

td.design {	background-color: #E8E1E1; }



/* PRETTYTABLE */
table.prettytable
{
	border: 0;
	border-collapse: collapse;
	border-spacing: 0;
}
table.prettytable tr
{
	background-color: transparent;
}
table.prettytable td
{
	background-color: transparent;
	border: 1px solid #A20B0B;
	padding: 5px 10px 5px 10px;
	vertical-align: middle;
}
table.prettytable th
{
	background-color: transparent;
	border: 1px solid #A20B0B;
	padding: 5px 10px 5px 10px;
	vertical-align: middle;
}

