/* CSS Document */


/** GENERELT */

html, body {
	height: 100%;	
}
body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	font-size: 11px; 
	line-height: 15px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}
h1, h2, { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h3, h4, { 
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
p { 
	color: #000000; 
	font-style: normal; 
	font-weight: normal; 
	font-size: 11px; 
	line-height: 15px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 0;
	margin-bottom: 6px; 
}


.mini {
	height:0px;
	font-style: normal; 
	font-weight: normal; 
	font-size: 0px; 
	line-height: 0px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin:0px;
	padding:0px;
}






.tittel1 { 
	color: #b30000;
	font-style: normal;
	font-weight: normal;
	font-size: 24px;
	line-height: 46px;
	font-family: Tahoma, "Trebuchet MS", Arial, Verdana, Helvetica;
	margin-top: 0;
	margin-bottom: 6px;
}

.tittel1sort { 
	color: #000000;
	font-style: normal;
	font-weight: normal;
	font-size: 24px;
	line-height: 30px;
	font-family: Tahoma, "Trebuchet MS", Arial, Verdana, Helvetica;
	margin-top: 0;
	margin-bottom: 6px;
}

.tittel2 { 
color: #b30000;
	font-style: normal;
	font-weight: normal;
	font-size: 20px;
	line-height: 36px;
	font-family: Tahoma, "Trebuchet MS", Arial, Verdana, Helvetica;	
	margin-top: 0;
	margin-bottom: 6px;
}

.tittel3 { 
color: #b30000;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 22px;
	font-family: Tahoma, "Trebuchet MS", Arial, Verdana, Helvetica;	
	margin-top: 0;
	margin-bottom: 6px;
}


.ingress { 
	color: #666666; 
	font-style: normal; 
	font-weight: normal; 
	font-size: 15px; 
	line-height: 20px; 
	font-family: Tahoma, "Trebuchet MS", Arial, Verdana, Helvetica;	
	margin-top: 0;
	margin-bottom: 0; 
}



.fet { 
	color: #000000; 
	font-style: normal; 
	font-weight: bold; 
	font-size: 11px; 
	line-height: 15px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 0;
	margin-bottom: 0px; 
}


.mellom { 
color: #b30000;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	line-height: 18px;
	font-family: Tahoma, "Trebuchet MS", Arial, Verdana, Helvetica;	
	margin-top: 0;
	margin-bottom: 2px;
}





















/** PILER */
.arrow { 
	color: #a02819;
	font-style: normal;
	font-weight: bold;
	font-size: 110%;
}


/** BILDER, AVSTANDER OG FLOATING */

/** oppe - høyre - nede - venstre */
.img1 {
	margin: 0px 0px 8px 0px;
}
.img2 {
	margin: 0px 0px 10px 0px;
}
.img3 {
	
	margin: 0px 0px 20px 0px;
}
.img4 {
	float: right;
	margin: 0px 0px 0px 6px;
	border:0px;
}
.img5 {
	float: left;
	margin: 2px 8px 0px 0px;
	border:0px;
}


/** LINKER - A OG HOVER */

a {
	border-bottom: 1px solid #aaaaaa;
	color:#990000 ;
	text-decoration:none ;
}

a:hover {
	border-color:#990000;
	color:#990000;
	text-decoration :none;
}



a.imglink {
	border-bottom:0px;
	text-decoration:none ;
}

a:hover.imglink {
	border-bottom:0px;
	text-decoration :none;
}



a.link1 {
	border-bottom: 1px solid #aaaaaa;
	color:#990000 ;
	text-decoration:none ;
}

a:hover.link1 {
	border-color:#990000;
	color:#990000;
	text-decoration :none;
}



.link1 a {
	border-bottom: 1px solid #aaaaaa;
	color:#990000 ;
	text-decoration:none ;
}

.link1 a:hover {
	border-color:#990000;
	color:#990000;
	text-decoration :none;
}









