@charset "UTF-8";

/* Michael Hammel fecit 2010 */ 

html {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: Helvetica, Arial, sans-serif;
}

p {
	clear:both;
}

a {}

dt {
	font-weight: bold;
}

dd {
	font-style: italic;
}

ul.vandret {
	list-style:none;
	clear:both;
	display:block;
	}
	
.vandret li {
	float:left;
	color:#eee;
	background-color:#900;
	padding:5px;
	margin:5px;
}

ul.grafisk {
	margin-bottom:15px;
}
	
ul.grafisk li {
	color:#333;
	font-size:70%;
	background:url(menubg.png) no-repeat bottom right;
	height:10px;
	margin:0;
	text-transform:uppercase;
	letter-spacing:0.2em;
	padding:1px 10px 5px 10px;
}

.code {
	font-family: "Courier New", Courier, monospace;
	color: #660000;
}

.billedtekst {
	font-style:italic;
	font-size:80%;
}
.relativ {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #009900;
	background-color: #66FF33;
	overflow: auto;
	position: relative;
	visibility: visible;
	z-index: 2;
	height: 120px;
	width: 220px;
	left: 422px;
	top: 220px;
}
.absolut {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FF99CC;
	background-color: #CC33FF;
	overflow: auto;
	position: absolute;
	z-index: 5;
	height: 120px;
	width: 220px;
	top: 11px;
	right: 11px;
}
.fixed {
	font-family: "Courier New", Courier, monospace;
	color: #990000;
	background-color: #FFCCFF;
	overflow: auto;
	position: fixed;
	visibility: visible;
	z-index: 6;
	height: 120px;
	width: 220px;
	left: 400px;
	top: 100px;
}
