﻿/*   
	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 : 20px;
	margin-left : 30px;
	background-color: #eee7c9;
	}

 /* ########### STANDARD FORMATERING ########### */
h2 {
	font-family			: "Comic Sans MS";
	font-size 			: 16px;
	font-weight 		: normal;
	}
h3 {
	font-family			: "Comic Sans MS";
	font-size 			: 13px;
	font-weight 		: normal;
	}

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

/* ########### ID-BOKSER ########### */
/* ---------- DIV: frame ---------- */
#hoved {
	background-image 	: url('img/main.png');
	background-repeat	: no-repeat;
	background-position	: top left;
	background-color	: #eee7c9;
	width				: 530px;
	height				: 700px;
	padding-top			: 60px;
	padding-left		: 80px;
	padding-right		: 100px;
	}

/* ---------- DIV: horisontal-meny ---------- */
#meny {
	position			: absolute;
	left				: 300px;
	top					: 175px;
	font-family			: "Comic Sans MS";
	font-size			: 14px;
	}
#meny ul {
	list-style			: none;
	padding				: 0;
	margin				: 0;
	color				: #FFFFFF;
	height				: 20px;
	}	
#meny li {
	float				: left;
	margin				: 3px;
	}	
#meny li a {
	background-image 	: url('img/meny.png');
	background-repeat	: no-repeat;
	color				: #FFCC66;
	padding-top			: 5px;
	padding-bottom		: 6px;
	padding-right		: 25px;
	padding-left		: 18px;
	display				: block;
	text-align			: center;
	}	
#meny li a:hover {
	color				: #FFCC66;
	background-image 	: url('img/hover.png');
	}	
/* ---------- DIV: header ---------- */
#toppboks {
	background-image 	: url('img/leselogo.png');
	background-repeat	: no-repeat;
	background-position	: top left;
	color				: #cccccc;
	height				: 120px;
	text-align			: left;
	}
/* ---------- DIV: content ---------- */
#innhold {
	background-repeat	: no-repeat;
	background-position	: top left;
	padding-left		: 25px;
	}
/* ---------- DIV: footer ---------- */
#bunntekst {

	background-color	: #8EB0CE;
	height				: 20px;
	text-align			: center;
	font-size			: 10px;
	padding				: 10px;
	border-left			: 10px #29241b solid;
	border-right		: 5px #29241b solid;
	border-bottom		: 5px #29241b solid;
	}
/* ---------- Absolutte DIVs ---------- */
#kommentar {
	position			: absolute;
	width				: 170px;
	height				: 210px;
	left				: 700px;
	top					: 560px;
	background-image	: url('img/logo_liten.png');
	background-repeat	: no-repeat;
	background-position	: center;
	}

/* ---------- Klasse: ukategoriserte ---------- */


/* ---------- Klasse: bilder ---------- */

img {
	border				: 1px #008000 solid;
	margin-right		: 6px;
	}
.bilder {
	margin-left			: 10px;
	}