/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

* Filename: stil.css
* Version: 1.0.0 (30-01-2008) DD-MM-YYYY
* Website: http://www.mathiaz.org/
* Author: Tor Máhtte Eira Mathisen
* Description: Handles the site layout.

== STRUCTURE: ==============================
* Page width: 950 px
* Number of columns: 2
============================================

* This page sucks in IE. I hear Opera is pretty awesome.
*/

* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
	text-align: left;
}

body {
	background: #353333;
	font: 68% Tahoma;
	text-align: center;
}

#topp {
	height: 200px;
	width: 100%;
	background: url(bilder/header_bakgrunn.png);
}

h1 {
	font: 4em Tahoma;
	color: #eda8cb;
	width: 950px;
	margin: 0 auto;
	padding: 30px 0 0 0;
}

.hvit {
	color: #fff;
}

#skall {
	width: 950px;
	margin: 0 auto;
}

#innhold {
	width: 800px;
	font: 1.5em Tahoma;
	color: #fff;
	float: left;
}

h2 {
	font: 2em Georgia;
	color: #faa21b;
	font-style: italic;
}

h3 {
	font: 1.6em Tahoma;
	color: #000;
	text-transform: uppercase;
	font-weight: 800;
}

.kursiv {
	color: #fff;
	text-transform: lowercase;
	font-style: italic;
}

p {
	font: 1em Tahoma;
	color: #fff;
	padding: 10px 0 20px 0;
}

p:first-letter {
	color: #eda8cb;
	font-style: italic;
	font-size: 1.3em;
}

#navigasjon {
	float: left;
	width: 130px;
	padding: 0 0 0 20px;
}

h4 {
	font: 2em Tahoma;
	color: #ccc;
	border-bottom: 2px solid #eda8cb;
	text-transform: uppercase;
	display: block;
	width: 130px;
}

h4:hover {
	color: #eda8cb;
	border-bottom: 2px solid #ccc;
}

ul {
	padding-top: 10px;
}

li, li a, li a:visited{
	list-style: none;
	color: #fff;
	font: 1.2em Tahoma;
	text-decoration: none;
	font-weight: 600;
}

li a:hover {
	color: #66cbe4;
	text-decoration: underline;
	font-weight: 600;
}

#bunn {
	clear: both;
	width: 950px;
	text-align: center;
}

#bunn p {
	text-align: center;
}

#bunn p:first-letter {
	color: #fff;
	font-style: normal;
	font: 1em Tahoma;
}