/* menu */

	div.menuHolder {
		position:absolute;
		top:99px;
		left:0px;
		width:100%;
		height:23px;
		background-image:url("/files/Billeder/H2O/menubg.jpg");
		background-repeat:repeat-x;
		background-position:top left;
		background-attachment:scroll;
		z-index:10;
	}
	
	div.menuHolderContainer{
		width:925px;
		height:23px;
	}

	div.menuItem {
		margin-left:27px;
	}

ul.menuItem{
	list-style:none;
	text-decoration:none;
}

.menuItem ul{
	list-style:none;
	text-decoration:none;
}

  div.menuItem li.mainMenu {
	float:left;
	width:176px;
	height:23px;
	position:relative;
	text-indent:0px;
  }

	div.menuItem li.mainMenu a {
		color:#787878;
		float:left;
	}	
	
	

	div.menuRollOut {
		width:175px;
		border:1px solid #c5c5c5;
		border-top:0px;
		display:none;
		position:absolute;
		top:23px;
		left:0px;
		z-index:20;
		background-color:#FFFFFF;
	}

		div.menuRollOutContent {
			width:158px;
			margin-left:8px;
			margin-bottom:8px;
			z-index:20;
		}


		div.subMenuHeading {
			margin-top:15px;
			font-family:Arial;
			color:#b5b5b5;
			font-size:11px;
			font-weight:bold;
			margin-bottom:5px;
		}

			div.subMenuHeading a {
				color:#787878;
			}

		ul.subNavigation {
			list-style:none;
			text-decoration:none;
		}

		div.menuItem li.subMenuItem a {
			width:158px;
			float:left;
			color:#787878;
		}	

		li.subMenuItem {
			margin-bottom:3px;
			width:153px;
			height:35px;
			clear:both;
			cursor:pointer;
		}
		
		li.subMenuItemKollektion  {
			margin-bottom:3px;
			width:138px;
			height:35px;
			clear:both;
			cursor:pointer;
		}

		li.subMenuItem img, li.subMenuItemKollektion img {
			float:left;
			width:35px;
			height:35px;
		}

		li.subMenuItem div.menuTxt {
			float:left;
			width:120px;
			height:33px;
			margin-left:3px;
			line-height:33px;
			border-top:1px dotted #c5c5c5;
			border-bottom:1px dotted #c5c5c5;
			text-indent:6px;
			overflow:hidden;
			cursor:pointer;
		}
		
		li.subMenuItemKollektion div.menuTxt {
			float:left;
			width:95px;
			height:33px;
			margin-left:3px;
			line-height:33px;
			border-top:1px dotted #c5c5c5;
			border-bottom:1px dotted #c5c5c5;
			text-indent:6px;
			overflow:hidden;
			cursor:pointer;
		}
		
		li.subMenuItemKollektion a{
			font-family:Arial;
			color:#787878;
			font-size:11px;
			font-weight:bold;
			cursor:pointer;
		}
		
		li.subMenuItem a{
			font-family:Arial;
			color:#787878;
			font-size:11px;
			font-weight:bold;
			text-transform: uppercase;
			text-decoration:none;
			line-height:35px;
			width:120px;
			height:35px;
			cursor:pointer;

		}

		li.subMenuItem a:hover, li.subMenuItemActive a {
			font-family:Arial;
			font-size:11px;
			font-weight:bold;
			text-transform: uppercase;
			text-decoration:none;
			background-color:#faeeee;
			color:#c42126;
			line-height:35px;
			width:120px;
			height:35px;
			margin:0px;
			padding:0px;
			overflow:hidden;
		}
		
		li.subMenuItemActive, li.subMenuItemActive a {
			background-color:#faeeee;	
			color:#c42126;
		}
		
		
		/*Kollection*/
		

	div.collectionLeftBar {
		border-right:0px solid #C5C5C5;
		width:203px;
		height:100%;
		position:absolute;
		left:0px;
		top:122px;
		/*background-color:#FFFFFF;*/
	}

		div.collectionLeftBar div.menuRollOutContent {
			width:153px;
			width:128px;
			left:27px;
			position:relative;
		}

		div.collectionLeftBar div.subMenuHeading {
			margin-top:15px;
			font-family:Arial;
			color:#b5b5b5;
			font-size:11px;
			font-weight:bold;
			margin-bottom:5px;
			clear:both;
			height:25px;
			cursor:pointer;
		}

		div.collectionLeftBar div.subMenuHeading a {
			float:left;
		}

		div.collectionLeftBar div.menuItem li.subMenuItem a {
			width:133px;
			float:left;
			color:#787878;
			cursor:pointer;
		}	

		div.collectionLeftBar li.subMenuItem{
			margin-bottom:3px;
			width:133px;
			height:35px;
			clear:both;
		}


		div.collectionLeftBar li.subMenuItem div.menuTxt {
			float:left;
			width:95px;
			height:33px;
			margin-left:3px;
			line-height:33px;
			border-top:1px dotted #c5c5c5;
			border-bottom:1px dotted #c5c5c5;
			text-indent:6px;
			overflow:hidden;
		}

		div.collectionLeftBar li.subMenuItem a {
			font-family:Arial;
			color:#787878;
			font-size:11px;
			font-weight:bold;
			text-transform: uppercase;
			text-decoration:none;
			line-height:35px;
			width:95px;
			height:35px;

		}

	
		
			div.collectionMenu {
				border-top:1px solid #C5C5C5;
				position:absolute;
				bottom:20px;
				height:110px;
				width:100%;
				padding-top:10px;
				z-index:35;
				background-color:#FFFFFF;
			}

		div.subMenuName {
			width:250px;
			float:left;
		}

		div.subMenuName ul.subNavigation{
			margin-top:33px;
			margin-left:35px;
			list-style:none;
		}
		
		li.subMenuItem a:hover, li.subMenuItem a:visited:hover {
			color:#c42126;
			background-color:#faeeee;
		}

