body {
	margin: 0em;
	padding: 0em 2.5em 1em 2.5em;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
}

/*	Formatting for LINKS	*/
a:link, a:visited, a:hover {
	color: #003399;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a.clean { color: #006699; }

/*	Formatting for HEADERS	*/
h1 {
	font-size: 160%;
}

/*	Formatting for MESSAGES	*/
.msg_ok { padding: 1em; background-color: #009900; border: 1px dotted black; }
.msg_error { padding: 1em; background-color: #FF0000; border: 1px dotted black; }

/*	Formatting for CONTAINERS	*/

#meny {
	background-color: #a11c24;
	float: left;
	width: 100%;
	border-top: 5px solid black;
	border-bottom: 8px solid black;
	overflow: auto;
	clear: both;
}
#meny_content {
	color: white;
	text-transform: lowercase;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	overflow: auto;
	clear: both;
	padding: 0.6em 0em 0.6em 0em;
}
#meny_content a:link, #meny_content a:hover, #meny_content a:visited {
	border-right: 1px solid white;
	color: white;
	text-decoration: none;
	padding: 0.6em 1.6em 0.6em 1.6em;
}
#meny_content a:hover {
	background-color: #000000;
}
#meny_content a.siste {
	border: none;
}

#topp {
	background-color: #a11c24;
	color: #FFFFFF;
/*	width: 95%; */
	overflow: auto;
	clear: both;
/*	vertical-align: middle;
	text-align: center; */
}
label.sidetittel {
	color: white;
	position: absolute;
	left: 300px;
	top: 60px;
	text-align: center;
}
label.sidetittel:first-line {
	font-weight: bold;
	font-size: 160%;
}

img.logo {
/*	position: absolute;
	left: 1em;
	top: 0.3em; */
	float: left;
}

#page {
	border: 1px solid black;
	overflow: visible;
	float: left;
	clear: both;
	width: 100%;
}

.content {
	clear: both;
	padding: 1.5em;
/*	width: 70%; */
	float: left;
	overflow: visible;
}
.content_forside {
	clear: both;
	padding: 1em;
	width: 70%;
	float: left;
}

.aktuelt_boks {
	overflow: auto;
	padding: 1em 0em 1em 0em;
	border-bottom: 1px dotted #999999;
}
.aktuelt_boks img {
/*	float: left; */
	margin-right: 5px;
}
.aktuelt_tittel {
	font-weight: bold;
}
.aktuelt_lesmer {
	color: #666666;
	font-size: 90%;
}
.aktuelt_arkivoverskrift {
	color: #666666;
	border-bottom: 1px dotted #999999;
	margin-top: 2em;
	margin-bottom: 0.3em;
	padding: 0.2em;
	font-weight: bold;
}
.aktuelt_arkiv_tittel {
	color: #333333;
	padding: 0.3em;
}
.ingress { font-style: italic; }

.front_right_box {
	width: 20%;
	float: right;
	margin-right: 10px;
	padding-right: 1px;
	padding-top: 1em;
	overflow: visible;
}
.front_right_title {
	padding: 0.3em;
	font-weight: bold;
	border: 1px solid black;
	border-bottom: 1px solid black;
	background-color: #990000;
	color: #FFFFFF;
}
.front_right_content {
	padding: 1em;
	border: 1px dotted black;
	border-width: 0px 1px 1px 1px;
	overflow: visible;
}

.help {
	background-color: #FFFFCC;
	border: 1px dotted #999999;
	padding: 1em 4em 1em 1em;
	background-image: url(../cms/gfx/information.gif);
	background-position: 99% 10%;
	background-repeat: no-repeat;
	font-size: 10px;
	float: left;
	margin-top: 1em;
	clear: both;
	overflow: auto;
}

/*	MODULE: Links	*/
.links_category {
	padding: 1em;
}

.links_category h1 {
	font-size: 12px;
	font-weight: bold;
	color: #005A5D;
	margin: 0px;
	border-bottom: 1px dotted #407D80;
}

.link_category ul {
	list-style: none;
}

/*	MODULE: PictureGallery	*/
.galleri_kat { border: 1px solid #666666; padding: 0.4em; clear: both; overflow: auto; margin-right: 5px; width: 99%; margin-top: 1em; }
.galleri_kat:first-line { font-weight: bold; font-size: 160%; }
.galleri_kat img { margin-right: 10px; float: left; }
.galleri_kat_btn a:link, .galleri_kat_btn a:active, .galleri_kat_btn a:visited {
	float: right;
	border: 1px solid #666666;
	border-width: 0px 1px 1px 1px;
	padding: 0em;
	margin: 0em;
	margin-right: 2px;
}
.galleri_kat_btn a:link, .galleri_kat_btn a:active, .galleri_kat_btn a:visited { background-color: ; padding: 0.5em; }
.galleri_kat_btn a:hover { background-color: #CCCCCC; color: #000000; text-decoration: none; }

