html, body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #009;
	font-size: 11px;
}

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

#page {
	border-left:1px solid #D0D0D0;
	border-right:1px solid #D0D0D0;
	border-bottom:1px solid #D0D0D0;
	padding-bottom:10px;
	padding-left:5px;
	padding-right:5px;
	width:750px;
	margin: 0 auto;
	line-height: 1.6;

	background: #e0e0e0;
	background: -moz-linear-gradient(top,  #e0e0e0 0%, #ffffff 50%, #ffffff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e0e0e0), color-stop(50%,#ffffff), color-stop(100%,#ffffff));
	background: -webkit-linear-gradient(top,  #e0e0e0 0%,#ffffff 50%,#ffffff 100%);
	background: -o-linear-gradient(top,  #e0e0e0 0%,#ffffff 50%,#ffffff 100%);
	background: -ms-linear-gradient(top,  #e0e0e0 0%,#ffffff 50%,#ffffff 100%);
	background: linear-gradient(top,  #e0e0e0 0%,#ffffff 50%,#ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0e0e0', endColorstr='#ffffff',GradientType=0 );
}

#page p {
	text-align: justify;
	padding: 0px 9px 15px 8px;
}

#page .headerimage {
	text-align: center;
}

#page .headerimage img {
	width: 760px;
	height: 100px;
	margin-left: -5px;
	padding: 0px;
	border-bottom:1px solid #D0D0D0;
}

#menu {
	float: left;
	width: 120px;
	text-align:left;
	padding-top: 0px;
	line-height: 20px;
}

#content {
	float: left;
	width: 610px;
	text-align:justify;
	border-left:1px solid #D0D0D0;
	padding-left: 5px;
	padding-right: 5px;
}

.pricetable td {
	padding: 0px;
	margin: 0px;
	border: 0px;
	border-top: 1px solid #E8E8E8;
	vertical-align: top;
}

#breadcrumb {
	border-bottom: 1px solid #ccc;
	margin-left: -5px;
	margin-right: -5px;
	padding-left: 5px;
	line-height: 25px;
	height: 25px;
}

#sidebar {
	float: right;
	width: 120px;
	padding-top: 0px;
}

#sidebar #skyscraper {
	padding-top: 20px;
}

#sidebar img {
	padding: 0;
}

#footer {
	padding-top: 20px;
	clear: both;
	text-align: center;
	font-size: x-small;
	color: #999;
}

#footer a, #footer a:visited {
	color: #999;
	text-decoration: none;
}

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

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

.imageright {
	float: right;
	padding-left: 10px;
	padding-bottom: 10px;
	margin-right: -5px;
}

.imageleft {
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
}

h1, h2 {
	color: #003;
	padding-top: 10px;
}

h1 {
	font-size: 2em;
	margin: 0;
	padding-top: 10px;
	padding-bottom: 15px;
	text-align: center;
}

h2 {
	font-size: 1.5em;
}

dd {
	font-weight: bold;
	font-size: 1.2em;
}

a, a:visited {
	color: #690;
	font-weight: bold;
}

a:hover {
	color: #3c3;
	text-decoration: none;
}

.columns {
	width: 370px;
	text-align: justify;
}

#left {
	float: left;
}

#right {
	float: right;
}

.boxtop {
	height: 8px;
	background: transparent url(/images/boxtop.png) top left no-repeat;
	overflow: hidden;
}

.boxheader {
	padding: 0px 6px;
	border: 1px solid #D0D0D0;
	border-top: none;

background: #ffffff;
background: -moz-linear-gradient(top,  #ffffff 0%, #f0f0f0 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f0f0f0));
background: -webkit-linear-gradient(top,  #ffffff 0%,#f0f0f0 100%);
background: -o-linear-gradient(top,  #ffffff 0%,#f0f0f0 100%);
background: -ms-linear-gradient(top,  #ffffff 0%,#f0f0f0 100%);
background: linear-gradient(top,  #ffffff 0%,#f0f0f0 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f0f0f0',GradientType=0 );

}

.boxheader h2 {
	padding: 0px 8px 8px 8px;
	margin: 0;
	font-size: 1.5em;
}

.boxcontent {
	padding: 8px 4px;
	border-left: 1px solid #D0D0D0;
	border-right: 1px solid #D0D0D0;
	line-height: 14px;
	color: #666;
}

.boxcontent ul {
	list-style: square;
	margin-top: 4px;
	margin-bottom: 0;
	line-height: 1.6;
}

.boxbottom {
	height: 8px;
	background: transparent url(/images/boxbottom.png)  top left no-repeat;
	overflow: hidden;
	margin-top:-1px;
}

.boxclear {
	clear: both;
	padding: 5px;
}

.error {
	color: #f00;
	font-weight: bold;
}

.topbanner {
	text-align: center;
	width: 100%;
}

.pricetable th {
	color: #000;
}

.pricetable .right {
	text-align: right;
	padding-right: 10px;
	white-space: nowrap;
	width: 60px;
}

.pricetable .prijs {
	white-space: nowrap;
	text-align: right;
}

.pricetable .middle {
	width: 0;
	height: 0;
	display: none;
}

.iframe {
	border: none;
	padding-left: 5px;
	width: 600px;
}

.iframe_small {
	height: 40px;
	overflow: hidden;
}

.iframe_full {
	height: 950px;
	overflow: scroll;
}

/* sortable tables */
table.tablesorter thead tr .header {
	background-image: url(/images/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url(/images/asc.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(/images/desc.gif);
}

