* {
	margin: 0;
	padding: 0;
	border: 0;
	text-decoration: 0;
	outline: none;
}

body {
	overflow: hidden;
	font: 11px/1.5em "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #333;
}

body#nyt {
	overflow: visible !important;
}

ul {
	list-style-type: none;
}

#content-text a {
	color: #333;
	text-indent: 0 !important;
	display: inline !important;
}

input#mce-FNAME, input#mce-EMAIL {
	border: 1px solid #999;
	padding: 2px 1px;
	margin-bottom: 1em;
	color: #666;
}

input#mce-FNAME:focus, input#mce-EMAIL:focus {
	color: #333;
	border-color: #333;
	background: #f5f5f5;
}

input.btn {
	color: #333;
	border: thin outset #999;
	padding: 1px;
	margin-bottom: 1em;
}

label {
	display: none;
	margin: 0.3em 0;
	font-weight: bold;
	color: #666;
}

.vcard {
	margin-top: 1em;
}

.response {
	margin-bottom: 1em;
}

#imageview {
	position: fixed;
	background-color: #111;
}

#imageview img {
	height: 100%;
	width: 100%;
	position: absolute;
	z-index: 1;
	/*display: none;*/
}

#content {
	position: absolute;
	z-index: 3;
	background: #fff;
	left: 3em;
	top: 3em;
	width: 180px;
	padding: 30px 20px;
	-moz-box-shadow: 1px 2px 6px #111;
	-webkit-box-shadow: 1px 2px 6px #111;
	box-shadow: 1px 2px 6px #111;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#333333')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#333333');

}

/*#container {
	position: absolute;
	left: 280px;
	top: 3em;
	z-index: 3;
	background: white;
	padding: 30px 20px
}*/

#content ul a {
	display: block;
	height: 12px;
	text-indent: -9999px;
	margin-bottom: 12px;
}

#content ul a:hover {
	opacity: 0.8;
	-moz-opacity: 0.8;
	-webkit-opacity: 0.8;
}

#content-text {
	margin: -6px 0 24px 0;
}

#nyt #content-text {
	margin-bottom: 12px;
}

.om-logik {
	background: url('util/m-logik.png') 0 0 no-repeat;
}

.privat {
	background: url('util/m-privat.png') 0 0 no-repeat;
}

.erhverv {
	background: url('util/m-erhverv.png') 0 0 no-repeat;
}

.boligforeninger {
	background: url('util/m-boligforeninger.png') 0 0 no-repeat;
}

.offentlige {
	background: url('util/m-offentlige.png') 0 0 no-repeat;
}

.baeredygtighed {
	background: url('util/m-baeredygtighed.png') 0 0 no-repeat;
}

.ansvarlighed {
	background: url('util/m-ansvarlighed.png') 0 0 no-repeat;
}

.nyt {
	background: url('util/m-nyt.png') 0 0 no-repeat;
}

.kontakt {
	background: url('util/m-kontakt.png') 0 0 no-repeat;
}

#thumbnails {
	overflow: hidden;
	position: absolute;
	z-index: 2;
	background: transparent;
	bottom: 4em;
	right: 5em;
}

#thumbnails li {
	float: left;
	margin-left: 6px;
}

#thumbnails li img {
	-moz-box-shadow: 1px 2px 6px #111;
	-webkit-box-shadow: 1px 2px 6px #111;
	box-shadow: 1px 2px 6px #111;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#333333')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#333333');
}

#caption {
	position: absolute;
	bottom: 11em;
	right: 5em;
	background: #111;
	color: #fff;
	font-weight: 900;
	z-index: 9;
	padding: 3px 8px;
	opacity: 0.9;
	-moz-opacity: 0.9;
	-webkit-opacity: 0.9;
	filter: alpha(opacity=90);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	-moz-border-radius: 2px;
	border-radius: 2px;
}


