html, body {
	margin: 0;
	padding: 0;
	font-family: "Lucida Grande","Lucida Sans Unicode",Tahoma,Verdana,sans-serif;
	font-size: 13px;
	color: #000;
	background-color: #fff;
	line-height: 18px;
}

#page {
	background: #fff;
	padding: 0px 5px;
	width: 960px;
	height: 100%;
	margin: 0 auto;
	position: relative;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}

#header {
	background: url("/header.gif");
	width: 960px;
	height: 120px;
	padding: 0;
	margin: 5px auto;
	position: absolute;
	top: 0;
}

#header b {
	display: none;
}

#breadcrumb {
	background-color: #f6ffd9;
	border: 1px solid #d0ff41;
	width: 958px;
	height: 27px;
	padding: 0;
	margin: 10px auto;
	position: absolute;
	top: 120px;
}

#breadcrumb .content {
	line-height: 24px;
}

#error {
	margin-top: 130px;
	width: 958px;
	float: left;
}

#wrapper {
	float: right;
	/*width: 630px;*/
	width: 960px;
	text-align: justify;
	padding: 0;
	margin-top: 165px;
}

#menu {
	display: none;
/*
	position: relative;
	width: 120px;
	text-align: left;
	line-height: 20px;
	margin-left: -128px;
	float: left;
	*/
}

#links {
	margin-top: 5px;
	width: 118px;
}

#content {
	float: right;
	position: relative;
	/*width: 630px;*/
	width: 958px;
}

#skyscraper {
/*	padding-top: 20px; */
}

#skyscraper img {
	padding: 0;
}

#pageend {
	clear: both;
}

#footer {
	width: 958px;
	line-height: 27px;
	height: 27px;
	padding: 0;
	margin: 5px 0;
}

#otherlinks .content {
	text-align: center;
	letter-spacing: -1px;
	font-size: 10px;
	line-height: 24px;
}

.disclaimer {
	float: right;
	color: #669966;
	font-size: xx-small;
}

sup.disclaimer {
	float: none;
}

.parties {
	font-size: x-small;
	color: #999;
	text-align: justify;
}

.misspell {
	font-size: xx-small;
	color: #999;
	text-align: justify;
	padding-top: 20px;
}

.sidepanel {
	width: 340px;
	float: right;
	padding-left: 10px;
}

.sidepanel .ad {
	font-family: arial,sans-serif;
	text-align: left;
	border: 1px solid #f60;
	height: auto;
	margin-bottom: 10px;
}

.sidepanel .ad .content {
	padding: 10px;
}

.sidepanel .ad h4 {
	margin: 0;
	padding: 0;
	font-weight: normal;
}

.sidepanel .link {
	color: blue;
	font-size: 16px;
}

.sidepanel .ad cite {
	color: #008000;
	font-weight: normal;
	font-style: normal;
	display: block;
}

#basic_content {
	width: 585px;
	float: left;
}

#side_content {
	padding-top: 10px;
	width: 340px;
	float: right;
	padding-left: 10px;
}

#side_content .ad {
	font-family: arial,sans-serif;
	text-align: left;
	border: 1px solid #f60;
	height: auto;
	margin-bottom: 10px;
}

#side_content .ad .content {
	padding: 10px;
}

#side_content .ad h4 {
	margin: 0;
	padding: 0;
	font-weight: normal;
}

#side_content .link {
	color: blue;
	font-size: 16px;
}

#side_content .ad cite {
	color: #008000;
	font-weight: normal;
	font-style: normal;
	display: block;
}

table img {
	border: 1px solid #ccc;
}

h1, h2, h3 {
	font-family: Verdana, Arial, sans-serif;
	color: #f90;
	vertical-align: middle;
}

h1 {
	font-size: 24px;
	line-height: 32px;
	margin: 0;
	padding-top: 10px;
	padding-bottom: 15px;
	text-align: center;
}

h2, h3 {
	margin: 20px 0 5px 0;
	padding: 0 10px;
	font-size: 18px;
}

h2 a, h2 a:visited, h2 a:hover, h3 a, h3 a:visited, h3 a:hover {
	text-decoration: none;
	color: #f90;
}

img {
	border: none;
	padding: 1px;
	vertical-align: bottom;
}

a, a:visited {
	color: #008956;
}

a:hover {
	color: #7f8e2b;
	text-decoration: none;
}

ul {
	list-style: none;
	padding-left: 0;
	margin: 0;
}

ul .number {
	float: left;
	width: 40px;
	text-align: right;
	padding-right: 3px;

	position: relative;
	display: inline;
	height: auto;
	margin: 0;
}

ul li {
	clear: left;
	text-align: left;
	color: #666;
}

