@charset "utf-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
}

a{
	color:#000;
	font-size:24px;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
}
.normalLink{
	font-size:12pt;
	color:red;
	text-decoration:underline;
}
h1{
	font-size:20px;
}
body{
	background:url(../images/background.jpg) repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12pt;
}

#wrapper{
	width:800px;
	height:640px;
	margin: 0 auto;
}

#header{
	width:800px;
	height:150px;
	float:left;
	background-image:url(../images/header.jpg)
}

#links{
	width:150px;
	height:100%;
	float:left;
	background-color:#595859;
}

#menu{
	margin-left:10px;
	width:130px;
	height:120px;
	float:left;
	background-color:#AAA;
}

#button_overons{
	padding-left:15px;
	width:115px;
	height:20px;
	font-size:16px;	
	background:#B5B5B5;
}
	#button_overons:hover{
		padding-left:15px;
		width:115px;
		background:#F00;
	}
	
#button_dienstens{
	padding-left:15px;
	width:115px;
	height:20px;
	font-size:16px;
	background:#CCC;
}
	#button_dienstens:hover{
		padding-left:15px;
		width:115px;
		height:20px;
		background:#F00;
	}


#button_tarieven{
	padding-left:15px;
	width:115px;
	height:20px;
	font-size:16px;
	background:#B5B5B5;
}
	#button_tarieven:hover{
		padding-left:15px;
		width:115px;
		height:20px;
		background:#F00;
	}
	
#button_contact{
	padding-left:15px;
	width:115px;
	height:20px;
	font-size:16px;
}
	#button_contact:hover{
		padding-left:15px;
		width:115px;
		height:20px;
		background:#F00;
	}

#content{
	width:620px;
	height:630px;
	float:left;
	background-color:#CED0D2;
	padding: 10px 10px 0 20px;
	font-size: 12px;
}

#contact{
	float:left;
	font-size:70%;
	width:150px;
	background-color:#CCCCCC;
	border-top:2px solid red;
	border-bottom:2px solid red;
	margin:10px 0 0 0;
	padding:5px;
}

#contact strong{
	font-size:90%;
}

#tel{
	font-weight:bold;
}