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


body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	color: #000000;
	background-color: #00AEEF;
	margin: 0px;
	height: 100%;
	width: 100%;
}
#container {
	width: 100%;
	background-color: #CCCCCC;
	height: 518px;
	clear: both;
	float: left;
	margin-top: 1%;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	background-image: url(../images/verloop.png);
	background-repeat: repeat-x;
	background-position: left top;
}
#carehouse_menu {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	color: #000000;
	width: 100%;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
}
#wrapper {
	height: 20%;
	width: 100%;
	vertical-align: bottom;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
}
a:active {
	color: #FFFFFF;
}
