body

	{
		font: 90% trebuchet, verdana, arial;
		text-align: center;
		background: #B0BFC2;
		color: #444;
		
	}
	
	#container
	{
		text-align: left;
		margin: 0 auto;
		width: 1000px;
		background: #FFF url(http://www.9hk.dk/images_hk9/header-base.gif) repeat-y;
	}
	
	h1
	{
		background: #036 url(http://www.9hk.dk/images_hk9/dsu.gif) no-repeat 95% 40%;
		color: #FFF;
		padding: 35px;
		margin: 0;
		border-bottom: 5px solid #387A9B;
	}
	
	#nav
	{
		float: left;
		width: 130px;
		display: inline;
		margin-left: 20px;
		padding: 15px 0;
	
	}
	
	#nav ul
	{
		margin: 0;
		padding: 0;
		list-style-type: none;
		text-align: right;
		font-size: 70%;
	}
	
	#nav li
	{
		background: url(http://www.9hk.dk/images_hk9/header-bullet.gif) no-repeat 100% .9em;
		padding: 0 10px 5px 0;
	}
	
	#indhold
	{
		float: left;
		width: 800px;
		margin-left: 45px;
		padding: 15px 0;
	}
	
	#fod
	{
		clear: both;
		background: #387A9B;
		color: #fff;
		padding: 5px 10px;
		text-align: left;
		font-size: 80%;
	}
	
	h2
	{
		margin-top: 0;
		color: #B23B00;
		font-weight: normal;
	}

	h3
	{
		text-decoration: underline;
	}

	p
	{
	font-size: small;
	}

	caption
	{
	text-align:center;
	font-size: 16pt;
	margin-bottom: 10;
	font-weight:bold;
	text-indent:0%
	}
	
	table
	{
	border-collapse: collapse;
	
	}

	th, td
	{
	font-size: x-small;
	border-right: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	padding: .3em
	}
	
	tr
	{
	background: #B0C4D7;
	}

	td
	{
	text-align: center;
	}

	thead th
	{
	background: #036;
	color: #fff;
	text-align: center;
	}

	tbody th
	{
	text-align: left;
	font-weight: bold;
	background: #658cb1;
	}

	tr.alternativ
	{
	background: #d7e0ea;
	}

	tr.alternativ th
	{
	background: #8aa9c7;
	}

	a
	{
	text-decoration: none;
	}

	
	a:link { color: #000066; }
	a:visited { color: #600; }
	
	a:hover, a:active
	{
		color: #fff;
		background: #175B7D;
	}


.myLink, .myLink:visited {
    color: white;
    text-decoration: underline;
}
.myLink:hover{
    color: white;
    text-decoration: underline;
}
