/* CSS Document */

html, body { height: 99%; }
body 
{ 
	background-color: #333;
	color: #ddd;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	position: relative;
	min-height: 600px;
	min-width: 1000px; 
}
h1 {
	color: #ddd;
	font-size: 24px;
	font-family: Helvetica, Arial, sans-serif;
}
h2 {
	color: #ddd;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	text-transform:uppercase;
}
a {
	text-decoration:none;
	color: #fff;
}
a:hover {
	text-decoration:underline;
}

#container {
	width: 1000px;
	position:absolute;
	top: 50%;
	margin-top: -300px;
	left: 50%;
	margin-left: -500px;
}

#container #left { width: 300px; position:absolute; top:0; left: 0; background-color: #000; }
#container #right { width: 680px; position:absolute; top:0; right: 0; }

#header {
	height: 120px;
	position: relative;
}
#header h1 {
	font-size: 42px;
	font-weight:400;
	position: absolute;
	left:25px;
	bottom:0;
	height: 70px;
	vertical-align:baseline;
}
#header h2 {
	font-size: 20px;
	font-weight:200;
	position: absolute;
	right:25px;
	bottom:0;
	height: 70px;
	vertical-align:baseline;
}

#header h2 a {
	color: #ddd;
	text-decoration:none;
}

div.imagebox {
	float:left;
	margin: 20px;
}

div.imagebox img {
	border: 5px solid #333;
}
div.imagebox img:hover {
	border: 5px solid #333;
}
div.fancybox-title-inside h3 {
	padding:0;
	margin:0;
	margin-bottom: 2px;
}
div.fancybox-title-inside p {
	padding:0;
	margin:0;
	margin-bottom: 5px;
}
div.fancybox-title-inside p.grupp {
	color: #ccc;
}