﻿body, html {
				background: #fff;
				margin: 0px;
				padding: 0px;
				font-family: Verdana, Arial, Tahoma, sans-serif;
				width: 100%;
}
h1 {
				margin: 10px 0px 20px 0px;
				padding: 5px 2px;
				color: #75331b;
				font-size: 16px;
				width:100%;
				border-bottom:1px solid #eee8df;
}
h3 {
				margin: 16px 0px 3px 0px;
				color: #000;
				font-size: 11px;
				font-weight: bold;
}
P {
				margin: 6px 0px 1px 0px;
				line-height:14px;
}

a:link {
				color: blue;
				text-decoration: underline;
}
a:visited {
				color: #0099CC;
				
}
a:hover {
				color: #75331b;
				text-decoration: none;
}
a:active {
				color: blue;
}
div#banner {
				display:none;
}
#container {
				width: 100%;
				float: right;
				min-height: 400px;
}
#indhold {
				margin-left: 0px;
				font-size: 11px;
				color: #000;
				line-height: 14px;
				padding-right: 0px;
}

.greenbar {
				width: 100%;
				height:15px;
				background: #fff;
				color:#fff;
				font-size:11px;
				font-weight:bold;
				text-transform: capitalize;
				margin:20px 0px 0px 0px;
				padding:2px 0px 2px 1px;
				border-bottom:1px dotted #000;
				
}
ul, li { 
				font-size:11px;			
}
table {
			margin-top:20px;
			border:1px solid #000;
			border-collapse:collapse;
}

td {
			border:1px dotted #000;
			padding-left: 4px;
			height:20px;	
}
 thead {
				text-transform:capitalize;
				background:#f5f5f5;
				border-bottom:2px solid #000;
}

#leftcol {
				display:none;
}
#footer {
			display:none;
}
img { border: none; }
div#content {
}
.clear {
				clear: both;
				height: 0px;
}
.top {
				margin-top: 0px;
				padding-top: 20px;
}
/* VENSTREMENU START */

/* expanding menu styling */
#udm ul {
				margin-left: 0 !important;
				margin-top: 1px !important;
				width: 128px !important;
				w\idth: 120px !important;
}
#udm ul ul {
				width: 120px !important;
				w\idth: 112px !important;
				border-style: dashed;
				background-color: #ffe;
}
#udm ul ul ul {
				width: 112px !important;
				w\idth: 104px !important;
				border-style: dotted;
				background-color: #ffd;
}
/* give all anchors a hand cursor */
#udm a {
				cursor: pointer !important;
				cursor: hand !important;
}
/* VENSTREMENU SLUT */

