html {
	height: 100%;
	width: 100%;
	padding-top: 0;
	margin-top: 0;
}

.centeredImage {
	text-align : center;
	border : 0px;
	margin :0px;
	padding:0px;
}


a {
	color : #000000;
	font-family : 'Trebuchet MS', Tahoma, Arial;
	font-size : 12px;
	text-decoration : none;
}


a:hover {
	color : #5C5C5C;
	text-decoration : underline;
}


body {
	margin-top: 0;
	padding-top: 0;
	background-color : #EFEFEF;
	color : #5c5c5c;
	font-family : 'Trebuchet MS', Tahoma, Arial;
	font-size : 12px;
	width : 100%;
}


h1 {
	color : #383838;
	font-family : 'Trebuchet MS', Tahoma, Arial;
	font-size : 20px;
	font-weight : bold;
	text-align : center;
}


h2 {
	color : #383838;
	font-family : 'Trebuchet MS', Tahoma, Arial;
	font-size : 16px;
	font-weight : bold;
	border-bottom-width : 1px;
	border-bottom-style : solid;
	border-bottom-color : #C5C5C5;
}


h3 {
	color : #383838;
	font-family : 'Trebuchet MS', Tahoma, Arial;
	font-size : 14px;
	font-weight : bold;
}


h4 {
	color : #383838;
	font-family : 'Trebuchet MS', Tahoma, Arial;
	font-size : 14px;
	font-weight : bold;
	line-height : 0px;
	vertical-align : bottom;
}


table {
	vertical-align : top;
	width : 100%;
}


td.rijklaar {
	border-right-color : #5c5c5c;
	border-right-style : solid;
	border-right-width : 1px;
	padding-right : 1px;
	text-align : right;
}


td.rijklaar.subtotal {
	border-bottom-color : #5c5c5c;
	border-bottom-style : solid;
	border-bottom-width : 1px;
	border-top-color : #5c5c5c;
	border-top-style : solid;
	border-top-width : 1px;
	font-weight : bold;
}


td.rijklaar.subtotal.title {
	border-right : none;
	text-align : left;
}


tr {
	vertical-align : top;
}


object {
	text-align : center;
}


iframe {
	width : 100%;
	margin: 0;
	padding: 0;
	border-width : 0px;
	min-height : 500px;
}


#menu a {
	color : #FFFFFF;
	font-size : 13px;
	font-weight : bold;
}


#menu {
	background-image : url('images/top.jpg');
	background-color: #000;
	background-position : top center;
	height : 180px;
	width : 100%;
	text-align : center;
}

ul#topmenu {
	width: 100%;
	height: auto;
	display: block;
	list-style: none;
	margin: 0;
	padding: 160px 0 0;
	position: relative;
	bottom: 0px;
}


ul#topmenu li {
	display: inline-block;
	text-align : center;
	width : 90px;
	/* Fix menu display in IE7 */
	zoom: 1;
	*display: inline;
}

#content {
	border : 1px black solid;
	width: 778;
	height: 100%;
	overflow: hidden;
}

#right {
	width: 150px;
	float: right;
	background-color: #EEEEEE;
	border: 1px solid #C8C8C8;
	border-right: none;
	border-top: none;
	margin: 0;
	height: 100%;
	text-align: right;
}

#right h3,
#right h4,
#right p {
	margin-right: 5px;
	margin-left: 5px;
}

#right img {
	margin: 5px;
}

#right p#openingstijden {
	line-height: 150%;
	text-align: right;
}

hr {
	border: none 0;
	border-top: 1px solid #C8C8C8;
	height: 1px;
}

div#tekst img {
	margin: 10px;
}

div#tekst img.r-al {
	float: right;
}

div#tekst img.l-al {
	float: left;
}


div.item {
	border-bottom: 1px solid #C8C8C8;
	height: auto;
	overflow: hidden;
	clear: both;
}


#wrapper {
	width : 780px;
	margin : 0 auto;
	background-color : #FFFFFF;
}


#copyright {
	color : #666666;
	font-size : 9px;
	font-style : italic;
	text-align : center;
}


#opening td {
	border-bottom-width : 0px;
}


#opening table {
	border-left-width : 0px;
}


img.smallImage {
	height : 95px;
	width : 133px;
	text-align : center;
}


img.typeImage {
	height : 150px;
	width : 600px;
}

p.date {
	text-align : right;
	font-size : 10px;
	color : #666666;
}

div#tekst {
	margin: 0 0.5em;
	width: 600px;
	padding: 0.5em;
	overflow: hidden;
}

form#afspraakform label.left {
	display: inline-block;
	width: 175px;
	vertical-align: top;
}

form#afspraakform label.left:after {
	content: ': ';
}

form#afspraakform label.left.blank:after {
	content: '';
}

form#afspraakform input.text,
form#afspraakform textarea.text,
form#afspraakform select#verv {
	width: 250px;
}

form#afspraakform textarea {
	height: 200px;
}

form#afspraakform select#aanhef {
	width: 75px;
}

form#afspraakform input#naam {
	width: 175px;
}

