/* ----- PIANC CSS ------------------------------.
Made by Marius Akerbæk			|
www.o2mlab.com / post@o2mlab.com		|
Made in Notepad++ 3.1 for best look		|
----------------------------------------------------- */

/* ----- GLOBALS ----- */
* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Verdana, sans-serif;
	text-align: center;
	background: #ADBCC3;
}

html, body {
	height: 101%;
}

div {
	text-align: left;
	font-size: 10px;
}

/* ----- STRUCTURE ----- */
div#header {
	margin: 10px auto 0 auto;
	background: url(img/header.jpg);
	width: 900px;
	height: 200px;
}

div#wrap {
	width: 900px;
	overflow: hidden;
	margin: 0 auto;
	background: #fff url(img/body.jpg);
}
	
	div#menu {
		width: 195px !important;
		width: 204px;
		border-right: 4px solid #ccc;
		border-left: 5px solid #ccc;
		background: #6A7B8D;
		padding-top: 5px;
		float: left;
		/*margin: 8px 0 8px 8px;*/
	}
	
		div#searchbox {
			margin-top: 20px;
		}
		
		div.blogg {
		margin-bottom: 10px;
		clear: both;
		}
		
	div#rightcontent {
		width: 680px;
		float: right;
		overflow: hidden;
	}
	
		div#content {
			width: 480px;
			float: left;
		}
			
			div.blogg {
			margin-bottom: 10px;
			clear: both;
			}
		
		div#ads {
			width: 180px;
			float: right;
		}
		
div#footer {
	width: 900px;
	height: 51px;
	margin: 0 auto;
	background: url(img/footer.jpg);
}
	
/* ----- MENY OG LINKER ----- */
div#menu h3 {
	font-size: 11px;
	font-weight: bold;
	color: #4B4A5C;
	padding: 4px 0 0 5px;
}

div#menu ul {
	margin: 2px 0 4px 7px;	
	list-style-type: none;
}

div#menu ul li a {
	display: block;
	width: 160px;
	padding: 2px;
	color: #fff;
	font-size: 11px;
	text-decoration: none;
}

div#menu ul li a:hover {
	background: #ADBCC3;
}

a, a:active, a:visited {
	font-size: 12px;
	color: #6A7B8D;
}
a:hover {
	font-size: 12px;
	color: #ADDBC3;
}

/* ----- SØKESKJEMA ----- */
div#searchbox input {
	font-family: Verdana, sans-serif;
	font-size: 10px;
	color: #333;
	border: 1px solid #000;
	padding: 2px 2px 1px 3px;
	height: 20px;
	width: 130px;
}

div#searchbox input.button {
	font-weight: bold;
	font-family: Verdana, sans-serif;
	font-size: 3px;
	height: 20px;
	width: 40px;
}

/* ----- TEKST ----- */
#rightcontent #content .blogg h2 {
	color: #6a7b8d;
	font-size: 18px;
	margin: 8px 0 3px 0;
	letter-spacing: 0.1em;
	font-weight: bold;
}
#rightcontent #content .blogg h2 a {
	color: #6a7b8d;
	font-size: 18px;
	margin: 8px 0 10px 0;
	letter-spacing: 0.1em;
	font-weight: bold;
	text-decoration: none;
}

#rightcontent #content p.bloginfo, #rightcontent #content p.bloginfo a {
	font-size: 10px;
	color: #333;
	margin-bottom: 10px;
}

h2 {
	color: #6a7b8d;
	size: 18px;
	margin: 8px 0 10px 0;
}

p {
	color: #555;
	font-size: 12px;
	line-height: 1.3em;
	margin-bottom: 10px;
}

td {
	color: #555;
	font-size: 12px;
}

div#searchbox p {
	padding: 1px 0 1px 5px;
}

#content ul li {
	color: #555;
	font-size: 12px;
}

span.english {
	font-size: 9px;
	color: #ADBCC3;
}

div#menu ul li a:hover span.english {
	color: #4B4A5C;
}

/* ----- TABELLER ----- */
#content table td {
	padding: 1px 2px 1px 4px;
}

/* ----- LISTER -----*/
#content ul, #content ol {
	margin: 5px 0 5px 20px;
	font-size: 10px;
	color: #555;
}

/* -----  BILDER ----- */
#content .pfl {
	border: 1px solid #000;
	margin: 0 8px 8px 0;
	float: left;
}

#content .pfr {
	border: 1px solid #000;
	margin: 0 0 8px 8px;
	float: right;
}

#content .pfr img, #content .pfl img {
	border: none;
}
