/* CSS Document */
/* Stubkjær Design */
body {
	margin:0px;
	overflow: -moz-scrollbars-vertical;
	overflow-x: hidden;	
} 
#centrer {
    position: relative;
    width: 800px;                        
    height: 600px;                        
    top: 0px;    
    left:50%;
	margin-left:-400px;                    
    margin-right: auto;
    z-index: 5;
}
#indhold {
    position: relative;
    width: 800px;                        
    height: 600px;                        
    top: 0px;    
    margin-left: auto;                    
    margin-right: auto;
    z-index: 10;
}
#bgsplash {
	position: absolute;
    width: 980px;                        
    height: 800px;                        
    top: 0px;
    left: 105px;                    
    z-index: 6;           
 }        
#logotype {
	position: absolute;
	left:0px;
	top: 230px;
	z-index: 20;
}
#txt {
	position: absolute;
	left: 0px;
	top: 320px;
	width:754px;
	font-family: Arial, sans-serif;
	font-weight:500;
	font-size:14px;
	color:#3e3d40;
	z-index: 30;
}
#bottomspacer {
	position: relative;
	left: 0px;
	top: 30px;
	width:100px;
	height:150px;
}
#menu {
	position: absolute;
	left: 0px;
	top: 70px;
	width:200px;
}
#menu a {
	font-family: Arial, sans-serif;
	font-size:14px;
	text-decoration: none;
}
#menu a:hover {
	font-family: Helvetica, Arial, sans-serif;
	text-decoration: underline;
}
a {
	color:#3e3d40;
	text-decoration: none;
}
a:hover {
	color:#f47820;
	text-decoration: underline;
}


/* --------- HOME --------- */
#slideshow {
	position: absolute;
	left: 0px;
	top: 323px;
	width:755px;
	height:200px;
}
#entertxt {
	position: absolute;
	left: 0px;
	top: 530px;
	width:200px;
	font-family: Arial, sans-serif;
	color: #f47820;
	font-size:12px;
}
.orange {
	color: #f47820;
}


/* --------- BUREAUET --------- */
#bureauet {
	position: absolute;
	left: 0px;
	top: 312px;
	width:754px;
	font-family: Arial, sans-serif;
	font-weight:500;
	font-size:14px;
	color:#3e3d40;
	z-index: 30;
}
#bureauet p {
	margin: 8px 0px 2px 0px;
	padding: 0;
}
.red {
	color: #f4209b;
} 


/* --------- CASES --------- */
.portfolioindhold {
	position: absolute;
	left: 0px;
	top: 180px;
	width:800px;
	z-index: 40;
	margin:0px;
	/*border:1px solid red;*/
	/*background-color:#00CCFF;*/
}
.portfoliokunde {
	position: relative;
	left: 0px;
	top: 20px;
	width:800px;
	height:216px;
	color:#3e3d40;
	border: 1px solid #bbbdc0;
	border-left:0px;
	border-right:0px;
	margin:25px 0px 0px 0px;
}
	.kundetxt {
		width:317px;
		font-family: Arial, sans-serif;
		font-weight:500;
		font-size:12px;
		color:#3e3d40;
		vertical-align:top;
		float: left;
		padding-top:20px;
	
	}
	.kundetxt p {
		margin: 6px 5px 8px 0px;
		padding: 0px 20px 0px 0px;
}
	.kundeimg {
		width:482px;
		float: left;
		text-align:right;
		vertical-align:top;
		padding:0px;
}
p.kunde {
	margin: 6px 5px 8px 0px;
	padding: 0px 20px 0px 0px;
}
h1.green {
	font-family: Arial, sans-serif;
	font-weight:500;
	font-size:16px;
	color:#2cb520;
	margin: 0px 0px 0px 0px;
}
.green {
	color: #2cb520;
}


/* --------- REFERENCER --------- */
#referencer {
	position: absolute;
	right: 45px;
	top: 308px;
	width:300px;
	text-align:right;
	font-family: Arial, sans-serif;
	font-weight:500;
	font-size:12px;
	color:#3e3d40;
	z-index: 30;
	padding:0px;
}
#referencer p {
	margin: 2px 0px 0px 0px;
	padding: 0;
}

h1.pink {
	font-family: Arial, sans-serif;
	font-weight:500;
	font-size:16px;
	color:#eb8ff9;
	margin:12px 0px 5px 0px;
}

/* --------- KONTAKT --------- */
#kontakt {
	position: absolute;
	right: 46px;
	top: 318px;
	width:754px;
	text-align:right;
	font-family: Arial, sans-serif;
	font-weight:500;
	font-size:14px;
	z-index: 30;
	color:0095b6;
	padding:0px;
}
#kontakt p {
	margin: 2px 0px 0px 0px;
	padding: 0;
}

#kontakt a{
	color:#0095b6;
	text-decoration: none;
}
#kontakt a:hover {
	color:#0095b6;
	text-decoration: underline;
}


/* --------- UNDER CONSTRUCTION--------- */
#underconstruction {
	position: absolute;
	right: 46px;
	top: 318px;
	width:754px;
	text-align:right;
	font-family: Arial, sans-serif;
	font-weight:500;
	font-size:14px;
	z-index: 30;
	color:#414142;
	padding:0px;
}
#underconstruction p {
	margin: 2px 0px 0px 0px;
	padding: 0;
}

#underconstruction a{
	color:#646566;
	text-decoration: none;
}
#underconstruction a:hover {
	color:#f47820;
	text-decoration: underline;
}







