
body {
 
	background-color: 	#100d0d;
	font-family: 		Tahoma, Helvetica, sans-serif;
	font-size: 			12pt;
	text-align:			center;
	padding: 			0px 0 0 0;
	margin:				auto 0 auto 0;
	color:				#7a7b7a;
	}

p {
	margin: 			0px;
	padding: 			0px;
	font-size: 			75%;
	font-family: 		Tahoma, Helvetica, sans-serif;

}
 h1 {
	font-size:		135%;
	color:			#ffffff;
	margin:			5px 0 0 20px;
	padding:		0;
	font-family: 	Tahoma, Helvetica, sans-serif;
	font-style:		Italic;
	font-weight:	normal;/* because h's are usually bold i turn the boldness off */
}
h2 {
	font-size:		120%;
	color:			#ffffff;
	margin:			5px 0 0 20px;
	padding:		0;
	font-family: 	Tahoma, Helvetica, sans-serif;
	font-weight:	normal;/* because h's are usually bold i turn the boldness off */
}
 h3 {
	font-size:		120%;
	color:			#ffffff;
	margin:			14px 0 0 20px;
	font-family: 	Tahoma, Helvetica, sans-serif;
	font-weight:	normal;/* because h's are usually bold i turn the boldness off */
}
h4 {
	
	font-size:		11pt;
	color:			#7a7b7a;
	margin:			10px 0 0 13px;
	font-family: 	Tahoma, Helvetica, sans-serif;
	line-height:	110%;
	font-weight:	normal;/* because h's are usually bold i turn the boldness off */
}
h5 {
	font-size:		120%;
	color:			#ffffff;
	margin:			0px 0 0 20px;
	padding:		5px 0 0 0px;
	font-family: 	Tahoma, Helvetica, sans-serif;
	font-weight:	normal;/* because h's are usually bold i turn the boldness off */
}
h6 {
	font-size: 120%;
	margin-top:		10px;
	padding:		0;
}

h7 {
	font-size:		120%;
	color:			#ffffff;
	margin:			0px 0 0 60px;
	padding:		5px 0 0 0px;
	font-family: 	Tahoma, Helvetica, sans-serif;
	font-weight:	normal;/* because h's are usually bold i turn the boldness off */
}
a, a:link, a.menulink:link
{  
	color: 				#7a7b7a;
	text-decoration: 	none;
	font-weight:		normal;
	border:				none;
}
a:visited
{
	color: #7a7b7a;
}
a:hover 
{  
	text-decoration: 	none;
	color:				#969696;
}
em {

	font-style:		italic;
}

.img {

	border:		0px;
}
 
/*form elements*/
select, input, textarea {
	background-color:		#969696;
	color: #000000;
	font-size: 0.9em;
	border: 1px solid #000000;
}
input:hover{
	background-color:		#ffffff;
}
#bg_container {
	
	width:				1024px;
	height:				600px;
	background: 		url(images/bg.jpg) repeat-x;
	text-align:			center;					
	margin:				0 auto 0 auto;
	border-top: 		1px solid #100d0d;
	
}


/*The wrapper div that wraps around all divs*/
#wrapper{

	width:				900px;
	height:				auto;
	text-align:			left;					
	margin:				45px auto 0 auto;
	padding: 			0 0 0 7px;
}


#header {/*includes the logo and the navitation at the top*/
	width: 				99%;
	height: 			50px;
	background-color: 	#000000;
																
}
#logo {

	width: 				291px;
	height:				86px;
	position: 			absolute;
	margin-top:			-31px;
	margin-left:		-12px;
	background:			url(images/logo.png);
	background-repeat:	no-repeat;
}
#flag {
	width: 				25px;
	height:				13px;
	position: 			absolute;
	margin-top:			7px;
	margin-left:		882px;
	background-repeat:	no-repeat;
}
#book {
	width: 				25px;
	height:				13px;
	position: 			absolute;
	margin-top:			220px;
	margin-left:		250px;
	background-repeat:	no-repeat;
	z-index:			5;
	border:				none;
}


#top_content_wrapper{/*includes the box with intro/nav bar to the top-left and the image items to the top-right*/
	width: 				905px;
	height: 			245px;
	margin:				0;
	padding:			0;
}


#left_column_top { /*includes the box with introduction/navigation to the left*/
 	
	background:			url(images/top_left_box.png);
	background-repeat:	no-repeat;
	width:				268px;
	height:				260px;
	position:			relative;
	padding:			0 0 0 0;
	margin:				0;
	float:				left;
}
#left_column_top h1{
 
	margin: 15px 0 3px 0;
	padding:	0;
}

.left_column_top_text {/*class for text areas in top left part*/
 	
	width:				220px;
	height:				200px;
	margin:				0px 30px 10px 21px;
	padding: 			0;
	text-align:			justify;


}

.left_column_top_text p{
	margin: 0;
	padding:	0;
}

#bottom_content_wrapper_1{ /*wraps around all content below main image and left navigation in separated layout*/


	width:				900px;
	height:				auto;
	margin:				25px auto 0 -1px;
	padding:			0 0 30px 0;
}
#bottom_content_wrapper_2{ /*wraps around all content below main image and left navigation in joined layout*/

	background:			url(images/BG_main_bottom.png) repeat-y;
	width:				900px;
	height:				auto;
	margin:				25px auto 10px 0;
	padding:			0 0 35px 0;
	position:			absolute;


}

#bottom_content_wrapper_3{ /*wraps around all content below main image and left navigation in joined layout*/

	background:			url(images/BG_main_bottom.png) repeat-y;
	width:				900px;
	height:				600px;
	margin:				0px auto 10px 0;
	padding:			0 0 30px 0;
	min-height:			200px;
}

#bottom_content_wrapper_4{ /*wraps around all content below main image and left navigation in joined layout*/

	background:			url(images/BG_main_bottom.png) repeat-y;
	width:				900px;
	height:				auto;
	margin:				25px auto 10px 0;
	padding:			0 0 30px 0;
	min-height:			200px;
}

#bottom_content_wrapper_5{ /*wraps around all content below main image and left navigation in joined layout*/

	background:			url(images/BG_main_bottom.png) repeat-y;
	width:				900px;
	height:				auto;
	margin:				25px auto 0px 0;
	padding:			0;
}


.fakebottomclass{
	clear:				both;
	height: 			5px;
}
.fakebottomclass_high{
	clear:				both;
	height: 			5px;
	padding:			0 0 20px 0;
}

#main_image {/*main image to the top*/

	background:			url(images/bg_image.png);
	width:				597px;
	height:				245px;
	float:				right;
	padding:			5px 10px 10px 12px;
	margin: 			0 10px 3px 0px;

}

#main_image_long {/*main image to the top of product descriptions*/

	background:			url(images/main_image_slice.png);
	width:				598px;
	height:				255px;
	float:				right;
	padding:			5px 10px 10px 11px;
	margin: 			0 9px 0px 0px;
	}

/*the following is for the index page only*/

#left_bottom{
	width:				260px;
	height:				auto;
	float:				left;
	padding:			0;
}

#right_bottom{
	width:				630px;
	height:				auto;
	float:				right;
	margin:				0 -7px 0 0;


}
#left_column_mid {
 	
	background:			url(images/anbefalinger_box.png);
	background-repeat: 	no-repeat;
	width:				268px;
	height:				140px;
	margin:				-1px 0 0 0;
	padding:			0;
	border-top:			1px solid #100d0d;
	border-top: 		1px solid #100d0d;

}

#left_column_mid_english {
 	
	background:			url(images/anbefalinger_box.png);
	background-repeat: 	no-repeat;
	width:				268px;
	height:				140px;
	margin:				-1px 0 0 0;
	padding:			0;
	border-top:			1px solid #100d0d;
	border-top: 		1px solid #100d0d;

}
#left_column_mid_english p{
	margin:				6px 15px 0 20px;
	line-height:		140%;
	text-align:			justify;
}
#left_column_mid em{
 	font-style: italic;
	
}

#left_column_mid p{
	margin:				6px 15px 0 12px;
	line-height:		140%;
	text-align:			justify;
}
#left_column_mid h2{
	margin:				6px 0 0 12px;
}
#left_column_mid h4{
	margin:				inherit;
	padding:			0;
}

#left_column_bottom {
 	
	background:			url(images/samarbejdspartnere_box.png);
	background-repeat: 	no-repeat;
	width:				268px;
	height:				140px;
	margin:				4px 0 0 0;
	border-top: 		1px solid #100d0d;
}
#left_column_bottom_english {
 	
	background:			url(images/samarbejdspartnere_box.png);
	background-repeat: 	no-repeat;
	width:				268px;
	height:				140px;
	margin:				4px 0 0 0;
	border-top: 		1px solid #100d0d;
}

#left_column_bottom_english p {
 	
	margin:				4px 0 0 20px;
}

#left_column_bottom p{
	margin:				6px 15px 0 12px;
	text-align:			justify;
	line-height:		95%;
}
#left_column_bottom h2{
	margin:				6px 0 0 12px;
}
#left_column_bottom h4{
	margin:				inherit;
}

#mid_teasers {
	background:			url(images/3teasers.png);
	background-repeat: 	no-repeat;
	width:				625px;
	height:				91px;
	margin:				0;

}

.m_teaser {/* content boxes in teasers under main image */
	width:				181px;
	height:				51px;
	padding:			5px 10px 10px 11px; 
	margin-right:		6px;
	float: 				left;
}

.m_teaser p{
	margin: 0px;
}
.m_teaser h2{
	margin: 0 0 2px 0;
}
#bottom_content {
 	background:			url(images/core_story.png) repeat-y;
	width:				620px;
	height:				194px;
	margin:				-2px 0 0px 0px;

}
#bottom_content_pirat {
 	
	width:				620px;
	height:				194px;
	margin:				-2px 0 0px 0px;

}

#bottom_content_english {
	background:			url(images/soldat-english.gif) repeat-y;
	width:				620px;
	height:				278px;
	margin:				-19px 0 0px 0px;

}

#bottom_content_english p{

	width:				350px;
	height:				194px;
	margin-top:			20px;
	margin-left:		20px;

}
#bottom_content_english h1{

	width:				350px;
	font-size:			110%;
	margin-top:			20px;
	margin-left:		20px;

}
#bottom_content_english img{

	width:				600px;
	height:				194px;
	margin-top:		20px;
	margin-left:		20px;

}

#bottom_content_endbit {
 	background:			url(images/bottom_content_slice1.png) no-repeat;
	width:				619px;
	height:				10px;
	margin:				0;
}

/* end of for the index page only*/

/*this begins the elements only used in the oversigt category with 4 large elements*/

#left_half {
	width:				450px;
	height:				auto;
	float:				left;
	margin: 			0;
	padding: 			0;
}
#right_half {
	width:				450px;
	height:				auto;
	float:				right;
	margin: 			0;
	padding: 			0;
}
.left_content_box_oversigt{
	
	position:			relative;
	width:				425px;
	height:				100px;
	margin:				5px 5px 0 0;
	padding:			0;
	float:				right;
	clear: 				right;/*this clears the float and causes the items to list up under eachother*/
}
.right_content_box_oversigt{
 
	Position:			relative;
	width:				425px;
	height:				100px;
	margin:				5px auto 0 auto;
	padding:			0;
	text-align:			right;
	float:				left;
	clear: 				left;/*this clears the float and causes the items to list up under eachother*/

}
.left_img_oversigt{
	width:				195px;
	text-align:			right;
	height:				80px;
	float:				right;
	margin:				13px 0 0 0;
	padding:			21px 5px 0 0;
}

.left_heading_oversigt{
	width:				210px;
	height:				20px;
	float:				left;
	padding: 			0 0 4px 0;
	margin:				10px 0 0 0;
	border-bottom: 		2px solid #870005;
}
.left_heading_oversigt h2{
	margin:   0 0 2px 0;
}
.left_content_box_oversigt p{
	margin:				5px 0 0 0;
	width:				200px;
}
.right_img_oversigt{
	width:				195px;
	text-align:			left;
	height:				80px;
	float:				left;
	margin:				13px 0 0 0px;
	padding:			21px 0 0 5px;
}

.right_heading_oversigt{
	width:				210px;
	height:				20px;
	float:				right;
	padding: 			0 0 4px 0;
	margin:				10px 0 0 0;
	border-bottom: 		2px solid #870005;
}
.right_heading_oversigt h2{
	margin:			   0 0 2px 0;
	text-align:			right;

}
.right_heading_oversigt p{
	margin:			   5px 0 2px 0;
	text-align:			right;

}
.right_content_box_oversigt p{
	margin:				5px 0px 0 0;
	padding:			0;
	width:				200px;
	float:				right;

}

/*this ends the elements only used in the oversigt category with 4 large elements*/

/*this begins the elements only used in the oversigt category with text bit at the top and small elements*/

