body {
	color: #000;
	background: #ffe url(obc.jpg) no-repeat fixed center;
}

ol { list-style-type: none; }
th { text-align: left; }

hr.skil {
	clear: both;
	width: 0;
}

/* Fælles */
h1, .menu, .spalte, .deltagtabel, .tabelspalte, .personliste, .forklaring, .formular, .naeste_obese, .kontakt {
	float: left;
	margin: 5px;
	padding: 10px;
	background: #ffe;
	color: inherit;
	border: solid;
}
h1 { width: 95%; }
h1, h3 { text-align: center; }

.spalte, .forklaring, .naeste_obese { width: 20em; }

.deltagtabel th, .tabelspalte th, .deltagtabel td { text-align: center; }
.deltagtabel td, .tabelspalte td {
	width: 1em;
	margin: 0;
	padding: 5px;
	vertical-align: bottom;
}

.naeste_obese {
	background: #fc6;
	color: inherit;
}

.status {
	position: absolute;
	margin: 15px;
	padding: 5px;
	background: #ffe;
	color: inherit;
	border: solid;
}


/* Menu */
.menu {
	float: left;
	top: 0.5em;
	width: 12em;
}
.menu ol {
	margin: 0 0 1em 0;
	padding: 0;
}
.menu li {
	margin: 0;
	padding: 3px 0 3px 0;
}
.menu li.nolink {
	text-align: center;
}
.menu li.chosen {
	padding: 3px 10px 3px 10px;
	font-weight: bold;
}
.menu a {
	padding: 0 10px 0 10px;
	text-decoration: none;
}
.menu a:link { color: #f00; background: inherit; }
.menu a:visited { color: #a00; background: inherit; }
.menu a:hover { color: inherit; background: #fc6; }


/* Diverse: */
hr { width: 75%; }
table, .nowrapping { white-space: nowrap; }


/* Til deltagersiderne */

.personliste th, .personliste td  {
	margin: 0;
	padding: 2px 15px 2px 0;
	vertical-align: top;
}


/* Popop */
.personliste a {
	display: block;
	text-decoration: none;
	background: inherit;
	color: green;
}
.personliste a:hover {
	text-decoration: underline;
	background: inherit;
	color: #000;
	border-right: 1px; /* Ellers virker IE ikke. */
}
.personliste a span { display: none; }
.personliste a:hover span {
	display: block;
	text-decoration: none;
	position: absolute;
/*	top: 90;*/
	left: 290px;
	width: 250px; /* IE kan ikke tilpasse bredden. */
	border: 1px solid black;
	padding: 5px;
	margin: 0;
	background: #fc6;
	color: #000;
}

