/* GLOBALT, INNHOLD */
html {
	margin: 0;
	padding: 0;
}

body {
	font: 11px 'Trebuchet MS', Tahoma, Verdana, sans-serif;
	color: #333;
	background: #B39F86 url('http://www.omf-nord.no/img/bodybg.gif') no-repeat 50% top;
	margin: 0;
	padding: 0;
}

a, a:link, a:active, a:visited {
	color: #330000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

hr {
	border: 0;
	border-bottom: 1px solid #8F633F !important;
}

h2,h3 {
	font: 16px Georgia, Times, "Times New Roman", serif !important;
	margin-bottom: 5px !important;
}

#languages, #search {
	display: none;
}

#wrapper {
	width: 960px;
	height: 1024px;
	margin: 0 auto;
	padding: 0;
}

#top {
	width: 960px;
	height: 147px;
	background: #fff url('http://www.omf-nord.no/img/top.gif') no-repeat left top;
}

#menu {
	width: 960px;
	height: 59px;
	background: #fff url('http://www.omf-nord.no/img/menu.gif') no-repeat left top;
	position: relative;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 15px;
}

#menu a {
	margin-right: 15px;
}

#menu #section1 {
	position: absolute;
	top: 14px;
	left: 201px;
	width: 230px;
	text-align: center;
}

#menu #section2 {
	position: absolute;
	top: 14px;
	left: 544px;
	width: 225px;
	text-align: center;
}

#contentwrapper {
	width: 508px;
	height: 653px;
	background: #fff url('http://www.omf-nord.no/img/content.gif') no-repeat left top;
	padding: 50px 226px 0 226px;
}

#content {
	width: 508px;
	height: 653px;
	overflow: auto;
}

#bottom {
	width: 960px;
	height: 115px;
	background: #fff url('http://www.omf-nord.no/img/bottom.gif') no-repeat left top;
}

img {
	border: 0;
}

/* ARTIKLER */

/* Main article style */
div.article {
	margin-bottom: 20px;
}

div.article .detailed-short {
	font-weight: bold;
}

div.article .published {
	font-style: italic;
	font-size: 0.9em;
	color: #525252;
}

div.article .short {
	
}

div.article .full {
	
}

div.article .navback {
	font-weight: bold;
}

div.article .detail-link span {
	color: #ccc;
}

/* Paginate styles */
div.pages {
	padding: 5px 10px;
	text-align: center;
}

div.pages a, div.pages a:link, div.pages a:visited, div.pages a:active {
	text-decoration: none;
}

div.pages .currentpage {
	font-weight: bold;
}

/* BILDEGALLERI */

#gallery .imgalbum {
	float: left;
	border: 1px dotted #8F633F;
	padding: 10px;
	margin: 10px 10px 10px 0;
	min-height: 140px;
}

#gallery #breadcrumbs {
	font-weight: bold;
}

#gallery #fullimage img {
	padding: 10px;
	margin: 10px 0;
	border: 1px dotted #8F633F;
}

/* KURS */

div.course {
	margin-bottom: 15px;
}

/* FAQ */
.faq-question-wrapper {
	margin-bottom: 15px;
}

.faq-question {
	font-weight: bold;
}

.faq-short p {
	display: inline;
}

.faq-long {
	margin-top: 10px;
}

label.error {
	color: #f00;
}