
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;  

}


html{
	overflow:scroll;
}

body{
	color:#666;
	text-align:center;
	background: #000;
	font-family: Helvetica, Arial, sans-serif;
	font-size:62.5%;
}

ul, li{
	list-style-type:none;
}

p{
	font-size:1.4em;
	line-height:1.6em;
}

a{
	color:#666;
	text-decoration:underline;
}

a:hover{
	color:#999;
}

div#wrapper{
	width:960px;
	margin:0 auto;
	text-align:left;
}

div#header{
	background: url(../images/header.jpg) top left no-repeat;
	height:234px;
	margin:25px 0 5px 0;}

div#nav{
	height:30px;
	text-align:right;
}

div#nav ul li{
	display:inline;
}

div#nav ul li a{
	display:block;
	width:80px;
	height:20px;
	float:right;
	padding:5px;
	color:#666;
	text-decoration:none;
	text-align:center;
	font-size:1.4em;
	line-height:1.6em;
	
}

div#nav ul li a:hover{
	color:#999;
	background:#111;
}

body#home div#nav ul li a#forside, body#information div#nav ul li a#info, body#historie-body div#nav ul li a#historie, body#priser div#nav ul li a#pris, body#referencer div#nav ul li a#ref, body#faq-body div#nav ul li a#faq, body#kontakt-body div#nav ul li a#kontakt, body#admin-body div#nav ul li a#admin-a{
	color:#999;
	background:#222;
}

div#content{
	width:960px;
	min-height:300px;
	margin:0 auto 30px auto;
	padding:50px 20px;
	background:#222;
	-moz-border-radius:10px;
	webkit-border-radius:10px;
	clear:both;
}

div#content img{
	float:right;
	margin:0 0 0 20px;
}

p.a{
	font-weight:bold;
}


div#footer{
	width:600px;
	margin:0 auto;
	border-top:1px solid #666;
	padding:15px;
	text-align:center;
	clear:both;
}

div#footer p a{
	text-decoration:none;
}


/*KONTAKT*/


table#kontakt-table tr td{
	
}

span.nodisp{
	visibility:hidden;
}


form#defaultform input{
	background-color:#444;
	color:#CCC;
	border: 1px solid #CCC;
	font-family: Helvetica, Arial, sans-serif;
}

form#defaultform input.kontakt{
	width:320px;
}

form#defaultform textarea{
	background-color:#444;
	color:#CCC;
	border: 1px solid #CCC;
	font-family: Helvetica, Arial, sans-serif;
	font-size:1.4em;
}

table#kontakt-table td{
	padding:2px;
	margin:2px 5px;
	width:80px;
	vertical-align:top;
}

/*ADMIN*/


form label{
	color:#FFF;
}

form select option:first-child{
	text-align:center;
}

table#artikler, table#artikler a{
	font-size:12px;
	color:#FFF;
}

table#artikler tr th{
	padding:10px;
}

table#artikler tr td{
	min-width:80px;
	max-width:400px;
	padding:10px;
	border-right:1px solid #666;
	border-top:1px solid #666;
	vertical-align:top;
}

table#artikler tr td:last-child{
	border-top:1px solid #666;
	border-right:none;
	width:50px;
	vertical-align:middle;
	
}

/*REFERENCER*/

div.item{
	padding:20px 20px 80px 20px;
}

div.clear{
	clear:both;
}
/*LOGIN*/

div#login{
	width:300px;
	height:100px;
	margin:50px auto;
	background-color:#666;
	padding:50px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}
