/* CSS Document */
A:link {color: #4765AB; text-decoration: none;}
A:active {color: #4765AB; text-decoration: none;}
A:visited {color: #4765AB; text-decoration: none;}
A:hover {color: #FF6800; text-decoration: none;}



body {
	font-family: Trebuchet ms, Arial, Sans-serif;
	color: #333;
	font-size: 12px;
	overflow: auto;
	line-height: 140%;
	background-color: #eee;
	}
	
h1 {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #333;
	}

p {
	width: 428px;
	
	}

hr {
	height: 1px;
	width: 428px;
	border: none;
	background-color: #4765AB;
	}

fieldset {
	padding: 15px;
	width: 400px;
	margin-bottom: 15px;
	border: 1px solid #4765AB;
	}

input {
	color: #4765AB;
	border: 1px solid #4765AB;
	}

th {
	padding_ 2px;
	text-align: left;
	border-bottom: 1px dashed #4765AB;
	}

#foto {
	padding: 0px;
	margin: 0px;
	}	
.input_text {
	height: 13px;
	font-size: 11px;
	}

textarea {
	color: #4765AB;
	border: 1px solid #4765AB;
	font-size: 11px;
	}



.button {
	background-color: #fff;;
	}

div.header {
	position: absolute;
	top: 5px;
	left: 15px;
	width: 698px;
	height: 124px;
	border: 1px solid #a6a6a6;
	background-image: url("img/header.jpg");
	background-repeat: no-repeat;
	background-color: #ffffff
	}
	
div.menu {
	position: absolute;
	top: 130px;
	left: 15px;
	width: 119px;
	height: 284px;
	border: 1px solid #a6a6a6;
	background-color: #fff;
	}

div.content {
	position: absolute;
	top: 130px;
	left: 135px;
	width: 568px;
	min-height: 374px;
	border: 1px solid #a6a6a6;
	padding: 5px;
	padding-top: 10px; /* waarde voor internet explorer, nog kijken wat ik met ff doe */
	background-color: #fff;
	}

div.sponsors {
	position: absolute;
	top: 445px;
	left: 20px;
	width: 56px;
	height: 176px;
	}

.thumb {
	border-collapse: collapse;
	background-color: #fff;
	border: 1px solid #a6a6a6;
	width: 110px;
	height: 145px;
	margin: 5px;
	padding: 5px;
	padding-top: 7px;
	}

.DivThumb {
	position: relative;
	display: block;
	width: 110px;
	height: 110px;
	vertical-align: middle;
	text-align: center;
	}

.DivThumbTitle {
	position: relative;
	width: 110px;
	text-align: center;
	}

.klein td {
	font-size: 10px;
	}