#oversigt_text {
	width: 				852px;
	height:				auto;
	margin:				5px 0 10px 20px;
	text-align:			justify;
	
}
.left_content_box_oversigt_small{
	
	width:				425px;
	height:				80px;
	margin:				50px 5px 0 0;
	padding:			0;
	float:				right;
	clear: 				right;/*this clears the float and causes the items to list up under eachother*/
}
.right_content_box_oversigt_small{
 
	Position:			relative;
	width:				425px;
	height:				80px;
	margin:				10px 0 0 0;
	padding:			0;
	text-align:			right;
	float:				left;
	clear: 				left;/*this clears the float and causes the items to list up under eachother*/
}
.left_img_oversigt_small{
	width:				131px;
	text-align:			right;
	height:				80px;
	float:				right;
	margin:				13px 55px 0 0;
	padding:			21px 5px 0 0;
}

.left_heading_oversigt_small{
	width:				220px;
	height:				20px;
	float:				left;
	padding: 			0 0 4px 0;
	margin:				10px 0 0px 0px;
	border-bottom: 		2px solid #870005;
}
.left_heading_oversigt_small h2{
	margin:   			0 0 2px 0;
}
.left_heading_oversigt_small p{
	width: 				200px;
}
.left_content_box_oversigt_small p{
	margin:				5px 0 0 0;
	width:				250px;
	font-weight:	normal;
}
.right_img_oversigt_small{
	width:				131px;
	text-align:			left;
	height:				80px;
	float:				left;
	margin:				13px 22px 0 0px;
	padding:			21px 0 0 5px;	
}
.right_heading_oversigt_small{
	width:				220px;
	height:				20px;
	float:				right;
	padding: 			0 0px 4px 0;
	margin:				10px 0px 0 0;
	border-bottom: 		2px solid #870005;
}
.right_heading_oversigt_small h2{
	margin:			   0 0 2px 0;
	text-align:			right;

}

.right_content_box_oversigt_small p{
	margin:				5px 0 0 0;
	padding:			0 0 0 0;
	width:				200px;
	float:				right;
	text-align:			right;
}
/*only present i aktuelt_oversigt*/

.left_image{
	position:			absolute;
	top:				34px;
	left:				229px;
}
.right_image{
	position:			absolute;
	top:				34px;
	left:				7px;
}
/*only present i bagom_oversigt*/

.left_image_bagom{
	position:			absolute;
	top:				34px;
	left:				229px;
}
/*only present in anbefalinger_oversigt*/

.left_anbefaling{
	width:				275px;
	height:				75px;
	margin:				15px 35px 0 0;
	float:				right;
	clear: 				right;/*this clears the float and causes the items to list up under eachother*/

}
.right_anbefaling{
	width:				275px;
	height:				75px;
	margin:				15px 0 0 35px;
	float:				left;
	clear: 				left;/*this clears the float and causes the items to list up under eachother*/

}
.right_anbefaling h2{
	border-bottom: 		2px solid #870005;
	margin:				0 0 4px 0;
	padding:			0 0 1px 0;

}
.left_anbefaling h2{
	border-bottom: 		2px solid #870005;
	margin:				0 0 4px 0;
	padding:			0 0 1px 0;
}

/*only contained in produkter_foredrag*/
.left_content_box_oversigt_6small{
	
	width:				425px;
	height:				80px;
	margin:				10px 5px 0 0;
	padding:			0;
	float:				right;
	clear: 				right;/*this clears the float and causes the items to list up under eachother*/
}

/*only contained in galleri_oversigt*/
.right_content_box_galleri{
	position:			relative;
	width:				425px;
	height:				100px;
	margin:				58px auto 0 auto;
	padding:			0;
	text-align:			right;
	float:				left;
	clear: 				left;/*this clears the float and causes the items to list up under eachother*/
}

/*only contained in cv section*/

.cv_leftalign{
	height:				50px;
	width:				500px;
	margin:				50px 0 0 130px;


}
.cv_rightalign{
 	
	height:				50px;
	width:				500px;
	margin:				50px 0 0 250px;
	text-align:			right;
}
.cv_leftalign h2{
	border-bottom:		2px solid #870005;
	margin:				0;
	padding:			0 0 1px 0;

}
.cv_rightalign h2{
	border-bottom:		2px solid #870005;
	margin:				0;
	padding:			0 0 1px 0;
}
.cv_leftalign p{
	margin:				2px;
}.cv_rightalign p{
	margin:				2px;
}
/*only for samarbejdspartnere sektion*/

.container_samarbejd{
	width:				500px;
	height:				60px;
	margin:				20px 0 0 250px;
}
.container_samarbejd_text{
 	width:				290px;
	float:				left;
}
.container_samarbejd_img{
	width:				200px;
	height:				60px;
	float:				right;
}
.container_samarbejd h2{
	margin:				0;
	padding:			0 0 1px 0;
	width:				290px;
	float:				left;
	border-bottom:		2px solid #870005;
	
}
/*only for anbefalinger section*/

.container_anbefal{
	width:				650px;
	height:				auto;
	margin:				50px 0 0 125px;
	padding:			0;
	position:			relative;
	text-align:			justify;	
}

.container_anbefal h2{
	margin:				0;
	padding:			0 0 1px 0;
	border-bottom:		2px solid #870005;
}
.container_anbefal p{
	font-style:			italic;
	width:				600px;
	margin:				5px 0 0 25px;
}
/*only present in altuelt section*/
.container_aktuelt{
	width:				780px;
	height:				100px;
	margin:				40px 0 0 60px;
	position:			relative;

}
.table_img{
 	width:				178px;
 	height:				81px;
 	position:			absolute;
 	left:				580px;
 	top:				20px;

}
.container_aktuelt h2{
	margin:				0;
	padding:			0 0 1px 0;
	border-bottom:		2px solid #870005;
	width:				500px;
}
.container_aktuelt td{
 	width:			500px;
	font-size:			85%;
}
td#first_space{
 	width:			125px;
}

.container_aktuelt_individual{
	width:				650px;
	height:				auto;
	margin:				50px 0 0 125px;
	padding:			0;
	position:			relative;
	text-align:			justify;	
}

.container_aktuelt_individual h2{
	margin:				0;
	padding:			0 0 1px 0;
	width:				650px;
	border-bottom:		2px solid #870005;
}
.container_aktuelt_individual p{
	font-style:			normal;
	width:				600px;
	margin:				5px 0 0 25px;
}
/*only contained in gallery section*/

.gallery_leftalign{
	height:				50px;
	width:				700px;
	margin:				50px 0 0 100px;
}
.gallery_leftalign h2{
	border-bottom:		2px solid #870005;
	margin:				0;
	padding:			0 0 1px 0;
}
.gallery_leftalign p{
	margin:				2px;
}
#picture_wrapper{
	width:				620px;
	height:				350px;
	margin:				0 0 20px 143px;
	padding:			0;
}
#picture_wrapper img{
	margin:				0px 0 0 0;
	padding:			0;
	vertical-align:		bottom;/*to get rid of the default ie padding at bottom of images*/
}
#picture_wrapper_left{
	width:				308px;
	height:				370px;
	margin:				0;
	float:				left;
}

