* {
	font-family: arial, sans-terif;
	font-size: 14px;
}

body {
	text-align: center;
	background: #ffdfa1;
}

a {
	color: #000000;
}

img {
		border: 0;
}

div#body {
	
	margin: auto;
	width: 760px;
	background-color: #ffcd6a;
	border: 3px solid #000000;
}

div#logo {
	margin: 20px;
	margin-bottom: 0;
}

div#menu {
	margin: 10px;
}

div#menu ul {
	margin: 0;
	padding: 0;
}

div#menu ul li {
	display: inline;
	margin-left: 5px;
	margin-right: 5px;
}

div#content {
	text-align: left;
	margin: 30px;
}

h1 {
	font-size: 18px;
}

h2 {
	font-size: 16px;
}

h3 {
	font-size: 14px;
}

hr {
	height: 1px;
	background-color: #000000;
	border: 0;
}

table {
	border-collapse: collapse;
}

table td {
		padding: 0;
}

table.opdraettere {
	border-collapse: collapse;
}

table.opdraettere td {
	padding: 5px 0 5px 0;
	width: 400px;
}

table.opdraettere td img {
	border: 1px solid #000000;
	float: left;
	margin-right: 20px;
}

table.billeder {
	border-collapse: collapse;
}

table.billeder td {
	padding: 0;
	vertical-align: top;
	width: 280px;
	padding-right: 30px;
}

table.billeder td img {
	border: 1px solid #000000;
}

table.billeder td div {
	font-style: italic;
	margin-top: 5px;
	margin-bottom: 10px;
	font-size: 12px;
}

table.klubben {
	border-collapse: collapse;
	margin-top: 5px;
}

table.klubben td {
	padding: 0;
	padding-bottom: 15px;
	vertical-align: top;
}

table.klubben td.lbl {
	width: 150px;
	font-weight: bold;
}

table.killinger {
		border-collapse: collapse;
		width: 100%;
		border: 2px solid #000000;
}

table.killinger td {
		border: 1px solid #000000;
		padding: 10px;
		width: 33%;
		background: #ffdfa1;
}

div.update {
		text-align: center;
		margin-bottom: 10px;
		font-size: 12px;
		font-weight: bold;
}

table.points td {
		padding: 2px 50px 2px 0;
}