@charset "UTF-8";
/* CSS Document */


html, body {
	margin:				0px;
	padding:			0px;
}



body {
	font-family:		Arial, Helvetica, sans-serif;
	font-size:			12px;
	line-height:		16px;
	font-weight:		normal;
	color:				#4c4c4c;
	background-color:	#FFF;
	background-image:	url(/1image/background_gradient.png);
	background-repeat:	repeat-x;
	}


.wrapper {
	width:				900px;
	height:				auto;
	margin-left:		auto;
	margin-right:		auto;
	padding-top:		20px;
	background-color:	#FFF;
	
	
	background-image:	url(/1image/green_border.png);
	background-repeat:	repeat-y;
	background-position:290px;
	}
	
	
	
/* generelt */
h1 {
	color:				#bbbbbb;
	font-family:		Arial, Helvetica, sans-serif;
	font-size:			24px;
	line-height:		26px;
	text-transform:		uppercase;
	font-weight:		normal;
	padding-bottom:		15px;
	}	
	

img {
	border:				0px;
	}



/* venstre sisde */	
.left_content {
	width:				300px;
	float:				left;
	}
	
	
.logo {
	padding-right:		25px;
	}
	
.logo img {
	padding-left:		20px;
	}
	
.logo p {
	text-align:			right;
	font-size:			10px;
	line-height:		12px;
	font-weight:		normal;
	text-transform:		uppercase;
	}
	
.logo a {
	text-decoration:	none;
	color:				#4c4c4c;
	}
	
.logo A:Visited {
	color:				#4c4c4c;
	text-decoration:	none
	}

.logo A:Active {
	color:				#b4bb71;
	text-decoration: 	none;}
	
.logo A:Hover {
	text-decoration:	underline;
	}	
	
	


	
	
/* menu */	
.main_menu {
	text-align:			right;
	font-size:			15px;
	line-height:		19px;
	font-weight:		normal;
	font-family:		Arial, Helvetica, sans-serif;
	margin-top:			280px;
	width:				295px;
	}

.main_menu ul {	
	}
	
.main_menu li {
	display:			block;
	list-style-type: 	none;	
	}
	
.main_menu a {
	text-decoration:	none;
	color:				#575757;
	text-transform:		uppercase;
	padding-right:		18px;
	}
	
.main_menu a.active {
	color:				#b4bb71;
	background-image:	url(/1image/active_arrow.png);
	background-repeat:	no-repeat;
	background-position: right center;
	background-position: 100% 5px;
	}
	
.main_menu a:hover {
	color:				#a0a0a0;	
	background-image:	url(/1image/hover_arrow.png);
	background-repeat:	no-repeat;
	background-position: right center;
	background-position: 100% 5px;
	}
	
	
	
	
	
	
	
/* sub menuen */
.sub_menu_outer {
	width:				180px;
	margin-top:			75px;
	float:				right;
	text-align:			right;
	font-size:			11px;
	line-height:		16px;
	text-transform:		uppercase;
	}	
	
	
.sub_menu ul {	
	margin-bottom:		50px;
	}


.sub_menu li {
	display:			block;
	list-style-type: 	none;	
	}
	
.sub_menu a {
	text-decoration:	none;
	color:				#5f5f5f;
	text-transform:		uppercase;
	padding-right:		10px;	
	background-image:	url(/1image/sub_arrow.png);
	background-repeat:	no-repeat;
	background-position: right center;
	background-position: 100% 40%;
	}
	
.sub_menu a.active {
	color:				#b4bb71;
	background-image:	url(../1image/active_arrow.png);
	background-repeat:	no-repeat;
	background-position: right center;
	background-position: 100% 40%;
	}
	
.sub_menu a:hover {
	color:				#a0a0a0;	
	background-image:	url(/1image/hover_arrow.png);
	background-repeat:	no-repeat;
	background-position: right center;
	background-position: 100% 40%;
	}
	
	
	
	
	
	
/* artikel menuen */
#article_menu {
	width:				180px;
	float:				right;
	text-align:			right;
	font-size:			11px;
	line-height:		16px;
	text-transform:		uppercase;
	}	
	
	
#article_menu li {
	display:			block;
	list-style-type: 	none;	
	}
	
#article_menu a {
	text-decoration:	none;
	color:				#5f5f5f;
	text-transform:		uppercase;
	padding-right:		10px;
	background-image:	none;
	}
	
#article_menu a.active {
	color:				#b4bb71;
	}
	
#article_menu a:hover {
	color:				#a0a0a0;
	}

	
	
	
	
/* elemter der sidder i toppen */			
.brodkrumme {
	width:				570px;
	float:				right;
	display:			inline;
	text-transform:		uppercase;
	font-size:			10px;
	text-align:			right;
	color:				#4c4c4c;
	}


.brodkrumme a {
	text-decoration:	none;
	}
	
