body {
	font-family: Verdana;
	font-size: 12px;
	background-color: #003366;
}

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

#header {
	width: 1000px;
	height: 205px;
	background-image: url(/core-index/layouts/sagfjord/header2b.jpg);
	background-repeat: no-repeat;
}
#home_link {
	width: 940px;
	height: 150px;
	position: relative;
	top: 40px;
	left: 30px;
}

	#home_link a {
		display: block;
		width: 100%;
		height: 100%;
		text-decoration: none;
	}
	#home_link a:hover {
		text-decoration: none;
	}

#mainSection_top {
	width: 1000px;
	height: 23px;
	background-image: url(/core-index/layouts/sagfjord/box_top.jpg);
	background-repeat: no-repeat;
	line-height: 10px;
	font-size: 5px;
}

#mainSection {
	width: 1000px;
	background-image: url(/core-index/layouts/sagfjord/box_bg.jpg);
	background-repeat: repeat-y;
}

#mainSection_bottom {
	width: 1000px;
	height: 60px;
	background-image: url(/core-index/layouts/sagfjord/box_bottom.jpg);
	background-repeat: no-repeat;
	line-height: 10px;
	font-size: 5px;
}

/* OLD STYLE
#leftMenu {
	width: 173px;
	margin-left: 38px;
	float: left;
}

	#navigation ul {
		padding: 0px;
		margin-left: 0px;
		padding-left: 0px;
		font-size: 10px;
		list-style-type: none;
		margin-top: 0px;
	}
	#navigation ul.deep {
		padding-left: 10px;
	}
	#navigation ul.deep li {
		border-left: 0px solid #99c2d6;
	}
	#navigation li {
		margin-top: 0px;
		margin-left: 0px;
		padding-left: 2px;
		border-bottom: 0px solid #eaeaea;
	
	}
	#navigation img,#rightMenu img {
		padding-bottom: 3px;
		border: 0px;
	}
	#leftMenu li a,#rightMenu li a {
		display: block;
		width: 100%;
		height: 100%;
		padding-top: 7px;
		padding-bottom: 7px;	
	}
*/

#leftMenu {
	width: 173px;
	margin-left: 38px;
	float: left;
}

	#navigation ul {
		padding: 0px;
		margin-left: 0px;
		padding-left: 0px;
		font-size: 12px;
		list-style-type: none;
		margin-top: 0px;
	}
	#navigation ul.deep: {
		padding-left: 0px;
		font-size: 10px;
	}
	#navigation li {
		margin-top: 0px;
		margin-left: 0px;
		padding-left: 10px;
		border-bottom: 1px solid #99c2d6;
		border-top: 0px solid #d69999;
		background-color: #cce0eb;
	
	}
	#navigation img,#rightMenu img {
		padding-bottom: 3px;
		border: 0px;
	}
	#leftMenu li a,#rightMenu li a {
		display: block;
		width: 100%;
		height: 100%;
		padding-top: 7px;
		padding-bottom: 7px;	
	}
	#leftMenu ul.deep li {
		background-color: #ffffff;
		border: 0px;
		margin: 0px;
		padding: 0px;
		padding-left: 10px;
		font-size: 10px;
	}
	#leftMenu ul.deep li a {
		background-color: #ffffff;
		border: 0px;
		padding-top: 3px;
		padding-bottom: 3px;
	}


a.active,a.active:hover {
	color: #000;
	font-weight: bold;
}
a.active_heading,a.active_heading:hover {
	color: #000;
}
#rightMenu {
	margin-left: 15px;
	width: 152px;
	float: left;
	border: 0px solid green;
}
	#rightMenu h4, #leftMenu h4{
		margin-left: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
		margin-top: 0px;
		text-align: center;
		border-bottom: 0px solid #99c2d6;
		background-color: #99c2d6;
	}
	#rightMenu ul {
		padding: 0px;
		margin-left: 0px;
		margin-top: 0px;
		padding-left: 0px;
		font-size: 10px;
		list-style-type: none;
		border-bottom: 1px solid #99c2d6;
	}
	#rightMenu li {
		margin-top: 0px;
		margin-left: 0px;
		padding-left: 5px;
		border-bottom: 0px solid #eaeaea;
	}
	/*#rightMenu li,#leftMenu li {
		border-top: 1px solid #99c2d6;
		background-color: #cce0eb;
	}*/
	#rightMenu li {
		border-top: 1px solid #99c2d6;
		background-color: #cce0eb;
	}

