h5, p {
	margin: 15px 0px 15px 0px;
}

h1, h2, h4, h5, h6 {
	font-weight: normal;
}
h1, h2, h4, div#left ul li a {
	font-style: italic;
	color: #777;
}
h3, h5, h6 {
	font-style: normal;
}
h1, h2, h4, h6 {
	margin: 0;
}
h1 {
	font-size: 24pt;
}
h2 {
	font-size: 18pt;
}
h3 {
	font-size: 14pt;
	font-weight: bold;
	margin-top: 0;
}
h4 {
	font-size: 12pt;
	padding-top: 7px;
}
h5 {
	font-size: 10pt;
	font-style: italic;
}
h6, h3 span.small {
	font-size: 7pt;
}

body {
	margin: 0;
	min-width: 900px; /* does not work for IE 6 */
	font-family: arial;
	font-size: 10pt;
	background: white;
}

div#top {
	margin: 5px;
	height: 105px;
	border-bottom: 2px solid red;
}
div#top img#logo {
	float: left;
	margin: 0 20px 0 20px;
}
div#top img#hma, div#top img#unito, div#top img#ramoco, img.right {
	float: right;
	margin-left: 10px;
}
div#top img#ramoco {
	margin-top: 5px;
}
div#top img#hma, div#top img#unito {
	margin-top: 20px;
}

div#main {
	margin: 0 5px 5px 145px;
}

div#left {
	position: absolute;
	top: 117px;
	left: 5px;
	background: url(../images/left.jpg);
	background-repeat: no-repeat;
	height: 500px;
	width: 135px;
}

div#left ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
div#left ul li a {
	font-size: 14pt;
}
div#left ul li a:hover {
	color: red;
}

a {
 	color: #000000;
	font-weight: bold;  
	text-decoration: none;
	font-style: normal;
}
a:hover {
	color: #777777;
}

img {
	border: 0;
}

hr {
	border-style: solid;
	border-color: red;
	clear: both;
}

table {
	border-collapse: collapse;
}

th {
	font-style: italic;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
}

td.team {
	width: 150px;
}
td.score, td.time {
	text-align: right;
}
td.score {
	width: 14px;
}
td.extra {
	padding-left: 10px;
	width: 170px;
}

table#slideshow {
	background: #C0C0C0;
}
table#slideshow img {
	display: block;
}
table#slideshow select {
	float: right;
}

table.vereniging th {
	width: 140px;
	padding-bottom: 10px;
}
table.vereniging td {
	width: 180px;
	vertical-align: top;
}

table#team {
	width: 600px;
}
table#team td {
	vertical-align: top;
}
table#team td#sponsor {
	width: 300px;
}

table#historie td, table#sponsors td {
	width: 300px;
	vertical-align: top;
}

table#sponsors td {
	padding-bottom: 10px;
}

table.redactie td {
	width: 110px;
}

table tr.bold td {
	font-weight: bold;
}

table tr.top td {
	vertical-align: top;
}

img.right {
	margin-bottom: 5px;
}

img.clublogo {
	width: 100px;
	height: 100px;
	border: 1px solid #DDD;
	float: right;
	margin-left: 5px;
	margin-bottom: 5px;
	padding: 1px;
}

div.thumb {
	float: left;
	width: 110px;
	margin-bottom: 5px;
}
div.thumb img {
	border: 1px solid #DDD;
}

ul {
	margin-left: 9px;
	padding-left: 9px;
	margin-bottom: 0;
}

.red {
	color: red;
	font-weight: bold;
}

table.beach th {
	width: 175px;
	font-style: normal;
}
table.beach input {
	width: 250px;
}
table.beach td {
	vertical-align: top;
}
table.beach input.radio, table.beach input.checkbox {
	width: auto;
}