BODY, HTML, INPUT, TEXTAREA, SELECT {
	font: 12px "Trebuchet MS", Arial, Tahoma, sans-serif;
}

BODY, HTML {
	margin:0 0 0 0;
	padding:0 0 0 0;
	background-image: url(../images/tile.jpg);
	background-repeat: repeat-y;
	background-color: #151515;
	line-height:normal;
	color: #dadada;
	background-position: center;
}
IMG {
	border:0;
	margin:0;
	padding:0;
	outline:none;
	-ms-interpolation-mode: bicubic;
}
H1, H2, H3, H4, H5 {
	margin:2em 0 .2em 0;
	padding:0;
	font-weight:bold;
	font-size:130%;
	color:white;
/*	line-height:1.2em;*/
}
H1 {
	margin:0 0 .5em 0;
	color:#FFFFFF;
	font-size:180%;
}

H2 {
	font-size:130%;
	font-weight:normal;
}
H3, H4, H5 {
	font-size:100%;
}
P {
	margin:.2em 0 .8em 0;
	padding:0;
}
UL {
	margin:0;
	padding:0 0 0 1.5em;
}


#CasesHolder H2 {
	font-size:110%;
}
#CoworkersHolder .Coworker H3 {
	margin:0;
}
#CoworkersHolder .Coworker H2 {
	margin-bottom:.2em;
}

STRONG, B {
	color:white;
}
SMALL {
	color:#a5a5a5;
}
UL {
	margin:0;
	padding:0 0 0 1.5em;
}
IMG {
	vertical-align:bottom;
}
A {
	color:#3aaef0;
	outline:none;
	text-decoration:none;
}
TABLE {
	with:100%;
	padding:0;
	margin:0;
	border:0;
	border-bottom:1px solid #333;
}
TABLE TR {
	width:100%;
}
TABLE TD {
	padding:1em 1em 1em 0;
	border-top:1px solid #333;
}
A:visited {
	color:#3aaef0;
	outline:none;
	text-decoration:none;
}
A:hover, A:active {
	text-decoration:none;
	color:#76cdff;
}
.clickable {
	cursor:pointer;
}

#container {
	background: url(../images/bg.jpg) no-repeat center top;
}
/*#bgplacer{
	background: url(../images/footer.gif) no-repeat center bottom;
	min-height:100%;
}*/
#containerInner {
	xfloat:left;
	width:975px;
	margin:0 auto;
}
#pageHeader {
	float:left;
	width:950px;
}
#pageHeaderInner {
	float:left;
	display:inline;/* IE 5 dobble margin bug fix */
	margin:20px 0 0 0;
	padding:0 0 20px 0;
}
#logo {
	float:left;
	margin:0;
}

#pageBody {
	clear:both;
	width:975px;
}
#Banner {
	float:left;
	width:760px;
	margin-bottom:16px;
	clear:both;
}
#CasesEntry #Banner {
	margin-bottom:0;
}
#slideshow {
	height:330px;
	width:760px;
	overflow:hidden;
}
#HomePage #slideshow {
	margin-bottom:16px;
}
#HomePage #SlideShowOverlay {
	position:absolute;
	width:760px;
	height:137px;
	bottom:0;
	z-index:999;
}
#HomePage #SlideShowOverlay img {
	width:760px;
	height:137px;
}

/**CASES*/
#caseImg {
	float:left;
	width:760px;
}
#caseData{
	float:left;
	width:745px;
	color: #787878;
	background: url(../images/bgbox.gif);
	margin:0 0 15px 0;
	padding: 5px 0 5px 15px;
}
#caseDataInner{
	float:left;
	width:370px;
}
#caseContentArea {
	width:760px;
	float:left;
	padding:0;
	margin:0;
}
/*#caseListContentArea {
	width:744px;
	float:left;
	padding:0 0 0 15px;
	margin:0;
	border-left:1px solid #333333;
}*/
.CaseListItem {
	float:left;
	padding:0 37px 20px 0;
	width:335px;
}
.CaseListItem IMG {
	float:left;
}
.CaseListText {
	padding:5px 15px 5px 10px;
	float:left;
	width:310px;
	background: url(../images/bgbox.gif);	
}

.frontCaseText {
	width:225px;
	background: url(../images/bgbox.gif);
	margin:0;
	padding:3px 0 3px 5px;
}
#leftColumn {
	float:left;
	width:215px;
	height:350px;
	background: url(../images/skjold.gif) no-repeat left bottom;
}
#leftColumnInner {
	padding:0 20px 0 0;
	margin:0 2px 0 0;
}
#leftColumn UL {
	list-style-type: none;
	padding:0;
	margin:0;
	position: relative;
}
#leftColumn UL span {
  /* display: none; */
  position: absolute;
}

