a:active {
text-decoration: none;
color: #A52A2A;
background: none;
font-family: Verdana;
font-size: 11px;
font-weight: normal;
}
a:link {
text-decoration: none;
color: #0000BB;
font-family: Verdana;
font-size: 11px;
font-weight: normal;
}
a:visited { 
text-decoration: none; 
color: #228B22;
font-family: Verdana; 
font-size: 11px;  
font-weight: normal;
}
a:hover {
text-decoration: underline;
color: #0000BB;
font-family: Verdana;
font-size: 11px;
font-weight: normal;
}


body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background-color: #EDEDED;
	margin-top: 10px;
	margin-bottom: 10px;
}

h1 {
	color: Maroon;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #006400;
}

.table_right {
	border-top: 1px solid black;
	border-right: 2px solid black;
	border-bottom: 1px solid black;
	border-right: 1px solid black;

	text-align:left;
	background: White;
}

.table_left {
	border: 1px solid black;
	padding:15px;
	text-align:left;
	background: white;
	
	}

.table_menuline {
	border-top: 0px solid black;
	border-right: 1px solid black;
	border-bottom: 0px solid black;
	border-left: 1px solid black;
	width: 650px;
	text-align:left;
	background:  url(../bilder_hoved/menylinje2.jpg);
}

.table_bottom {
	border-right: 1px solid black;
	border-left: 1px solid black;
	border-top: 0px solid;
	border-bottom: 1px solid black;
	width: 650px;
	text-align:center;
	background: white;
}

.table_top {
	border-right: 1px solid black;
	border-left: 1px solid black;
	border-top: 1px solid;
	border-bottom: 0px solid black;
	width: 650px;
	text-align:center;
	background: white;
}
.table_spacer_top {
	border-top: 0px solid black;
	border-right: 0px solid black;
	border-bottom: 0px solid black;
	border-left: 0px solid black;
	width: 650px;
	height: 10px;
	text-align:left;

}

.technical_table {
	border: 1px solid black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	
}

.content{
	width:650px;
	text-align:left;
	min-width: 110px;
	margin-right:10px;
	margin-top:10px;
	margin-bottom:10px;
	background-color:#FFFFFF;
	border:1px solid black;
}
.red_marked_text {color: #990000}
