<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
	margin: 0;
	padding: 0;
	border: 0 none;
}

/*
Red = "#ec1c24"
Purple = "#93268f"
darkBlue = "#2e3091"
mediumBlue = "#0049fe"
lightBlue = "#00add6"
Orange = "#fab03a"
Yellow = "#fefa00"
lightGreen = "#04e8b2"
Green = "#00bc55"
*/

body {
	background: url('images/bg.png') center center repeat fixed;
	color: #000000;
	overflow-y: scroll;
	width: 100%;
	height: 100%;
	font-family: Tahoma, sans-serif;
	font-weight: normal;
	font-size: 14px;
}

div:focus, input:focus, select:focus, textarea:focus, img:focus {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	outline: none;
}	

input, select {
	font-family: Tahoma, sans-serif;
}

#container {
	width: 930px;
	height: 100%;
	margin: 20px auto 10px auto;
	clear: both;
}

a, a:link, a:visited, a:active {
	text-decoration: none;
	color: #2e3091;
}
a:hover {
	text-decoration: underline;
}


#contactFrame {
	width: 180px;
	height: 100%;
	float: left;
	margin-right: 20px;
	color: rgb(100, 100, 100);
}
	#logo {
		background: url('images/logo.png') left top no-repeat;
		float: left;
		width: 85px;
		height: 97px;
		margin-bottom: 40px;
	}

#contentFrame {
	float: left;
	width: 730px;
	height: 100%;
	margin-bottom: 20px;
	padding-top: 10px;
}
	#box {
		margin-bottom: 10px;
		float: left;
		clear: both;
		width: 506px;
		height: 117px;
		z-index: 10;
		cursor: pointer;
	}
		#boxIcon {
			float: left;
			width: 94px;
			z-index: 20;
		}
		#boxText {
			float: left;
			margin: 52px 0 0 10px;
			z-index: 20;
			width: 365px;
			color: #000000;
		}
			#boxHeader {
				font-size: 16px;
				text-transform: uppercase;
				font-weight: bold;
			}

#menuFrame {
	float: left;
	clear: both;
	width: 100%;
	height: 40px;
	line-height: 40px;
	vertical-align: middle;
	color: rgb(100, 100, 100);
	border-top: 1px solid rgb(100, 100, 100);
	border-bottom: 1px solid rgb(100, 100, 100);
}
	#menuButton {
		margin: 0 50px 0 20px;
		float: left;
		color: rgb(100, 100, 100);
		font-size: 16px;
		font-weight: bold;
	}
		#menuButton:hover {
			text-decoration: underline;
		}

#Edit {
	float: right;
	position: relative;
	margin: 40px 20px -70px 0;
	z-index: 20;
}

#contentBox {
	float: left;
	clear: both;
	margin: 20px 0 40px 0;
	color: #000000;
	width: 730px;
	z-index: 10;
}
	.shadow {
		-webkit-box-shadow: 0 0 5px rgb(100,100,100);
		-moz-box-shadow: 0 0 5px rgb(100,100,100);
		box-shadow: 0 0 5px rgb(100,100,100);
		opacity: 0.75;
		filter: alpha(opacity=75);
		border-radius: 10px;
	}

#contentText {
	float: left;
	margin: 20px;
	color: #000000;
}
	#frontpageBox {
		padding: 20px;
		color: rgb(255, 255, 255);
		font-size: 16px;
	}

#showProduct {
	float: left;
	margin: 0 20px 20px 0;
}
	#productText {
		width: 125px;
		font-size: 12px;
		text-decoration: none;
		font-style: italic;
		color: #000000;
		float: left;
		clear: both;
	}
	#productImg {
		height: 170px;
		float: left;
		clear: both;
	}

#overlayContainer {
	margin: 20px;
}
	#priceTag {
		border-radius: 5px;
		border: 1px solid rgb(100,100,100);
		padding: 10px;
		margin: 0 0 0 40px;
		float: right;
		white-space: nowrap;
		color: #000000;
		font-size: 16px;
		font-weight: bold;
	}
	#shoppingBasket {
		float: right;
		width: 128px;
		height: 32px;
		background: url('images/laeg_i_kurv.png') no-repeat right;
	}


#admPanel {
	float: left;
	margin-top: 40px;
	padding-bottom: 10px;
	width: 148px;
	background: #cccccc;
	border: 1px solid rgb(100,100,100);
}
	.header {
		float: left;
		background: rgb(100,100,100);
		color: #ffffff;
		padding: 5px 10px 5px 10px;
		font-weight: bold;
		font-size: 14px;
		width: 128px;
	}
	#icon {
		float: left;
		clear: both;
		margin: 10px 0 0 10px;
		vertical-align: middle;
		line-height: 24px;
	}
	#icon24 {
		margin-right: 5px;
		float: left;
	}
	#img {
		vertical-align: middle;
	}

#admSubpage {
	float: left;
	width: 728px;
	background: #cccccc;
	border: 1px solid rgb(100,100,100);
	padding-bottom: 10px;
}
	.subheader {
		float: left;
		background: rgb(100,100,100);
		color: #ffffff;
		padding: 5px 10px 5px 10px;
		font-weight: bold;
		font-size: 16px;
		width: 708px;
	}
		#admProductCat {
			border: 1px solid rgb(100,100,100);
			border-radius: 5px 5px 0 0;
			width: 500px;
			float: left;
			margin: 10px 0 0 10px;
			padding: 10px;
			color: #000000;
		}
		.admProduct {
			border-left: 1px solid rgb(100,100,100);
			border-right: 1px solid rgb(100,100,100);
			border-bottom: 1px solid rgb(100,100,100);
			border-radius: 0 0 5px 5px;
			width: 500px;
			margin-left: 10px;
			float: left;
			font-size: 12px;
			padding: 15px 10px 10px 10px;
			color: #000000;
		}
		#EditAdm {
			float: right;
			margin: 15px 170px 0 0;
			z-index: 20;
		}

table {
	float: left;
	clear: both;
	border: 0 none;
	empty-cells: show;
	border-collapse: collapse;
}
table.basket {
	width: 690px;
}
th {
	font-weight: bold;
	padding: 2px;
	text-align: left;
	font-size: 12px;
	border: 1px solid rgb(100,100,100);
	white-space: nowrap;
}
table.basket th {
	background: rgb(100,100,100);
	color: #ffffff;
	font-size: 14px;
	padding: 5px;
}
td {
	padding: 2px;
	font-size: 12px;
	border: 1px solid rgb(100,100,100);
	vertical-align: middle;
}
table.basket td {
	padding: 5px;
}
table.basket td.footer {
	padding: 5px;
	background: #ffffff;
	font-weight: bold;
	font-size: 12px;
}
table.basket td input {
	padding: 2px;
	border: 1px solid rgb(100,100,100);
}

.admProdCell {
	padding: 0;
	margin: 0;
	width: 250px;
	height: 100%;
	background: none;
	font-size: 12px;
}
.admProdCellRight {
	padding: 0;
	margin: 0;
	width: 30px;
	height: 100%;
	background: none;
	font-size: 12px;
}
.admNewProd {
	padding: 2px;
	margin: 0;
	width: 120px;
	font-size: 12px;
}

input[type="button"] {
	background: #2e3091;
	border: 1px solid #ffffff;
	font-weight: bold;
	padding: 5px 10px 5px 10px;
	font-size: 14px;
	border-radius: 5px;
	color: #ffffff;
	cursor: pointer;
}

#order_mainheader{
			background: #ccc;
			color: #FFFFFF;
			float: left;
			font-size: 16px;
			padding: 5px 10px;
			width: 708px;
			border: 1px solid #444;
		}
		table {
			color: black;
		}
		#order_header{
			background-color: #646464; 
			width: 100%; 
			padding: 10px;
			margin-left: -10px;
			margin-top: -5px;
		}
		#order_description{
			background-color: #646464; 
			font-size: 14px;
			width: 100%; 
			padding: 10px;
			margin-left: -10px;
			margin-bottom: 10px;
		}
		#contentBox{
			background-color: none;
		}
		.order_subheader{
			background-color: red;
			border: none;
		}
		.order_subcontent{
			background-color: #dcc;
		}</pre></body></html>