html {
	overflow: auto;
	overflow-y: scroll;	
}
html,
body {
	margin: 0;
	padding: 0;
	font-family: Calibri,Arial,Charcoal,sans-serif;
	font-size: 14px;
	line-height: 22px;
	color: rgb(27,28,32);
}
body {
	background: url("../images/backdrop.png");
}
div#head,
div#nav,
div#body,
div#foot {
	min-width: 1000px;
}
div#head {
	height: 130px;
	background-color: rgb(255,255,255);
}
div#head h2 {
	position: absolute;
	top: 30px;
	left: 10px;
}
div#nav {
	background: transparent url("../images/menu-fader.png") repeat-x 0 0;
	height: 42px;
	overflow: hidden;
	position: relative;
}
div#nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
div#nav ul li {
	float: left;
	height: 42px;
	vertical-align: center;
}
div#nav a {
	padding: 0 12px 0 10px;
	text-transform: uppercase;
	text-decoration: none;
	color: rgb(27,28,32);
	height: 100%;
	display: block;
	position: relative;
}
div#nav a u {
	text-decoration: none;	
}
div#nav a:hover u {
	text-decoration: underline;
}
div#nav a span {
	background: transparent none no-repeat 100% 3px;
	position: relative;
	z-index: 1;
	top: 11px;
	color: rgb(87,88,92);
}
div#nav a span em,
div.spot h2 em,
ul.nl li em {
	font-style: normal;
	font-weight: bold;
	margin-left: 5px;
	padding-right: 3px;
	text-decoration: none;
	position: relative;
	top: -1px;
	z-index: 1;
}
div#nav a span em,
div.spot h2 em {
	font-family: Verdana,Arial,sans-serif;
	font-size: 74%;
	letter-spacing: -3px;
	line-height: 70%;
}
ul ul {
	margin-bottom: 0;
}
div.spot h2,
ul.nl li {
	position: relative;
	padding-left: 20px;
}
div.spot h2.nav {
	padding-left: 2px;
}
div.spot h2 em,
ul.nl li em {
	cursor: default;
	position: absolute;
	top: 5px;
	left: 0;
	padding-right: 20px;
}
ul.nl li em {
	top: 0;
}
div.spot h2 em {
	width: 20px;
	top: 6px;
}
div#nav strong {
	position: absolute;
	top: 0;
	height: 100%;
	left: -14px; /* alignment of --> */
	right: 18px; /* selected menu background (all 3 elements) */
	background: transparent url("../images/menu_on.png") repeat-x 0 0;
}
div#nav strong i {
	width: 31px;
	height: 42px;
	display: block;
	background: transparent url("../images/menu_off-on.png") no-repeat 0 0;
	position: absolute;
	top: 0;
	left: 0;
}
div#nav strong i + i {
	width: 29px;
	display: block;
	background: transparent url("../images/menu_on-off.png") no-repeat 0 0;
	left: 100%;
}
div#nav a#selected {
	cursor: default;	
}
div#nav a#selected span {
	text-decoration: underline;
}
div#nav a#selected.injected span {
	text-decoration: none;
}
div#nav a#selected:hover u {
	text-decoration: none;	
}
div#body {
	background: rgb(255,255,255) url("../images/menu-fader.png") repeat-x 0 -42px;
	padding: 33px 0 66px 0;
}
div#foot {
	padding: 10px 0 60px 0;
	background: transparent url("../images/backdropfader.png") repeat-x 0 0;
}
div#businesscard {
	padding: 10px;
	background-color: rgb(255,255,255);
	color: rgb(127,128,132);
	float: left;
	box-shadow: 1px 1px 5px rgba(64,64,64,0.3);
	-webkit-box-shadow: 1px 1px 5px rgba(64,64,64,0.3);
	-moz-box-shadow: 1px 1px 5px rgba(64,64,64,0.3);
}
div#businesscard address,
div#businesscard p {
	float: left;
	width: 230px;
}
div#businesscard address {
	margin-right: 20px;
	font-style: normal;
}
p#cnc {
	float: right;
	width: 131px;
	height: 133px;
	position: relative;
	top: -30px;
	left: -30px;
	background-image: url("../images/cnc.png");
}
p#cnc small {
	display: none;
}
div.box {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
div.clear {
	clear: both;
}
hr {
	display: none;
} 
div#body > div > div {
	width: 250px;
	float: left;
}
div#body > div > div > div {
	padding: 0 10px 0 10px;
}

