@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:500,600,700&subset=latin,latin-ext);

body {
	font-family: Arial, Helvetica, sans-serif;
}

#wrapper {
	width: 1000px;
	margin: 0 auto;
}

/* Header */
header {
	height: 135px;
	width: 1000px;
}

#contact {
	float: right;
	text-align: right;
	margin-top: 60px;
	font-size: 10pt;
}

#contact > span > img {
	position: relative;
	top: 8px;
	margin-right: 5px;
}

#contact .sep {
	position: relative;
	top: 5px;
	margin: 0 8px 0 8px;
}

/* Menu */
nav {
	width: 100%;
	height: 50px;
	background-color: #606060;
}

ul.horizontal, li.hassub > ul {
	padding: 0;
}

ul.horizontal li {
	display: inline-block;
}

/* Menu buttons */
nav ul li a {
	width: 200px;
	min-height: 20px;
	padding-top: 15px;
	padding-bottom: 15px;
	color: #FFFFFF;
	text-decoration: none;
	font-family: sans-serif;
	display: inline-block;
	text-align: center;
}

.hassub > a {
	cursor: default;
}

/* Menu dropdown */
nav > ul > li > ul {
	display: none;
	width: 200px;
	max-width: 230px;
	position: absolute;
	top: 209px;
	font-size: 11pt;
}

nav > ul > li > ul > li {
	display: block;
}

nav ul li ul li a {
	padding-top: 5px;
	padding-bottom: 5px;
	min-width: 200px;
	max-width: 230px;
	background-color: #707070;
}

nav ul li ul li a:hover {
	background-color: #606060;
}

/* Content */
article {
	padding: 0 30px 0 30px;
	margin-bottom: 2em;
}

#forsidebillede {
	margin-bottom: -10px;
}

/* Text */
h1, h2, h3, h4, h5 {
	font-family: "Source Sans Pro", sans-serif;
}

h1 {
	border-bottom: 1px #606060 solid;
	margin-bottom: 0;
}

h2 {
	font-size: 16pt;
	font-weight: 600;
	margin-top: 12pt;
	margin-bottom: 2px;
}

/* Testimonials */
blockquote {
	font-style: italic;
	margin-left: 0;
	margin-right: 0;
}

cite {
	color: #FF6600;
	font-style: normal;
	width: 100%;
	display: block;
}

cite::before {
	content: "— ";
}

blockquote:nth-of-type(2n+1) {
	padding-right: 200px;
}

blockquote:nth-of-type(2n) {
	text-align: right;
	padding-left: 200px;
}

p:nth-of-type(2n) > cite {
	text-align: right;
}

/* Tables */
table {
	border-spacing: 0;
}

th {
	text-align: left;
	font-family: "Source Sans Pro", sans-serif;
	font-weight: 500;
	
	border-bottom: 1px #CCCCCC solid;
}

th, td {
	padding: 5px 30px 5px 5px;
}

tr:nth-child(2n) td{
	background-color: #F6F6F6;
}

/* Footer */
footer {
	background-color: #606060;
	color: #FFFFFF;
}

footer > ul > li {
	font-size: 10.5pt;
	width: 250px;
	text-align: center;
	padding: 10px 0 10px 0;
}

footer ul li a {
	color: #FFFFFF;
}