/*
	Kleurgebruik
	Wit:    #ffffff
	Lichtblauw: #7dcce1
	Donkerblauw:  #26237a
	Oranje: #f45e19

*/

body,td,th, input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #26237a;
}

body {
	background: #ffffff;
	margin: 0;
	text-align: center;
}

h1 {
	font-weight: bold;
	font-size: 18px;
	color: #ffffff;
}

h2,h3,h4,h5,h6 {
	font-weight: bold;
	font-size: 14px;
	color: #ffffff;
	margin: 0px;
}


a:link, a:visited {
	color: #f45e19;
	text-decoration: none;
}

a:hover, a:active {
	text-decoration: underline;
	color: #f45e19;
}

#container {
	background: #7dcce1 url(bg.gif) repeat-y;
	text-align: left;
	width: 995px;
}

#top {
	background: transparent url(top.jpg) no-repeat;
}

	#top h1, #top h2 {
		display: none;
	}

#left {
	background: transparent url(left.jpg) no-repeat;
	padding:  155px 0 0 0;
	color:#FFFFFF;
}

	#left ul {
		padding: 0;
		margin: 0;
		list-style: none;
	}

	#left li {
		width: 179px;
	}

	#left a {
		width: 179px;
		margin: 0;
		padding: 12px 30px;
		color: #FFFFFF;
		display: block;
		text-decoration: none;
	}

	#left strong, #left a:hover  {
		width: 179px;
		background: transparent url(navBG.gif) no-repeat;
	}

#content {
	background: transparent url(content.jpg) no-repeat;
	padding:  98px 160px 0px  60px ;
}

#sidebar {
	background: transparent url(sidebar.jpg) no-repeat;
}

#sidebar h1 {
	margin: 10px;
	text-align:center;
}

#logo {
	margin: 5px;
	text-align: right;
}

.veld {
	border: #26237a 1px solid;
	width: 190px;
}

.knop {
	border: #26237a 1px solid;
	background-color: #26237a;
	font-weight: bold;
	color: #ffffff;
}
.thumb {
	border: #FFFFFF 2px solid;
	margin: 0 0 10px 10px;
}