#picture_wrapper_left_inside_left{
	width:				110px;
	height:				370px;
	padding:			0px 0 0 0;
	margin:				10px 0 0 9px;
	float:				left;
}

#picture_wrapper_left_inside_right{
	width:				166px;
	height:				370px;
	margin:				0px 4px 0 0;
	padding:			0;
	float:				right;
}
#picture_wrapper_left_inside_right img{
	margin:				10px 0 0 0;
	}

#picture_wrapper_right{
	width:				308px;
	height:				370px;
	margin:				0;
	float:				right;
}
#picture_wrapper_right_inside_left{
	width:				114px;
	height:				370px;
	margin:				10px 7px 0 0;
	float:				right;
}

#picture_wrapper_right_inside_right{
	width:				166px;
	height:				370px;
	margin:				0 0 0px 3px;
	float:				left;
 }
#picture_wrapper_right_inside_right img{
	margin:				10px 0 0 0;
}
#picture_vertical1{
	width:				110px;
	height:				166px;
	margin:				18px 0 0 0px;
	padding:			0;
}
#picture_vertical2{
	width:				110px;
	height:				166px;
	margin:				18px 0 0 0px;
	padding:			0;
}
.picture_text_gallery{
 	
	text-align:			center;
 	margin:			30px 0 0 0;
	
}

/*only in the individual foredrag pages*/

#left_foredrag_content{
	width:			248px;
	height:			auto;
	float:			left;
	margin:			20px 0 0 23px;
}

#left_foredrag_content img{
	margin:			0 0 15px 0;
}
#right_foredrag_content{
	width:			609px;
	height:			auto;
	float:			right;
	margin:			0 10px 0 0;
	
}

#right_foredrag_content h1{
	margin: 20px 0 15px 0;
}
#right_foredrag_content h2{
	margin: 10px 0 5px 0;
}
#right_foredrag_content p{
	margin: 10px 20px 5px 0;
}

.two_images{
	width: 			625px;
	height:			200px;
	margin:			15px 0 0 0px;

}
.two_images img{
	margin:			0 14px 0 0;
}

.bottom_fordrag_img{
	position:		relative;
	left:			23px;
}
/*only for kontakt*/

#container_kontakt{
	width:			600px;
	height:			auto;
	margin:			25px 0 0 145px;
}
#container_kontakt h2{
	margin:			0;
	border-bottom:	2px solid #870005;
	width:			600px;
	padding:		0 0 1px 0;
}
#container_kontakt p{
	margin:			0;
	padding:		0;
}
/*only for the forum*/

#forum_content_container{
	width:			550px;
	height:			auto;
	float:			left;
	margin:			20px 0 0 70px;
}

#forum_archive_container{
	width:			200px;
	height:			auto;
	float:			right;
	text-align:		right;
	margin:			20px 70px 0 0px;
}
#forum_archive_container{
	font-size: 75%;
}
#forum_archive_container a{
	color:		#ffffff;
}

#forum_archive_container h2{
	margin: 		0px 0 20px 0px;
	font-size: 		140%;
}

#forum_link a
{  
	color: 				#ffffff;
	text-decoration: 	none;
	font-weight:		normal;
}

#forum_link a:visited
{
	color: #ffffff;
}
#forum_link a:hover 
{  
	text-decoration: 	none;
	color:				#7a7b7a;
}

/*only for the individual foredrag*/
#foredrag_content_wrapper{ /*wraps around all content below main image and left navigation in layout for individual foredrag*/

	width:				855px;
	height:				auto;
	margin:				0px auto 0px 17px;
	padding:			0 3px 0px 1px;
}
.foredrag_wide{ /*wraps around all content below main image and left navigation in layout for individual foredrag*/

	width:				855px;
	height:				auto;
	margin:				0px;
	padding:			0;
}

#foredrag_left{
	width:				460px;
	height:				auto;
	float:				left;
	
}
#foredrag_right{
	width:				367px;
	height:				auto;
	margin:				0 0 0 27px;
	float:				right;

}

#foredrag_content_wrapper h2{
	margin:			0 0 0 0;
	padding: 		14px 0 1px 0;
	border-bottom:	2px solid #870005;
}

#foredrag_content_wrapper p{
	text-align:		justify;
	margin:			5px 0 0px 0;

}
#foredrag_content_wrapper img{
	padding:			18px 0 9px 0;
	margin: 		0;
}

/* this is only for eventyrshows produkt*/

#eventyrshow_left{
	width:			214px;
	height:			500px;
	margin:			0 0 0 34px;
}

#eventyrshow_left h2{
	margin:			0;
	padding: 		14px 0 1px 0;
	border-bottom:	2px solid #870005;
}
#eventyrshow_left p{
	text-align:		justify;
	margin:			5px 0 26px 0;
}
#eventyrshow_right{
	position:		absolute;
	top:			-265px;
	left:			295px;
	width:			580px;
	height:			auto;
	margin:			0;
	padding:		0;
}

#eventyrshow_left_textbit p{
	text-align:		center;	
}
 /*this is only undervisning */
 
#undervisning_left{
	width:			214px;
	height:			500px;
	margin:			0px 0 0 34px;
	padding:		34px 0 0 0;
	float:			left;
}
#undervisning_right{
	width:			577px;
	height:			auto;
	margin:			30px 40px 0 0;
	float:			right;
	
}
#undervisning_right h2{
	margin:			0;
	padding:		0 0 1px 0;
	border-bottom:	2px solid #870005;
}

#undervisning_right p{
	margin:			5px 0 39px 0;
	text-align:		justify;
	
}
#undervisning_images_btn{
	height:			161px;
	width:			auto;
	margin:			2px 0 0 34px;
	float:			left;
}
#undervisning_images_btn img{
	margin:			0 30px 0 0;
}

/*this only for inspirationsoplÃ¦g page*/

#oversigt_text_inspiration {
	width: 				825px;
	height:				auto;
	margin:				17px 32px 32px 32px;
	text-align:			justify;
	}
#oversigt_text_inspiration h2 {
	margin:			0 0 5px 0;
	padding:		0 0 1px 0;
	border-bottom:	2px solid #870005;
}
#inspiration_image_wrapper{
	width:			825px;
	height:			287px;
	margin:			32px 0 0 34px;
	text-align:		right;
}
#inspiration_img_left{
	width:			516px;
	height:			285px;
	float:			left;
	text-align:		left;	
}

