﻿/* Standaard */
* {
	margin: 0;
	padding: 0;
}
html {
	color: #000;
    font-family: Arial, sans-serif;
	font-size: 62.5%;
	overflow: -moz-scrollbars-vertical;
}
p {
	margin-bottom: 1em;
}
table {
	border-collapse: collapse;
}
th {
	text-align: left;
}
h1 {
	font-size: 200%;
	font-weight: bold;
}
h2 {
	font-size: 150%;
	font-weight: bold;
}
h3 {
	font-size: 120%;
	font-weight: bold;
}
hr {
	background-color: #C4B8A1;
	border: 0;
	color: #C4B8A1;
	height: 1px;
	margin-top: 2px;
}
ol, ul {
	padding-left: 2.5em;
}
input, textarea, select {
	font-family: Arial, sans-serif;
	font-size: 100%;
}
.hidden {
	display: none;
}
.clearer {
	clear: both;
}


/* Masterpage Header */
#header {
	height: 90px;
	margin: 0 auto;
	width: 960px;
}
#header .logo {
	float: left;
}
#header .logo img {
	border: 0;
}
#header .menu {
	font-size: 120%;
	height: 2em;
	padding-top: 0.5em
}
#header .menu li {
	display: inline;
}
#header .menu a {
	color: #C4B8A1;
	line-height: 2em;
	margin-right: 20px;
	text-decoration: none;
}
#header .menu a:hover {
	color: #268FC6;
	text-decoration: underline;
}
#header a.login {
	float: left;
	margin-right: 240px;
}
#header .payoff {
	color: #C4B8A1;
	font-size: 160%;
	font-weight: bold;
	padding-top: 23px;
	margin-left: 483px;
}

/* Masterpage Content */
#content {
	background-image: url('/images/BlokVerloop.gif');
	background-position: left top;
	background-repeat: repeat-x;
	margin: 0 auto;
	min-height: 465px;
	padding: 0 2px 108px;
	position: relative;
	width: 960px;
}


/* Masterpage Footer */
#footer {
	height: 62px;
	margin: 0 auto;
	padding-top: 10px;
	position: relative;
	width: 960px;
}
#footer .ideal {
	float: left;
	margin-right: 25px;
	margin-top: -10px;
}
#footer .ideal img {
	border: 0;
}
#footer hr {
	margin-bottom: 7px;
}
#footer a {
	color: #C4B8A1;
	margin-bottom: 10px;
	margin-right: 20px;
	text-decoration: none;
}
#footer a:hover {
	color: #268FC6;
	text-decoration: underline;
}


/* Index */
.sfeerbeeld {
	margin-left: -3px;
	position: absolute;
}
.knoppenbalk {
	left: 97px;
	position: absolute;
	top: 108px;
}
.parkeermakelaarknop, .parkeerexpertknop {
	background-position: left top;
	display: block;
	height: 108px;
	position: absolute;
	width: 194px;
	top: 0;
}
.parkeermakelaarknop {
	background-image: url('/images/parkeermakelaarknop.gif');
	left: 97px;
}
.parkeerexpertknop {
	background-image: url('/images/parkeerexpertknop.gif');
	left: 291px;
}
.index .Home {
	min-height: 88px;
	position: absolute;
	top: 217px;
}
.bannre {
	left: 679px;
	position: absolute;
	top: 0;
}


/* Content, Banners en Nieuws */
.bannre .bijschrift {
	display: none;
}
.bannre img {
	border: 0;
}
.content, .nieuws {
	background-color: #fff;
	font-size: 120%;
	left: 97px;
	min-height: 304px;
	padding: 1em 2em;
	position: relative;
	top: 108px;
	width: 438px;
}
.content a, .nieuws a {
	color: #268FC6;
}
.content a:hover, .nieuws a:hover {
	color: #C4B8A1;
	text-decoration: none;
}

