﻿body {
	background-color: #FFFFFF;
	margin-top:20px;
	margin-left:20px;
}


.header {
	background-position: left center;
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;

	color: #000000;
	width: 395px;
	padding-left: 15px;

	background-image: url('marker.gif');
	background-repeat: no-repeat;
}

.markup {
	list-style: decimal;
	list-style-type: square;
}

	li {
	list-style-image: url('marker2.gif');
}

.tableheader {
	background-position: left;
	font-weight: bold;
	background-image: url('tableheader.gif');
	background-repeat: no-repeat;
	padding-left: 6px;
}


table#eksempel {
	border-left-color: #E3B9DD;
	border-left-style: dashed;
	border-left-width: 0px;
	border-right-color: #E3B9DD;
	border-right-style: dashed;
	border-right-width: 0px;
}

div#top {
	width: 500px;
	height: 190px;
}
div#meny {
	position: absolute;
	width: 400px;
	height: 23px;
	z-index: 1;
	left: 88px;
	top: 170px;
	font-family: arial;
	font-size: 12px;
	text-align: right;
	background-color: #8d3880;
	color: #FFFFFF;
	line-height: normal;
	font-weight: bold;
}

div#main {
	width: 400px;

	font-family: verdana;
	font-size: 12px;
	padding-left: 70px;
	padding-right: 20px;
}

div#footer {
	background: #FFFFFF url('footer.jpg') repeat-x;
	width: 500px;
	height: 150px;
}

div#copy {
	border-bottom: 3px #CCCCCC solid;
	background: #FFFFFF url('copy.jpg') repeat-y;
	width: 500px;
	height: 30px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	line-height: 30px;
}



	#meny a {
	border-left: 2px #CC6699 groove;
	text-decoration: none;
	display: inline-block;
	color: #ffffff;
	line-height: 23px;
	padding-left: 5px;
	padding-right: 10px;
	text-transform: uppercase;
}
	
	#meny a:hover {
	color: #ffffff;
	background-color: #CC6699;
	text-decoration: underline;
	line-height: 23px;
}
a {
	color: #8D3880;
}

