/*RESET & BASICS*/

html, body, div, span,   
h1, h2, h3, h4, h5, h6, p, blockquote, pre,  
a, abbr, acronym, address, big, cite, code,  
img, ins, kbd, q, s, samp,  
small, strike, strong,   
dl, dt, dd, ol, ul, li,  
fieldset, form, label, legend,  
table, caption, tbody, tfoot, thead, tr, th, td {  
    margin: 0;  
    padding: 0;  
    border: 0;  
    outline: 0;  
    vertical-align: baseline;  
    background: transparent;  

}  

ol, ul {  
    list-style: none; 
	font-size:1em;
	font-weight:100;
	line-height:1.4em;
	letter-spacing: 0.02em;
}  

 blockquote, q {  
     quotes: none;  
 }  

 blockquote:before, blockquote:after,  

 q:before, q:after {  
     content: '';  
     content: none;  
 }  
   
 table {  
     border-collapse: collapse;  
     border-spacing: 0;  
 }


body{
	font-size:62.5%;
	font-family:Tahoma,Verdana,Arial,Helvetica,sans-serif;
	background: #FFF;
	color:#252b32;
	text-align: center;
	line-height: 1;
	overflow: scroll;
}


ul li{
	list-style:inside;
	list-style-type:none;
	font-size:12px;
	font-weight:100;
	line-height:16px;
}


h1{
	font-size:25px;
	font-weight:100;
	margin-bottom:25px;
	letter-spacing: -1px;
}

h2 {
	font-size:25px;
	font-weight:lighter;
	padding-bottom:1px;
	margin-bottom:5px;
	letter-spacing: -1px;
}

h3{
	font-size:16px;
	font-weight:100;
	padding-bottom:1px;
	margin-bottom:5px;
	letter-spacing: -1px;
	
}

a{
	color:#252b32;
	text-decoration: none;
}


a:hover{
	
}


p{
	font-size:12px;
	font-weight:100;
	line-height:16px;
}

#visible{
	visibility:visible;
}

#hidden{
	visibility:hidden;
}


div.clear{
	clear:both;
}

table.partner td{
	padding: 5px 10px 0 0;
}

/*END RESET & BASICS*/



/*STRUCTURE*/
div#wrapper{
	width:960px;
	margin: 0 auto 50px auto;
	text-align: left;
	background:#000;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	-moz-box-shadow:0 0 20px #999;
	-webkit-box-shadow:0 0 20px #999;
}

div#head{
	height:180px;
	background: url(../images/head-bg.jpg) top left no-repeat #FFF;
}

div#head h1{
	text-indent: -9999px;
}

div#menu{
	height:34px;
	background: #FFF;
	border-bottom: 1px solid #CCC;
}

div#menu ul#nav{
	margin: 0 0 0 9px;	
	}
	
div#menu ul#nav li{
	display:inline;	
	line-height: 25px;
}

div#menu ul#nav li a{
	float: left;
	display: block;
	padding:5px 44px 10px 44px;
	color:#252b32;
	text-decoration: none;
	font-weight: bold;
}

div#menu ul#nav li a:hover{
	text-decoration: underline;
}

body#home div#menu ul#nav li a#forside{
	background: black;
	-moz-border-radius-topright:5px;
	-moz-border-radius-topleft:5px;
	-webkit-border-top-right-radius:5px;
	-webkit-border-top-left-radius:5px;
	color:#CCC;
}

body#profil div#menu ul#nav li a#om-virksomheden{
	background: black;
	-moz-border-radius-topright:5px;
	-moz-border-radius-topleft:5px;
	-webkit-border-top-right-radius:5px;
	-webkit-border-top-left-radius:5px;
	color:#CCC;
}

body#galleri div#menu ul#nav li a#media{
	background: black;
	-moz-border-radius-topright:5px;
	-moz-border-radius-topleft:5px;
	-webkit-border-top-right-radius:5px;
	-webkit-border-top-left-radius:5px;
	color:#CCC;
}

body#komp div#menu ul#nav li a#kompetencer{
	background: black;
	-moz-border-radius-topright:5px;
	-moz-border-radius-topleft:5px;
	-webkit-border-top-right-radius:5px;
	-webkit-border-top-left-radius:5px;
	color:#CCC;
}

body#partner div#menu ul#nav li a#partnere{
	background: black;
	-moz-border-radius-topright:5px;
	-moz-border-radius-topleft:5px;
	-webkit-border-top-right-radius:5px;
	-webkit-border-top-left-radius:5px;
	color:#CCC;
}

body#kontakt-os div#menu ul#nav li a#kontakt{
	background: black;
	-moz-border-radius-topright:5px;
	-moz-border-radius-topleft:5px;
	-webkit-border-top-right-radius:5px;
	-webkit-border-top-left-radius:5px;
	color:#CCC;
}

div#slider{
	height:240px;
	width:960px;
	background: black;
	float:left;

}

div#slider li, div#slider2 li{ 
	width:960px;
	height:245px;
	overflow:hidden;
}

div#main{
	background: #e8e8e8;
	min-height:509px;
	padding:20px 0;
	border-top:1px solid #FFF;
	clear: both;
}

div#content{
	padding:50px 20px;
}

div#left{
	width:674px;
	float:left;
	padding:50px 20px 0 20px;	
}

div#left img{
	margin:30px 0 2px 0;
	border:3px solid #CCC;
	-moz-box-shadow:0 0 10px #666;
	-webkit-box-shadow:0 0 10px #666;
}

div#right{
	float:right;
	border-left:1px solid #b3b3b3;
}

div#innerRight{
	border-left:1px solid #FFF;
	padding:50px 20px;
}

div#footer{
	background: black;
	color: #CCC;
	text-align: center;
	height: 30px;
	line-height:30px;
	width:960px;
	margin: 0 auto;
}

div#footer p{
	line-height: 28px;
}

 div#footer p > a{
 	color:#CCC;
 }


/* INDEX */

div#se-ogsaa{
	margin: 0 0 40px 0;
}

div#medlemskaber {
}

/* KONTAKT*/

#defaultform input, textarea{
	border:1px solid #CCCCCC;
}

#defaultform textarea{
	height:95px;
}

.error {
	color:#C70000;
}

div#left_form {
	float:left;
	width:200px;
}

div#right_form {
	float:left;
	width:430px;
	text-align: left;
}

div#right_form label{
	position: absolute;
}

div.clear{
	clear:left;
}

span.nodisp{
	visibility: hidden;
}

/*GALLERI */

div.kategori table tr td{
	padding:5px;
	vertical-align: top;;
	text-align: center;
}






























