/* CSS Document */
html>body {
	height: 100%;
	background-color: #333366;
}
body {
	font-size: 12px;
	color: #666666;
	font-family: "Trebuchet MS", Verdana, Monaco, sans-serif;
		}

a:link, a:visited, a:hover {
	color: #006699;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
#container {
	position: relative;
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	border-left: 1px solid #333399;
	background-color: #FFFFFF;
	}
#header {
	width: 750px;
	height: 150px;
	border-top: 0px;
	border-right: 0px;
	border-bottom: 0px;
	border-left: 0px;
	border-style: solid;
	border-color: #333366;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-color: #FFFFFF;
}



#h3div {
	width: 750px;
	vertical-align: middle;
	height: 100px;
	top: 0px;
}
#h3div h3 { /* Andre linje i logotekst header div */

}

/* 	Meny */

#left {
	border: 0;
	float: left;
	height: 100%;
	padding-left:8px;
	color:#FFCC33;
	font-weight:bolder;
	text-transform: capitalize;
	padding-top: 10px;
}
#left ul {
	list-style-type: none;
	text-align: left;
	padding-left: 1px;
	margin-left: 0;
	margin-top: 5px;

	
}
#left ul li a {
	background: transparent url(images/list-off.gif) left center no-repeat;
	padding-left: 8px;
	text-align: left;
	font: bold 11px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
	text-decoration: none;
	color: #333366;
	display: block;
	width: 95px;
	line-height: 30px;
}
#left ul li a:hover {
	background: transparent url(images/list-on.gif) left center no-repeat;
	color: #FF9933;
	border-left: 0;
}


#core {
	width: 620px;
	margin: 5px -1px 5px 10px;
	float: right;
	border-top: 1px none #efedf5;
	border-right: 1px none #efedf5;
	border-bottom: 1px none #efedf5;
	border-left: 1px solid #efedf5;
}
#core p, #core h1, #core h2, #core h3, #core h4, #core h5, #core h6 { /* Litt padding til overtekster i core div */
	padding: 0px 10px 0px 10px;
}
#footer {
	color: #333366;
	clear: both;
	width: 750px;
	height: 20px;
	border-top: 1px;
	border-right: 1px;
	border-bottom: 1px;
	border-left: 0px;
	border-style: solid;
	border-color: #999999;
	text-align: center;
	border-collapse: collapse;
	background-color: #FFFFFF;
}
#footer a, #footer a:link { /* Footer linker */
	text-decoration: none;
	vertical-align: middle;
	color: #999999;
	padding: 3px;
}
h2 {
	font-family: "Lucida Sans", "Lucida Console", "Lucida Sans Unicode", "MS Sans Serif", sans-serif;
	text-transform: none;
	font-size: 120%;
	font-weight: bold;
	color: #5454A7;
	font-style: normal;
}
h3 {
	font-family: "Lucida Sans", "Lucida Console", "Lucida Sans Unicode", "MS Sans Serif", sans-serif;
	text-transform: uppercase;
	font-size: 100%;
	font-weight: normal;
	color: #999999;
	border: 1px none #CCCCCC;
}
h4 {

	font-family: "Lucida Sans", "Lucida Console", "Lucida Sans Unicode", "MS Sans Serif", sans-serif;
	text-transform: uppercase;
	letter-spacing: -1px;
	font-size: 80%;
	font-weight: 100;
	color: #333366;
}
h5 {

	font-family: "Lucida Sans", "Lucida Console", "Lucida Sans Unicode", "MS Sans Serif", sans-serif;
	text-transform: uppercase;
	letter-spacing: -1px;
	font-size: 50%;
	font-weight: 100;
	color: #333366;
}
h1 {

	font-family: "Lucida Sans", "Lucida Console", "Lucida Sans Unicode", "MS Sans Serif", sans-serif;
	text-transform: uppercase;
	letter-spacing: -1px;
	font-size: 150%;
	font-weight: 100;
	color: #333366;
}
.verse {
	font-size: 75%;
	text-decoration: underline;
}
