﻿/*   
	Repetert lesing 4-6 - Arbmo v1.9
	http://www.arbeidmedord.no

	CSS & XHTML by Kjetil Haugland, kjetilda@gmail.com	
*/

html {
	text-align : left;
	font : Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
	background-color: #e1e1e1;
}
		
body {
	text-align : left;
	width : auto;
	margin-top : 20px;
	margin-left : 20px;
	}

/* LAYERS */

#hoved {
	background-image: url('bakgrunn.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-color: #942824;
	border: 2px #262425 solid;

	width: 600px;
}
#headerboks {
	color: #262425;
	height: 60px;
	background-color: #FFFFFF;
	font-size : 40px;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	padding-left: 25px;
	padding-top: 10px;
	margin-top: 130px;
	margin-left: 80px;
	border-bottom: 20px solid #ee1c25;
}
#innhold {
	padding: 5px;
	border: 2px solid #fed9d7;
	background-color: #ffe8e7;
	color: #262425;
	margin-left: 80px;
}
#bunn {
	width: 600px;
	height: 40px;
	text-align: center;
	font-size : 12px;
	font-family: "Times New Roman";
	font-weight: bolder;
	padding-top: 10px;

}
#arbmo {
	position: absolute;
	width: 170px;
	height: 210px;
	left: 650px;
	top: 40px;
	background-image: url('logo.png');
	background-repeat: no-repeat;
}

.bilder {
	text-align: center;
	border:1px #a34a47 solid;
	padding-top: 12px;
	padding-bottom: 12px;
	background-color: #fed9d7;
}
.bildene {
	border:1px #a34a47 solid;}


  /* --tekst-- */

h1 {
	font-size: 18px;
	font-weight: bold;
}
  
h2 {
	font-size: 14px;
	font-weight: bold;
}

  
a:visited {
		color            : #b55555;
 		text-decoration  : none;
		}

a:link {
		color            : #b55555;
 		text-decoration  : none;
		}

a:active {
  		color            : #386084;
 		text-decoration  : underline;
		}

  a:hover {
  		color            : #386084;
 		text-decoration  : underline;
		}





  /* ----------- */
  
td {
		font-family      : Verdana, Arial, Helvetica, sans-serif;
		font-size        : 12px;
		color            : #333333;
		}
tr {
		font-family      : Verdana, Arial, Helvetica, sans-serif;
		font-size        : 18px;
		color            : #333333;
		}
p {
		font-family      : Verdana, Arial, Helvetica, sans-serif;
		font-size        : 12px;
		color            : #333333;
		}
div {
		font-family      : Verdana, Arial, Helvetica, sans-serif;
		font-size        : 12px;
		color            : #333333;
		}
ul {
		margin-left		: 25px;
		padding			: 0;
		}
hr {
		background		: #CCCCCC;
		height			: 1px;
		width			: 100%;
		}
		
		  /* ----------- */

li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	list-style-type: disc;
	line-height: 18px;
	}	
	
/* knapp */
#knapp {
	display:block;
}