ul.specs li b {
	float: left;
	width: 200px;
	display: block;
	margin-right: 10px;
	font-weight: normal;
	color: #000;
	text-indent: -15px;
	padding-left: 15px;
}

label {
	display: block;
}

label .text {
	float: left;
	display: block;
	width: 225px;
	vertical-align: bottom;
	line-height: 22px;
}

strong {
	color: #005533;
}

form {
	margin: 0;
	display: inline; 
	white-space: nowrap;
}

form div {
	float: left;
	white-space: normal;
}
form div a img {
	float: left;
	margin-right: 10px;
}

input {
	border: 1px solid #d0ff41;
	color: #030;
}

input.flat {
	height: 16px;
	margin: 1px;
	border: 1px solid #d0ff41;
	color: #000;
	text-decoration: none;
	background-color: #fff;
}

input[type=submit] ,
input.submit {
	background: #ddd;
	margin-top: 1px;
	margin-left: 1px;
	font-weight: bold;
	cursor: pointer;
	border: 1px solid #666;
	background: #00663c;
	color: #fff;
}

.banner {
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
}

.col {
	float: left;
	width: 350px;
}

#merken {
	width: 570px;
	padding-right: 30px;
}

#toplists {
	width: 336px;
}

#toplists ol {
	font-size: 10px;
}

.content {
	padding: 0px 10px;
}

.cornered {
	background-color: #f6ffd9;
	border: 1px solid #d0ff41;
	position: relative;
}

.cornered .c {
	position: absolute;
	display: block;
	width: 11px;
	height: 11px;
}

.lt {
	background: url("/images/corner-lt.gif") no-repeat top left;
	top: -1px;
	left: -1px;
}

.lb {
	background: url("/images/corner-lb.gif") no-repeat top left;
	bottom: -1px;
	left: -1px;
}

.rt {
	background: url("/images/corner-rt.gif") no-repeat top left;
	top: -1px;
	right: -1px;
}

.rb {
	background: url("/images/corner-rb.gif") no-repeat top left;
	bottom: -1px;
	right: -1px;
}

span.kentekenplaat {
	border: 2px solid black;
	float: left;
	background-color: yellow;
	color: black;
	margin-right: 10px;
	margin-bottom: 5px;
	line-height: 24px;
	height: 24px;
	width: 140px;
	padding-right: 10px;
}

span.kentekenplaat span.blue {
	font-size: 10px;
	float: left;
	font-weight: bold;
	background-color: blue;
	color: white;
	line-height: 10px;
	padding: 1px;
}

span.kentekenplaat span.blue span {
	bottom: 0px;
	vertical-align: bottom;
	display: block;
	line-height: 12px;
}

span.kentekenplaat span.rest {
	font-family: "Lucida Console", Courier, "Courier New", monospace;
	font-weight: bold;
	font-size: 20px;
	padding-left: 10px;
	display: block;
	float: right;
}

ul.sitemap li {
	text-align: left;
}

ul.sitemap li div {
	padding-left: 10px;
	font-size: 10px;
	line-height: 12px;
}

ul.sitemap li a {
	text-decoration: none;
}

.zuinig {
	padding: 5px 10px;
	line-height: 26px;
	border: 1px solid #CCCCCC;
}

.zuinig_A {
	background: #00AB4F;
}

.zuinig_B {
	background: #6CB947;
}

.zuinig_C {
	background: #C1D535;
}

.zuinig_D {
	background: #FFFF00 ;
}

.zuinig_E {
	background: #FBB32B;
}

.zuinig_F {
	background: #EB6130;
}

.zuinig_G {
	background: #E42131;
}

.stolen {
	float: right;
	border: 2px dotted red;
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 5px;
	color: red;
	font-weight: bold;
	font-size: 10px;
	font-style: italic;
	text-align: center;
	width: 160px;
}

table.kentekens {
	width: 450px;
}

table.kentekens th {
	text-align: center;
	border-bottom: 1px solid #ccc;
}

table.kentekens td {
	text-align: center;
	border-bottom: 1px solid #ccc;
}

.nieuws h3 {
	padding-top: 15px;
	padding-bottom: 5px;
	font-size: 13px;
	margin: 0;
	clear: both;
}

.list table {
	width: 592px;
}

.list tr {
	height: 60px;
}

.list td {
	border-top: 1px solid #999;
}

.list img {
	border: none;
}

.booktable td {
	text-align: left;
	white-space: nowrap;
	padding-left: 10px;
	vertical-align: top;
}

#tweetbird {
	position: absolute;
	top: 71px;
	right: 68px;
	z-index: 15;
}

#tweetbird img {
	height: 100px;
	width: 100px;
}

