* {
	margin: 0;
	padding: 0;
}
body {
	padding-top: 21px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #666;
	background-color: #fff;
	text-align: center;
	background-image: url(grafikk/body-bakgrunn.png);
	background-repeat: repeat;
}

h1 {
	margin-bottom: 23px;
	font-size: 2.3em;
	font-weight: normal;
}
h2 {
	margin-bottom: 10px;
	font-size: 1.2em;
	font-weight: normal;
	text-transform: uppercase;
}
p, ul, ol {
	padding-bottom: 1em;
	line-height: 1.4em;
}
ul {
	padding-left: 20px;
	list-style-position: outside;
}

a {
	color: #525252;
}
a img {
	border: 0;
}

.clearBoth {
	clear: both;
	visibility: hidden;
}

/**
 * Layout styles
 **/
#page {
	margin: 0 auto;
	width: 860px;
	text-align: left;
	background-image: url(grafikk/page-bakgrunn.png);
	background-repeat: repeat-y;
}
#header {
	width: 860px;
	height: 130px;
	background-image: url(grafikk/header-bakgrunn.png);
	background-repeat: no-repeat;
}
#contentContainer {
	padding-right: 20px;
}
#mainContent {
	width: 554px;
	border-right: 1px solid #c1bba3;
	float: left;
}
#rightContent {
	width: 275px;
	float: right;
}
.bunn {
	margin: 20px 20px 0 10px;
	float: none;
	height: 95px;
	position: relative;
	border-top: 2px solid #e8e6dd;
}
.footer {
	height: 63px;
	padding-left: 14px;
	color: #54534c;
	background-image: url(grafikk/footer-bakgrunn.png);
	background-repeat: no-repeat;
}


/**
 * Header styles
 **/
#header #logo {
	margin: 10px;
}
#header ul#navigasjon {
	margin-right: 10px;
	list-style: none;
	background-image: url(grafikk/navigasjon-bakgrunn.png);
	background-repeat: repeat-x;
	height: 27px;
}
#header ul#navigasjon li {
	padding: 0 20px 0 0;
	float: left;
}
#header ul#navigasjon li a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	line-height: 27px;
	font-size: 12px;
}




/**
 * Main content styles
 **/
#mainContent .padding {
	padding: 0 10px 0 15px;
}
#mainContent #flash {
	margin-bottom: 1em;
}
#mainContent p {
	text-align: justify;
}




/**
 * Right content styles
 **/
#rightContent p, #rightContent h2, #rightContent h3, #rightContent h4, #rightContent h5, #rightContent ul {

}
#rightContent h3 {
	margin-bottom: 10px;
	font-size: 2.3em;
	font-weight: normal;
}
#rightContent h4 {
	margin-bottom: 23px;;
	font-size: 1.2em;
	font-weight: normal;
	text-transform: uppercase;
}
#rightContent img#rightImage {

}
#rightContent form ul {
	padding-left: 0;
	list-style: none;
}
#rightContent form ul li {
	margin-bottom: 10px;
}
#rightContent form ul li span {
	display: block;
}
#rightContent form ul li span.feil {
	display: inline;
	color: #f00;
	font-weight: bold;
}
#skjema_avsender_navn, #skjema_etternavn, #skjema_avsender_epost, #skjema_avsender_epost_confirm {
	width: 250px;
}
#rightContent form .valgboks {
	margin-right: 5px;
}
#rightContent span.inline {
	display: inline;
}
#rightContent .button {
	float: right;
}



/**
 * Bunn content styles
 **/
.bunn #sendtilvenn {
	position: absolute;
	top: 10px;
	left: 10px;
}
.bunn .logo {
	position: absolute;
	right: 23px;
	bottom: 18px;
}
.bunn #facebook {
	width: 125px;
	position: absolute;
	bottom: 34px;
	left: 360px;
}
.bunn #kudos {
	width: 87px;
	position: absolute;
	bottom: 34px;
	left: 500px;
}


/**
 * Footer content styles
 **/


