/* 
Stilfil til sethne.com 
Skrevet av Fredrik Sethne-Andersen 11.03.2011
*/

/* generelt */
body {
	color: #444;
	background-color: white;
	font-family: Arial;
	font-size: 0.8em;
	word-spacing: normal;
	margin: 0px;
}

h1 {
	font-family: Georgia;
	font-size: 3em;
	color: black;
	margin: 0px;
	padding: 0px;
}

h2 {
	font-size: 1.2em;
	font-family: Helvetica;
	letter-spacing: 2px;
	color: lightgrey;
	margin: 0px;
	padding: 0px;
	line-height: 0px;
}

ul{
	padding: 0px;
	margin: 0px;
	list-style: none;
}

li {
	width: 60px;
	padding-left: 5px;
}

/* ider */
#hode {
	padding: 10px 0 30px 140px;
}

#meny {
	padding: 25px 0 25px 40px;
	float: left;
	width: 70px;
	margin-top: 2px;
	border-right: 1px solid lightgrey;
}

#innhold {
	padding-left: 30px;
	text-align: justify;
	float: left;
	width: 700px;
}

#fot {
	font-size: 0.8em;
	color: lightgrey;
	padding: 10px 0 10px 140px;
	clear: both;
}

/* classer */
.overskrift {
	font-family: Georgia;
	text-transform: uppercase;
	font-weight: bold;
}

.deler {
	padding-top: 10px;
	font-weight: bold;
}

.dato {
	font-family: Georgia;
	color: gray;
	font-size: 1.2em;
}

.rom {
	padding: 10px;
}

/* linker */

h1 a:link {
	color: black;
	text-decoration: none;
}

h1 a:visited {
	color: black;
	text-decoration: none;
}

h1 a:hover {
	color: black;
	text-decoration: none;
}

h1 a:active {
	color: black;
	text-decoration: none;
}

li a:link {
	color: black;
	text-decoration: none;
}

li a:visited {
	color: black;
	text-decoration: none;
}

li a:hover {
	color: grey;
	text-decoration: underline;
}

li a:active {
	color: grey;
	text-decoration: none;
}

a:link {
	color: grey;
	text-decoration: underline;
}

a:visited {
	color: grey;
	text-decoration: underline;
}

a:hover {
	color: black;
	text-decoration: underline;
}

a:active {
	color: black;
	text-decoration: none;
}
