/*STYLES PIN*/


/* 
---------------------------------------------------------------------------------------------
DEFAULT HTML STYLES 
---------------------------------------------------------------------------------------------
*/

body {
	margin:0;
	padding:0;
	font-size:76%;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#fff;
	background-image:url(../images/bg_body.gif);
	background-repeat:repeat-x;
	background-position:top;
}

h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	margin:0 0 15px 0;
	padding:0px;
	font-size:2.0em;
	color:#000;
	font-weight:normal;
}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	margin:0px;
	padding:0px;
	font-size:1.2em;
	color:#000;
	font-weight:bold;

}

h3 {
	font-family:Arial, Helvetica, sans-serif;
	margin:0px;
	padding:0px;
	font-size:1.1em;
	color:#000;
	font-weight:bold;

}

h4 {
	font-family:Arial, Helvetica, sans-serif;
	margin:0px;
	padding:0px;
	font-size:1em;
	color:#000;
	font-weight:bold;
}

p {
	font-size:1.1em;
	line-height:1.5em;
	font-weight:normal;
	padding:0 0 5px 0;
	margin:0px;
	color:#000;
}

p.ingress {
	font-size:1.3em;
	line-height:1.4em;
	font-weight:normal;
	padding:5px 0 20px 0;
	margin:0px;
	color:#000000;
}

table{
	width:100%;
	text-align:left;

}

thead{
	background-color:#000;
	color:#ff7f00;
}

td{
	border: solid 1px #f3f3f3;
	background-color:#f5f5f5;
}

caption{
	font-weight:bold;
	margin:0 0 5px 0;
	text-align:left;

}


