@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		4;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

body {
	font-size: 100%;
}
.footer {
	clear: both;
	position: absolute;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
	width: 100%;
	padding: 20px;
	color: #FFFFFF;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-align: center;
	background-color:#333;
	border-top:1px solid #666;
}

.bg-sort {
	background-color: #000;
}

h1 {
	margin: 0px;
	font-size:2.0em;
	font-weight:bold; 
}
h2 {
	margin: 0px;
	font-size:2.0em;
	font-weight:bold; 
}
a { color: #FFF; }

A:link.hvid
{ color: #FFF; text-decoration: none;}

A:active.hvid
{ color: #FFF;text-decoration: none;}

A:visited.hvid
{ color: #FFF; text-decoration: none;}

A.hvid:hover
{ color: #CCC; text-decoration: underline;}

A:link.sort
{ color: #000;}

A:active.sort
{ color: #000;}

A:visited.sort
{ color: #000;}

A.sort:hover
{ color: #FFF;}

.top {
	display: none;
}

.top-mobil {
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	width: 100%;
	display: block;
	position: relative;
}

.claes {
	color: #FFFFFF;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	width: 150px;
	text-align: center;
	position: absolute;
	right: 10px;
	top: 10px;
	border-radius:10px 10px 10px 10px;
	border:1px solid #CCC;
	background-color: #000;
	padding: 5px;
	opacity: 0.7;
}

.spejlkugle {
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	width: 100%;
}

.box {
	width:86%; 
	border-radius:10px 10px 10px 10px;
	background-color: #888;
	border:1px solid #CCC;
	padding:3%;
	color: #000;
	font-size: 0.8em;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-top: 20px;
	margin-left: 4%;
	margin-right: 4%;
}

.fluid {
	clear: both;
	margin-left: 0;
	width: 100%;
	float: left;
	display: block;
}

.fluidList {
    list-style:none;
    list-style-image:none;
    margin:0;
    padding:0;        
}

/* Mobile Layout: 480px and below. */
  
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	clear: none;
	float: none;
}

.zeroMargin_mobile {
    margin-left: 0;
}
.hide_mobile {
    display: none;
}
.skiller {
	clear: both;
	height: 10px;
}
.hp {
	float: right;
}
.footer {
	clear: both;
	margin-top: 10px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	width: 100%;
	padding: 10px;
	color: #FFFFFF;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-align: center;
	background-color:#333;
	border-top:1px solid #666;
}
/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {

.top {
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	width: 100%;
	display: block;
	position: relative;
}

.top-mobil {
	display: none;
}

.claes {
	color: #FFFFFF;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	width: 50%;
	text-align: center;
	position: absolute;
	right: 15px;
	top: 15px;
	font-size:1.6em;
	font-weight:bold; 
	border-radius:10px 10px 10px 10px;
	border:1px solid #CCC;
	background-color: #000;
	padding: 1%;
	opacity: 0.7;
}
.spejlkugle {
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	width: 100%;
}

.box {
	width:200px; 
	height:300px;
	border-radius:10px 10px 10px 10px;
	background-color: #888;
	border:1px solid #CCC;
	padding:8px;
	float: left;
	color: #000;
	font-size: 0.8em;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-top: 20px;
	margin-right: 20px;
}
.gridContainer {
	width: 100%;
	clear: none;
	float: none;
	margin-left: auto;
}
.zeroMargin_tablet {
    margin-left: 0;
}
.hide_tablet {
    display: none;
}
.skiller {
	clear: both;
    height: 10px;
}
.footer {
	clear: both;
	position: absolute;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
	width: 100%;
	padding: 20px;
	color: #FFFFFF;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-align: center;
	background-color:#333;
	border-top:1px solid #666;
}
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {

.gridContainer {
	width: 100%;
	max-width: 1232px;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
}
.claes {
	width: 40%;
	position: absolute;
	right: 20px;
	top: 50px;
	border-radius:15px 15px 15px 15px;
	border:1px solid #CCC;
	background-color: #000;
	padding: 2%;
	opacity: 0.8;
	text-align: center;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:2.1em;
	font-weight:bold;
}
.claes-txt {
	color: #FFF;
}
.box {
	width:25%; 
	height:350px;
	border-radius:15px 15px 15px 15px;
	background-color: #888;
	border:1px solid #CCC;
	padding:2%;
	float: left;
	color: #000;
	font-size: 0.9em;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-top: 20px;
	margin-left: 2%;
	margin-right: 2%;
}
.zeroMargin_desktop {
    margin-left: 0;
}
.hide_desktop {
    display: none;
}
.skiller {
    height: 40px;
	clear: both;
}
}
