
/* GLOBALS */
img {
	border: 0;
}

p {
	padding: 0 0 8px 0;
	margin: 0;
}

td,th {
	text-align: left;
}

.legal {
 display: none;
}


h1,h2,h3,h4,h5,h6 {
	margin: 0 0 10px 0;
	padding: 0;
}

/* SIDER/KOLONNER */
#onecol1 {
	width: 638px;
	text-align: justify !important;
}

#twocol1 {
	float: left;
	text-align: justify !important;
	width: 304px;
	margin-right: 30px;
}

#twocol2 {
	float: left;
	text-align: justify !important;
	width: 304px;
}

#threecol1 {
	float: left;
	text-align: justify !important;
	margin-right: 30px;
	width: 192px;
}

#threecol2 {
	float: left;
	text-align: justify !important;
	margin-right: 30px;
	width: 192px;
}

#threecol3 {
	float: left;
	text-align: justify !important;
	width: 192px;
}

/* ANSATTE */
div.ansatt {
	padding: 0;
	margin: 0;
	width: 240px;
	float: left;
}

/* ARTIKLER */

/* Main article style */
div.article {
	padding: 0;
	margin: 0;
	margin-bottom: 10px;
	width: 638px;
}

div.article h2, div.subarticle h2, div.toparticle h2, div.bottomarticle h2 {
	font-size: 18px !important;
	margin: 0 0 2px 0;
	padding: 0;
}

div.article h3, div.subarticle h3, div.toparticle h3, div.bottomarticle h3 {
	font-size: 15px !important;
	margin: 0 0 2px 0;
	padding: 0;
}

div.article .imagetext {
	font-size: 11px;
	font-style: italic;
}

.subarticle {
	width: 304px;
	float: left;
}

.article .right, .subarticle .right, .toparticle .right, .bottomarticle .right {
	float: right;
	margin-left: 10px;
}

.article .left, .subarticle .left, .toparticle .left, .bottomarticle .left {
	float: left;
	margin-right: 10px;
}

.toparticle {
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 2px solid #006599;
}

.bottomarticle {
	padding-top: 5px;
	margin-top: 5px;
	border-top: 2px solid #006599;
}

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 .detaillink span {
	color: #ccc;
}

/* IMAGE IN FULL VIEW OF ARTICLE */
.detailimageright {
	float: right;
	margin-left: 10px;
}

.detailimageleft {
	float: left;
	margin-right: 10px;
}

/* IMAGE TEXT */
.imagetext {
	font-style: italic !important;
}

/* Paginate styles */
div#pages {
	clear: both;
	padding: 10px 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 solid #ccc;
	padding: 10px;
	margin: 10px 10px 10px 0;
	min-height: 140px;
	background: #fff;
}

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

#gallery #fullimage img {
	padding: 10px;
	margin: 10px 0;
	border: 1px solid #ccc;
	background: #fff;
}

/* TABELL TIPS EN VENN */
table#tipsvenn {
	border-collapse: collapse;
	margin: 0;
	padding: 0;
}

table#tipsvenn td {
	padding-right: 10px;
}

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

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

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

.faq-short {
	
}

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

/* REQUIRED FORM ELEMENTS */
span.required {
	color: red;
	font-weight: bold;
}