﻿/*   
	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				: 30px;
	background-image	: url('img/bak2.png');
	background-repeat	: no-repeat;
	background-color	: #b7a462;
	}

 /* ########### STANDARD FORMATERING ########### */
h1 {
	font-family			: Arial, Helvetica, sans-serif;
	font-size 			: 36px;
	font-weight 		: bold;
	margin				: 10px;
	padding-bottom		: 25px;
	}
h2 {
	font-family			: Arial, Helvetica, sans-serif;
	font-size 			: 16px;
	font-weight 		: bold;
	}
h2.innrykk {
	font-family			: Arial, Helvetica, sans-serif;
	font-size 			: 16px;
	font-weight 		: bold;
	margin-left			: 220px;
	}


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

/* ########### ID-BOKSER ########### */
/* ---------- DIV: frame ---------- */
#hoved {
	}
/* ---------- DIV: content ---------- */
#innhold {
	padding				: 20px;
	background-image	: url('img/bak.png');
	background-repeat	: no-repeat;
	width				: 660px;
	height				: 700px;
	}
/* ---------- Absolutte DIVs ---------- */
#kommentar {
	position			: absolute;
	width				: 155px;
	height				: 155px;
	left				: 710px;
	top					: 580px;
	background-image	: url('img/logo.png');
	background-repeat	: no-repeat;
	background-position	: center;
	}
#hund {
	float				: left;
	width				: 170px;
	height				: 230px;
	left				: 50px;
	top					: 470px;
	background-image	: url('img/hund.png');
	background-repeat	: no-repeat;
	}

/* ---------- Klasse: bilder ---------- */
img {
	border				: 2px #df9402 solid;
	}
img:hover {
	border				: 2px #f8c258 solid;
	}
/* ---------- Flyt på eksempler ---------- */
div.float {
	float				: right;
	margin-left			: 10px;
	margin-bottom		: 5px;
	}
div.float p {
	text-align			: center;
	font-size			: 14px;
	background-color	: #ffa800;
	padding				: 2px;
	margin				: 0px;
   }
