@charset "UTF-8";
/* CSS Document */
html {
	margin: 0;
	padding: 0;
	background: transparent url('../Images/bg-loop.jpg') repeat fixed;
}
body {
	margin: 0;
	padding: 0;
	color: #3b3b3b;
	font: normal 12px "Lucida Grande", Helvetica, Arial, sans-serif;
}
a, a:hover, a:visited {
	color: #a3320f;
}

/* Generic Start */
.clear { clear: both; }
.left { float: left; }
.right { float: right }

	/* Separators Start */
	.separator.sign {
		background: transparent url('../Images/separator.png') no-repeat;
		height: 12px;
		margin: 30px auto;
		width: 607px;
	}
	.separator.line {
		background: #d1d1d1;
		height: 1px;
		margin: 30px auto;
		width: 607px;
	}
	/* Separators End */
/* Generic End */


/* Container Start */
#Container {
	margin: 90px auto;
	width: 1000px;
}
	/* Menu Stat */
	#Container #Menu {
		top: 0;
		left: 0;
		position: fixed;
		width: 100%;
		background: transparent url('../Images/menu_bg.png') repeat-x;
		height: 80px;
		z-index: 9999;
	}
		/* List Start */
		#Container #Menu ul {
			margin: 0 auto;
			width: 1000px;
		}
			#Container #Menu ul li {
				list-style: none;
				float: left;
				margin-right: 20px;
				margin-top: 23px;
			}
				#Container #Menu ul li a {
					text-decoration: none;
					font-size: 16px;
					color: #fff;
					font-family: Georgia, Helvetica, Arial, sans-serif;
					font-size: 16px;
					font-weight: 100 !important;
				}
					#Container #Menu ul li a:hover {
						color: #002a3f;
					}

				#Container #Menu ul li.home {
					background:transparent url('../Images/menu_logo.png') no-repeat;
					height: 93px;
					width: 207px;
					margin: 0;
					margin-right: 20px;
					padding: 0;
					text-align: -9999px;
				}
					#Container #Menu ul li.home a {
						display: block;
						height: 100%;
						width: 100%;
					}
			#Container #Menu ul li.SubMenu a.Main {
				padding-bottom: 20px;
			}
			#Container #Menu ul li.SubMenu a.Arrow {		
				background: transparent url('../Images/menu_downarrow.png') no-repeat center 23px;
			}
				/* IE7 Start */
				*+html #Container #Menu ul li.SubMenu a.Arrow ,
				* html #Container #Menu ul li.SubMenu a.Arrow  {
					display: block;
					height: 20px;
				}
				*+html #Container #Menu ul li.SubMenu a.Arrow:hover ,
				* html #Container #Menu ul li.SubMenu a.Arrow:hover  {
					display: block;
					height: 20px;
				}
				/* IE7 End */
			#Container #Menu ul li.SubMenu ul {
				background: transparent url('../Images/submenu_right.png') no-repeat right 0;
				display: none;
				margin: 3px 0 0;
				padding: 0 10px;
				position: absolute;
				width: auto;
			}
				#Container #Menu ul li.SubMenu ul:hover {
				}
				/* IE7 Start */
				*+html #Container #Menu ul li.SubMenu ul ,
				* html #Container #Menu ul li.SubMenu ul  {
					margin: 40px 0 0 0 -160px !important;
					top: 40px !important;
				}
				*+html #Container #Menu ul li.SubMenu ul:hover ,
				* html #Container #Menu ul li.SubMenu ul:hover  {
				}
				/* IE7 End */
				#Container #Menu ul li.SubMenu ul li {
					display: block;
					margin: 5px;
					padding: 10px 0;
				}
					#Container #Menu ul li.SubMenu ul li.Arrow {
						margin: 0 auto;
						padding: 0;
						position: absolute;
					}
					/* IE7 Start */
					*+html #Container #Menu ul li.SubMenu ul li.Arrow ,
					* html #Container #Menu ul li.SubMenu ul li.Arrow  {
						margin: 2px 0 0 0 -260px !important;
					}
					/* IE7 End */
					#Container #Menu ul li.SubMenu ul li.Arrow span {
						background: transparent url('../Images/menu_uparrow.png') no-repeat 0 0;
						border: 0;
						display: block;
						margin: 0 auto;
						height: 6px;
						width: 16px;
					}
					/* IE7 Start */
					*+html #Container #Menu ul li.SubMenu ul li.Arrow span ,
					* html #Container #Menu ul li.SubMenu ul li.Arrow span {
						display: none !important;
					}
					/* IE7 End */
					#Container #Menu ul li.SubMenu ul li a {
						background: none;
						color: #313833;
					}
						#Container #Menu ul li.SubMenu ul li a:hover {
							color: #a3320f;
							text-decoration: underline;
						}
					#Container #Menu ul li.SubMenu ul li.First {
						background: transparent url('../Images/submenu_left.png') no-repeat scroll left -2px;
						margin-left: -19px;
						padding-left: 12px;
					}
					#Container #Menu ul li.SubMenu ul li.Last {
					}
		/* List End */
	/* Menu End*/
	
	/* Slideshow Start */
	#Container #Slideshow {
		background: transparent url('../Images/slideshow_bg.png') no-repeat;
		height: 343px;
		width: 1004px;
		padding: 5px;
	}
	/* Slideshow End */
	
	/* Content Start */
	#Container #Content {
		width: 100%;
	}
		#Container #Content .Top {
			background: transparent url('../Images/content_top.png') no-repeat;
			height: 8px;
		}
		#Container #Content .Bottom {
			background: transparent url('../Images/content_bottom.png') no-repeat;
			height: 8px;
		}
		#Container #Content .Inner {
			background: transparent url('../Images/content_middle.png') repeat-y;
		}
		
		/* Standard Article Start */
		#Container #Content.StandardArticle .TopImage {
			background: transparent url("../Images/content_middle.png") repeat-y scroll 0 0;
			padding: 0 7px;
		}
		#Container #Content.StandardArticle .Article {
			
		}
			#Container #Content.StandardArticle .Article h1.museo {
				background: url("../Images/header_sprite.png") no-repeat scroll 0 7px transparent;
				color: #a3320f;
				font-family: "museo-slab-1","museo-slab-2";
				font-size: 48px;
				font-weight: 500;
				height: auto !important;
				margin: 20px 0 0 -16px;
				padding: 0 0 0 70px;
			}
			#Container #Content.StandardArticle .Article cite {
				color: #3b3b3b;
				line-height: 180%;
				font-family:: "Lucida Grande";
				display: block;
				padding: 5px 55px;
			}
			#Container #Content.StandardArticle .Article p,
			#Container #Content.StandardArticle .Article h2,
			#Container #Content.StandardArticle .Article h3 {
				display: block;
				padding: 0 0 0 55px;
			}
			#Container #Content.StandardArticle .Article h2,
			#Container #Content.StandardArticle .Article h3 {
				color: #a3320f;
				margin: 15px 0 0 0;
			}
			#Container #Content.StandardArticle .Article h1.passed,
			#Container #Content.StandardArticle .Article h2.passed,
			#Container #Content.StandardArticle .Article h3.passed {
				color: #3b3b3b;
			}
			#Container #Content.StandardArticle .Article p {
				line-height: 150%;
				margin: 5px 0 15px 0;
			}
			#Container #Content.StandardArticle .Inner .ColumnRight .Events {
				margin: 3px 0 0;
			} 
		/* Standard Article End */
		
		/* Inline Image Article Start */
		#Container #Content.InlineImageArticle .Inner .ColumnLeft {
			margin-top: -1px;
		}
		#Container #Content.InlineImageArticle .Article {
		}
			#Container #Content.InlineImageArticle .Article img {
				padding: 0;
				margin: 0;
				border: 0;
			}
			#Container #Content.InlineImageArticle .Article h1.museo {
				background: url("../Images/header_sprite.png") no-repeat scroll 0 7px transparent;
				color: #a3320f;
				font-family: "museo-slab-1","museo-slab-2";
				font-size: 48px;
				font-weight: 500;
				height: auto !important;
				margin: 10px 0 0 -16px;
				padding: 0 0 0 70px;
			}
			#Container #Content.InlineImageArticle .Article cite {
				color: #3b3b3b;
				line-height: 180%;
				font-family:: "Lucida Grande";
			}
			#Container #Content.InlineImageArticle .Article p,
			#Container #Content.InlineImageArticle .Article cite {
				display: block;
				padding: 5px 55px;
			}
			#Container #Content.InlineImageArticle .Article p {
				line-height: 150%;
			}
			#Container #Content.InlineImageArticle .Inner .ColumnRight .Events {
				margin: 3px 0 0;
			} 
		/* Inline Image Article End */
		
		/* OneColumn Start */
			#Container #Content.OneColumn .TopImage {
			background: transparent url("../Images/content_middle.png") repeat-y scroll 0 0;
			padding: 0 7px;
		}
			#Container #Content.OneColumn .Inner {
				padding: 5px 10px;
			}
				#Container #Content.OneColumn .Inner h1.museo {
					background: url("../Images/header_sprite.png") no-repeat scroll 0 7px transparent;
					color: #a3320f;
					font-family: "museo-slab-1","museo-slab-2";
					font-size: 48px;
					font-weight: 500;
					margin: 20px 0 0 -16px;
					padding: 0 0 0 70px;
				}
				#Container #Content.OneColumn .Inner p {
					padding-left: 55px;
					padding-right: 30px;
				}
				#Container #Content.OneColumn .Inner cite {
					padding-left: 55px;
					padding-right: 30px;
				}
				#Container #Content.OneColumn .Inner img.left {
					margin-right: 10px;
				}
				#Container #Content.OneColumn .Inner img.right {
					margin-left: 10px;
				}
		/* OneColumn End */
		
		
		/* StartPage Start */
			#Container #Content.StartPage .Inner .ColumnLeft .Index {
			}
				#Container #Content.StartPage .Inner .ColumnLeft h1.museo {
					background: url("../Images/header_sprite.png") no-repeat scroll 0 7px transparent;
					color: #a3320f;
					font-family: "museo-slab-1","museo-slab-2";
					font-size: 48px;
					font-weight: 500;
					margin: 20px 0 0 -16px;
					padding: 0 0 0 70px;
				}
				#Container #Content.StartPage .Inner .ColumnLeft p.ingress {
					font-size: 13px;
					line-height: 160%;
					margin: 5px 0 0 60px;	
					width: 500px;
				}
			/* Article Start */
			#Container #Content.StartPage .Inner #OneColumn {
				padding: 5px 10px;
			}
				#Container #Content.StartPage .Inner #OneColumn h1.museo {
					background: url("../Images/header_sprite.png") no-repeat scroll 0 7px transparent;
					color: #a3320f;
					font-family: "museo-slab-1","museo-slab-2";
					font-size: 48px;
					font-weight: 500;
					margin: 20px 0 0 -16px;
					padding: 0 0 0 70px;
				}
				#Container #Content.StartPage .Inner #OneColumn .Content.right {
				}
				#Container #Content.StartPage .Inner #OneColumn img.left {
					margin-right: 10px;
				}
				#Container #Content.StartPage .Inner #OneColumn img.right {
					margin-left: 10px;
				}
			/* Article End */
		/* Startpage End */
		
		
		/* Teasers Start */
			/* Single Teaser Start */
			#Container #Content .Inner div.Teaser.Single {
				margin: 0 auto;
				width: 600px;
			}
				#Container #Content .Inner div.Teaser.Single a {
					text-decoration: none;
					color: #3b3b3b;
				}
				#Container #Content .Inner div.Teaser.Single img {
					float: left;
					border: 0;
				}
				#Container #Content .Inner div.Teaser.Single .imageMask {
					background: transparent url('../Images/articlePuff-imageMask.png') no-repeat 0 0;
					height: 178px;
					margin: -10px -12px;
					position: absolute;
					width: 274px;
				}
				/* IE7 Start */
					*+html #Container #Content .Inner div.Teaser.Single .imageMask ,
					* html #Container #Content .Inner div.Teaser.Single .imageMask  {
						margin: -10px -582px;
					}
					/* IE7 End */
				#Container #Content .Inner div.Teaser.Single div.Description {
					float: left;
					margin: 0 0 0 20px;
					width: 300px;
				}
				#Container #Content .Inner div.Teaser.Single div.Description h1 {
					background: none !important;
					color: #a3320f;
					font-size: 15px;
					font-weight: normal;
					text-indent: 0 !important;
					margin: 35px 0 5px 0 !important;
					height: auto !important;
				}
				#Container #Content .Inner div.Teaser.Single div.Description p {
					margin: 0;
				}
			/* Single Teaser End */
			/* Multiple Teaser Start */
			#Container #Content .Inner div.Teaser.Multiple {
				margin: 0 auto 20px;
				width: 600px;
			}
				#Container #Content .Inner div.Teaser.Multiple .Teaser {
					float: left;
					width: 300px;
				}
					#Container #Content .Inner div.Teaser.Multiple .Teaser a {
						text-decoration: none;
						color: #3b3b3b;
					}
					#Container #Content .Inner div.Teaser.Multiple .Teaser img {
						border: 0;
					}
					#Container #Content .Inner div.Teaser.Multiple .Teaser .imageMask {
						background: transparent url('../Images/articlePuff-imageMask.png') no-repeat 0 0;
						height: 178px;
						margin: -169px -14px;
						position: absolute;
						width: 274px;
					}
					/* IE7 Start */
					*+html #Container #Content .Inner div.Teaser.Multiple .Teaser .imageMask,
					* html #Container #Content .Inner div.Teaser.Multiple .Teaser .imageMask {
						margin: -10px -265px;
					}
					/* IE7 End */
					#Container #Content .Inner div.Teaser.Multiple .Teaser div.Description {
						margin: 10px 0 0 10px;
					}
					#Container #Content .Inner div.Teaser.Multiple .Teaser div.Description h1 {
						background: none !important;
						color: #a3320f;
						font-size: 15px;
						font-weight: normal;
						text-indent: 0 !important;
						margin: 0 0 5px 0 !important;
						height: auto !important;
						width: auto !important;
					}
					#Container #Content .Inner div.Teaser.Multiple .Teaser div.Description p {
						margin: 0;
						width: 250px;
					}
			/* Multiple Teaser End */
		/* Teasers End */
		

		
		
		/* ColumnLeft Start */
		#Container #Content .Inner .ColumnLeft {
			margin: 5px 10px;
			width: 645px;			
		}
		/* ColumnLeft End*/
		
		/* Column Right Start */
		#Container #Content .Inner .ColumnRight {
			background: #f0f0e6;
			width: 323px;
			margin: 0 6px 0;
		}
			/* Newsletter Start */
			#Container #Content .Inner .ColumnRight .Newsletter {
			}
				#Container #Content .Inner .ColumnRight .Newsletter h1 {
					background: transparent url('../Images/columnright_sprite.png') no-repeat;
					height: 41px;
					margin: -4px 0 0;
					text-indent: -9999px;
				}
				#Container #Content .Inner .ColumnRight .Newsletter .Elements {
					padding: 5px 10px;
				}
					#Container #Content .Inner .ColumnRight .Newsletter .Elements p {
						color: #3b3b3b;
					}
					#Container #Content .Inner .ColumnRight .Newsletter .Elements input.button {
						background: transparent url('../Images/columnright_sprite.png') no-repeat 0 -313px;
						cursor: pointer; /* hand-shaped cursor */
						cursor: hand; /* for IE 5.x */
						height: 33px;
						width: 65px;
						border: none;
						text-indent: -9999px;
					}
					/* IE7 Start */
					*+html #Container #Content .Inner .ColumnRight .Newsletter .Elements input.button,
					* html #Container #Content .Inner .ColumnRight .Newsletter .Elements input.button {
						height: 42px;
					}
					/* IE7 End */
					#Container #Content .Inner .ColumnRight .Newsletter .Elements input.email {
						background: transparent url('../Images/columnright_sprite.png') no-repeat 0 -409px;
						height: 33px;
						border: none;
						width: 187px;
						padding: 0 0 0 35px;
						padding-top: 9px\9; /* IE 8 Hack */
					}
					/* IE7 Start */
					*+html #Container #Content .Inner .ColumnRight .Newsletter .Elements input.email,
					* html #Container #Content .Inner .ColumnRight .Newsletter .Elements input.email {
						padding-top: 9px;
					}
					/* IE7 End */
			/* Newsletter End */
			/* Events Start */
			#Container #Content .Inner .ColumnRight .Events {
				margin: 15px 0 0;
			}
				#Container #Content .Inner .ColumnRight .Events h1 {
					background: transparent url('../Images/columnright_sprite.png') no-repeat 0 -219px;
					height: 41px;
					margin: -4px 0 0;
					text-indent: -9999px;
				}
				#Container #Content .Inner .ColumnRight .Events ul {
					margin: 10px 5px;
					padding: 0 5px;
					overflow: hidden;
				}
					#Container #Content .Inner .ColumnRight .Events ul li {
						list-style: none;
						margin-bottom: 10px;
					}
					#Container #Content .Inner .ColumnRight .Events ul li img {
						border: 0;
						color: #3b3b3b;
						float: left;
						height: 76px;
						overflow: hidden;
						width: 116px;				
					}
					#Container #Content .Inner .ColumnRight .Events ul li .imageMask {
						background: transparent url('../Images/imageMask.png') no-repeat 0 0;
						height: 76px;
						margin-top: 0;
						position: absolute;
						width: 116px;
					}
					/* IE7 Start */
					*+html #Container #Content .Inner .ColumnRight .Events ul li .imageMask,
					* html #Container #Content .Inner .ColumnRight .Events ul li .imageMask {
						margin-left: -301px;
					}
					/* IE7 End */
					#Container #Content .Inner .ColumnRight .Events ul li .Description {
						float: left;
						margin: 0 0 0 10px;
						width: 175px;
					}
						#Container #Content .Inner .ColumnRight .Events ul li a {
							text-decoration: none;
							color: #3b3b3b;
						}
							#Container #Content .Inner .ColumnRight .Events ul li .Description h1 {
								background: none;
								text-indent: 0px;
								text-decoration: underline;
								color: #a52800 !important;
								font-size: 13px;
								height: auto;
								margin-bottom: 5px;
							}
							#Container #Content .Inner .ColumnRight .Events ul li .Description p {
								background: none;
								margin: 0;
								color: #3b3b3b;
								text-decoration: none;
							}
			/* Events End */
			/* Calendar Start */
			#Container #Content .Inner .ColumnRight .Calendar {
				margin: 15px 0 0;
			}
				#Container #Content .Inner .ColumnRight .Calendar h1 {
					background: transparent url('../Images/columnright_sprite.png') no-repeat 0 -109px;
					height: 41px;
					margin: -4px 0 0;
					text-indent: -9999px;
				}
					#Container #Content .Inner .ColumnRight .Calendar h1 cite {
						color: #fff;
						display: block;
						float: right;
						font-size: 12px;
						font-style: normal;
						margin: 14px 10px 0;
						text-decoration: underline;
						text-indent: 0;
					}
						#Container #Content .Inner .ColumnRight .Calendar h1 cite a {
							color: #fff;
						}
				#Container #Content .Inner .ColumnRight .Calendar ul {
					margin: 10px 15px;
					padding: 0 5px;
				}
					#Container #Content .Inner .ColumnRight .Calendar ul li {
						list-style: none;
						margin-bottom: 15px;	
					}
						#Container #Content .Inner .ColumnRight .Calendar ul li h1 {
							background: none;
							text-indent: 0px;
							text-decoration: underline;
							color: #a52800;
							font-size: 13px;
							height: auto;
							margin-bottom: 5px;
						}
						#Container #Content .Inner .ColumnRight .Calendar ul li p {
							background: none;
							margin: 0;
							color: #3b3b3b;
							text-decoration: none;
						}
						#Container #Content .Inner .ColumnRight .Calendar ul li a {
							text-decoration: none;
						}
			/* Calendar End */
		/* ColumnRight End */
		
		/* Intranet Start */
			/* SignIn Start */
			#Container #Content.Intranet.SignIn {
			}
				#Container #Content.Intranet.SignIn .TopImage {
					background: transparent url("../Images/content_middle.png") repeat-y scroll 0 0;
					padding: 0 7px;
				}
				#Container #Content.Intranet.SignIn .Inner {
					padding: 5px 10px;
				}
					#Container #Content.Intranet.SignIn .Inner h1.museo {
						background: url("../Images/header_sprite.png") no-repeat scroll 0 7px transparent;
						color: #a3320f;
						font-family: "museo-slab-1","museo-slab-2";
						font-size: 48px;
						font-weight: 500;
						height: auto !important;
						margin: 0 0 0 -16px;
						padding: 0 0 0 70px;
					}
					#Container #Content.Intranet.SignIn .Inner .ingress{
						margin: 0 0 0 55px;
					}
					#Container #Content.Intranet.SignIn .Inner form {
						margin: 10px 0 0 55px;
					}
						#Container #Content.Intranet.SignIn .Inner form input.button {
							background: transparent url('../Images/columnright_sprite.png') no-repeat 0 -313px;
							cursor: pointer; /* hand-shaped cursor */
							cursor: hand; /* for IE 5.x */
							float: left;
							height: 33px;
							width: 65px;
							border: none;
							text-indent: -9999px;
						}
						/* IE7 Start */
						*+html #Container #Content.Intranet.SignIn .Inner form input.button,
						* html #Container #Content.Intranet.SignIn .Inner form input.button {
							height: 42px;
						}
						/* IE7 End */
						#Container #Content.Intranet.SignIn .Inner form input.UserName {
							background: transparent url('../Images/intranet_icons.png') no-repeat 0 0;
							float: left;
							height: 33px;
							margin: 0 10px 0 0;
							border: none;
							width: 187px;
							padding: 0 0 0 35px;
							padding-top: 9px\9; /* IE 8 Hack */
						}
						/* IE7 Start */
						*+html #Container #Content.Intranet.SignIn .Inner form input.UserName,
						* html #Container #Content.Intranet.SignIn .Inner form input.UserName {
							padding-top: 9px;
						}
						/* IE7 End */
						#Container #Content.Intranet.SignIn .Inner form input.Password {
							background: transparent url('../Images/intranet_icons.png') no-repeat 0 -82px;
							float: left;
							height: 33px;
							margin: 0 5px 0 0;
							border: none;
							width: 187px;
							padding: 0 0 0 35px;
							padding-top: 9px\9; /* IE 8 Hack */
						}
						/* IE7 Start */
						*+html #Container #Content.Intranet.SignIn .Inner form input.Password,
						* html #Container #Content.Intranet.SignIn .Inner form input.Password {
							padding-top: 9px;
						}
						/* IE7 End */
						#Container #Content.Intranet.SignIn .Inner form label{
							display: block;
							float: left;
							text-indent: -9999px;
						}
			/* SignIn End */
		/* Intranet End */
	/* Content End */
	
	/* Share This Start */
	#Container .ShareThis {
		/*background: url("../Images/content_middle.png") repeat-y scroll 0 0 transparent;
		padding: 5px 40px;*/
		margin: 0;
		padding: 0 50px;
	}
		#Container .ShareThis a {
			color: #a3320f;
			text-decoration: none;
		}
	/* Share This End */
	
	/* Footer Start */
	#Container #Footer {
		background: transparent url('../Images/footer_bg.png') no-repeat 0 0;
		height: 197px;
		margin: 10px 4px;
		width: 990px;
	}
		#Container #Footer .VemdalenToday {
			padding: 19px 10px 0 23px;
			float: left;
		}
			#Container #Footer .VemdalenToday img {
				border: none;
			}
		#Container #Footer .Contact {
			/*background: transparent url('../Images/footer_contact_bg.png') no-repeat 0 0;*/
			float: left;
			height: 195px;
			margin: 20px 0;
			width: 410px;
		}
			#Container #Footer .Contest {
				/*background: transparent url('../Images/contest_bg.png') no-repeat 0 0;*/
				height: 136px;
			}
				#Container #Footer .Contest img {
					border: none;
					float: left;
					/*margin: 20px 0 0 15px;*/
				}
				#Container #Footer .Contest .Information {
					float: left;
					margin: 25px 0 0;
					width: 269px;
				}
					#Container #Footer .Contest .Information h1 {
						color: #a3320f;
						font-size: 14px;
						font-weight: normal;
						margin: 0;
					}
					#Container #Footer .Contest .Information cite {
						font-size: 11px;
						font-style: normal;
					}
					#Container #Footer .Contest .Information ul {
						margin: 5px 0 0 0;
						padding: 0;
					}
						#Container #Footer .Contest .Information ul li {
							font-size: 9px;
							list-style: none;
							margin: 0;
							padding: 0;
						}
							#Container #Footer .Contest .Information ul li span {
								margin: 0 5px 0 0;
							}
			#Container #Footer .TouristInformation {
				background: transparent url('../Images/touristinformation_bg.png') no-repeat 0 0;
				height: 14px;
				margin: 7px 0 0 0;
				padding: 20px 15px;
			}
				#Container #Footer .TouristInformation .Information {
					background: transparent url('../Images/i_icon.png') no-repeat 0 1px;
					color: #00700c;
					float: left;
					font-family: "museo-slab-1","museo-slab-2";
					font-size: 17px;
					padding: 0 0 0 25px;
				}
					#Container #Footer .TouristInformation .Information a {
						color: #00700c;
						text-decoration: none;
					}
				#Container #Footer .TouristInformation .Intranet {
					float: right;	
				}
					#Container #Footer .TouristInformation .Intranet img {
						border: none;
						margin: -3px 0 0;
					}
				#Container #Footer .TouristInformation .EuLogo {
					float: left;
					margin: 0 0 0 70px;	
				}
					#Container #Footer .TouristInformation .EuLogo img {
						margin: -7px 0 0;	
					}
			#Container #Footer .Contact ul {
				padding: 0 0 0 25px;
			}
				#Container #Footer .Contact ul li {
					float: left;
					list-style: none;
					margin: 0;
					padding: 5px 30px 20px 0;
				}
					#Container #Footer .Contact ul li h1 {
						color: #a3320f;
						font-size: 12px;
						margin: 0 0 5px 0;
					}
					#Container #Footer .Contact ul li ul.Information {
						padding: 0;
						margin: 0;
					}
						#Container #Footer .Contact ul li ul.Information li {
							float: none;
							padding: 0;
							margin: 3px 0;
							font-size: 11px;
						}
							#Container #Footer .Contact ul li ul.Information li a {
								color: #0064a3;
								text-decoration: none;
							}
							#Container #Footer .Contact ul li ul.Information li.Hyperlink {
								background: transparent url('../Images/footer_contact_icons.png') no-repeat 0 2px;
								padding: 0 0 0 18px;
							}
							#Container #Footer .Contact ul li ul.Information li.Email {
								background: transparent url('../Images/footer_contact_icons.png') no-repeat 0 -14px;
								padding: 0 0 0 18px;
							}
							#Container #Footer .Contact ul li ul.Information li.Telephone {
								background: transparent url('../Images/footer_contact_icons.png') no-repeat 0 -32px;
								padding: 0 0 0 18px;
							}
		#Container #Footer .Facebook {
			background: #fff;
			float: left;
			margin: 22px 0 0 20px;
		}
	/* Footer End */
/* Container End */