body {
	background: #fff url(images/bg.gif) fixed no-repeat bottom right;
	color: #005581;
	font: 12px/18px Tahoma, Verdana, sans;
	border-top: 8px solid #005581;
	margin: 0;
	padding: 0;
}

#wrapper {
	width: 900px;
	margin: 0 auto;
	position: relative;
}

		#draw {
			background: url(images/3d.gif) top no-repeat;
			width: 352px;
			height: 200px;
			position: absolute;
			top: 33px;
			right: -110px;
		}



h1#logo a {
	border: 0 ! important;
}

	
h2 {
	font: 26px Arial, Verdana, Tahoma, sans;
	font-weight: bold;
	color: #005581;
}
	
h2#quote {
	background: url(images/quote.gif) no-repeat;
	width: 591px;
	height: 81px;
	text-indent: -9000px;
	margin: 30px 0 20px 0;
	padding: 10px 0;
	border-bottom: 1px solid #ccc;
}

h2#n-b {
	background: url(images/nyhedsbrev-brochure.gif) no-repeat;
	width: 308px;
	height: 23px;
	text-indent: -9000px;
}

h3 {
	font: 21px Arial, Verdana, Tahoma, sans;
	color: #005581;
}
	
ul.menu {
	list-style: none;
	padding: 0;
	margin: 0;
	border-top: 5px solid #ccc;
	border-bottom: 1px solid #ddd;
	background: #eee;
	width: 100%;
	overflow: hidden;
}
	ul.menu li {
		float: left;
		border-right: 1px solid #fff;
	}
		ul.menu li a {
			background: #eee;
			display: block;
			padding: 10px;
			text-decoration: none;
			color: #222;
			border: 0;
		}
			ul.menu li a:hover, ul.menu li.current a {
				background: #005581;
				color: #fff;
			}
			
	.submenu ul {
		list-style: none;
		padding: 0;
		margin: 10px 0;
	}
		.submenu ul li {
			display: inline;
			margin-right: 8px;
		}
#container {
	width: 574px;
	float: left;
}
	#sidebar {
		width: 352px;
		float: right;
		position: relative;
	}



	
#order {
	background:#E3E6EB;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 10px 10px 0 10px;
	width: 95%;
	overflow: hidden;
}
	#order div {
		float: left;
		margin-right: 50px;
	}

	#order label, #order input {
		display: block;
		width: 130px;
		float: left;
		margin-bottom: 10px;
		font-size: 11px;
	}
		#order input.smaller {
			width: 40px;
			margin-right: 10px;
		}
		#order input.small{
			width: 70px;
		}
		#order input.checkbox {
			width: auto;
			vertical-align: bottom;
		}
		#order input.submit {
			font-weight: bold;
			width: 140px;
		}

	#order label {
		text-align: right;
		width: 60px;
		padding-right: 20px;
		padding-top: 2px;
	}
	
	#order input {
		font: 11px Tahoma, Verdana, sans;
		padding: 3px;
		color: #005581;
	}
	
	#order span {
		font-size: 11px;
		font-style: italic;
	}

	#order br {
		clear: left;
	}
	

img.float {
	padding: 3px;
	background: #f3f3f3;
	border: 1px solid #ccc;
	float: right;
	margin: 10px;
}

.strong {
	font-weight: bold;
}

a:link, a:active, a:visited {
	color: #005581;
	text-decoration: none;
	border-bottom: 1px dotted #005581;
}
	a:hover {
		color: #0075b2;
	}

.clearfix {
	height: 0;
	clear: both;
}

#kategoriliste{
	list-style: none;
	margin: 0px;
	padding: 0px;
}
	#kategoriliste li{
		list-style: none;
		margin-left: 0px;
		padding: 0px;
	}
	
		#kategoriliste li a{
			display: block;
			background: #005581;
			color: #FFFFFF;
			padding-left: 60px;
			padding-bottom: 4px;
			height: 15px;
			background: #005581 url(images/folder-grey.png) no-repeat 3% 50%;
		}
		#kategoriliste li a:hover{
			display: block;
			color: #FFFFFF;
			padding-left: 60px;
			padding-top: 20px;
			height: 37px;
			background: #0078B9 url(images/folder.png) no-repeat 1% 50%;	
			border-top: 1px solid #fff;
			border-bottom: 1px solid #fff;
		}

h1 {
	font-size: 18px;
}