span.inspiration{
	margin:			0 85px 0 0;
	color:			#000000;
}
#inspiration_text_wrapper{
	width:			825px;
	height:			auto;
	margin:			32px 0 0 34px;
	text-align:		right;
}
#inspiration_text_left{
	width:			516px;
	height:			auto;
	float:			left;
}
.inspiration_textbit{
	width:			206px;
	float:			right;
	text-align:		justify;
	
}
.inspiration_textbit2{
	width:			206px;
	float:			left;
	text-align:		justify;
	
}










#inspiration_image_wrapper_losning{
	width:			825px;
	height:			287px;
	margin:			0 0 0 34px;
	text-align:		right;
}
#inspiration_image_wrapper_losning h2{
	margin:			0 0 32px 0;
}
#inspiration_img_left_losning{
	width:			570px;
	height:			285px;
	float:			left;
	text-align:		left;	
}

span.inspiration_losning{
	margin:			0 40px 0 0;
	color:			#000000;
}

#inspiration_text_wrapper_losning{
	width:			825px;
	height:			auto;
	margin:			32px 0 0 34px;
	text-align:		right;
}
#inspiration_text_left_losning{
	width:			516px;
	height:			auto;
	float:			left;
}

		

/*this contains all elements for the top navigation*/

#navigation {
	position:			relative;
	float:				right;
 	background: 		url(images/navigation.gif) no-repeat;
 	margin: 			0px 0px 0px 0px;
 	height:				50px;
 	width:				613px;
}


#navigation li {margin: 0px; padding: 0; list-style: none; position: absolute; border: none;}
#navigation li, #navigation a{height: 50px; display: block;border: none; text-decoration: none; outline:none;}

/*Definition for the menu. Just one picture is used in the background but it actually is a double image.*/
#nav li {margin: 0px; padding: 0; list-style: none; position: absolute; border: none;}

#nav li, #nav a{height: 40px; display: block;border: none; text-decoration: none; outline:none;}
#navhjem			{top: 0px; left:0px; width: 60px;}
#navbagom 			{top: 0px; left:65px; width: 80px;}
#navprodukter		{top: 0px; left:155px; width: 80px;}
#navgalleri			{top: 0px; left:245px; width: 95px;}
#navaktuelt			{top: 0px; left:347px; width: 85px;}
#navkontakt 		{top: 0px; left:437px; width: 80px;}
#navforum		 	{top: 0px; left:527px; width: 70px;}

#navhjem_active				{top: 0px; left:0px; width: 60px; background: url(images/navigation.gif) 0px -197px no-repeat;}
#navbagom_active			{top: 0px; left:65px; width: 80px; background: url(images/navigation.gif) -65px -197px no-repeat;}
#navprodukter_active		{top: 0px; left:155px; width: 80px; background: url(images/navigation.gif) -155px -197px no-repeat;}
#navgalleri_active			{top: 0px; left:245px; width: 95px; background: url(images/navigation.gif) -245px -197px no-repeat;}
#navaktuelt_active			{top: 0px; left:347px; width: 85px; background: url(images/navigation.gif) -347px -197px no-repeat;}
#navkontakt_active 			{top: 0px; left:437px; width: 80px; background: url(images/navigation.gif) -437px -197px no-repeat;}
#navforum_active	 		{top: 0px; left:527px; width: 70px; background: url(images/navigation.gif) -527px -197px no-repeat;}



/*defining what part of background picture is shown when hovering over a link*/
#navhjem a:hover				{background: url(images/navigation.gif) 0px -99px no-repeat;}
#navbagom a:hover 				{background: url(images/navigation.gif) -65px -99px no-repeat;}
#navprodukter a:hover 			{background: url(images/navigation.gif) -155px -99px no-repeat;}
#navgalleri a:hover 			{background: url(images/navigation.gif) -245px -99px no-repeat;}
#navaktuelt a:hover 			{background: url(images/navigation.gif) -347px -99px no-repeat;}
#navkontakt a:hover 			{background: url(images/navigation.gif) -437px -99px no-repeat;}
#navforum a:hover 				{background: url(images/navigation.gif) -527px -99px no-repeat;}

#navigation active 				{height: 50px; display: block;border: none; text-decoration: none; outline:none;}
#navhjem a:active				{background: url(images/navigation.gif) 0px -197px no-repeat;}
#navbagom a:active				{background: url(images/navigation.gif) -65px -197px no-repeat;}
#navprodukter a:active 			{background: url(images/navigation.gif) -155px -197px no-repeat;}
#navgalleri a:active 			{background: url(images/navigation.gif) -245px -197px no-repeat;}
#navaktuelt a:active 			{background: url(images/navigation.gif) -347px -197px no-repeat;}
#navkontakt a:active 			{background: url(images/navigation.gif) -437px -197px no-repeat;}
#navforum a:active 				{background: url(images/navigation.gif) -527px -197px no-repeat;}

/*ends the top navigation*/

/*this contains all elements for the left navigation*/

#navigation_left_produkter{

	background:			url(images/navigation_left_produkter.png);
	
	background-repeat:	no-repeat;
	width:				268px;
	height:				260px;
	position:			relative;
	padding:			0 0 0 0;
	margin:				0;
	float:				left;
}	


#navigation_left_produkter li {margin: 0px; padding: 0; list-style: none; position: absolute; border: none;}
#navigation_left_produkter li, #navigation_left_produkter a{height: 33px; display: block;border: none; text-decoration: none; outline:none;}

/*Definition for the menu. Just one picture is used in the background but it actually is a double image.*/
#nav_left li {margin: 0; padding: 0; list-style: none; position: absolute; border: none;}

#nav_left li, #nav_left a	{height: 33px; display: block;border: none; text-decoration: none; outline:none;}
#nav_left_1					{top: 20px; left:35px; width: 200px;}
#nav_left_2 				{top: 52px; left:35px; width: 200px;}
#nav_left_3					{top: 84px; left:35px; width: 200px;}
#nav_left_4					{top: 116px; left:35px; width: 200px;}
#nav_left_5					{top: 148px; left:35px; width: 200px;}

#nav_left_1_active			{top: 20px; left:35px; width: 200px; background: url(images/navigation_left_produkter.png) -35px -294px no-repeat;}
#nav_left_2_active			{top: 52px; left:35px; width: 200px; background: url(images/navigation_left_produkter.png) -35px -325px no-repeat;}
#nav_left_3_active			{top: 91px; left:35px; width: 200px; background: url(images/navigation_left_produkter.png) -35px -365px no-repeat;}
#nav_left_4_active			{top: 125px; left:35px; width: 200px; background: url(images/navigation_left_produkter.png) -35px -400px no-repeat;}
#nav_left_5_active			{top: 158px; left:35px; width: 200px; background: url(images/navigation_left_produkter.png) -35px -432px no-repeat;}

