body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 0;
	margin: 0;
}

div#page {
	position: relative;
	width: 460px;
	margin: 0 auto;
	margin-top: 75px;
}

.abc a {
	color: black;
	text-decoration: none;
	line-height: 150%;
}

.abc a:hover {
	text-decoration: underline;
}

.abc {
	margin-top: 15px;
	margin-left: 0;
}

div.logo {
	margin-bottom: 25px;
}

div.home {
	margin-top: 130px;
}

div.search {
	position: relative;
	max-height: 40px;
	overflow: visible;
	z-index: 1000;
}

div.correct {
	margin-top: 20px;
}

div.correct a {
	color: #00c;
	text-decoration: none;
}

div.correct a:hover {
	text-decoration: underline;
}

div#suggest {
	background: white;
	border: 1px solid #ccc;
	width: 373px;
	margin-top: -1px;
	display: none;
}

div#suggest a {
	display: block;
	padding: 3px;
	width: 367px;
	color: black;
	text-decoration: none;
	background: white;
	position: relative;
	z-index: 1001;
}

form#queryForm {
	margin: 0;
	padding: 0;
}

div.text {
	position: relative;
	margin-top: 50px;
	z-index: 20;
}

div#suggest a:hover {
	background: #eee;
}

input {
	border: 1px solid #ccc;
}

input.search {
	width: 367px;
	height: 30px;
	font-size: 16px;
	margin-right: 10px;
	padding-left: 5px;
}

input.button {
	width: 60px;
	height: 34px;
	font-size: 14px;
	padding-bottom: 1px;
	background-image: url('../../img/gui/button_gradient.png');
	background-repeat: repeat-x;
}

.shadow {
  -moz-box-shadow: 1px 1px 1px 1px #ddd; /* Firefox/Mozilla */
  -webkit-box-shadow: 1px 1px 1px 1px #ddd; /*Safari/Chrome */
  box-shadow: 1px 1px 1px 1px #ddd; /* Opera & hoe het zou moeten */
}

h1.title {
	display: block;
	color: #00c;
	margin-top: 20px;
	font-size: 14px;
	font-weight: normal;
	line-height: 100%;
}

span.query {
	color: #00c;
}

span.url a {
	color: #393;
	text-decoration: none;
}

span.url a:hover {
	text-decoration: underline;
}

p {
	margin-top: 0;
}

img {
	border: 0;
}

input.suggestion {
	height: 20px;
	font-size: 14px;
	width: 280px;
	padding-left: 5px;
}

table.suggestion td {
	padding: 5px;
}

table.suggestion td.button {
	padding: 0 !important;
}

table.suggestion td.button input {
	width: auto;
	height: 30px;
	margin-top: -26px;
}

div.footer {
	margin-top: 100px;
	font-size: 12px;
}

div.home div.footer {
	margin-top: 150px;
}

div.ad {
	margin-left: 180px;
	font-style: italic;
}

div.banner {
	
}

div.hidden {
	display: none;
}

div.links {
	margin-left: 15px;
}

div.links a {
	color: black;
	text-decoration: none;
}

div.links a:hover {
	text-decoration: underline;
}

