body {
	margin: 0;
	padding: 0;
	text-align: center;
}

/* Wrappers */

#bg_forside {
	width: 100%;
	background: #fff url('../images/header_side.jpg') repeat-x top center;
}

#wrapper {
	width: 976px;
	margin: 0 auto;
	text-align: left;
}

/* SHOWCASE STUFF */
	#showcase_wrapper_front {
		height: 300px;
		width: 972px;
		float: left;
		margin-left: 2px !important;
		margin-left: 1px;
		background: url('../images/header_bg.jpg') repeat-x top center;
		overflow: hidden;
	}

	#showcase_wrapper_front .showCase,
	#showcase_wrapper_front .showCaseInactive {
		width: 155px;
		height: 300px;
		float: left;
		overflow: hidden;
		cursor:pointer;
	}
	
	#showCase0 {
	}
	
	#showCase1,#showCase2,#showCase3,#showCase4,#showCase5 {
		margin-left: 6px;
	}		

	.readMore {
		display: inline;
		position: relative;
		top: 270px;
		float: right;
		color: #444;
		padding: 2px 7px;
		text-decoration: none;
		background: #fff;
	}

	#showcase_wrapper_front .showCaseInactive .readMore {
		display: none;
	}




/* Padding */

#content_front {
	margin: 22px 0;
	padding: 22px 0;
	float: left;
	background: url('../images/content_front_bg.gif') repeat-y top center;
}

#content {
	margin: 22px 0;
	padding: 22px 0;
	float: left;
	background: url('../images/content_bg.gif') repeat-y top center;
}

/* Generelle greier */

.hide {
	display: none;
}

.contentpaneopen {
	width: 100%;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
}

/* Fonter */

h1, h2, h3, h4, h5, h6, p, a, 
.componentheading, 
.contentheading {
	margin: 0;
	padding: 0;
}

body {
	font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-size: 0.69em;
	line-height: 1.64em;
	color: #686868;
}

p {
	margin: 0 0 1em 0;
	padding: 0;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

h1,
.contentheading,
.componentheading {
	display: block;
	font-size: 1.6em;
	font-weight: normal;
	line-height: 1.2em;
	letter-spacing: -.05em;
	padding: .1em 0 .5em 0;
	color: #00497a;
}

h2 {
	font-size: 1.4em;
}

h3, h4, h5, h6 {
	font-size: 1em;
	font-weight: bold;
}

ul, ol {
	padding-left: 16px;
	margin: 0;
}

li {
	margin: 0;
	padding: 0;
}

a {
	color: #04497a;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

#content_wrapper img,
#content_wrapper_forside img {
	padding: 1px;
	border: 6px solid #EBEBEB;
	margin-bottom: 8px;
	margin-top: 0!important;
	margin-top: 3px;
}