/*defining what part of background picture is shown when hovering over a link*/
#nav_left_1 a:hover			{background: url(images/navigation_left_produkter.png) -35px -568px no-repeat;}
#nav_left_2 a:hover			{background: url(images/navigation_left_produkter.png) -35px -600px no-repeat;}
#nav_left_3 a:hover 		{background: url(images/navigation_left_produkter.png) -35px -631px no-repeat;}
#nav_left_4 a:hover 		{background: url(images/navigation_left_produkter.png) -35px -664px no-repeat;}
#nav_left_5 a:hover 		{background: url(images/navigation_left_produkter.png) -34px -696px no-repeat;}

#navigation_left_produkter active 		{height: 33px; display: block;border: none; text-decoration: none; outline:none;}
#nav_left_1 a:active		{background: url(images/navigation_left_produkter.png) -35px -862px no-repeat;}
#nav_left_2 a:active		{background: url(images/navigation_left_produkter.png) -35px -895px no-repeat;}
#nav_left_3 a:active 		{background: url(images/navigation_left_produkter.png) -35px -928px no-repeat;}
#nav_left_4 a:active 		{background: url(images/navigation_left_produkter.png) -35px -961px no-repeat;}
#nav_left_5 a:active 		{background: url(images/navigation_left_produkter.png) -35px -993px no-repeat;}

/*navigation for navigation_left_anbefalinger_ind som er siden med alle individuelle anbefalinger*/

#navigation_left_anbefalinger_ind{

	background:			url(images/navigation_left_anbefalinger_ind.png);
	
	background-repeat:	no-repeat;
	width:				268px;
	height:				260px;
	position:			relative;
	padding:			0 0 0 0;
	margin:				0;
	float:				left;
}	


#navigation_left_anbefalinger_ind li {margin: 0px; padding: 0; list-style: none; position: absolute; border: none;}
#navigation_left_anbefalinger_ind li, #navigation_left_anbefalinger_ind a{height: 33px; display: block;border: none; text-decoration: none; outline:none;}

/*Definition for the menu. Just one picture is used in the background but it actually is a double image.*/
#nav_left_anb_ind li {margin: 0; padding: 0; list-style: none; position: absolute; border: none;}

#nav_left_anb_ind li, #nav_left_anb_ind a	{height: 33px; display: block;border: none; text-decoration: none; outline:none;}
#nav_left_anb_ind_1						{top: 20px; left:35px; width: 200px;}
#nav_left_anb_ind_2 					{top: 52px; left:35px; width: 200px;}
#nav_left_anb_ind_3						{top: 84px; left:35px; width: 200px;}
#nav_left_anb_ind_4						{top: 116px; left:35px; width: 200px;}
#nav_left_anb_ind_5						{top: 148px; left:35px; width: 200px;}

#nav_left_anb_ind_1_active				{top: 20px; left:35px; width: 200px; background: url(images/navigation_left_anbefalinger_ind.png) -35px -294px no-repeat;}
#nav_left_anb_ind_2_active				{top: 52px; left:35px; width: 200px; background: url(images/navigation_left_anbefalinger_ind.png) -35px -325px no-repeat;}
#nav_left_anb_ind_3_active				{top: 91px; left:35px; width: 200px; background: url(images/navigation_left_anbefalinger_ind.png) -35px -365px no-repeat;}
#nav_left_anb_ind_4_active				{top: 125px; left:35px; width: 200px; background: url(images/navigation_left_anbefalinger_ind.png) -35px -400px no-repeat;}
#nav_left_anb_ind_5_active				{top: 158px; left:35px; width: 200px; background: url(images/navigation_left_anbefalinger_ind.png) -35px -432px no-repeat;}

/*defining what part of background picture is shown when hovering over a link*/
#nav_left_anb_ind_1 a:hover					{background: url(images/navigation_left_anbefalinger_ind.png) -35px -568px no-repeat;}
#nav_left_anb_ind_2 a:hover					{background: url(images/navigation_left_anbefalinger_ind.png) -35px -600px no-repeat;}
#nav_left_anb_ind_3 a:hover 				{background: url(images/navigation_left_anbefalinger_ind.png) -35px -631px no-repeat;}
#nav_left_anb_ind_4 a:hover 				{background: url(images/navigation_left_anbefalinger_ind.png) -35px -664px no-repeat;}
#nav_left_anb_ind_5 a:hover 				{background: url(images/navigation_left_anbefalinger_ind.png) -34px -696px no-repeat;}

#navigation_left_produkter_ind active 		{height: 33px; display: block;border: none; text-decoration: none; outline:none;}
#nav_left_anb_ind_1 a:active				{background: url(images/navigation_left_anbefalinger_ind.png) -35px -862px no-repeat;}
#nav_left_anb_ind_2 a:active				{background: url(images/navigation_left_anbefalinger_ind.png) -35px -895px no-repeat;}
#nav_left_anb_ind_3 a:active 				{background: url(images/navigation_left_anbefalinger_ind.png) -35px -928px no-repeat;}
#nav_left_anb_ind_4 a:active 				{background: url(images/navigation_left_anbefalinger_ind.png) -35px -961px no-repeat;}
#nav_left_anb_ind_5 a:active 				{background: url(images/navigation_left_anbefalinger_ind.png) -35px -993px no-repeat;}

/*navigation for anbefalinger_oversigt*/

#navigation_left_anbefalinger{

	background:			url(images/navigation_left_anbefalinger.png);
	
	background-repeat:	no-repeat;
	width:				268px;
	height:				260px;
	position:			relative;
	padding:			0 0 0 0;
	margin:				0;
	float:				left;
}	


#navigation_left_anbefalinger li {margin: 0px; padding: 0; list-style: none; position: absolute; border: none;}
#navigation_left_anbefalinger li, #navigation_left_anbefalinger a{height: 33px; display: block;border: none; text-decoration: none; outline:none;}

/*Definition for the menu. Just one picture is used in the background but it actually is a double image.*/
#nav_left_anb li {margin: 0; padding: 0; list-style: none; position: absolute; border: none;}

#nav_left_anb li, #nav_left_anb a	{height: 33px; display: block;border: none; text-decoration: none; outline:none;}
#nav_left_anb_1						{top: 20px; left:35px; width: 200px;}
#nav_left_anb_2 					{top: 52px; left:35px; width: 200px;}
#nav_left_anb_3						{top: 84px; left:35px; width: 200px;}
#nav_left_anb_4						{top: 116px; left:35px; width: 200px;}
#nav_left_anb_5						{top: 148px; left:35px; width: 200px;}

