﻿/*Black: #000000 Lightgrey: #898989 Grey: #5c606c */
* {
				margin: 0;
				padding: 0;
}
/* Body */
				body {
	background: #dbdee7;
				font-family: Verdana, Arial, Helvetica, sans-serif;
				font-size: 12px; 					/* % or px - standard is 120px and 20px */
				line-height: 130%;
				padding: 10px;
	color: #000000;
				}
				hr {
				margin:5px 0px 5px 0px;
				width: 700px;
				color:#5c606c;
				background-color:#000000;
				height: 1px;
				margin-left:200px;
								}
				
/* Links */
				a {
				text-decoration: none;
	color: #5c606c;
				}
				a:hover {
				text-decoration: underline;			/* none or underline */
	color: #5c606c;
				}
/* Page */
				#wrap {
				padding: 10 0 0 0; 					/*inside the box - top right bottom left */
				margin: 10px auto; 					/*outside the box - top right bottom left - auto % or px */
				width: 1000px;
	border: 1px solid #5c606c;						/*border: px solid color; or none; */
	box-shadow: 0px 0px 16px grey;
	background: #fff;
				}
				.liststyle ul {
				list-style-type: none;
				list-style-image: none;
				padding: 0px;
				margin: 0px;
				}
				.liststyle li{
				list-style-type: none;
				background-image: url(bullet.png);
				background-repeat: no-repeat;
				background-position: 30px 6px; 
				padding-left: 50px;
				line-height: 18px;
				}
/* Top headline space */
				#header {
				height: 299px;
				background: #fff url(Martine_main.jpg) no-repeat 0px 0px;
				}
/* Header H1 */
				#header h1 { 
				font-size: 36px;
				letter-spacing: 2px;
				padding: 50px 0 5px 125px;			/*top right bottom left */
				font-weight: bold;
	color: #5c606c;
				}
/* Header H2 */
				#header h2 {
				font-size: 20px;
				padding: 15px 0 0 125px;				/*top right bottom left */
				letter-spacing: 1px;
				font-weight: bold;
	color: #5c606c;
				}
/* Header H3 */
				#header h3 {
				font-size: 16px;
				padding: 10px 0 0 125px;				/*top right bottom left */
				letter-spacing: 1px;
				font-weight: bold;
	color: #5c606c;
				}

/* Menu */
				#menu {
				height: 30px;
	background-color: #5c606c;
				
				}
				.menu{
				margin:0 auto;
				padding:0;
				height:30px;
				width:100%;
				display:block;
	/*background:url(topmenu.png) repeat-x;*/
				}
				.menu li{
				padding:0;
				margin:0;
				list-style:none;
				display:inline;
				}
				.menu li a{
				float:left;
				padding-left:15px;
				margin-left:10px;
				display:block;
	color: #fff;
				text-decoration:none;
				font:12px Verdana, Arial, Helvetica, sans-serif;
				font-weight: bold;
				cursor:pointer;
	/*background:url(topmenu.png) 0px -30px no-repeat;*/
				}
				.menu li a span{
				line-height:30px;
				float:left;
				display:block;
				padding-right:80px; 
				
	/*background:url(topmenu.png) 100% -30px no-repeat;*/
				}
				.menu li a:hover{
				background-position:0px -60px;
		font-weight: bold;
		color:#dbdee7;
				}
				.menu li a:hover span{
				background-position:100% -60px;
				}
				.menu li a.active, .menu li a.active:hover{
				line-height:30px;
				font:12px Verdana, Arial, Helvetica, sans-serif;
	/*background:url(topmenu.png) 0px -90px no-repeat;*/
	color: #000000;
				}
				.menu li a.active span, .menu li a.active:hover span{
	/*background:url(topmenu.png) 100% -90px no-repeat;*/
				}
/*Image alignment*/
				.centerimg {
				margin: auto;
				padding: 0;
				border: 0;
				}
				.rightimg {
				float: right;
				border: 0;
				}
				.leftimg {
				float: left;
				border: 0;
				}
/* Content */
				#content {
				min-height: 600px;
				padding: 0 20px 20px 20px;			/*top right bottom left */
				}
				#content h1 { 
				padding: 25px 0 0 -120px;			/*top right bottom left - ophæver venstre padding i content text */
				line-height:39px;
				color: #5c606c;
				}
				#content h2 { 
				padding: 15px 0 10 -120px;			/*top right bottom left - ophæver venstre padding i content text */
				line-height:23px;
				color: #5c606c;
				}
				#content h3 { 
				padding: 10px 0 8 -110px;			/*top right bottom left - ophæver venstre padding i content text */
				line-height:18px;
				color: #5c606c;
				}		
/* Full page container */
				#fullpage {
				float: left;
				margin-left: 30px;
				width: 900px;
				text-align: left;
				padding-top: 40px;					/*top right bottom left */
	background: #fff;
				}
/* Left container : 2 column page */
				#left {
				float: left;
				margin-left: 130px;
				width: 350px;
				text-align: left;
				padding-top: 10px;					/*top right bottom left */
	/*background: #fff;*/
				}
/* Right container : 2 column page */
				#right {
				float: right;
				width: 220px;
				padding-top: 10px;					/*top right bottom left */
/*	background: #fff;*/
				}
/* Footer */
				#footer {
				height: 15px;
				line-height: 15px;
	background: #5c606c;
				text-align: right;
				font-size: 11px;
				padding: 0 20px 0 0;
	color: #ffffff;
				}
				#footer a {
	color: #ffffff;
				text-decoration: none;
				padding: 0 20px 0 0;				/*outside the box - top right bottom left - auto % or px */
				}
				#footer a:hover {
				text-decoration: underline;
	color: #000000;
				}
#forcescroll {
				position: absolute;
				top: 0px;
				bottom: -1px;
				visibility: hidden
				} /* Force vertical scrollbar in Chrome browsers */