div.bottomHolder ul {
	list-style:none;
	text-decoration:none;
	margin-left:18px;
}

div.bottomHolder li {
	float:left;
	border-right:1px solid #CCCCCC;
	padding:0px;
	margin:0px;
	text-indent:0px;
	line-height:12px;
	margin-top:4px;
	padding-left:10px;
	padding-right:10px;
}

div.bottomHolder li a {
	padding:0px;
	margin:0px;
	border:0px;
}


	.PressroomMenu{
	margin-top:20px;
	}

/*	
	.PressroomMenu ul, .PressroomMenu li a{
		list-style:none;
		text-decoration:none;
		color:#000000;
		font-family:Arial;
		color:#b5b5b5;
		font-size:12px;
	}
	
	.PressroomMenu li a:hover;
	color:red;
	}

	.PressroomMenu ul.M0{
		list-style:none;
		text-decoration:none;
		border-top:1px dotted #c5c5c5;
		border-bottom:1px dotted #c5c5c5;
	}
	
	.PressroomMenu li.L3{
		border-top:0px dotted #c5c5c5;
		border-bottom:0px dotted #c5c5c5;
	}
	
	.PressroomMenu ul.M3{
		list-style:none;
		border-top:1px dotted #c5c5c5;
		text-decoration:none;
		margin-left:5px;
		border-bottom:1px dotted #c5c5c5;
	}
*/

	.PressroomMenu ul.M4{
		list-style:none;
		color:#C5C5C5;
		text-decoration:none;
		margin-left:23px;
	}
	
	.PressroomMenu ul.M4 li{
	list-style:disc;
	margin:0px;
	text-indent:-15px;
	}
	

	.pressroomImageHolder{
		position:absolute;
		left:240px;
		top:33px;
		width:520px;
	}
	
	.pressroomImageHolder a{
		text-decoration:none;
		font-size:11px;
		color:#a0a0a0;
	}
	
	.pressroomImageHolderDownload a{
		text-decoration:none;
		font-size:12px;
		font-weight:bold;
		color:#b62c21;
	}
	
		.pressroomImageHolder img{
		padding-top:5px;
		padding-bottom:5px;
		border-top:1px dotted #c5c5c5;
		border-bottom:1px dotted #c5c5c5;
	}
	
	.pressroomImageHolderText{
		float:left;
		left:0px;
		top:370px;
		width:290px;
		height:123px;
		border-bottom:1px dotted #c5c5c5;
	}
	
	.pressroomImageHolderDownload{
		float:left;
		left:296px;
		top:370px;
		height:113px;
		padding-left:5px;
		border-left:1px dotted #c5c5c5;
	}

.openKollektion {
	float:right;
	margin-top:5px;
}

.ListMediaThumbs a, .ListMediaThumbs div{
	font-size:11px;
	font-family:arial;
	color:#787878;
}