#nav_left_anb_1_active				{top: 20px; left:35px; width: 200px; background: url(images/navigation_left_anbefalinger.png) -35px -294px no-repeat;}
#nav_left_anb_2_active				{top: 52px; left:35px; width: 200px; background: url(images/navigation_left_anbefalinger.png) -35px -325px no-repeat;}
#nav_left_anb_3_active				{top: 91px; left:35px; width: 200px; background: url(images/navigation_left_anbefalinger.png) -35px -365px no-repeat;}
#nav_left_anb_4_active				{top: 125px; left:35px; width: 200px; background: url(images/navigation_left_anbefalinger.png) -35px -400px no-repeat;}
#nav_left_anb_5_active				{top: 158px; left:35px; width: 200px; background: url(images/navigation_left_anbefalinger.png) -35px -432px no-repeat;}

/*defining what part of background picture is shown when hovering over a link*/
#nav_left_anb_1 a:hover					{background: url(images/navigation_left_anbefalinger.png) -35px -568px no-repeat;}
#nav_left_anb_2 a:hover					{background: url(images/navigation_left_anbefalinger.png) -35px -600px no-repeat;}
#nav_left_anb_3 a:hover 				{background: url(images/navigation_left_anbefalinger.png) -35px -631px no-repeat;}
#nav_left_anb_4 a:hover 				{background: url(images/navigation_left_anbefalinger.png) -35px -664px no-repeat;}
#nav_left_anb_5 a:hover 				{background: url(images/navigation_left_anbefalinger.png) -34px -696px no-repeat;}

#navigation_left_produkter active 		{height: 33px; display: block;border: none; text-decoration: none; outline:none;}
#nav_left_anb_1 a:active				{background: url(images/navigation_left_anbefalinger.png) -35px -862px no-repeat;}
#nav_left_anb_2 a:active				{background: url(images/navigation_left_anbefalinger.png) -35px -895px no-repeat;}
#nav_left_anb_3 a:active 				{background: url(images/navigation_left_anbefalinger.png) -35px -928px no-repeat;}
#nav_left_anb_4 a:active 				{background: url(images/navigation_left_anbefalinger.png) -35px -961px no-repeat;}
#nav_left_anb_5 a:active 				{background: url(images/navigation_left_anbefalinger.png) -35px -993px no-repeat;}

/*navigation for aktuelt*/

#navigation_left_aktuelt{

	background:			url(images/navigation_left_aktuelt.png);
	
	background-repeat:	no-repeat;
	width:				268px;
	height:				260px;
	position:			relative;
	padding:			0 0 0 0;
	margin:				0;
	float:				left;
}	


#navigation_left_aktuelt li {margin: 0px; padding: 0; list-style: none; position: absolute; border: none;}
#navigation_left_aktuelt li, #navigation_left_aktuelt a{height: 33px; display: block;border: none; text-decoration: none; outline:none;}

/*Definition for the menu. Just one picture is used in the background but it actually is a double image.*/
#nav_left_akt li {margin: 0; padding: 0; list-style: none; position: absolute; border: none;}

#nav_left_akt li, #nav_left_akt a	{height: 33px; display: block;border: none; text-decoration: none; outline:none;}
#nav_left_akt_1						{top: 20px; left:35px; width: 200px;}
#nav_left_akt_2 					{top: 52px; left:35px; width: 200px;}
#nav_left_akt_3						{top: 84px; left:35px; width: 200px;}
#nav_left_akt_4						{top: 116px; left:35px; width: 200px;}
#nav_left_akt_5						{top: 148px; left:35px; width: 200px;}

#nav_left_akt_1_active				{top: 20px; left:35px; width: 200px; background: url(images/navigation_left_aktuelt.png) -35px -294px no-repeat;}
#nav_left_akt_2_active				{top: 52px; left:35px; width: 200px; background: url(images/navigation_left_aktuelt.png) -35px -325px no-repeat;}
#nav_left_akt_3_active				{top: 91px; left:35px; width: 200px; background: url(images/navigation_left_aktuelt.png) -35px -365px no-repeat;}
#nav_left_akt_4_active				{top: 125px; left:35px; width: 200px; background: url(images/navigation_left_aktuelt.png) -35px -400px no-repeat;}
#nav_left_akt_5_active				{top: 158px; left:35px; width: 200px; background: url(images/navigation_left_aktuelt.png) -35px -432px no-repeat;}

/*defining what part of background picture is shown when hovering over a link*/
#nav_left_akt_1 a:hover					{background: url(images/navigation_left_aktuelt.png) -35px -568px no-repeat;}
#nav_left_akt_2 a:hover					{background: url(images/navigation_left_aktuelt.png) -35px -600px no-repeat;}
#nav_left_akt_3 a:hover 				{background: url(images/navigation_left_aktuelt.png) -35px -631px no-repeat;}
#nav_left_akt_4 a:hover 				{background: url(images/navigation_left_aktuelt.png) -35px -664px no-repeat;}
#nav_left_akt_5 a:hover 				{background: url(images/navigation_left_aktuelt.png) -34px -696px no-repeat;}

#navigation_left_aktuelt active 		{height: 33px; display: block;border: none; text-decoration: none; outline:none;}
#nav_left_akt_1 a:active				{background: url(images/navigation_left_aktuelt.png) -35px -862px no-repeat;}
#nav_left_akt_2 a:active				{background: url(images/navigation_left_aktuelt.png) -35px -895px no-repeat;}
#nav_left_akt_3 a:active 				{background: url(images/navigation_left_aktuelt.png) -35px -928px no-repeat;}
#nav_left_akt_4 a:active 				{background: url(images/navigation_left_aktuelt.png) -35px -961px no-repeat;}
#nav_left_akt_5 a:active 				{background: url(images/navigation_left_aktuelt.png) -35px -993px no-repeat;}

/*navigation for undervisning*/

#navigation_left_undervisning{

	background:			url(images/navigation_left_undervisning.png);
	
	background-repeat:	no-repeat;
	width:				268px;
	height:				260px;
	position:			relative;
	padding:			0 0 0 0;
	margin:				0;
	float:				left;
}	


#navigation_left_undervisning li {margin: 0px; padding: 0; list-style: none; position: absolute; border: none;}
#navigation_left_undervisning li, #navigation_left_undervisning a{height: 33px; display: block;border: none; text-decoration: none; outline:none;}

/*Definition for the menu. Just one picture is used in the background but it actually is a double image.*/
#nav_left_und li {margin: 0; padding: 0; list-style: none; position: absolute; border: none;}

#nav_left_und li, #nav_left_und a	{height: 33px; display: block;border: none; text-decoration: none; outline:none;}
#nav_left_und_1						{top: 20px; left:35px; width: 200px;}
#nav_left_und_2 					{top: 52px; left:35px; width: 200px;}
#nav_left_und_3						{top: 84px; left:35px; width: 200px;}
#nav_left_und_4						{top: 116px; left:35px; width: 200px;}
#nav_left_und_5						{top: 148px; left:35px; width: 200px;}

