/*
Theme Name: Exact Regnskap
Theme URI: http://www.martinbakken.no
Description: WP-Theme for siden Exact Regnskap.
Version: 1.0
Author: Martin Bakken
Author URI: http://www.martinbakken.no
*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: ;
	font-family: Baskerville, serif;
	background: #f0f1f1;
}

h1 {
	color: #666666;
	font-weight: normal;
	font-size: 35px;
	padding-top: 35px;
	padding-bottom: 25px;
}

h2 {
	font-weight: normal;
	font-size: 17px;
	padding-bottom: 25px;
}

h3 {
	padding-top: 20px;
}

h4 {
	color: #666666;
}

p {
	padding-top: 10px;
	padding-bottom: 10px;
}

small {
	margin-top: 20px;
	font-size: 15px;
}

ul {
	list-style: none;
	font-family: sans-serif;
}

a:link, a:visited {
	color: #2E7A87;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;

}

img {
	border: none;
} 

#navbar a:link, #navbar a:visited {
	color: #2E7A87;
	text-decoration: none;
}

#navbar a:hover {

}

#bg_header {
	width: 100%;
	height: 160px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	background-image: url('images/bg_header.png');
	background-repeat: repeat-x;
}

#bg_content {
	width: 100%;
	height: 671px;
	position: absolute;
	top: 160px;
	left: 0;
	z-index: -1;
	background-image: url('images/bg_content.png');
	background-repeat: repeat-x;
}

#bg_footer {
	width: 100%;
	height: 160px;
	position: absolute;
	top: 831px;
	left: 0;
	z-index: -1;
	background-image: url('images/bg_footer.png');
	background-repeat: repeat-x;
}

#bg_x {
	width: 748px;
	height: 671px;
	position: absolute;
	top: 160px;
	right: 0px;
	z-index: -1;
	background-image: url('images/bg_x.png');
	
}

#container {
	width: 1000px;
	height: auto;
	margin: 0 auto;
}

#header {
	width: 100%;
	height: 160px;
	margin-left: 20px;
}

#logo {
	width: 200px;
	height: 100%;
	float: left;
}

#logo img {
	margin-top: 55px;
}

#navbar {
	width: 700px;
	height: 100%;
	float: right;
}

#navbar ul {
	float: left;
	padding-top: 90px;
	font-size: 14px;
}

#navbar li {
	float: left;
	padding-right:50px;
}

#content {
	width: 600px;
	height: 671px; /* Sette til auto? */
	margin-left: 20px;
	margin-right: 300px;
}

#footer {
	width: 100%;
	height: 160px;
	margin-left: 20px;
}

#footer_left {
	width: 300px;
	height: 100%;
	float: left;
}

#footer_left img {
	padding-top: 14px;
	padding-bottom: 12px;
}

#footer_left ul {
	padding-top: 0px;
	padding-left: 0px;
}

#footer_left li {
	padding-bottom: 5px;
	font-size: 12px;
}

#footer_right {
	width: 500px;
	height: 100%;
	float: right;
}

#footer_right img {
	float: left;
	margin-top: 23px;
	padding-left: 10px;
}
	
#footer_right ul {
	display:inline;
	float: left;
	margin-top: 30px;
	margin-left: 23px;
}

#footer_right li {
	font-size: 12px;
	padding-bottom: 5px;
	color: #666666;
}
