@charset "utf-8";
/* CSS Document */

	body {
	margin: 0; 
	padding: 0; 
	font: 79% Verdana, Arial, Helvetica, sans-serif; 
	color: #000000;
	text-align:center;
	height:100%; /* this is the key! */
	background-image: url(../images/bg.gif);
	background-repeat:repeat-y;
	background-position:center;
	}

	
	p {font: 0.9em/1.4 Verdana, Arial, Helvetica, sans-serif; padding: 0; margin: 6px 0;}
	*html p {font: 0.9em/1.4 Verdana, Arial, Helvetica, sans-serif; padding: 0; margin: 6px 0;}
	h1 {font: bold 1.0em/1.0 Arial, Helvetica, Verdana, sans-serif; padding: 0; margin: 5px 0; color:#000000;}
	h2 {font: bold 1.0em/1.1 Verdana, Arial, Helvetica, sans-serif; padding: 0; margin: 5px 0; color:#000000;}
	h3, h4,  {font: bold 1em/1.5 Verdana, Arial, Helvetica, sans-serif; padding: 0; margin: 5px 0; color:#000000;}

	h3 a {font: bold 1em/1.5 Verdana, Arial, Helvetica, sans-serif; padding: 0; margin: 5px 0; color:#000000;}
	
	h5 {font: bold 0.8em/1.5 Verdana, Arial, Helvetica, sans-serif; padding: 0; margin: 5px 0; color:#000000;}
	h5 a {font: bold 0.8em/1.5 Verdana, Arial, Helvetica, sans-serif; padding: 0; margin: 5px 0; color:#000000;}
	
	a {color: #5997cd; text-decoration: none;font: 0.8em;}
	*html a {color: #5997cd; text-decoration: none; font: 0.8em;}

	a:hover {text-decoration: underline; color:#000000;}
	a img {border: none;}
	
	hr .clearer{color:#CCCCCC; height:1px;}
	
table{
	padding:0px;
	margin:0px;
}

	
img {
	padding-top:4px; 
	padding-bottom:2px;
	margin:0px;
}

.csc-textpic-text{
	font: 1.0em/1.4 Verdana, Arial, Helvetica, sans-serif; padding: 0; margin: 6px 0;

}


#BG{ 

	height:100%;
}

#page_holder{
	width:1000px;
	margin-right:auto;
	margin-left:auto;
	padding:0px;
	text-align:left;

}

#ContentHeader{
	height: 80px;
	width:996px;
	margin-right:auto;
	margin-left:auto;
	background-image:url(../images/logo_bg.gif);
	background-repeat:repeat-x;
	}



#Logo{
	
	height: 28px;
/*	width:200px;*/
	text-align:left;
	margin-left: 20px;
	float:left; 
	/*background-image:url(../images/logo.gif);*/
	background-repeat:no-repeat;	 
	padding-top:10px;
	margin-top:10px;
}
*html #Logo{
	margin-left: 10px;
	height: 10px;

}

#logo_DE{
	
	height: 28px;
	width:138px;
	text-align:left;
	margin-left: 40px;
	float:right;
	padding:0px;
	margin:0px;
	padding-top:20px;
	padding-left:20px;
	}

*html #logo_DE{
	height: 10px;
	}


#menu_bar {
	height: 27px;
	width:996px;
	margin-right:auto;
	margin-left:auto;
	background-color:#FFFFFF;

	}
		
* html #menu_bar {
	overflow:hidden;
	width:998px;

	}

#topmenu {
	/*z-index:1000; */
	position:absolute;
	height:20px;
	}
	

	
*html #topmenu {
	margin-left:-370px;
	font: 0.8em;
	}


*:first-child+html #topmenu{
margin-left:-370px;

}	


 
	
#Search_holder		{	
	padding-top: 7px;
	padding-left: 0px;
	width:215px;
	height:21px;
	float: right;
	}
	
*html 	#Search_holder		{	
	padding-top: 5px;
	padding-left: 0px;
	width:246px;
	height:21px;
	float: right;
	margin-right:-32px;
	}

*:first-child+html #Search_holder		{	
	padding-top: 5px;
	padding-left: 0px;
	width:246px;
	height:21px;
	float: right;
	margin-right:-40px;
	}

	
#search {
	width:229px;
	text-align:left;
	padding:0px;
	margin:0px;
	}
	
	
*html #search {
	width:229px;
	padding:0px;
	margin:0px;
	float:left;
	}
	
*:first-child+html #search {
	width:229px;
	padding:0px;
	margin:0px;
	float:left;
	}

	
#searchstart
	{	
	margin:0px;	
	padding:0px;
	width:9px;
	height:21px;
	float: left;
	background:transparent url(../images/searchstart.jpg) repeat-x left top;
	}
	
	
*html #searchstart
	{	
	margin: 0px;	
	padding:0px;
	width:9px;
	height:21px;
	float: left;
	}
	
	
.normaltext
	{
	background-color: #000000; 
	border: 0px; 	
	margin: 0px;	
	padding:0px;
	width:166px;
	height:21px;
	background: transparent url(../images/Search_BG.jpg) repeat-x center top;
	float: left;
	padding-top: 0px;
	text-align:left;
	}

