﻿html {
	margin: 0;
}

body {
	margin: 0;
	overflow-x: hidden;
	position: absolute;
	top: 134px;
	left: 0;
	right: 0;
	bottom: 0;
	color: #FFF;
	font-family: "Arial Narrow", Arial, sans-serif;
	background-color: #111;
}

#navbar {
	z-index: 1;
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	height: 134px;
	background-image: url('pics/navbar.gif');
	background-size: contain;
}
#logo {
	position: fixed;
	top: 0px;
	right: 0px;
	height: 134px;
	width: 212px;
	background-image: url('pics/CrazyDwarf.gif');
	background-size: contain;
	background-position: right;
	background-repeat: no-repeat;
}
a:link {
	color: #FFF;
}
a:visited {
	color: #FFF;
}
a:hover {
	color: #0C0;
}
#menu {
	z-index: 1;
	position: fixed;
	top: 25px;
	left: 0px;
	line-height: 30px;
	background-color: #F00;
}
#menu a {
	display: block;
	height: 30px;
	width: 80px;
	text-decoration: none;
}
@media (max-width:959px) {
	#show-menu {
		position: fixed;
		top: 0px;
		left: 0px;
		height: 77px;
		width: 77px;
		background-image: url('pics/show-menu.gif');
		cursor: pointer;
	}
	#menu {
		top: 0px;
		right: 0px;
		bottom: 0px;
		background-color: rgba(0,0,0,0.75);
		padding-top: 16px;
		display: none;
	}
	#menu a {
		margin-top: 25px;
		margin-left: 20px;
		padding-left: 10px;
		background-color: #F00;
		transform: scale(1.5);
	}
	#menu a:first-child {
		margin-top: 7px;
	}
}
@media (min-width:960px) {
	#show-menu {
		display: none;
	}
	#menu a {
		float: left;
		margin-left: 10px;
		text-align: center;
	}
	#menu a:hover {
		transform: scale(1.5);
	}
}

#content {
	position: absolute;
	top: 0px;
	left: 50%;
	padding: 16px 55px 55px 5px;
	box-sizing: border-box;
	min-height: 100%;
}
#content div {
	margin-top: 24px;
	margin-left: 50px;
	width: 400px;
}
@media (max-width:959px) {
	#content {
		margin-left: -255px;
		width: 510px;
	}
}
@media (max-width:510px) {
	#content {
  	left: 0px;
		margin-left: 0px;
		width: auto;
		max-width: 510px;
	}
	#content div {
		width: auto;
		max-width: 400px;
	}
}
@media (min-width:960px) {
	#content {
		margin-left: -480px;
		width: 960px;
	}
	#content div {
		float: left;
	}
	#content div:nth-child(odd) {
		clear: left;
	}
}

h1 {
	color: #0C0;
	font-size: 50px;
	margin-top: 0px;
	margin-bottom: 12px;
}

h2 {
	color: #0C0;
	font-size: 24px;
	margin-top: 0px;
	margin-bottom: 4px;
}

p {
	font-family: Arial, sans-serif;
	font-size: 13px;
	margin-top: 0px;
	margin-bottom: 0px;
}
p.historie {
	margin-top: 8px;
}

img {
	width: 100%;
}

#content:empty {
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	width: 100%;
	margin: 0px;
	padding: 0px;
	background-color: transparent;
	background-image: url('pics/CrazyDwarf.jpg');
	background-size: contain;
	background-position: top center;
	background-repeat: no-repeat;
}