.brodkrumme a:hover {
	color:				red;
	text-decoration:	underline;
	}
	
.brodkrumme a:visited {
	color:				#4c4c4c;
	}
	
	
.you_are_here {
	color:				#a6a6a6;
	display:			inline;
	font-size:			10px;
	text-transform:		uppercase;
	text-align:			right;
	}
	


	
	
	
	
/* midter delen med flash og artikel */	
.content {
	width:				570px;
	float:				left;
	margin-left:		10px;
	}
				
.article {
	width:				570px;
	margin-top:			50px;
	}
	
.article_sub {
	margin-top:			30px;
	width:				380px;
	float:				left;	
	}
	






/* thumbnails style */
.thumbs {
	margin-bottom:		10px;
	width:				170px;
	overflow:			hidden;
	}
	
.thumbs_wrapper {
	width:				170px;
	
	font-size: 			11px;
	font-weight: 		normal;
	text-transform: 	uppercase;
	color: 				474647;
	text-align: 		left;
	
	margin-top:			30px;
	margin-right:		20px;
	float:				left;
	}
	
	
.thumbs_outer {
	width:				570px;
	height:				auto;
	float:				left;
	margin-left:		10px;
	}
	
	
.thumbs_wrapper a {
	text-decoration:	none;
	color:				#4c4c4c;
	}
	
	
.thumbs_wrapper a:visited {
	text-decoration:	none;
	color:				#4c4c4c;
	}
	
	
	
	
	
	
	
	
	
/* SLIDESHOW */	
#slideshowcontainer {
	width:				570px;
	float:				left;
	margin-left:		15px;
	}	
	
.outerselector {
	text-align:			center;
	margin-bottom:		10px;
	margin-top:			20px;
	display	:			none;
	z-index: 			3;
	cursor:				pointer;
	}
	
.slideshowtext {
	margin-top:			10px;
	text-align:			center;
	}
	
	
.fbwd {
	color:				#b4bb71;
	margin-right:		20px;
	font-size:			18px;
	}
	
.ffwd {
	color:				#b4bb71;
	margin-left:		20px;
	font-size:			18px;
	}
	
.toggleplay {
	color:				#b4bb71;
	font-size:			16px;
	}
	
	
	
	
	
	
	
.footer {
	clear:				both;
	height:				15px;
	}
	


	

/* FORNTPAGE SPECIEL ARTICLE STYLING */	
.article_frontpage h2 {
	color:				#bbbbbb;
	font-family:		Arial, Helvetica, sans-serif;
	font-size:			24px;
	line-height:		26px;
	text-transform:		uppercase;
	font-weight:		normal;
	padding-bottom:		15px;
	margin-top:			50px;
	}
	
	
.article h2 {
	color:				#4c4c4c;
	font-family:		Arial, Helvetica, sans-serif;
	font-size:			16px;
	line-height:		22px;
	font-weight:		normal;
	padding-bottom:		5px;
	}	

.article_sub h2 {
	color:				#4c4c4c;
	font-family:		Arial, Helvetica, sans-serif;
	font-size:			16px;
	line-height:		22px;
	font-weight:		normal;
	padding-bottom:		5px;
	}	


.article_frontpage A {
	color:				#4c4c4c;
	text-decoration:	underline;
	}
	
.article_frontpage A:Visited {
	color:				#4c4c4c;
	text-decoration:	none
	}

.article_frontpage A:Active {
	color:				#b4bb71;
	text-decoration: 	none;}
	
.article_frontpage A:Hover {
	color:				#a0a0a0;
	}


.article_frontpage ul {
	list-style-image:	url(/1image/bullet_circle.png);
	margin-left:		15px;
	}
.article_frontpage ul[type="disc"], .taeskarticle ul[type="circle"], .taeskarticle ul[type="square"] {list-style-image:none;}


.article_frontpage li {
	margin-bottom:		5px;
	}

.article_frontpage [align=left]	{margin-right: 10px;}
.article_frontpage [align=right] 	{margin-left: 10px;}







/* STANDARD TAESK 16 STYLES */

.article A {
	color:				#4c4c4c;
	text-decoration:	underline;
	}
	
.article A:Visited {
	color:				#4c4c4c;
	text-decoration:	none
	}

.article A:Active {
	color:				#b4bb71;
	text-decoration: 	none;}
	
.article A:Hover {
	color:				#a0a0a0;
	}


.article ul {
	margin-left:		20px;
	list-style-image:	url(/1image/bullet_circle.png);
	}	
	
	
.article ul[type="disc"], .article ul[type="circle"], .article ul[type="square"] {list-style-image:none; margin-left:20px;}


.article li {
	margin-bottom:		5px;
	}
	
.article ol {
	margin-left:		25px;
	}

.article img[align=left]	{margin-right: 10px;}
.article img[align=right] 	{margin-left: 10px;}



/* DO NOT STYLE P TAG */












		