ul {color:#000; }
ol {color:#000;}
li {color:#000;}

/*RIKTIG REKKE: LoVe HAte*/

a:link {
color:#262d6e;
text-decoration:underline;
}

a:visited {
color:#262d6e;
text-decoration:underline;
}

a:hover {
color:#ff7f00;
text-decoration:none;
}

a:active {
color:#ff7f00;
text-decoration:underline;
}

xxxa:focus {
color:#e10686;
text-decoration:underline;
}

form {
margin:0;padding:0;
}

fieldset{
border:none;

}

fieldset label{
border:none;
width:100px;
float:left;
}

fieldset input.text{
border:none;
width:190px;
padding:3px 0 3px 0;
border:#7172a3 solid 1px;
}

fieldset textarea.text{
border:none;
width:190px;
padding:3px 0 3px 0;
border:#7172a3 solid 1px;
background-image:url(../images/bg_loginFields.gif);
background-repeat:repeat-x;
background-position:bottom;
}

fieldset submit{
border:none;
width:100px;
float:left;
background-color:#000;
}

fieldset legend{
padding:10px 0 10px 0;
margin:0px;
font-weight:normal;
float:left;
font-size:1.2em;
color:#ff7f00;
}

/* 
---------------------------------------------------------------------------------------------
CONTAINER STYLES 
---------------------------------------------------------------------------------------------
*/

div.wrapper{
	width:970px;
	margin:0px auto;
	padding:0 0 0 10px;
	overflow:hidden;
}

div.header{
	width:970px;
	min-height:179px;
	float:left;
	overflow:hidden;
	margin:0px;
	padding:0px;
	background-image:url(../images/bg_header.jpg);
	background-repeat:no-repeat;
	background-position:right;

}

*html div.header{/*IE 6.0 override*/
	height:178px;
	margin:0px;
	padding:0px;
}

div.logo{
	width:163px;
	float:left;
	overflow:hidden;
	margin:26px 0 0 0;
	padding:0px;
	display:inline;/*IE 6.0 Double margin override!*/
}

	div.logo img{
		border:none;
		cursor:pointer;
		xxwidth:163px;
		xxfloat:left;
		xxoverflow:hidden;
		xxmargin:0 0 0 0;
		xxpadding:0px;
	}


/*LOGIN*/
div.login{
	width:315px;
	float:left;
	overflow:hidden;
	margin:60px 0 0 450px;
	padding:10px 0 0 20px;
	display:inline;/*IE 6.0 Double margin override!*/

}
	/*Special styles "youre logged in!" message*/
	/*div.login div{
	xxbackground-color:#f97d00;
	padding:2px 3px 3px 3px;
	float:left;
	xxmargin-bottom:5px;
}

	div.login div a{
	color:#000;
}*/


/*end:special styles*/
	
	
	
	div.login h2{
		font-size:1.1em;
		font-style:normal;
		padding:2px 0 2px 0;
		margin:0px;
		color:#000;
		font-weight:bold;
		font-family:Georgia, "Times New Roman", Times, serif;
		border:none;
	}

	div.login input{
		color:#000000;
		border:#404040 solid 1px;
		float:left;
		overflow:hidden;
		margin-right:4px;
		background-image:url(../images/bg_loginFields.gif);
		background-repeat:repeat-x;
		background-position:bottom;
	}
		div.article input{/*Login field & contact field*/
		color:#000000;
		border:#404040 solid 1px;
		xxfloat:left;
		overflow:hidden;
		margin-right:4px;
		background-image:url(../images/bg_loginFields.gif);
		background-repeat:repeat-x;
		background-position:bottom;
	}
	
	div.login .button{
		width:60px;
		float:left;
		font-size:1em;
		padding:0;
		margin:0;
		color:#fff;
		border:#404040 solid 1px;
		background-color:#000000;
		background-image:url(../images/bg_login.gif);
		background-repeat:repeat-x;
		background-position:bottom;
	}
	
	div.article .button{/*Login field*/
		width:60px;
		font-size:1em;
		padding:0 0 3px 0;
		margin:0;
		color:#fff;
		border:#404040 solid 1px;
		background-color:#000000;
		background-image:url(../images/bg_login.gif);
		background-repeat:repeat-x;
		background-position:bottom;
	}

	*html div.article .button{/*Login field IE 6.0*/

	}


/*GLOBALMENU*/
div.GlobalMenu{
	font-family:Arial black, Helvetica black, sans-serif;
	width:970px;
	min-height:41px;
	float:left;
	overflow:hidden;
	margin:7px 0 0 0;
	padding:0px;
	background-image:url(../images/bg_globalMenu.gif);
	background-repeat:repeat-x;
	background-position:center;
}

*html div.GlobalMenu{/*IE 6.0 override*/
	height:41px;
}

	div.GlobalMenu ul{
		width:770px;
		float:left;
		overflow:hidden;
		margin:7px 0 0 0;
		padding:0px;
	}
	
		div.GlobalMenu ul li{
		float:left;
		overflow:hidden;
		margin:5px 10px 5px 0px;
		padding:0 15px 0 0;
		display:inline;
		background-image:url(../images/menu_devider.gif);
		background-repeat:no-repeat;
		background-position:right;

	}
	
	div.GlobalMenu ul li a:link, div.GlobalMenu ul li a:visited{
		overflow:hidden;
		margin:0px;
		padding:0px;
		display:inline;
		text-transform:uppercase;
		font-size:1.1em;
		font-weight:bold;
		color:#000!important;
		text-decoration:none; 
	}
	
	div.GlobalMenu ul li a:active{
		overflow:hidden;
		margin:0px;
		padding:0px;
		display:inline;
		text-transform:uppercase;
		font-size:1.1 em;
		font-weight:bold;
		color:#ff7f00!important;
		text-decoration:underline; 
	}
	
	div.GlobalMenu ul li a:hover{
		overflow:hidden;
		margin:0px;
		padding:0px;
		display:inline;
		text-transform:uppercase;
		font-size:1.1em;
		font-weight:bold;
		color:#ff7f00!important;
		text-decoration:#ff7f00; 

	}


/*TOPNAV*/
div.GlobalMenu ul.topNav {
	font-family:Arial,Helvetica ,sans-serif;
	width:150px;
	float:left;
	overflow:hidden;
	margin:7px 0 0px 25px;
	padding:0px;
	display:inline;/*IE 6.0 Double margin override!*/
}

div.GlobalMenu ul.topNav li {
	width:70px;
	padding:5px 0 6px 0;
	float:left;
	display:inline;
	overflow:hidden;
	margin:0 0 0 14px;
	background-image:none;
}

div.header div.GlobalMenu ul.topNav li.first {
	width:60px;
	padding:5px 0 6px 0;
	margin:0 0 0 5px;
	background-image:url(../images/menu_devider.gif);
	background-repeat:no-repeat;
	background-position:right;
}

div.header div.GlobalMenu ul.topNav li a {
	font-size:1em;
	font-weight:normal;
	text-transform:none;	
	color:#434343;	
	float:left;
	display:inline;
	overflow:hidden;
	margin:0px;
	padding:0px;
	text-decoration:underline;
}

div.header div.GlobalMenu ul.topNav li a:hover {
	font-size:1em;
	font-weight:normal;
	text-transform:none;	
	color:#434343;	
	float:left;
	display:inline;
	overflow:hidden;
	margin:0px;
	padding:0px;
	text-decoration:none;
}

	

/*BREADCRUMB*/
div.Breadcrumb{
	width:960px;
	float:left;
	overflow:hidden;
	margin:0 0 0 0;
	padding:3px 0 0 0;
}

	div.Breadcrumb span{
	float:left;
	overflow:hidden;
	width:55px;
	margin:1px 0 0 0;
	padding:0px 5px 0 0;
	font-size:0.90em;
	}

	div.Breadcrumb ul{
		width:800px;
		float:left;
		overflow:hidden;
		margin:1px 0 0 0;
		padding:0px;
	}
	
		div.Breadcrumb ul li{
		font-size:0.90em;
		color:#000;
		width:980px;
		overflow:hidden;
		margin:0;
		padding:0 7px 0 0;
		display:inline;
	}
		div.Breadcrumb ul li a{
		xxfont-size:0.90em;
		color:#000;
		text-decoration:none;
		padding:3px 0 0 0;
	}
	
		div.Breadcrumb ul li a.active{
		font-size:0.90em;
		color:#000;
		text-decoration:underline;
	}
		
		div.Breadcrumb ul li a.hover{
		font-size:0.90em;
		color:#cacaca;
		text-decoration:underline;
	}



/*CONTENT WRAPPER*/
div.contentwrapper{
	width:970px;
	float:left;
	overflow:hidden;
	margin:0px;
	padding:30px 0 0 0;
}


/*TOP ELEMENT*/
div.TopElement{
	width:970px;
	float:left;
	overflow:hidden;
	margin:0;
	padding:0;
}


/* top element - left col*/
	div.leftCol{
	width:465px;
	float:left;
	overflow:hidden;
	margin:10px 20px 0 0;
	padding:0 5px 20px 0;
	display:inline;/*IE 6.0 Double margin override!*/

}

	/*xxdiv.leftCol ul{
	width:460px;
	float:left;
	overflow:hidden;
	margin:0px;
	padding:0px;
}


	xxdiv.leftCol ul li{
	display:inline;
	float:left;
	overflow:hidden;
	margin:0 20px 0 0;
	padding:0px;

}*/

/* top element - right col*/

	div.rightCol{
	width:450px;
	float:left;
	overflow:hidden;
	margin:10px 0 0 0;
	padding:0px;
	}
	
	div.rightColTop{
	width:450px;
	float:left;
	overflow:hidden;
	margin:0 0 10px 0;
	padding:0;
	}
	
	div.rightColBottom{
	width:450px;
	float:left;
	overflow:hidden;
	margin:0 0 10px 0;
	padding:0 0 5px 0;
	}
	
			div.rightColBottom p{
			width:330px;
			float:left;
			overflow:hidden;
			margin:5px 0 10px 0;
			padding:0;
			}
	
	div.rightCol h1{
	border-bottom:#000 solid 4px;
	margin: 0 0 7px 0;
	}

	div.rightCol ul{
		width:460px;
		float:left;
		overflow:hidden;
		margin:0 0 20px 0;
		padding:0px;
	}


	div.rightCol ul li{
	display:inline;
	float:left;
	overflow:hidden;
	margin:0 20px 0 0;
	padding:0px;
	}

	div.rightCol img{
	border:none;
	width:104px;
	float:right;
	overflow:hidden;
	margin:25px 10px 0 0;
	padding:0;
	cursor:pointer;

	}
	
	

/*BOTTOM ELEMENT*/
div.BottomElement{
	width:970px;
	float:left;
	overflow:hidden;
	margin:0px;
	padding:10px 0 25px 0;
}

div.BottomElement h1{
	margin:0 0 11px 0;
	padding: 0 0 0 3px;
	border-bottom:#000 solid 4px;
}

	div.BotLeftCol{
	width:300px;
	float:left;
	overflow:hidden;
	margin:0 30px 0 0;
	padding:0px;
}
		xxdiv.BotLeftCol p{
			margin:0;
			padding:5px 0 0 0;
		}
		
		div.BotLeftCol p a{
			margin:0;
			padding:5px 0 0 0;
			
		}
	
	
	div.BotCenterCol{
	width:300px;
	float:left;
	overflow:hidden;
	margin:0 30px 0 0;
	padding:0px;
}
div.Cwrapper{
	width:300px;
	margin:0 0 20px 0;
	padding:0;
	float:left;
	overflow:hidden;

}

		div.BotCenterCol div.BotCenterColLeft{
			width:210px;
			float:left;
			overflow:hidden;
			margin:0;
			padding:0;
		}


		div.BotCenterCol div.BotCenterColLeft p{
			width:210px;
			float:left;
			overflow:hidden;
			margin:0;
			padding:0;
			
		}
			div.BotCenterCol a{
			width:210px;
			float:left;
			overflow:hidden;
			margin:0;
			padding:0;
		}
		
		xxdiv.BotCenterCol img{
			float:right;
			overflow:hidden;
			margin:0;
			padding:0;
		}
		
		div.BotCenterCol div.BotCenterColRight{
			width:85px;
			float:left;
			overflow:hidden;
			margin:0;
			padding:0 0 0 5px;
		}
		
		div.BotCenterCol div.BotCenterColRight p{
			margin:0;
			padding:0;
		}


	div.BotRightCol{
	width:300px;
	float:left;
	overflow:hidden;
	margin:0px;
	padding:0px;
}


/*FOOTER*/
div.footer{
	width:710px;
	float:left;
	overflow:hidden;
	margin:15px 0 0 0;
	padding:5px 0 0 250px;
	background-image:url(../images/dots_footer.gif);
	background-repeat:repeat-x;
	background-position:top;
}

div.footer p{
	width:600px;
	float:left;
	overflow:hidden;
	margin:0;
	padding:0;
}

div.footer a.gazette{
	width:37px;
	float:left;
	overflow:hidden;
	margin:0 0 0 40px;
	padding:5px 0 0 0;
}

div.footer a.gazette img{
	border:none;
}


/* 
---------------------------------------------------------------------------------------------
BODY CLASS ARTICLE
---------------------------------------------------------------------------------------------
*/

div.article{
	width:970px;
	margin:0px;
	padding:0px;
	float:left;
	overflow:hidden;
}

div.artCol1{
	width:580px;
	margin:0px;
	padding:0 10px 0 0;
	float:left;
	overflow:hidden;
}

div.artCol2{
	width:320px;
	margin:0 0 0 30px;
	padding:0px;
	float:left;
	overflow:hidden;
}

div.article div.artCol2 h2{
	font-family:Georgia, "Times New Roman", Times, serif;
	border-bottom:#000000 solid 4px;
	margin:0;
	padding:0px 0 0 3px;
	font-size:2.0em;
	color:#000;
	font-weight:normal;
}

div.artCol2 ul.subMenu{
	width:320px;
	margin:0px;
	padding:0 0 60px 0;
	float:left;
	overflow:hidden;
	list-style:none;

}

div.artCol2 ul.subMenu li{
	width:320px;
	margin:0 0 1px 0;
	padding:0px;
	float:left;
	overflow:hidden;
	background-image:url(../images/dots_article_list.gif);
	background-repeat:repeat-x;
	background-position:bottom;
}


div.artCol2 ul.subMenu li a{
	color:#000;
	text-decoration:none;
	display:block;
	width:290px;
	margin:0 10px 0 0;
	padding:10px 10px 10px 7px;
	float:left;
	overflow:hidden;
	background-image:url(../images/arrow_article_list.gif);
	background-repeat:no-repeat;
	background-position:right;

}

div.artCol2 ul.subMenu li a:hover{
	color:#000;
	text-decoration:underline;
	display:block;
	width:290px;
	margin:0 10px 0 0;
	padding:10px 10px 10px 7px;
	float:left;
	overflow:hidden;
	background-image:url(../images/arrow_article_list.gif);
	background-repeat:no-repeat;
	background-position:right;
}


	/*2 niv�*/
	
	div.artCol2 ul.subMenu li ul{
	width:320px;
	margin:0;
	padding:0px;
	float:left;
	overflow:hidden;
}

	div.artCol2 ul.subMenu li ul li{
		width:320px;
		margin:0;
		padding:0;
		float:left;
		overflow:hidden;
		xxxbackground-color:#ebebeb;
	}
	
		div.artCol2 ul.subMenu li ul li a{
		width:300px;
		padding:5px 10px 4px 15px;
		margin:0 0 1px 0;
		background-color:#ebebeb;
		background-image:url(../images/arrow_article_list2.gif);
		background-repeat:no-repeat;
		background-position:left;
	}
	
		div.artCol2 ul.subMenu li ul li a:hover{
		width:300px;
		padding:5px 10px 4px 15px;
		margin:0 0 1px 0;
		background-color:#dcdcdc;
		background-image:url(../images/arrow_article_list3.gif);
		background-repeat:no-repeat;
		background-position:left;
	}
	
/* 
---------------------------------------------------------------------------------------------
BODY CLASS ARTICLE WIDE
---------------------------------------------------------------------------------------------
*/
xxdiv.article{
	width:970px;
	margin:0px;
	padding:0px;
	float:left;
	overflow:hidden;
}

div.articleWide div.artCol1{
	width:600px;
	margin:0px;
	padding:0 10px 0 0;
	float:left;
	overflow:hidden;
}
/* 
---------------------------------------------------------------------------------------------
DIVERSE STYLES 
---------------------------------------------------------------------------------------------
*/
div.printLogo { 
	display:none; 
}
div.clearer {
	clear:both;font-size:1px;line-height:1px;
}
.hiddenTxt {
	position:absolute;left: -1000px; width:900px;
}


div.signOut{
	float:left;
	width:300px;
	xxbackground-image:url(../images/bg_loginFields.gif);
	background-repeat:repeat-x;
	background-position:center;
	padding:2px 0 3px 5px;
	xxbackground-color:#fff;
	xmin-height:14px;
}

	div.signOut a{
	background-image:url(../images/arrow_logOut.gif);
	background-repeat:no-repeat;
	background-position:center left;
	background-color:#000;
	color:#fff;
	font-weight:bold;
	margin:0 0 0 10px;
	padding:2px 15px 2px 15px;
	text-decoration:none;
}

	div.signOut a:hover{
	background-image:none;
	background-color:#000;
	color:#FF7F00;
	font-weight:bold;
	margin:0 0 0 10px;
	padding:2px 15px 2px 15px;
	text-decoration:underline;













/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
