/* CSS screen Document */
html {
	background: #f9f9fa;
	font-size: 62.5%;
}
body {
	margin: 0;
	padding: 0;
	font-size: 100%;
}
body * {
	margin: 0;
	font: 1em/1 Verdana, Arial, Helvetica, sans-serif;
	color: #300;
}
ul, ol {
	padding: 0;
	list-style: none;
}
#header, #main, #footer {
	width: 760px;
}
/************************************************************************
******************************* HEADER **********************************
************************************************************************/
#header {
	height: 148px;
	margin: 0 auto;
}
.index {
	background: url(../images/toppbilder/topp_index.gif);
}
.gud {
	background:url(../images/toppbilder/topp_gud.gif);
}
.hendelser {
	background: url(../images/toppbilder/topp_hendelser.gif);
}
.kontakt {
	background: url(../images/toppbilder/topp_kontakt.gif);
}
.raad {
	background: url(../images/toppbilder/topp_raad.gif);
}
.stigmata {
	background: url(../images/toppbilder/topp_stigmata.gif);
}
.visdom {
	background: url(../images/toppbilder/topp_visdom.gif);
}
.arbeid {
	background: url(../images/toppbilder/topp_arbeid.gif);
}
/************************************************************************
********************************* MAIN **********************************
************************************************************************/
#main {
	margin: 0 auto;
	background: url(../images/design/mainbg.gif);
	overflow: auto;
}
/************************************************************************
********************************** NAV **********************************
************************************************************************/
#nav {
	width: 162px;
	margin: 0;
	float: left;
	font-size: 1.1em;
	margin-top: 15px;
}
#nav ul li {
	display: inline;
}
#nav ul li a {
	padding: 5px 0 5px 15px;
	display: block;
	text-decoration: none;
	color: #4a090d;
	text-transform: uppercase;
	border-bottom: 1px solid #4a090d;
}
#nav ul li a:hover {
	color: #cb3033;
}
#nav ul li a.active {
	background: #4a090d;
	color: #fff;
	cursor: text;
}
#nav ul li ul {
	border-bottom: 1px solid #4a090d;
}
#nav ul li ul li {
	border: none;
	padding: 0;
	margin: 0;
}
#nav ul li ul li a {
	padding-left: 30px;
	border-bottom: none;
}
#nav ul li ul li a.active {
	background: none;
	font-weight: bold;
	color: #4a090d;
}
#nav p {
	margin: 20px 0 40px;
	text-align: center;
}
/************************************************************************
******************************* CONTENT *********************************
************************************************************************/
#content {
	width: 333px;
	margin: 15px 0 0 65px;
	float: left;
	position: relative;
	padding-right: 200px;
	padding-bottom: 25px;
}
#content h1 {
	font-size: 1.6em;
	font-weight: bold;
	margin-bottom: 1em;
	clear: right;
}
#content h2 {
	font-size: 1.4em;
	font-weight: bold;
	clear: right;
	margin-top: 2em;
}
#content h2 a {
	color: #CC282B;
	text-decoration: none;
	font-weight: bold;
}
#content h3 {
	line-height: 2;
	margin-bottom: 2em;
}
#content h3 a {
	font-size: 1.5em;
	font-weight: bold;
}
#content h3 a.rightlink {
	float: right;
	text-align: right;
}
#content p, #content li {
	font-size: 1.2em;
	margin-bottom: 1.2em;
	line-height: 1.4;
}
#content p.link {
	margin-top: -1.2em;
	margin-bottom: 2em;
	font-size: 1em;
}
#content a {
	color: #c00;
	text-decoration: none;
}
#content p.link a {
	color: #aaa;
}
#content p img, #content li img, #content p input {
	position: absolute;
	right: 0;
}
#content ul {
	margin: 2em 0;
	padding-left: 3em;
	list-style: outside url(../images/design/korspunkt.png) disc;
}
#content li {
	padding-left: 0.6em;
	line-height: 1.2em;
	margin-bottom: 1em;
}
#content ul ul {
	font-size: inherit;
	margin: 0;
	list-style-image: none;
	list-style-type: circle;
	list-style-position: outside;
	padding-left: 0.3em;
}
#content ul ul li {
	padding: 0;
	margin: 0.5em 0;
	font-size: 1em;
}
#content blockquote {
	margin: 1.5em;
}
#content blockquote p {
	font-weight: bold;
}
#content strong {
	font-weight: bold;
}
#content .anbefalinger {
	width: 333px;
	margin-bottom: 2em;
}
#content .h input {
	float: right;
	margin-left: 25px;
	margin-bottom: 15px;
}
#content .quote p.negMarg {
	margin-top: -1.2em;
	font-style: italic;
	font-size: 0.9em;
	line-height: 1em;
}

/************************************************************************
******************************* FOOTER **********************************
************************************************************************/
#footer {
	width: 780px;
	margin: 0 auto;
	padding: 5px 0;
	text-align: center;
}
