/* CSS Document */

body {
	font-family:"Times New Roman", Times, serif;
}

#site {
	width:900px;
	margin:0px auto;
}
#header {
	width:100%;
	height:90px;
	margin-bottom:20px;
	margin-top:10px;
	text-align:center;
}

#header a:link img, #header a:visited img, #header a:active img {
	border:0px;
	margin:0px;
	padding:0px;
}

#menu {
	width:130px;
	float:left;
}
#menu * {
  margin:0;
  padding:0;
  border:0;
}
#menu ul {
  float:left;
  margin-bottom:10px;
}
#menu ul li {
  list-style:none;
}
#menu a {
	border:1px solid transparent;
	border-top:1px solid white;
	padding:3px;
	clear:both;
	float:left;
	width:122px;
	text-align:center;
}
#menu a:link, #menu a:visited {
	text-decoration:none;
	color:black;
}
#menu a:hover {
	border:1px outset white;
	text-decoration:none;
	color:#A00000;
}
#menu a:active {
  border:1px inset white;
}

h1 {
	margin:0.3em 0px 0.3em 0px;
}

#page {
	width:750px;
	float:right;
	text-align:center;
	margin-bottom:20px;
	padding-bottom:10px;
}

#page a:link, #page a:visited {
	color:#414141;
	text-decoration:underline;
}
#page a:hover {
	color:#A00000;
	text-decoration:underline;
}

.pagetable  {
	margin:0px auto;
	width:700px;
}

.tekooptable {
	width:400px;
}

.verkocht {
	color:red;
	font-weight:bold;
	font-size:14pt;
}

td {
	text-align:left;
	vertical-align:top;
}

#credit {
	font-size:smaller;
	text-align:center;
	margin:0.5em;
}

/* Box Shadows */
#header, #menu ul, #page {
  -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
}