#leftColumn UL LI {
	margin:0 0 5px 0;
}
#leftColumn A {
  display: block;
  width:160px;
  height:20px;
}
#leftColumn A.forside {
  background:url(/images/menu/forside.gif);
}
#leftColumn A.webcms {
  background:url(/images/menu/webcms.gif);
}
#leftColumn A.spilflash {
  background:url(/images/menu/spilflash.gif);
}
#leftColumn A.ehandel {
  background:url(/images/menu/ehandel.gif);
}
#leftColumn A.projekter {
  background:url(/images/menu/projekter.gif);
}
#leftColumn A.nyheder {
  background:url(/images/menu/nyheder.gif);
}
#leftColumn A.omos {
  background:url(/images/menu/omos.gif);
}
#leftColumn A:hover {
	background-position: 0 -20px;
}
#leftColumn A.selected {
	background-position: 0 -20px;
}

#contentArea {
	width:505px;
	float:left;
	/*border-left:1px solid #333333;*/
	/*border-right:1px solid #333333;*/
}
#contentAreaInner {
	float:left;
	padding:0 15px 15px 0;
}
#HomePage #contentArea, #Section #contentArea, #CasesHolder #contentArea {
	width:760px;
	float:left;
	padding:0;
	margin:0;
	border-left:0px;
	border-right:0px;
}
#HomePage #contentAreaInner {
	float:left;
	padding:0 0 15px 0;
}
#HomePage #LeftColumn, #HomePage #MidColumn, #HomePage #RightColumn {
	float:left;
	width:235px;
	margin-right:14px;
	padding-right:10px;
	border-right: 1px solid #333333;
	/*min-height:425px;*/
	
}
#HomePage #RightColumn {
	padding:0;
	margin:0;
	border:0;
}
#HomePage .Intro {
	/*width:140px;*/
	margin:18px 0 0 85px;
	height:70px;
}
#HomePage #RightColumn {
	margin:0;
	padding:0;
}
#HomePage .Intro H1 IMG {
	float:left;
	margin:-18px 0 0 -85px;
}
#HomePage .Case {
	margin-bottom:15px;
}
/*#HomePage .Case IMG {
	float:left;
}*/
#Content .LeftColumn,#Content .RightColumn {
	float:left;
	width:275px;
	display:inline;
}
#Content .LeftColumn {
	margin:0 30px 0 90px;
}
#Content .RightColumn {
	margin:0 0 0 90px;
}
#Content .LeftColumn H2 IMG, #Content .RightColumn H2 IMG {
	float:left;
	margin:4px 0 0 -90px;
/*	margin:-80px 0 0 -80px;*/

}
#contentAreaInner PRE {
	width:460px;
	overflow-x: scroll;
	background-color: #333;
}
#contentAreaInner TD PRE {
	width:360px;
	overflow-x: scroll;
	background-color: #333;
}
#rightColumn {
	float:right;
	width:235px;
	padding:0;
	padding:0 0 0 15px;
	border-left:1px solid #333333;
}
#rightColumnInner {
	padding:0;
}
#PageAbstract {
	font-size:130%;
	width:455px;
	color:white;
}
/*#footer {
	clear:both;
	height:200px;
}*/
/*#footer {
	width:980px;
	height:200px;
	background:red;
}*/

#footerInner {
	padding-top:200px;
}
#footer A {
	text-decoration:none;
}
#footer A:hover {
	text-decoration:underline;
}
.clickable {
	cursor:pointer;
}


/* Forms
*******************************************************/

fieldset {
	border: 0;
	font-size: 1.2em;
}

textarea {
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 1.2em;
}
form ul {
	list-style: none;
}
.middleColumn {
 	display: block;
 	margin: 15px 10px 10px 0;
	background: #E9E9E9;
	padding: 4px;
	width: 306px;
	clear: left;
}
	#Sidebar .middleColumn {
		margin: 0 0 0 8px;
		display: inline;
	}
	
	div.tab .field .middleColumn {
		clear: none !important;
 		margin: 0 !important;
		width: auto;
	}

input.text, textarea, select {
	padding: 2px;
	border: 1px solid #A7A7A7;
	color: #000;
	font-size: 1.1em;
	font-weight: bold;
	width: 300px;
}
select {
	width: auto;
}

input.action {
	padding: 2px;
	font-size: 1em;
	font-family: Verdana, Tahoma, Sans-serif;
}
input:focus span, textarea:focus span {
	border: 3px solid #000;
}

input.action:hover,
input.action:focus {
	cursor: pointer;
}
#Search {
	width: 105px;
}
input#Search_Form_SearchForm_Search {
	width: 110px;
	padding: 3px;
	margin-left: -4px;
	font-size: 1.2em;
	}
#Sidebar input.action {
	font-size: 1.2em;
	float: right;
	padding: 1px;
	margin: -22px 10px 0 0;
}
html, body, #container {height: 100%;}
body > #container {height: auto; min-height: 100%;}
#containerInner, #PageBody {
	padding-bottom:301px;
	clear:both;
}
#footer {
	position:relative;
	margin-top:-301px;
	height:301px;
	clear:both;
	text-align:center;
	background: url(../images/footer.gif) no-repeat center bottom;
}
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */