body {
	margin:auto;
	padding:0;
	text-align: center;
	width:100%;
	height:100%;
	font-family: verdana, lucida, Arial , helvetica, sans-serif;
	font-size:11px;
	color:#008;
	background-color: #F1F1F1;
}

.text {
	font-family: verdana, helvetica, sans-serif;
	font-size:1.3em;
	color:#008;
}

table {
	border-collapse: collapse;	
	font-size: 11px;
}

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

#content	{
	float: left;
	display: inline;
	width: 100%;
	text-align: left;
	background: url(images/background.gif) repeat center;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

#menu	{
	background-color: #EAEAEA;
	float: left;
	display: inline;
	margin: 0 0 0 0;	
	width: 200px;
	height:100%;
	text-align: left;	
}

#contentRight {
	font-family: verdana;
	font-size:10px;
	float: left;
	display: inline;
	margin: 5px;
	width: 529px;
}

#siteheader	{
	margin: auto;
	color: #718DA9;
	text-align: center;
	width: 766px;
	height: 128px;
	background: url(images/header.jpg) no-repeat center;
}

#footersite	{
	margin: 0 auto;
	color: #718DA9;
	font-size: 11px;
	text-align: left;
	width: 100%;
	height: 44px;
	background: url(images/footer.jpg) no-repeat center;
	clear:both;
}

.brand {
	overflow: hidden;
	width: 190px;
	height: 180px;
	float: left;
	display: inline;
	padding-left:6px;
}

h1, h2 {
 font-size: 18px;
}

.error {
	color:red;
}

a {
	color:blue;	
}

a:link {
	color:blue;	
}

a:visited {
	color:blue;	
}

a:active {
	color:blue;	
}
a:hover {
	color:#E7520F;
}

a#blinking {text-decoration: blink;}

/* Reparatie formulier */
.verplicht {
	background-color:#0099cc;
	color:black;
}
.hide {
	display: none;
}

.meldingPlanning {
	color: red;
}
input {width: 185px; text-align:left;}
.inputSelect {width:185px;}
.inputButton {width: 100px; text-align:center}
.inputCheckbox {width: 10px;}
.inputRadio {width:10px;}

/* box op reparatie pagina's om mensen aan te sturen om naar de reparatie pagina te gaan */
.repairForm { position: absolute; left:900px;top:130px; background-color: #EAEAEA; width: 300px; border: 3px #008AC8 solid; padding: 4px; }