.searchknap
	{
  	width: 28px;
  	height: 21px;
	margin: 0;
  	padding:0;
  	border: 0;
  	background: transparent url(../images/Search_Botton.jpg) no-repeat center top;
  	text-indent: -999em;
  	cursor: pointer; /* hand-shaped cursor */
  	cursor: hand; /* for IE 5.x */
	float: left;
	padding-top: 0px;
	}



#maincontent{
	width: 996px;
  	margin-left:auto;
	margin-right:auto;
	border:#0066FF thick;
	}
	

*html #maincontent{
	width: 996px;
	margin-left:auto;
	margin-right:auto;
	border:#0066FF thick;
	}


#footer {
	background-image:url(../images/footer_bg.gif);
	font-size: 10px;
	/*color: #ffffff;*/
	width:998px;
	height: 30px;
	margin-top: 65px;
	margin-bottom: 0px;
	padding-top:0px;
	padding-bottom:3px;
	float:left; 
	}
	

*html #footer {
	width:996px;
	margin: 0px;
	padding:0px;
	}
	
*:first-child+html #footer {
	width:996px;
	margin: 0px;
	padding:0px;
	margin-top:120px;
	}
	
.breadcrumb{
	height: 22px;
	float:left;
	text-align:left;
	margin-left:7px;
	margin-top:4px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;	
	padding-left: 5px;
	display: inline;
	}	
	
*html .breadcrumb{
	margin-top:2px;
	}	
	
	
.breadcrumb_first{
	padding-top:9px;
	display: inline;
	float:left;
}
	
.breadcrumb_home{
	margin:0;
	padding:0;
	height: 22px;
	float:left;
	padding-top: 9px;
	display: inline;
	}
	
	.breadcrumb_text{
	margin:0;
	padding:0;
	height: 22px;
	float:left;
	padding-top: 9px;
	display: inline;
	}	
	
	.breadcrumb_aero{
	margin:0;
	padding:0;
	background: url(../images/breadcrumb_aero.gif) no-repeat left top;
	width:22px;
	height: 35px;
	float:left;
	display: inline;
	}

*html 	.breadcrumb_aero{
	margin:0;
	padding:0;
	width:22px;
	height: 33px;
	}

	
#lastupdated{
	height: 22px;
	width: 185px;
	margin-bottom: 0px;
	float:right;
	margin-top:10px;
	text-align:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#999999;
	padding-right:10px;
	}


#address{
	height: 22px;
	width: 785px;
	padding-top:0px;
	padding-left:12px;
	margin-top:10px;
	margin-bottom: 0px;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#999999;
	text-align:left;
	}
	
	
	/* ---------------*/
	
/*globalnav*/

	.shortcuts_box{

	}
*html 	.shortcuts_box{
	border:0px;
	margin-top:-10px;
	padding-top:12px;
	}
	

	
	.shortcuts_container{
	margin-left: 14px; /*removes indent IE and Opera*/
	padding-left: 55px;
	padding-right:17px;
	padding-top: 15px; /*removes indent Mozilla and NN7*/
	list-style-type: none; /*turns off display of bullet*/
	height: 165px;
	width: 138px;
	float:right;
	background-color:#f7f9fb;
	text-align:left;
	margin-top:-1px;
	border: 1px solid #dcdedf;
	margin-right:1px;
	margin-bottom:5px;
	} 
	
*html 	.shortcuts_container{
	width: 138px;
	margin-bottom:0px;
	margin-top:3px;
	margin-left: 14px; /*removes indent IE and Opera*/
	padding-left: 55px;
	padding-right:17px;
	padding-top: 0px; /*removes indent Mozilla and NN7*/
	list-style-type: none; /*turns off display of bullet*/
	} 
	
*:first-child+html .shortcuts_container{
	width: 130px;
	margin-bottom:0px;
	margin-top:0px;
	margin-left: 14px; /*removes indent IE and Opera*/
	padding-left: 55px;
	padding-right:17px;
	list-style-type: none; /*turns off display of bullet*/
	}
	
	.shortcuts{
	border:0px;
	padding:0px;
	margin:0px;
	}