p,
ul,
ol,
table {
	margin: 0 0 22px 0;
}
ul,
ol {
	padding-left: 22px;
	list-style: square;
}
table {
	border-collapse: collapse;
}
td {
	padding: 20px;
}
p img {
	display: block;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
a img {
	border: none;
	text-decoration: none;
}
h1 {
	font-size: 28px;
	font-family: "Trebuchet MS",Calibri,Arial,Charcoal,sans-serif;
	margin: 0 0 22px 0;
	color: rgb(87,88,92);
	text-transform: uppercase;
	font-weight: normal;
	padding-top: 22px;
	position: relative;
	top: -6px;
	left: -1px;
}
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	margin: 22px 0 0 0;
	text-transform: uppercase;
	clear: both;
}
h3,
h4,
h5,
h6 {
	text-transform: none;
}
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
	margin-top: 0;	
}
a {
	color: rgb(0,156,160);
	text-decoration: underline;
}
a img {
	border: none;
}


/* CONTROVERSIAL */
div.spot {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
} 


div.spot {
	padding: 22px 12px 1px 12px; /* De dersens spot header-images skal have en højde der går op i 22! Alt bare på en eller anden måde. Alle billeder. Fryd! */
	background: lime url("../images/backdropfader.png") repeat-x 0 0;
	margin-bottom: 21px;
	color: rgba(27,28,32,0.9);
}

div.spot.img-carbonneutralcom {
	height: 232px;
	background: rgb(200,200,200) url("http://www.carbonneutral.com/interface/images/layout/logo_home.png") no-repeat 34px 100%;
}

div.spot.img {
	height: 308px;
	background: rgb(200,200,200) url("../images/tree.png") no-repeat 0 100%;
}

div.spot.news {
	background-color: rgb(214,125,168);
}
div.spot.blog {
	background-color: rgb(230,210,190);
}
div.spot.services {
	background-color: rgb(150,212,170);
}
div.spot.accelerators {
	background-color: rgb(124,185,214);
}
div.spot.cases {
	background-color: rgb(159,168,131);
}
div.spot.about {
	background-color: rgb(220,220,220);
}
div.spot.contact {
	background-color: rgb(189,229,230);
}
ul.nl {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}
ul.nl li a {
	color: rgb(27,28,32);
	display: block;
	text-decoration: none;
}
*:first-child+html ul.nl li a {
	display: inline;
	position: relative;
	top: 3px;
}
ul.nl li a:hover {
	text-decoration: underline;
}
div.spot p img {
	width: 206px;
	position: relative;
	top: 11px;
}
div.spot.news h2,
div.spot.news ul.nl li em,
li#navnews em {
	color: rgb(134,45,88);
}
div.spot.blog h2,
div.spot.blog ul.nl li em,
li#navblog em {
	color: rgb(110,90,70);
}
div.spot.services h2,
div.spot.services ul.nl li em,
li#navservices em {
	color: rgb(50,112,70);
}
div.spot.accelerators h2,
div.spot.accelerators ul.nl li em,
li#navaccelerators i {
	color: rgb(4,65,94);
}
div.spot.cases h2,
div.spot.cases ul.nl li em,
li#navcases em {
	color: rgb(79,88,51);
}
div.spot.about h2,
div.spot.about ul.nl li em,
li#navabout em {
	color: rgb(129,114,42);
}
div.spot.contact h2,
div.spot.contact ul.nl li em,
li#navcontact em {
	color: rgb(0,126,130);
}
