body {
	font-family: Verdana, sans-serif;
	background: #263D69 url(/back.jpg) repeat-y center;
	padding: 0;
	margin: 0;
}

a, a:visited {
	color: #2660B7;
	text-decoration: none;
}

a:hover, a:visited:hover {
	color: #2660B7;
	text-decoration: underline;
}

a.voorwaarden, a.voorwaarden:hover, a.voorwaarden:visited:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

#wrapper {
	width: 780px;
	padding: 0;
	margin: 0 auto;
}


#header {
	height: 102px;
	padding: 0px 0px;
	background: url(/topbalk-zilverlingen.jpg) no-repeat top left;
}

#contentwrapper {
	width: 580px;
	float: left;
}

#inleiding {
	background-color: #263D69;
	padding: 20px 20px 15px 20px;
	font-size: 11px;
	line-height: 18px;
	color: #FFFFFF;
}

#inleiding a, #inleiding a:visited {
	color: #ffffff;
	text-decoration: none;
}

#inleiding a:hover, #inleiding a:visited:hover {
	color: #ffffff;
	text-decoration: underline;
}

#content {
	padding: 30px 30px 15px 30px;
	font-size: 11px;
	line-height: 18px;
	color: #2F2F2F;
}

#side {
	width: 200px;
	float: right;
}

#menu {
	background-color: #666666;
	padding: 20px 20px 20px 20px;
	font-size: 11px;
	line-height: 18px;
	color: #ffffff;
}

#menubeeld {
	background-color: #333333;
	padding: 25px 0px 5px 30px;
	font-size: 11px;
	line-height: 18px;
	color: #2F2F2F;
}

#footer {
	background-color: #666666;
	padding: 10px 20px 2px 20px;
	font-size: 11px;
	line-height: 10px;
	color: #ffffff;
	margin-bottom: 0px;
}

h1 {
	display: none;
}

h2 {
	color: #ffffff;
	font-weight: normal;
	margin: 0 0 15px 0;
	font-size: 24px;
	font-family:  "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
}

h3 {
	color: #303030;
	font-size: 15px;
	font-family:  "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
}

p, h1, h2, h3, h4, h5, table {
	margin: 0 0 10px 0;
}

#menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
	border-bottom: 1px solid #333333;
	border-left: 1px solid #333333;
	background-color: #999999;
}

#menu li {
	border-top: 1px solid #333333;
	padding: 5px 10px;
}

#menu li:hover {
	border-left: 15px solid #263D69;
}

li#selected {
	background-color: #263D69;
}

#menu a, #menu a:visited, #menu a:hover, #menu a:visited:hover {
	text-decoration: none;
	color: #ffffff;
}

ul#submenu {
	margin: 0;
	padding: 0;
	border: 0px solid #999;
	border-left: 1px solid #333333;
}

#submenu li {
	padding: 3px 6px 3px 20px;
	font-size: 11px;
	list-style: square inside;
	color: #ffffff;
	border: 0px solid #999;
}

#submenu li:hover {
	border-left: 0px solid #333333;
}

#submenu a {
	color: #ffffff;
	text-decoration: none;
}

#submenu li#selected {
	background-color: #333333;
	color: #ffffff;
}

#submenu li#selected a, #submenu li#selected a:visited{
	color: #ffffff;
}