#content {
	width: 570px;
	margin-left: 13px;
	float: left;
}
	#content h1 {
		margin-top: 10px;
		color: #000;
		border-bottom: 0px solid #660000;
	}
	#content h2 {
		margin-bottom: 0px;
		font-size: 16px;
	}
	#content p {
		margin-bottom: 15px;
		margin-top: 5px;
	}
	#content img a {
		border: 0px;
	}
	
	
#topLink {
	width: 100%;
	border-top: 0px solid #666;
	margin-top: 10px;
	clear: both;
}
	#topLink p {
		margin-bottom: 0px;
		margin-top: 0px;
		padding-bottom: 10px;
		text-align: right;
	}
#footer {
	width: 1000px;
	margin: 0px auto;
	text-align: center;
	font-size: 10px;
}

.path {
	font-size: 10px;
	margin-bottom: 0px;
	border-top: 1px solid #99c2d6;
	border-bottom: 1px solid #99c2d6;
	background-color: #cce0eb;
	padding-left: 5px;
	
}
	.path a {
		text-decoration: none;
	}
	
a {
	color: #000066;
	text-decoration: none;
}
a:hover {
	color: #3366FF;
}
hr {
	height: 0px;
	border-top: 0px;
	border-bottom: 1px dotted black;
}

.kontaktBox {
	background-color: #fff;
	padding: 10px;
	border: 1px solid black;
}
.kontaktBox img.externHeader {
	width: 600px;
}

.errorField {
	border: 1px solid red;
}

.commentsBox {
	border: 1px solid #99c2d6;
	background-color: #cce0eb;
	padding: 10px;
	clear: both;
}

.comment_name {
	font-weight: bold;
	margin-top: 10px;
	width: 270px;
	float: left;
	border-bottom: 1px solid #99c2d6;
}

.comment_date {
	font-weight: bold;
	margin: 0px;
	width: 270px;
	margin-top: 10px;
	float: left;
	text-align: right;
	border-bottom: 1px solid #99c2d6;
}

.comment_body {
	width: 530px;
	padding: 5px;
	margin: 0px;
}
.comment_name_indent {
	font-weight: bold;
	margin-top: 10px;
	width: 250px;
	margin-left:20px;
	float: left;
	border-bottom: 1px solid #99c2d6;
}

.comment_date_indent {
	font-weight: bold;
	margin: 0px;
	width: 270px;
	float: left;
	text-align: right;
	border-bottom: 1px solid #99c2d6;
}

.comment_body_indent {
	width: 510px;
	padding: 5px;
	padding-left: 20px;
	margin: 0px;
}

.obs_box {
	border: 1px solid #99c2d6;
	background-color: #cce0eb;
	padding: 10px;
}
.menuBox {
	background-color: #cce0eb;
	border-bottom: 1px solid #99c2d6;
	margin-bottom: 20px;
}
.menuBox h4 {
	margin-bottom: 5px;
}
.menuBoxContent {
	font-size: 12px;
	margin-left: 10px;
	margin-right: 10px;
	overflow: visible;
}
.menuBoxContent ul,.menuBoxContent ol {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

#rightMenu .menuBoxContent li {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

.menuBoxContent p {
	margin: 5px 0px 5px 0px;
	padding: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	overflow: hidden;
}

.poweredByText {
	color: white;
}
.poweredByLink {
	color: white;
}
#textSizeController a {
	color: white;
}
.show_printable {
	font-size: 10px;
	float: right;
	background-color: white;
	padding-left: 10px;
}
div.newsContainer {
	width: 100%;
	padding: 0%;
	border-top: 0px solid #333;
	padding-top: 10px;
	font-family: "Times New Roman";
}
div.newsInfo {
	font-family: "Times New Roman";
	float: left;
	width: 70%;
}
p.newsReadMore {
	margin: 0px;
	text-align: right;
}
div.newsImage {
	float: right;
	width: 25%;
	padding: 1%;
	background-color: #fff;
	border: 1px solid #ccc;
}
p.author {
	margin-top: 10px;
	margin-bottom: 10px;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	text-align: center;
	font-size: 80%;
	font-style: italic;
}
hr.newsDivider {
	clear: both;
	visibility: hidden;
}
div.newsImage img.newsImage {
	width: 100%;
}
h1.newsTitle {
	margin-top: 0px;
	padding-top: 0px;
}
#content h2.newsTitle {
	border-bottom: 0px;
	margin-top: 0px;
}
#content a.newsTitleLink {
	color: #000;

}
span.newsDate {
	font-weight: normal;
	font-size: 10px;
}

p.newsIngress {

}

	div.articleCommentBar {
		background-image: url(/core-index/layouts/sagfjord/commentbar.png);
		background-repeat: no-repeat;
		background-position: center center;
		height: 26px;
		padding-left: 25px;
		padding-top: 13px;
	}