#nav_left_und_1_active				{top: 20px; left:35px; width: 200px; background: url(images/navigation_left_undervisning.png) -35px -294px no-repeat;}
#nav_left_und_2_active				{top: 52px; left:35px; width: 200px; background: url(images/navigation_left_undervisning.png) -35px -325px no-repeat;}
#nav_left_und_3_active				{top: 91px; left:35px; width: 200px; background: url(images/navigation_left_undervisning.png) -35px -365px no-repeat;}
#nav_left_und_4_active				{top: 125px; left:35px; width: 200px; background: url(images/navigation_left_undervisning.png) -35px -400px no-repeat;}
#nav_left_und_5_active				{top: 158px; left:35px; width: 200px; background: url(images/navigation_left_undervisning.png) -35px -432px no-repeat;}

/*defining what part of background picture is shown when hovering over a link*/
#nav_left_und_1 a:hover					{background: url(images/navigation_left_undervisning.png) -35px -568px no-repeat;}
#nav_left_und_2 a:hover					{background: url(images/navigation_left_undervisning.png) -35px -600px no-repeat;}
#nav_left_und_3 a:hover 				{background: url(images/navigation_left_undervisning.png) -35px -631px no-repeat;}
#nav_left_und_4 a:hover 				{background: url(images/navigation_left_undervisning.png) -35px -664px no-repeat;}
#nav_left_und_5 a:hover 				{background: url(images/navigation_left_undervisning.png) -34px -696px no-repeat;}

#navigation_left_undervisning active 		{height: 33px; display: block;border: none; text-decoration: none; outline:none;}
#nav_left_und_1 a:active				{background: url(images/navigation_left_undervisning.png) -35px -862px no-repeat;}
#nav_left_und_2 a:active				{background: url(images/navigation_left_undervisning.png) -35px -895px no-repeat;}
#nav_left_und_3 a:active 				{background: url(images/navigation_left_undervisning.png) -35px -928px no-repeat;}
#nav_left_und_4 a:active 				{background: url(images/navigation_left_undervisning.png) -35px -961px no-repeat;}
#nav_left_und_5 a:active 				{background: url(images/navigation_left_undervisning.png) -35px -993px no-repeat;}


/*navigation for FOREDRAG*/

#navigation_left_foredrag{

	background:			url(images/navigation_left_foredrag.png);
	
	background-repeat:	no-repeat;
	width:				268px;
	height:				260px;
	position:			relative;
	padding:			0 0 0 0;
	margin:				0;
	float:				left;
}	


#navigation_left_foredrag li {margin: 0px; padding: 0; list-style: none; position: absolute; border: none;}
#navigation_left_foredrag li, #navigation_left_foredrag a{height: 33px; display: block;border: none; text-decoration: none; outline:none;}

/*Definition for the menu. Just one picture is used in the background but it actually is a double image.*/
#nav_left_for li {margin: 0; padding: 0; list-style: none; position: absolute; border: none;}

#nav_left_for li, #nav_left_for a	{height: 33px; display: block;border: none; text-decoration: none; outline:none;}
#nav_left_for_1						{top: 20px; left:35px; width: 200px;}
#nav_left_for_2 					{top: 52px; left:35px; width: 200px;}
#nav_left_for_3						{top: 84px; left:35px; width: 200px;}
#nav_left_for_4						{top: 116px; left:35px; width: 200px;}
#nav_left_for_5						{top: 148px; left:35px; width: 220px;}
#nav_left_for_6						{top: 180px; left:35px; width: 210px;}
#nav_left_for_7						{top: 212px; left:35px; width: 200px;}

#nav_left_for_1_active				{top: 20px; left:35px; width: 200px; background: url(images/navigation_left_foredrag.png) -35px -294px no-repeat;}
#nav_left_for_2_active				{top: 52px; left:35px; width: 200px; background: url(images/navigation_left_foredrag.png) -35px -325px no-repeat;}
#nav_left_for_3_active				{top: 91px; left:35px; width: 200px; background: url(images/navigation_left_foredrag.png) -35px -365px no-repeat;}
#nav_left_for_4_active				{top: 125px; left:35px; width: 200px; background: url(images/navigation_left_foredrag.png) -35px -400px no-repeat;}
#nav_left_for_5_active				{top: 158px; left:35px; width: 220px; background: url(images/navigation_left_foredrag.png) -35px -432px no-repeat;}
#nav_left_for_6_active				{top: 190px; left:35px; width: 210px; background: url(images/navigation_left_foredrag.png) -35px -464px no-repeat;}
#nav_left_for_7_active				{top: 222px; left:35px; width: 200px; background: url(images/navigation_left_foredrag.png) -35px -496px no-repeat;}

/*defining what part of background picture is shown when hovering over a link*/
#nav_left_for_1 a:hover					{background: url(images/navigation_left_foredrag.png) -35px -568px no-repeat;}
#nav_left_for_2 a:hover					{background: url(images/navigation_left_foredrag.png) -35px -600px no-repeat;}
#nav_left_for_3 a:hover 				{background: url(images/navigation_left_foredrag.png) -35px -631px no-repeat;}
#nav_left_for_4 a:hover 				{background: url(images/navigation_left_foredrag.png) -35px -664px no-repeat;}
#nav_left_for_5 a:hover 				{background: url(images/navigation_left_foredrag.png) -34px -696px no-repeat;}
#nav_left_for_6 a:hover 				{background: url(images/navigation_left_foredrag.png) -35px -728px no-repeat;}
#nav_left_for_7 a:hover 				{background: url(images/navigation_left_foredrag.png) -35px -760px no-repeat;}


#navigation_left_foredrag active 		{height: 33px; display: block;border: none; text-decoration: none; outline:none;}
#nav_left_for_1 a:active				{background: url(images/navigation_left_foredrag.png) -35px -862px no-repeat;}
#nav_left_for_2 a:active				{background: url(images/navigation_left_foredrag.png) -35px -895px no-repeat;}
#nav_left_for_3 a:active 				{background: url(images/navigation_left_foredrag.png) -35px -928px no-repeat;}
#nav_left_for_4 a:active 				{background: url(images/navigation_left_foredrag.png) -35px -961px no-repeat;}
#nav_left_for_5 a:active 				{background: url(images/navigation_left_foredrag.png) -35px -993px no-repeat;}
#nav_left_for_6 a:active 				{background: url(images/navigation_left_foredrag.png) -35px -1025px no-repeat;}
#nav_left_for_7 a:active				{background: url(images/navigation_left_foredrag.png) -35px -1057px no-repeat;}
