body {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:10px;
	padding-top:10%;
	background-image:url(../img/bg.jpg);
	background-repeat:repeat-x;
	overflow:visible;
}

.active {
	font-size:10px;
	color:#FFF;
}

#main {
	width:900px;
	margin:auto;
}

#menu {
	width:900px;
	background-image:url(../img/menu_bg.png);
	height:39px;
	margin-bottom:20px;
}

#space_1 {
	width:215px;
	float:left;
	padding:2px;
}
#space_2 {
	width:215px;
	float:left;
	padding:2px;
}
#space_3 {
	width:215px;
	float:left;
	padding:2px;
}
#space_4 {
	width:215px;
	float:left;
	padding:2px;
}
#space_text2 {
	width:350px;
	float:left;
	padding:2px;
	text-align:left;
}
#space_text1 {
	width:298px;
	float:left;
	padding:2px;
	text-align:left;
}

#space_tilbyde {
	width:420px;
	float:left;
	padding:2px 60px 2px 60px;
	text-align:left;
}

#space_cv {
	float:left;
	padding:2px;
	text-align:left;
}

#space_full {
	float:left;
	padding:40px 2px 2px 400px;
	text-align:center;
}

#stage {
	width:900px;
	padding:0 10px 0 10px;
}



h1 {
	color:#6B6B6B;
	font-size:10px;
	display:inline;
	font-weight:normal;
}
.holder {
	padding-bottom:3px;
}
.holder2 {
	padding-bottom:10px;
}

.holder3 {
	padding-top:40px;
	text-align:right;
}

.head_holder {
	padding-bottom:15px;
}
.head_holder4 {
	padding-bottom:60px;
}

.head_holder_info {
	padding-bottom:15px;
	padding-left:50px;
}

#slide_1 {
	width:880px;
	height:200px;
	padding:20px 0 20px 0;
}
#info_holder {
	width:298px;
}
.holder_dl {
	padding:20px 0 0 20px;
}

#info_left {
	width:100px;
	float:left;
	text-align:right;
}

#info_right {
	width:182px;
	float:left;
	text-align:left;
	padding-left:10px;
}

.dark_grey {
	font-size:10px;
	color:#6B6B6B;
}

.light_grey {
	font-size:10px;
	color:#999;
}


#slide_2 {
	width:880px;
	height:200px;
	padding:20px 0 20px 0;
}

#slide_3 {
	width:880px;
	height:200px;
	padding:20px 0 20px 0;
}

#logo {
	float:left;
}

#kontakt_holder {
	width:800px;
}

#kontakt_holder_left {
	width:500px;
	float:left;
}

#kontakt_holder_right {
	width:270px;
	float:left;
	padding:0 0 0 30px;
}

#kontakt_holder_right a {
	font-size:10px;
	color:#666;
	text-decoration:none;
}

#kontakt_holder_right a:hover {
	font-size:10px;
	color:#000;
	text-decoration:none;
}

#slider_port {
	width:900px;
	padding-left:20px;
}

#slider_port img {
	padding-bottom:15px;
	padding-top:15px;
}

#menu_btn {
	float:right;
	padding-top:3px;
}
#menu_btn li {
	display:inline;
	text-decoration:none;
}

#menu_btn a {
	text-decoration:none;
	font-size:10px;
	color:#999;
	padding-right:20px;
}
#menu_btn a:hover {
	text-decoration:none;
	font-size:10px;
	color:#FFF;
	padding-right:20px;
}
#menu_btn active a {
	text-decoration:none;
	font-size:10px;
	color:#FFF;
	padding-right:20px;
}



	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider2{margin-top:1em;}
	#slider li, #slider2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:900px;
		height:230px;
		overflow:hidden; 
		}	
	#prevBtn, #nextBtn,
	#slider1next, #slider1prev{ 
		display:block;
		width:30px;
		height:77px;
		position:absolute;
		left:-30px;
		top:71px;
		z-index:1000;
		}	
	#nextBtn, #slider1next{ 
		left:696px;
		}														
	#prevBtn a, #nextBtn a,
	#slider1next a, #slider1prev a{  
		display:block;
		position:relative;
		width:30px;
		height:77px;
		background:url(../images/btn_prev.gif) no-repeat 0 0;	
		}	
	#nextBtn a, #slider1next a{ 
		background:url(../images/btn_next.gif) no-repeat 0 0;	
		}	
		
	/* numeric controls */	

	ol#controls{
		padding-left:2px;
		height:23px;	
		margin-left:410px;
		
		}
	ol#controls li{
		margin:0 3px 0 0; 
		float:left;
		list-style:none;
		height:27px;
		line-height:23px;
		font-size:9px;
		font-family:Verdana, Geneva, sans-serif;
		text-align:center;
		}
	ol#controls li a{
		float:left;
		height:22px;
		width:22px;
		line-height:20px;
		background-image:url(../img/num_btn_grey.png);
		color:#999;
		text-shadow:0 2px 3px #FFF;
		text-decoration:none;
		font-size:8px;
		}
	ol#controls li.current a{
		background-image:url(../img/num_btn_green.png);
		color:#fff;
		
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
	
/* // Easy Slider */

/* SLIMBOX */

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}




input, textarea {
border: 1px solid #999;
background-color:#CCC;
overflow:auto;
}

input, submit {
	font:Tahoma, Geneva, sans-serif;
}

#namemail {
	padding-bottom:10px;
}

#name {
	float:left;
	width:156px;
}
#email {
	float:left;
}

.sub {
      border: solid grey 1px;
      cursor: hand;
      border: 0px;
      overflow:hidden;
	  padding-top:10px;

      background-image: url("../img/sub.png"); background-repeat: no-repeat;

      /* WIDTH: The actual width of the image */
      width: 47px;


      height /**/: 21px;
      }

.sub:hover {
      background-image: url("../img/sub_h.png"); background-repeat: no-repeat;
}
