body {
	background-color: #6bb1e5;
}

header {
	width: 100%;
	height: 144px;
	background: url('/monsterCMSLite/UserData/hasnaes-vand/images/top.jpg') no-repeat top center;
}

.actualheader {
	width: 980px;
	height: 90px;
	margin: auto;
	background-color: white;
}

.actualheader .logoholder {
	padding-left: 35px;
}

.actualheader .newsletter {
	float: right;
}

.actualheader .newsletter a {
	font-family: 'Open Sans';
	display: inline-block;
	background-color: #8ad1fc;
	padding: 5px 20px 8px 20px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	color: white;
	text-decoration: none;
	margin-right: 35px;
	transition: 0.2s ease all;
	font-weight: bold;
	font-size: 14px;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.8);
}

.actualheader .newsletter a:hover {
	box-shadow: 0px 0px 5px rgba(0,0,0,0.3);
}

.menustreamer {
	width: 100%;
	height: 54px;
	background-color: #8ad1fc;
}

.menuholder {
	width: 980px;
	margin: auto;
}

.menuholder .menu {
	width: 100%;
	display: table;
	box-sizing: border-box;
	border-left: 2px solid #79caf5;
	font-size: 14px;
	text-transform: uppercase;
	font-family: 'Open Sans';
	font-weight: 300;
}

.menuholder .menu .cmsMenuItem {
	width: 14.28%;
	display: table-cell;
	border-right: 2px solid #79caf5;
}

.menuholder .menu .cmsMenuItem a {
	display: block;
	width: 100%;
	height: 54px;
	line-height: 54px;
	text-align: center;
	color: white;
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.8);
}

.menuholder .menu .cmsMenuSubItem a {
	display: block;
	width: 100%;
	height: 54px;
	line-height: 54px;
	text-align: center;
}

.cmsSubmenu {
	display: none;
	position: absolute;
	z-index: 999;
	text-align: left;
	background-color: #8ad1fc;
	
}

.cmsSubmenu .cmsMenuSubItem {
	padding: 0px;
	transition: 0.12s ease;
}

.menu .cmsMenuItem:hover, .menu .cmsMenuSubItem:hover  {
	background-color: #6fc9ff;
}

.cmsSubmenu .cmsMenuSubItem {
	border-top: 2px solid #79caf5;
}

.cmsSubmenu .cmsMenuSubItem:last-child {
	border-bottom: 2px solid #79caf5;
}

.website {
	background-color: white;
}

.Module_PhotoGallery139 {
	margin-bottom: 20px;
	width: 960px;
	margin: auto;
}

.contentholder {
	box-sizing: border-box;
	width: 980px;
	margin: auto;
}

footer {
	width: 100%;
	height: 40px;
	background-color: #daeefc;
}

.actualfooter {
	width: 980px;
	margin: auto;
	line-height: 40px;
	color: black;
	text-align: center;
}

.actualfooter a {
	color: black;
	text-decoration: none;
}

.subfooter {
	width: 100%;
	height: 330px;
	border-top: 15px solid white;
	text-align: center;
	background: url('/monsterCMSLite/UserData/hasnaes-vand/images/bottom.jpg') no-repeat bottom center;
}

.subfooter .developer {
	margin-top: 15px;
}

.subfooter .developer a {
	text-decoration: none;
	color: black;
	font-size: 11px;
}

.subfooter .developer a:hover {
	text-decoration: underline;
}

/* START MODULE EmailForms */

	.Module_EmailForm
	{	
		padding-top:30px;
	}
	input, select
	{
		border: 1px solid #a2a2a2;
		width: 250px;
		height: 32px;
		padding: 0px 10px;
		line-height: 30px;
		transition:0.15s ease;
		font-family: Verdana, sans-serif;	
		font-size: 14px;
		background-color: #f7f7f7;
	}
	textarea 
	{
		border: 1px solid #a2a2a2;
		height: 200px;
		padding: 10px;
		transition:0.15s ease;
		resize:none;
		font-family: Verdana, sans-serif;
		font-size: 14px;
		background-color: #f7f7f7;
	}
	.trRow .tdTitle 
	{
		padding-top:6px;
		padding-right:20px;
	}
	.trRow .tdTitle .required 
	{
		font-weight:bold;
		color:#499fd4;
	}
	.trRow .tdField 
	{
		padding:5px;
	} 
	.trRow .tdSubmit 
	{
		padding:5px;
	}
	
	select, input, textarea {
		transition: 0.2s ease;
	}
	select:focus, input:focus, textarea:focus {
		outline: none;
		border: 1px solid rgba(0,0,0,0.4);
		box-shadow: 0px 0px 3px rgba(0,0,0,0.4);
		background-color: white;
	}
	input[type=submit] {
		background-color: #499fd4;
		color: white;
		height: 32px;
		line-height: 30px;
		border: none;
		padding: 0px 20px;
		min-width: 125px;
		cursor: pointer;
		transition:0.15s ease;
		border: 1px solid #499fd4;
		text-decoration: none;
		display: inline-block;
		text-align: center;
	}
	input[type=submit]:hover {
		border: 1px solid rgba(0,0,0,0.1);
		box-shadow: 0px 0px 6px rgba(0,0,0,0.4);
	}
	/*input[type=submit]:focus {
		outline: none;
		border: 1px solid lightgray;
		box-shadow: none;
	}*/
	
/* END MODULE EmailForms */




