* {border:0;padding:0;margin:0;}

a {
	text-decoration:none;
	color:#88bbc8;
}
a:hover {
	text-decoration:none;
	color:#e64135;
}

body {
	margin: 0;
	padding: 0;
	background: #000 url('../images/bg.png') repeat;
	font: 12px/20px  'Droid Sans', arial, serif;
	line-height:20px;
	color: #666;
}

h1,h2,h3,h4,h5,h6 {
	font-family:'Crimson Text',arial,serif;
	font-weight:normal;
	font-variant:normal;
	white-space:normal;
	color:#272727;
	margin-bottom:10px;
}

h1 {
	font-size: 24px;
    line-height: 29px;
    font-weight: normal;
    color: #000;
    margin-bottom: 3px;
}

h2 {
	font-size:20px;
	line-height:25px;
}

h3 {
	font-size: 16px;
	line-height: 21px;
}

.hr {
	clear: both;
	float: left;
	border-top: 1px solid #EFEFEF;
	margin: 30px auto;
	width: 100%;
}

#wrapper {
	width:960px;
	margin: 0 auto;
	background:#FFF;
	-moz-box-shadow:0 0 6px #7d7d7d;
	-webkit-box-shadow:0 0 6px #7d7d7d;
	box-shadow:0 0 6px #7d7d7d;
	border-top:5px solid #e64135;
	padding:0 30px;
	text-align: left;
	margin-top: 20px;
	margin-bottom: 20px;
}

#header {
	border-bottom: 1px solid #EFEFEF;
	height: 40px;
	padding: 30px 0;
}

#logo {
	float: left;
}

#quicklinks {
	float: right;
	margin-top: 20px;
	color: #a2a2a2;
}

#content {
	margin-top: 20px;
	padding-bottom: 20px;
}

.medium {
	float: left;
	width: 300px;
	text-align: justify;
}

.small {
	float: left;
	width: 217px;
	text-align: justify;
}

#slide-wrapper {
	border:1px solid #ebebeb;
	padding:4px;
	background: #fff;
	float: right;
	width: 620px;
}

#slider {
	position:relative;
	width: 620px;
}

#referencer {
	float: right;
}

#referencer .reference {
	cursor: pointer;
	width: 220px;
	height: 125px;
	border: 1px solid #EBEBEB;
	padding: 4px;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	background: url("../images/bg-fade.png") no-repeat scroll center center transparent;
}

#referencer .reference_beskrivelse {
	display: none;
	position: absolute;
	margin-top: -131px;
	background: #fff;
	width: 200px;
	height: 105px;
	padding: 10px;
}

#referencer .reference_beskrivelse h3 {
	display: none;
}

#bottom {
	background: none repeat scroll 0 0 #363636;
	border-top: 5px solid #EFEFEF;
	color: #666666;
	line-height: 20px;
	margin-left: -30px;
	margin-top: 10px;
	padding: 30px;
	width: 960px;
}

#bottom a {
	color: #7F7F7F;
}

#bottom a:hover {
	color: #E64135;
}

#bottom h3 {
	color: #fff;
}

#bottom .small {
	margin-right: 30px;
}

/* Nivo */
.nivoSlider {
	position:absolute;
	float:left;
}

.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:60;
	display:none;
}
/* The slices in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:50;
	height:100%;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:89;
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:99;
	cursor:pointer;
}
.nivo-prevNav {
	text-indent:-999999px;
}
.nivo-nextNav {
	text-indent:-999999px;
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav{
	display: none;
	float:right;
	margin:305px 0 0 0;
	padding-right:10px;
}
.nivo-controlNav a {
	display:block;
	position:relative;
	z-index:99;
	cursor:pointer;
	width:19px;
	height:19px;
	text-indent:-999999px;
	float:left;
}
.nivo-controlNav a.active {
	background-position:-19px;
}
