/*******************/
/***** Misc. *******/
/*******************/

* {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
}
body {
	background-color: #a9d5e6;
	font-size: 13px;
}

/*******************/
/**** Rammeverk ****/
/*******************/
 
div#container {
	border: 2px solid #9d0102;
	background: #fff url(bilder/content.gif) top;
	margin-right: auto;
	margin-left: auto;
	width: 770px;
}
div#header {
	background: #fff url(bilder/header.jpg);
	border-bottom: 2px solid #9d0102;
	margin-bottom: 15px;
	height: 200px;
}
div#menu {
	width: 140px;
	float: left;
}
div#content {
	padding: 0 10px 30px 15px;
	text-align: justify;
	width: 600px;
	float: left;
}
div#footer {
	border-top: 1px solid #ccc;
	background-color: #fff;
	text-align: center;
	margin-top: 15px;
	clear: both;
}

/*******************/
/****** Meny *******/
/*******************/

div#menu ul {
	font-weight: bold;
	font-size: 13px;
	list-style-type: none; 
	line-height: 15px;
}
div#menu ul li a {
	background: url(bilder/pil.gif) no-repeat 130px;
	padding: 2px 20px 1px 0;
	margin-bottom: 2px;
	text-align: right;
	text-decoration: none;
	display: block;
}
div#menu ul li.current {
	background: url(bilder/pil.gif) no-repeat 134px;
}
div#menu ul li.current a {
	cursor: default; 
	color: #9d0102; 
}
div#menu ul li.current a:hover {
	background: url(bilder/pil.gif) no-repeat 130px;
}
div#menu ul li a:hover {
	background: url(bilder/pil.gif) no-repeat 133px; 
}

/*******************/
/****** Tekst ******/
/*******************/

p, ul {
	margin-bottom: 10px;
	font-size: 13px;
	line-height: 19px;
}
div#content p, div#content h3, div#content h2, div#content table {
	margin-right: 20px;
	margin-left: 10px;
}
div#footer p, p#status {
	margin-bottom: 0;
	font-size: 10px;
	padding: 3px;
	color: #000;
}
p#status {
	border-bottom: 1px solid #ccc;
	margin-bottom: 5px;
}
h1 {
	display: none;
}
h2 {
	font-size: 18px;
	margin-bottom: 5px;
}
h3 {
	font-size: 14px;
}


/*******************/
/****** Bilder *****/
/*******************/

img.galleri {
	border: 1px solid #000;
	padding: 1px;
	margin-bottom: 10px;
	margin-top: 10px;
}

img#mester {
	margin: 0 20px 10px 10px;
	border: 0;
	float: right;
}
img.border {
	border: 1px solid #000;
	padding: 1px;
}
div#menu img {
	margin-right: 1px;
	border: 1px solid #000;
	padding: 1px;
}

/*******************/
/***** Lenker ******/
/*******************/

a {
	text-decoration: underline;
	font-style: italic;
	color: #000;
}
div#menu a {
	font-style: normal;
}
a:hover, div#menu a:hover {
	text-decoration: none;
	color: #9d0102;
}

/*******************/
/***** Lister ******/
/*******************/

div#content ul {
	margin-left: 40px;
}


/*******************/
/******* Annet *****/
/*******************/

div#content hr {
	margin: 15px 0 15px 0;
}

/*******************/
/** Kontaktskjema **/
/*******************/

label {
	font-size: 11px;
	width: 135px;
	display: block;
	float: left;
	text-align: left;
}
input, select, textarea {
	border: 1px solid #000;
	width: 200px;
	font-size: 11px;
	margin-bottom: 3px;
}
select {
	width: 202px;
}
textarea {
	width: 350px;
}
option {
	padding-left: 3px;
}
form br {
	clear: left;
}
input.button {
	width: 50px;
}

/*******************/
/***** Tabeller ****/
/*******************/

table#referanser {
	margin-bottom: 5px;
	border: 1px solid #000;
	width: 65%;
}
th {
	background-color: #9d0102;
	height: 20px;
	color: #fff;
}
th, td {
	padding: 0 3px 0 3px;
}
tr.farge1 {
	background-color: #fff;
}
tr.farge2 {
	background-color: #efefef;
}
table#galleri img {
	border: 1px solid #000;
	padding: 1px;
}

