/* CSS Document */

#kaart {
	width: 100%;
	height: 269px;
	overflow: hidden;
	padding: 0px;
	margin: 0px;
	border: 1px solid #CC6600;
}

#image {
	float: left;
	width: 300px;
	height: 244px;
	padding: 0px;
	margin: 0px;
}

#image img {
	width: 300px;
	height: 244px;
}

#contactinfo {
	float: right;
	width: 200px;
	padding: 0px;
	margin: 0px;
	height: 244px;
	padding-left: 5px;
	overflow: hidden;
}

.clear {
	clear: both;
	width: 100%;
	font-size: 1px;
}

.officename {
	text-transform: uppercase;
	background-color: #CC6600;
	color: white;
	text-align: center;
	width: 100%;
	margin-right: 5px;
	margin-top: 5px;
	font-weight: bold;
	font-size: 12px;
}

.officeaddress {
	color: black;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}

.officeroute, .officeroutedetail {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}

.officeroutedetail {
	padding-top: 3px;
	padding-bottom: 15px;
}

.officemail {
	 text-align: center;
	 padding-top: 5px;
	 padding-bottom: 5px;
}

.officelist {
	height: 25px;
	width: 300px;
	text-align: center;
}

.officelist span {
	display: block;
	color: black;
	text-transform: uppercase;
}

#officegeneral {
	text-align: center;
	padding-top: 50px;
	padding-bottom: 55px;
}