/* TEKST =================================== *//* Overskriftformater */h1	{	margin: 0;	font: bold 18px/18px georgia, times, "Times New Roman", serif;	color: #000;	}h2	{	margin: 0;	font: bold 14px/18px georgia, times, "Times New Roman", serif;	color: #000;	}h3	{	margin: 3px 0 6px 0;	border-bottom: 1px solid #deded8;	padding-bottom: 2px;	font: bold 10px/15px georgia, times, "Times New Roman", serif;	color: #c33;	text-transform: uppercase;	letter-spacing: .05em;	}h4	{	margin: 6px 0 6px 0;	font: normal 10px/12px verdana, geneva, arial, helvetica, sans-serif;	color: #7b7b78;	}h4 a:link, h4 a:visited	{	text-decoration: none;	color: #c60;	}h4 a:hover	{	text-decoration: underline;	color: #930;	}h4 a:active	{	text-decoration: none;	color: #c60;	}h6	{	margin: 0;	font: bold 11px/21px verdana, geneva, arial, helvetica, sans-serif;	color: #c33;	text-transform: uppercase;	}/* Broedtekstformater*/p	{	margin: 0 0 9px 0;
	font: normal 12px/18px georgia, times, "Times New Roman", serif;	}blockquote	{	margin: 0 0 9px 0;	font-family: verdana, geneva, arial, helvetica, sans-serif;	font-weight: normal;	color: #333	}.mono	{	font: normal 11px/15px monaco, courier new, courier, monospace;	color:#c33;	voice-family: "\"}\"";	voice-family: inherit;	font-size: 11px; }	html>body .mono	{	font-size: 9px;	}dl	{	margin: 0 0 9px 0;	}dt	{	margin: 0;	font: bold 11px/18px verdana, geneva, arial, helvetica, sans-serif;	}dd	{	margin: 0;	font: normal 11px/18px verdana, geneva, arial, helvetica, sans-serif;	}	/* Links */a:link, a:visited {	color: #33f;	text-decoration : underline;	}a:hover {	color: #00f;	text-decoration : underline;	}a:active {	color: #33f;	text-decoration : underline;	}span.highlight {    background-color:#ffff99;    }/* FORMS =================================== */input.txt	{	height: 21px;	border: 1px solid #deded8;	padding: 0;	font: normal 11px/18px verdana, arial, helvetica, sans-serif;	color: #333;	}textarea.txt	{	border: 1px solid #deded8;	padding: 0;	font: normal 11px/18px verdana, arial, helvetica, sans-serif;	color: #333;	}/* BILLEDER ================================ */img	{	display: block;	border: none;	}a.img {	border: none;	background-color:transparent; }a.img:link {	border: none;	background-color:transparent; }a.img:visited {	border: none;	background-color:transparent; }a.img:hover {	border: none;	background-color:transparent; }.illu {	margin-bottom: 6px;	border: 1px solid #deded8;	padding: 5px;	background: #eaeae5;	}
	
.number {
    text-align: right;
}

hr {
    border: 0;
    height: 1px;
    background-color: #deded8;
 }

/* LAYOUT ================================ */
body {
    background-color: #fff;
}

#mads-pedersen {
    margin-left: 25%;
    margin-right: 25%;
    width: 50%;
}

#mads-pedersen-statistik, .tablediv {
    padding: 10px;
    border: 1px solid #cdcdcd;
    font-size: 70%;
    margin: 10px 0 10px 0;
}

.tablediv td {
    font-weight: normal;
}
.tablediv td.date {
    font-weight: bold;
}