*html .shortcuts{list-style-type: none; margin-top:5px; padding-top: 15px;} /*turns off display of bullet*/
	
	.shortcuts a {color: #000000; text-decoration: none; }
	
	.link1 { list-style-image: url(../images/nyhedsbrev.gif);  	padding: 2px; margin-bottom:-2px; }
	.link2 { list-style-image: url(../images/oversigt.gif);  	padding: 2px; margin-bottom:-2px; }
	.link3 { list-style-image: url(../images/soeg.gif);  		padding: 2px; margin-bottom:-2px; }
	.link4 { list-style-image: url(../images/kontakt.gif);  	padding: 2px; margin-bottom:-2px; }
	.link5 { list-style-image: url(../images/login.gif); 	 	padding: 2px; margin-bottom:-2px; }
	.link6 { list-style-image: url(../images/print.gif); 		padding: 2px; margin-bottom:-2px; }
	.link7 { list-style-image: url(../images/tip.gif); 	 		padding: 2px; margin-bottom:-2px; }

.tiplink1 {list-style-image: url(../images/tip.gif); padding: 0px; padding-top:4px; margin:0px; }
*html .tiplink1 {list-style-image: url(../images/tip.gif); padding: 0px; padding-top:4px; padding-left:15px; margin-bottom:35px; }
*html .tiplink{ padding-left:2px;}
.tiplink a{
color:#000000;}


.tiplink a:hover{
color:#000000;
text-decoration:none;}
	
	*html	.link1 { list-style-image: url(../images/nyhedsbrev.gif);   	font-size: 0.8em; text-decoration: none; text-align: left; list-style: none ; display: list-item; margin-left: 16px; padding-left: 15px; margin-top:0px;  padding-top:0px;}
*html	.link2 { list-style-image: url(../images/oversigt.gif);  	padding-right: 2px; font-size: 0.8em; text-decoration: none; text-align: left; list-style: none ; display: list-item; margin-left: 16px; padding-left: 15px; margin-top:0px; padding-top:0px;}
*html	.link3 { list-style-image: url(../images/soeg.gif);  		padding-right: 2px; font-size: 0.8em; text-decoration: none; text-align: left; list-style: none ; display: list-item; margin-left: 16px; padding-left: 15px; margin-top:0px; padding-top:0px;}
*html	.link4 { list-style-image: url(../images/kontakt.gif);  	padding-right: 2px; font-size: 0.8em; text-decoration: none; text-align: left; list-style: none ; display: list-item; margin-left: 16px; padding-left: 15px; margin-top:0px; padding-top:0px;}
*html	.link5 { list-style-image: url(../images/login.gif); 	 	padding-right: 2px; font-size: 0.8em; text-decoration: none; text-align: left; list-style: none ; display: list-item; margin-left: 16px; padding-left: 15px; margin-top:0px; padding-top:0px;}
*html	.link6 { list-style-image: url(../images/print.gif); 		padding-right: 2px; font-size: 0.8em; text-decoration: none; text-align: left; list-style: none ; display: list-item; margin-left: 16px; padding-left: 15px; margin-top:0px; padding-top:0px;}
*html	.link7 { list-style-image: url(../images/tip.gif); 		padding-right: 2px; font-size: 0.8em; text-decoration: none; text-align: left; list-style: none ; display: list-item; margin-left: 16px; padding-left: 15px; margin-top:0px; padding-top:0px; }



*html .tiplink{
	padding-bottom:0px;
	margin:0px;
	font-size: 0.9em; 
	text-decoration: none; 
	margin-left: 0px; 
	padding-left: 3px;
	margin-top:0px;

}
/*
*:first-child+html .tiplink{
	padding-bottom:0px;
	margin:0px;
	padding-left:-20px;
	font-size: 0.9em; 
	text-decoration: none; 
	text-align: left; 
	list-style: none ; 
	display: list-item;
	margin-left: -5px; 
	padding-left: 15px;
	margin-top:-38px;
}

*/
	
.nav_content{
	/*margin-top: 26px;
	text-align:left;
	padding-left:20px;
	padding-top:20px;*/
	
	}
	
	
	
	
.undermenu{
	margin-left: 0px; /*removes indent IE and Opera*/
	padding-left: -1px;
	padding-right:0px;
	padding-top: 0px; /*removes indent Mozilla and NN7*/
	list-style-type: none; /*turns off display of bullet*/
	height: 90px;
	width: 130px; /*ændre bredden her og mellemrummet til middle ændre sig*/
	float:left;
	text-align:left;
	margin-top:0px;
	margin-right:8px;
	display:block;
	font-size: 0.9em;
	}
*html .undermenu{
	padding-top: 5px;
	padding-left: 60px;
	margin-left:-30px;
	width: 120px;
	height: 100px;
	margin-right:0px;
	font-size: 0.8em;
	}


	
.undermenu a {color: #000000; text-decoration: none; font-style:normal; font-size: 1.1em;}
	
	.link8 { list-style-image: url(../images/Motrik.gif);  	padding: 2px; font-size: 1.1em;}
	.link9 { list-style-image: url(../images/Motrik.gif);  	padding: 2px; font-size: 1.1em;}
	.link10 { list-style-image: url(../images/Motrik.gif);  padding: 2px; font-size: 1.1em;}
	.link11 { list-style-image: url(../images/Motrik.gif);  padding: 2px; font-size: 1.1em;}
	.link12 { list-style-image: url(../images/Motrik.gif); 	padding: 2px; font-size: 1.1em;}
	.link13 { list-style-image: url(../images/Motrik.gif); 	padding: 2px; font-size: 1.1em;}
	.link14 { list-style-image: url(../images/Motrik.gif); 	padding: 2px; font-size: 1.1em;}
	
	
	
*:first-child+html	.link8{ list-style-image: url(../images/Motrik.gif);  	padding: 2px; font-size: 1.0em; margin-left:20px; margin-top:15px;}
*:first-child+html .link9 { list-style-image: url(../images/Motrik.gif);  	padding: 2px; font-size: 1.0em; margin-left:20px;}
*:first-child+html	.link10 { list-style-image: url(../images/Motrik.gif);  padding: 2px; font-size: 1.0em; margin-left:20px;}
*:first-child+html	.link11 { list-style-image: url(../images/Motrik.gif);  padding: 2px; font-size: 1.0em; margin-left:20px;}
*:first-child+html	.link12 { list-style-image: url(../images/Motrik.gif); 	padding: 2px; font-size: 1.0em; margin-left:20px;}
*:first-child+html	.link13 { list-style-image: url(../images/Motrik.gif); 	padding: 2px; font-size: 1.0em; margin-left:20px;}
*:first-child+html	.link14 { list-style-image: url(../images/Motrik.gif); 	padding: 2px; font-size: 1.0em; margin-left:20px;}
	
.menu_content{

	}
	
*html .menu_content{	

	}
	
	.content_head_undermenu{	
	/*	z-index:1;*/
		background-image: url(../images/content_head.gif);
		background-repeat:repeat-x;
		border-right: 1px solid #dcdedf;
		border-left: 1px solid #dcdedf;
		border-top: 1px solid #dcdedf;
		width:175px;
		height: 19px;
		padding-top: 36px;
		padding-left: 15px;
		padding-bottom:0px;
	/*	position:relative;*/
		text-align:left;
		/*font-weight:bold;*/
		margin-bottom:0px;
		background-color:#f6f8f9;
		}
		
*html .content_head_undermenu{
		width:178px;
		padding-top: 37px;
		border-bottom: 1px solid #dcdedf;
		padding-bottom:7px;
		}
	
*:first-child+html .content_head_undermenu{
		width:178px;
		padding-top: 37px;
		border-bottom: 1px solid #dcdedf;
		padding-bottom:7px;
		height:150px;
		}
	
		
	.content_element_undermenu{
		/*z-index:1; */	
		margin-bottom:0px;
		width:195px;
		display: block;
		}
	*html .content_element_undermenu{		
		width:138px;
		}
		
		
				
	.content_body_undermenu{
	/*	z-index:1; */	
		width:160px;
		height: 100px;
		padding-top: 0px;
		padding-right: 15px;
		padding-left: 15px;
		padding-bottom: 10px;
/*		position:relative;*/
		text-align:left;
		background-color:#f6f8f9;
		border-left: 1px solid #dcdedf;
		border-right: 1px solid #dcdedf;
		border-bottom: 1px solid #dcdedf;
		}
		
*html .content_body_undermenu{
		padding-bottom: 0px;
		margin:0px;
		width:1px;
		height: 1px;
		padding-top: 0px;
		padding-right: 0px;
		padding-left: 0px;
		padding-bottom: 0px;
		/*background-color:#ffffff;*/
		border: 0px;
		}		 
	/* ---------------*/


*:first-child+html .content_body_undermenu{
		padding-bottom: 0px;
		margin:0px;
		width:1px;
		height: 1px;
		padding-top: 0px;
		padding-right: 0px;
		padding-left: 0px;
		padding-bottom: 0px;
		/*background-color:#ffffff;*/
		border: 0px;
		}



.quickpoll{
		text-align:left;
		padding-left:0px;
		margin-left:0px;



}




	/* ---------------*/


	
	
.leftCol_forside{
	margin-top: 10px;
	width:213px;
	float:left;
	margin-left:0px;
	
	}
	
*html .leftCol_forside{
	margin-top: 0px;
	width:200px;
	float:left;
	margin-left:-30px;
	
	}
	
.leftCol_under{
	margin:0px;
	padding:0px;
	}

*html .leftCol_under{
	margin-top:-25px;
	padding:0px;

}
/*********************************************************/
*:first-child+html .leftCol_under{
	padding:0px;
	margin-bottom:15px;
	padding-bottom:15px;

}
	
.middleCol_forside {
	margin-top: 10px;
	width:520px;
	margin-left:7px;
	float:left;
	
	}
	
	
*html .middleCol_forside {
	margin-top: 5px;
	width:540px;
	margin-left:-7px;
	float:left;
	
	}
	
	
*:first-child+html .middleCol_forside{
	margin-top: 9px;
	width:540px;
	margin-left:12px;
	float:left;
	
	}
	
	
.rightCol_forside{
	margin-top: 10px;
	width:220px;
	float:right;
	margin-right:0px;
	margin-left:0px;
	}
	

*html .rightCol_forside{
	margin-top: 0px;
	width:210px;
	float:right;
	margin-right:0px;
	padding-right:0px;
	}
	
	
.rightCol_under{
	padding:0px;
	margin:0px;


}
		
	/* ---------------*/
	
	

#trecols{
width:998px;


}


#two_cols{ 
width:1000px;


}





/* Content Left Color 250 */	

	.content_head_250_left{	
	/*	z-index:1;*/
		background-image: url(../images/content_head.gif);
		background-repeat:repeat-x;
		border: 1px solid #dcdedf;
		width:175px;
		height: 19px;
		padding-top: 8px;
		padding-bottom: 3px;
		padding-left: 15px;
	/*	position:relative;*/
		text-align:left;
		font-weight:bold;
		}
*html 	.content_head_250_left{	
		padding-top: 8px;
		padding-bottom: 3px;
		padding-left: 15px;
		
}		
		
	.content_element_left{
		margin-bottom:15px;
		width:195px;
		display: block;
		margin-top:12px;
		}


	
				
	.content_body_250{
	/*	z-index:1; 	*/
		width:160px;
		/*height: auto;*/
		padding-top: 10px;
		padding-right: 15px;
		padding-left: 15px;
		padding-bottom: 10px;
	/*	position:relative;*/
		text-align:left;
		background-color:#f6f8f9;
		border: 1px solid #dcdedf;
		}
		

/* Content Center */


	.content_element_center{
	/*	z-index:1; 	*/
		margin-bottom:15px;
		width:538px;
		display: block;
		}
		
		
*html 	.content_element_center{
	/*	z-index:1; 	*/
		margin-bottom:15px;
	/*	width:485px;*/
		display: block;
		margin-left:13px;
		}
		
				
	.content_body_500{
	/*	z-index:1; 	*/
		width:540px;
		padding-top: 10px;
		padding-right: 15px;
		padding-left: 15px;
		padding-bottom: 10px;
		/*position:relative;*/
		text-align:left;
		background-color:#f6f8f9;
		border: 1px solid #dcdedf;
		margin-left:-18px;
		overflow-x:auto; 
	/*white-space: normal; /* CSS2 */
	/*white-space: -moz-pre-wrap; /* Mozilla */
	/*white-space: -hp-pre-wrap; /* HP printers */
	/*white-space: -o-pre-wrap; /* Opera 7 */
	/*white-space: -pre-wrap; /* Opera 4-6 */
	/*white-space: pre-wrap; /* CSS 2.1 */
	/*white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
		}
		
		
	.tx-indexedsearch-descr{
		overflow: auto;
	
		}
	
	
*html 	.content_body_500{
	/*	z-index:1; */	
		width:530px;
		height: auto;
		margin-left:7px;
		word-wrap: break-word; /*tvinger den til linieskift*/
		overflow-x:auto;
	
		}
		

		
		
/* Content Center Color 500 */	
	.content_head_500_center{	
		/*z-index:1;*/
		background-image: url(../images/content_head.gif);
		background-repeat:repeat-x;
		border: 1px solid #dcdedf;
		width:555px;
		height: 19px;
		padding-top: 8px;
		padding-bottom: 3px;
		padding-left: 15px;
		/*position:relative;*/
		text-align:left;
		font-weight:bold;
		margin-left:-18px;
		}
		
*html .content_head_500_center{
		width:545px;
		margin-left:7px;
}
		
/* Content Right */

	.content_element_right{
		margin-bottom:0px;
		width:210px;
		display: block;
		margin-top:193px;
		margin-left:8px;
		}
			
			
*html 	.content_element_right{
		margin-bottom:15px;
		width:170px;
		display: block;
		margin-right:0px;
		padding-right:0px;
		float:right;
		margin-top:9px;
		margin-left:14px;
		}			

	
	.content_body_220{
		width:178px;
		height: auto;
		padding-top: 10px;
		padding-right: 0px;
		padding-left: 30px;
		padding-bottom: 10px;
/*		position:relative;*/
		background-color:#f6f8f9;
		border:#e3e2dc 1px solid;
		text-align:left;
		}
		
		
*html 	.content_body_220{
		width:180px;
		height: auto;
		margin-right:0px;
		float:right;
		}
		

	.content_head_220_right{	
		background-image: url(../images/content_head.gif);
		background-repeat:repeat-x;
		border: 1px solid #dcdedf;
		width:193px;
		height: 19px;
		padding-top: 7px;
		padding-bottom: 3px;
		padding-left: 15px;
	/*	position:relative;*/
		text-align:left;
		font-weight:bold;
		}
		
*html	.content_head_220_right{
		width:195px;
		}
		

/*start på tt_news css*/


/*-----------------------------------  tt_news LATEST view  -----------------------------------*/

.News_title{
	color:#000000;
}


.news-latest-container {
 	border:0px;
	background-color:#f6f8f9;
}

.news-latest-container H2,.news-latest-gotoarchive {
	color:#000000;
	padding:3px;	
	margin:3px;
	border:0px;
	/*background-color:#D8FA70;*/
	background-color:#f6f8f9;
}

.news-latest-gotoarchive {
 	font-weight:bold;
	margin-top:5px;
	color:#000000;
}
.news-latest-gotoarchive A:LINK, .news-latest-gotoarchive A:VISITED, .news-latest-gotoarchive A:HOVER, {
	color:#000000;
}
.news-latest-gotoarchive A {
	color:#000000;
}
.news-latest-item {
	padding:3px;	
	margin:3px;
	border:0px;
	background-color:#f6f8f9;
}

.news-latest-item IMG {
	margin-top:-50px; 
	margin-left:10px;
	margin-bottom:5px;
	margin-right:5px;
 	border:0px;
	float:right;
}
.news-latest-category IMG {
	float: right;
	border:none;
	margin:0px;
}
.news-latest-date,.news-latest-morelink,.news-latest-category {
	font-size:9px;
	color:#000000;
	clear:both; 
}

.news-latest-morelink {
	height:12px;
	color:#000000;
	clear:both; 
}

.news-latest-morelink A {
	float:right;
	color:#000000;
	clear:both; 
}


/*--------------------------------- tt_news LIST view  -----------------------------------*/
.news-list-container {
	border:0px;
	background-color:#f6f8f9;
	color:#000000;
}	


.news-list-item {
	padding:3px;	
	margin:3px;
	border:0px;
	background-color:#f6f8f9;
	color:#000000; /*nana*/
	} 
	
.news-list-item a{
	color:#000000;}

.news-list-item H3{
	color:#000000;}
	
.News_Headline{
color:#000000;
}

.News_Headline H2{
color:#000000;
}

.News_Headline a{
color:#000000;
}

.news-search-form {	
	padding:3px;	
	margin-bottom:5px;
	border:0px;
	background-color:#f6f8f9;

}
.news-search-emptyMsg{

	margin:0px;
}
.news-search-form FORM {
	margin:0px;	
}
.news-list-container H3 {
	margin-bottom: 5px;
	padding: 2px;
	border:0px;
	background-color: #f6f8f9;
	color:#000;
}
.news-list-container H3 A:LINK,.news-list-container H3 A:VISITED,.news-list-container H3 A:HOVER, {
	color:#000;
	padding-left:2px;
}
.news-list-container H3 A {
	color:#000;

}
.news-list-container H4 {
	font-weight:normal;
	height:70px;
padding-left:3px;
color:#000000;
}
.news-list-date {
	float: right;
/*	color: #3E551C;*/
	color:#000; /*nana*/
	width: 180px;
	text-align: right;
	height: 18px;
	margin-top: -2px;
	margin-right: -2px;
	font-size: 9px;
	font-weight: normal;
	background-color: #f6f8f9;
	}

.news-list-imgcaption {
		float: right;
	padding-top:3px;
	padding-right:3px;
	font-size: 9px;

	}

.news-list-container IMG {
		float: right;
	border:0px;
margin-bottom:5px;
margin-right:2px;
margin-left:15px;
}
.news-list-category IMG {
	float: none;
border:none;
margin:0px;
}

.news-list-morelink,.news-list-category {
	font-size:9px;
margin-left:3px;
color:#000;
}
.news-list-morelink  {
margin-bottom:3px;
color:#000000;
}
.news-list-browse {
	text-align: center;
	color:#000000;
}

	


	/*---------------------------------  tt_news Page-Browser ---------------------------------*/
.tx-ttnews-browsebox {
	margin:3px;
	border:0px;
	padding:3px;
	background-color:#f6f8f9;
}
.tx-ttnews-browsebox TD { 
	font-size: 10px; 
}
.tx-ttnews-browsebox-strong, .tx-ttnews-browsebox-SCell { 
	font-weight: bold; 
}
.tx-ttnews-browsebox-SCell P,.tx-ttnews-browsebox TD P{
	margin:0px;
}

.tx-ttnews-browsebox-SCell {
	background-color: #f6f8f9;
	border:0px;
}
.news-search-emptyMsg { 
	font-size: 11px;
	margin-left: 10px; 
}
	/*--------------------------------- tt_news SINGLE view  ---------------------------------*/
.news-single-item {
	padding:5px;	
	margin-bottom:5px;
	border:0px;
	background-color:#f6f8f9;

}
.news-single-item H2 {
	font-size: 16px;
	font-weight:bold;
	color: #000;
	margin-bottom: 0px;
}
.news-single-item H3 {
	margin-bottom: 15px;
	color:#000;
}

	

/**/

		

.news-single-img {
	float: right;
margin-left:5px;

}



.news-single-imgcaption {
	padding:3px;
	clear:both;
}

.news-single-category {

	float: right;
}
.news-single-backlink, .news-single-backlink a {
	font-weight: bold;
	font-size: 10px;
	margin-bottom: 15px;
	margin-top: 10px;
	color:#000000;
}
.news-single-timedata {
	float: right;
}
.news-single-timedata, .news-single-author,.news-single-imgcaption {
	font-size: 9px;
}
.news-single-author {
	padding-bottom: 3px;
}
.news-single-additional-info {
	background-color: #f6f8f9;
	clear: both;
	margin-top: 15px;
	border:0px;
	padding:3px;
	padding-bottom:0px;

}
.news-single-related,.news-single-files,.news-single-links  {
	border:0px;
	margin:0px;
	margin-bottom: 3px;
	padding:3px;
	background-color:#f6f8f9;
}

.news-single-related DD, .news-single-links DD, .news-single-files DD {
margin-left:20px;
;
}

.news-single-related DT, .news-single-links DT, .news-single-files DT {
	font-weight: bold;
	font-size: 11px;
	margin-left:5px;
	width:90%;
}
	
/*--------------------------------- tt_news Archivemenu (AMENU) --------------------------------- */
.news-amenu-container {
	padding:3px;	
 	border:0px;
	background-color:#f6f8f9;
}
.news-amenu-container LI {
	padding-bottom:1px;
}
.news-amenu-container UL {
	padding:3px;
	margin-top:5px;
	margin-left:0px;
	margin-bottom:0px;
	border:0px;
	background-color:#f6f8f9;
	list-style-type: none;
}
.news-amenu-container H2 {
	color:#000;
	padding:3px;	
	border:0px;
	background-color:#f6f8f9;
}
.news-amenu-item-year {
	font-weight: bold;
	border:0px;
	padding: 2px;
	background-color: #f6f8f9;
	color:#000;
}

.NEWS_TITLE{
	font-weight: bold;
	border:0px;
	padding: 2px;
	background-color: #f6f8f9;
	color:#000;
}

.clearer{
color: #f00;
background-color: #000;
height: 5px;}

.news-titlenana{
color:#000000;

}

.News_title{
color:#000000;
/*background-color: #cccccc;*/
}

.news-subheader{
color:#000000;

}

.news-catRootline{

	color:#999999;}
	
.news-single-links{
color:#000000;

}

.ARCHIVE_HEADER{
color:#000000;

}

.news-list-category{
color:#000000;

}

.news-header-list-title{
color:#000000;

}

.News_subheader{
color:#000000;

}

/*-----------------------------------  clearer  -----------------------------------*/
.news-list-container HR.clearer, .news-single-item HR.clearer, .news-latest-container HR.clearer{
	clear:right;
	height:1px;
	border:1px solid #cccccc;

}

.news-latest-gotoarchive A:LINK, .news-latest-gotoarchive A:VISITED, .news-latest-gotoarchive A:HOVER {
	color:#000;
}
.news-latest-gotoarchive A {
	color:#000;
}

.news-list-container H3 A:LINK,.news-list-container H3 A:VISITED,.news-list-container H3 A:HOVER {
	color:#000;
	padding-left:2px;
}
/*slut på tt_news css*/


/* Medlem Toggeler */
		
.member_head{
	display: block;
	color: #fff;
	background-color: #f6f8f9;
	text-decoration: none;
	font-size: 11px;
	margin-top: 5px;
	padding: 5px;
	}

#information{
	text-decoration: none;
	font-size: 12px;
	color: #336699;
	padding:0px;
	margin:0px;
	background: #f6f8f9;
	}
	
.information {
	background: #f6f8f9;
	padding:0px;
	margin:0px;
	font-size: 12px;
}



/* Contact Mailform */	

	.csc-mailform {
	border: none;
	}
	.csc-mailform label {
	float: left;
	clear: left;
	display: block;
	width: 150px;
	font: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px;
	
	}
	
	.csc-mailform-submit {
	float: right;
	margin-right: 55px;
	}
	
/* Newsletter Subscripe*/	

	
	label
	{
	float: left;
	text-align: right;
	margin-right: 0em;
	display: block;
	width: 20px;
	}
	
	#tx-sremailsubscribe-pi1-name
	{
	color: #000000;
	background: #FFFFFF;
	border-bottom: 1px solid #333333; 
	border-right: 1px solid #333333; 
	border-left: 1px solid #333333; 
	border-top: 1px solid #333333; 
	margin:0px;
	height:18px;
	width:180px;
	}
	
*html	#tx-sremailsubscribe-pi1-name
	{
	width:165px;
	}
	
	#tx-sremailsubscribe-pi1-first_name
	{
	color: #000000;
	background: #FFFFFF;
	border-bottom: 1px solid #333333; 
	border-right: 1px solid #333333; 
	border-left: 1px solid #333333; 
	border-top: 1px solid #333333; 
	margin:0px;
	height:18px;
	width:180px;
	float:left;
	}
	
*html	#tx-sremailsubscribe-pi1-first_name
	{
	width:165px;
	}
	
	
	
	#tx-sremailsubscribe-pi1-last_name
	{
	color: #000000;
	background: #FFFFFF;
	border-bottom: 1px solid #333333; 
	border-right: 1px solid #333333; 
	border-left: 1px solid #333333; 
	border-top: 1px solid #333333; 
	margin:0px;
	height:16px;
	width:180px;
	float:left;
	}
	
*html	#tx-sremailsubscribe-pi1-last_name
	{
	width:165px;
	}
	
		
	#tx-sremailsubscribe-pi1-date_of_birth
	{
	color: #000000;
	background: #FFFFFF;
	border-bottom: 1px solid #333333; 
	border-right: 1px solid #333333; 
	border-left: 1px solid #333333; 
	border-top: 1px solid #333333; 
	margin:0px;
	height:16px;
	width:50px;
	}
	
	#tx-sremailsubscribe-pi1-title
	{
	color: #000000;
	background: #FFFFFF;
	border-bottom: 1px solid #333333; 
	border-right: 1px solid #333333; 
	border-left: 1px solid #333333; 
	border-top: 1px solid #333333; 
	margin:0px;
	height:16px;
	width:50px;
	}
	#tx-sremailsubscribe-pi1-company
	{
	color: #000000;
	background: #FFFFFF;
	border-bottom: 1px solid #333333; 
	border-right: 1px solid #333333; 
	border-left: 1px solid #333333; 
	border-top: 1px solid #333333; 
	margin:0px;
	height:16px;
	width:250px;
	}
	
	#tx-sremailsubscribe-pi1-address
	{
	color: #000000;
	background: #FFFFFF;
	border-bottom: 1px solid #333333; 
	border-right: 1px solid #333333; 
	border-left: 1px solid #333333; 
	border-top: 1px solid #333333; 
	margin:0px;
	height:16px;
	width:250px;
	}
	
	
	#tx-sremailsubscribe-pi1-city
	{
	color: #000000;
	background: #FFFFFF;
	border-bottom: 1px solid #333333; 
	border-right: 1px solid #333333; 
	border-left: 1px solid #333333; 
	border-top: 1px solid #333333; 
	margin:0px;
	height:18px;
	width:250px;
	}
	
	
	#tx-sremailsubscribe-pi1-zip
	{
	color: #000000;
	background: #FFFFFF;
	border-bottom: 1px solid #333333; 
	border-right: 1px solid #333333; 
	border-left: 1px solid #333333; 
	border-top: 1px solid #333333; 
	margin:0px;
	height:16px;
	width:50px;
	}
	
	
	#tx-sremailsubscribe-pi1-phone
	{
	color: #000000;
	background: #FFFFFF;
	border-bottom: 1px solid #333333; 
	border-right: 1px solid #333333; 
	border-left: 1px solid #333333; 
	border-top: 1px solid #333333; 
	margin:0px;
	height:16px;
	width:250px;
	}
	
	
	#tx-sremailsubscribe-pi1-email
	{
	color: #000000;
	background: #FFFFFF;
	border-bottom: 1px solid #333333; 
	border-right: 1px solid #333333; 
	border-left: 1px solid #333333; 
	border-top: 1px solid #333333; 
	margin:0px;
	height:16px;
	width:180px;
	float:left;
	background: transparent url("Images/Input_BG.gif");
	}

*html	#tx-sremailsubscribe-pi1-email
	{
	width:165px;
	}
	
	#tx-sremailsubscribe-pi1-static_info_country
	{
	color: #000000;
	background: #FFFFFF;
	border-bottom: 1px solid #333333; 
	border-right: 1px solid #333333; 
	border-left: 1px solid #333333; 
	border-top: 1px solid #333333; 
	margin:0px;
	height:16px;
	width:250px;
	}
	
	
	#tx-sremailsubscribe-pi1-language
	{
	color: #000000;
	background: #FFFFFF;
	border-bottom: 1px solid #333333; 
	border-right: 1px solid #333333; 
	border-left: 1px solid #333333; 
	border-top: 1px solid #333333; 
	margin:0px;
	height:16px;
	width:250px;
	}
	
	#tx-sremailsubscribe-pi1-www
	{
	color: #000000;
	background: #FFFFFF;
	border-bottom: 1px solid #333333; 
	border-right: 1px solid #333333; 
	border-left: 1px solid #333333; 
	border-top: 1px solid #333333; 
	margin:0px;
	height:16px;
	width:250px;
	}
	
	#tx-sremailsubscribe-pi1-image-0, #tx-sremailsubscribe-pi1-image-1, #tx-sremailsubscribe-pi1-image-2, #tx-sremailsubscribe-pi1-image-3, #tx-sremailsubscribe-pi1-image-4, #tx-sremailsubscribe-pi1-image-5
	{
	color: #000000;
	background: #FFFFFF;
	border-bottom: 1px solid #333333; 
	border-right: 1px solid #333333; 
	border-left: 1px solid #333333; 
	border-top: 1px solid #333333; 
	margin:0px;
	height:16px;
	width:250px;
	}
	
	
	#tx-sremailsubscribe-pi1-comments
	{
	color: #000000;
	background: #FFFFFF;
	border-bottom: 1px solid #333333; 
	border-right: 1px solid #333333; 
	border-left: 1px solid #333333; 
	border-top: 1px solid #333333; 
	margin:0px;
	height:50px;
	width:250px;
	}
	
	
	
	.tx-sremailsubscribe-pi1-submit{
	font-size:12px;
	height:22px;
	color: #000000;
	background-color: #FFFFFF;
	border:1px solid;
	border-top-color:#333333;
	border-left-color:#333333;
	border-right-color:#333333;
	border-bottom-color:#333333;
	filter:progid:DXImageTransform.Microsoft.Gradient
	(GradientType=0,StartColorStr='#FFFFFF',EndColorStr='#CCCCCC');
	margin-left: 0px;
	} 
	
	.tx_sremailsubscribe_pi1[fetch]{
	color: #000000;
	background: #FFFFFF;
	border-bottom: 1px solid #333333; 
	border-right: 1px solid #333333; 
	border-left: 1px solid #333333; 
	border-top: 1px solid #333333; 
	margin:0px;
	height:16px;
	width:250px;
	}
	

