* {
	margin: 0;
	padding: 0;
}
a {
	color: #F5F1EE;
	text-decoration: none;
}
body {
	background: #151515 url(../blackbox/img/bg.pn) repeat-x fixed left bottom;
	color: #ccc;
	margin: 30px 0;
	text-align: center;
	font: normal 0.7em sans-serif,Arial;
}
ul {
	margin: 12px 0;
}
li {
	list-style: url(img/li.gif);
	margin-left: 18px;
}
code {
	font: normal 1em "Lucida Sans Unicode",serif;
	background: url(img/bgcode.gif);
	color: #888;
	display: block;
	padding: 3px 6px;
	white-space: pre;
	margin-bottom: 12px;
}




/* Main structure */
.main {
	background: #000; 
	border: 5px double #EEE; 
	border-color: #202020; 
	margin: 20px auto 4px auto; 
	text-align: left;
	width: 700px; 
}


/* Header */
.nilz {
	background: #222 url(img/main2.jpg) no-repeat;
	height: 244px;
}
.overskrift {
	color: #666;
	font: normal 1.2em Tahoma,sans-serif;
	}
.produkter {
	color: #666;
	font: normal 1.0em Arial,sans-serif;
	}
.bread {
	color: #eee;
	font: normal 1.0em Arial,sans-serif;
	

}


/* Menu */
.menu a {

	border-right: 1px solid #222;
	border-top: 1px solid #181e20;
	color: #ccc;
	font-size: 1em;
	float: left;
	padding-top: 9px;
	width: 98px; height: 20px;
}
.menu a span {
	padding-left: 0px;
}
.menu a:hover {
	background: #878787;
	color: #282828;
}
.menu a#last {
	width: 100px;
	border-right: none;
}


/* Content */
.content {
	border-top: 1px solid #1A1A1A;
	background: #1A1A1A;
	clear: both;
}
.content h1 {
	margin: 0 0 4px;
	font: bold 1.1em sans-serif,Arial;
	color: #666;
}
.content p {
	margin: 0 0 12px;
}
.item {
	background: #000000 url(img/bgitem.gif) repeat-x;
	padding: 8px 20px;
}


/* Footer */
.footer {
	padding: 5px;
	background: #0A0A0A;
	color: #666;
} 

