﻿/*   
	Kjetils simple web/css
	CSS & XHTML by Kjetil Haugland, kjetilda@gmail.com


/* ########### HTML BASIC ########### */
body {
	font-family			: Verdana, Arial, Helvetica, sans-serif;
	font-size			: 12px;
	color				: #333333;
	text-align			: left;
	margin-top			: 57px;
	margin-left			: 30px;
	background-image 	: url('img/bak.gif');
	background-repeat	: repeat-x;
	background-position	: top left;
	background-color	: #29711F;
	}

 /* ########### STANDARD FORMATERING ########### */
h1 {
	font-family			: Arial, Helvetica, sans-serif;
	font-size 			: 36px;
	font-weight 		: bold;
	}
h2 {
	font-family			: Arial, Helvetica, sans-serif;
	font-size 			: 16px;
	font-weight 		: bold;
	}

a:visited,a:link {
	color				: #b55555;
 	text-decoration		: none;
	}
a:active,a:hover{
  	color				: #386084;
 	text-decoration		: none;
	}

/* ########### ID-BOKSER ########### */
/* ---------- DIV: frame ---------- */
#hoved {
	width				: 700px;
	}
/* ---------- DIV: header ---------- */
#toppboks {
	padding-top			: 5px;
	padding-left 		: 10px;
	padding-right		: 200px;
	height 				: 106px;
	line-height			: 30px;
}
/* ---------- DIV: content ---------- */
#innhold {
	padding				: 10px;
	background-color	: #67ac5e;
	}
/* ---------- Absolutte DIVs ---------- */
#kommentar {
	position			: absolute;
	width				: 155px;
	height				: 155px;
	left				: 680px;
	top					: 730px;
	background-image	: url('img/logo.png');
	background-repeat	: no-repeat;
	background-position	: center;
	}

/* ---------- Klasse: bilder ---------- */
img {
	margin-left : 1px;
	border-top: 5px #409e33 solid;
	border-left: 1px #409e33 solid;
	border-right: 1px #409e33 solid;
	border-bottom: 1px #409e33 solid;
}
img:hover {
	border-top: 5px #ffbb06 solid;
	border-left: 1px #ffbb06 solid;
	border-right: 1px #ffbb06 solid;
	border-bottom: 1px #ffbb06 solid;
	}
.bilder {
	margin-left			: 2px;
	background-color	: #409e33;
	padding				: 4px;
	}