html {
	height: 100%;
	margin: 0;
	padding: 0;
	overflow-y: scroll;
	text-align: center;
	line-height: 20px;
	background-color: #000000;
	
	overflow-y: hidden;
}

body {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #ffffff;
	height: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
}

th{
	text-align:left;
}

a {
	color: #red;
	text-decoration: none;
}

h1 {
	margin: 4px 0;
	font-size: 18px;
	color: #fff;
}

h2 {
	margin: 4px 0;
	font-size: 14px;
	color: #fff;
}

h3 {
	margin: 4px 0;
	font-size: 12px;
	color: #fff;
}

p {
	margin: 5px;
}

a:link{
	color: #red;
}

a:visited{
	color: #red;
}

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

a:active {
	color: #red;
	text-decoration: underline;
}

hr {
	height: 15px;
	border: 0;
	background-image: url('../gfx/hr.gif'); 
	background-repeat: repeat-x; 
	background-position: scroll center;
}

div#shim {
  visibility: hidden;
  width: 100%;
  height: 50%;                                                                     
  margin-top: -320px;                                                              
  float: left;
}

div.container{
  clear: both;
  position: relative;
  top: -400px;
  /* IE4ever Hack: Hide from IE4 **/
  position: static;
  /** end hack */
}

div.container {
	height: 643px;
	width: 996px;
	background-color: #282628;
	margin: auto;
	text-align: left;
	border: 1px solid #fff;
}
div.top{
	background:url('../afbeeldingen/logo.jpg') no-repeat top center;
	border-bottom: dashed #333333 1px;
	height:150px;
	width:105px;
	float:left;
	margin:0;
	padding:0;
}
div.titel{
	margin:0 0 0 200px;
	padding:0;
	float:left;
	width:300px;
}
div.topwrapper{
	height:150px;
	border-bottom: dashed #333333 1px;
}
div.body{
	overflow:auto;
	height: 480px;
}
div.topwrapper div.contactgegevens{
	float:right;
}
div.topwrapper div.titel h1{
	font-weight:normal;
	font-size:28px;
	line-height:5em;
}

div.content {
	clear:both;
	float: right;
	width: 582px;
	background-color: #282628;
	border-width: 1px;
	border-style: solid;
	border-color: #ffffff;
	margin: 50px 0 0 0;
	padding: 10px;
	height: 400px;
	overflow-y: auto;
}

div.hr {
  height: 5px;
  background: url('../gfx/hr.gif') repeat-x scroll center;
  margin:10px auto;
}
div.hr hr {
  display: none;
}

table {
	font-size: 12px;
}
div.content #formulier label {
	display: block;
	margin: 3px;
	padding: 3px;
	width: 400px;
}

div.content #formulier .textField {
	width: 200px;
	background-color: #000000;
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
}

div.content #contact {
	background-image: url(../gfx/contact.jpg);
	background-repeat: no-repeat;
	background-position: right 27px;
}

#button{    width: 100px;
  height: 55px;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent url(SearchGoogle.gif) no-repeat center top;
  text-indent: -1000em;
  cursor: pointer; /* hand-shaped cursor */
  cursor: hand; /* for IE 5.x */
}
form>#button { /* For non-IE browsers*/
  height: 0px;
}

img{border:0;}
