@charset "utf-8";

html {
	width: 100%;
	height: 100%;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	background: #c1c8c1;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	height: 100%;
	font-size: 10px;
}

img { border: 0 none; }

div#container {
	position: absolute;
	width: 1000px;
	height: 100%;
	left: 50%;
	margin-left: -500px;
}

div#uithangbord {
	width: 500px;
	/* hoogte 750 */
	height: 740px;
	margin-top:10px;
	background-image:url(../images/cyrielenmaria_uithangbord.jpg);
	background-position: top;
	background-repeat:no-repeat;
	border: solid black 1px;	
}

div#uithangbord_tekst {
	/* hoogte 650 */
	height: 410px;
	padding-top: 240px;
	color: white;
	font-size: 2.2em;
	font-weight: normal;
	text-align: center;
	vertical-align:top;
}

div#uithangbord_adres {
	/* hoogte 100 */
	height: 87px;
	padding-top: 10px;
	color: white;
	font-size: 2.2em;
	font-weight: normal;
	text-align: center;
	vertical-align:top;
}

div#uithangbord_adres a,
div#uithangbord_adres a:link,
div#uithangbord_adres a:active,
div#uithangbord_adres a:visited {
	text-decoration: none;
	font-weight: normal;
	font-size: 1em;
	color: white;
}
div#uithangbord_adres a:hover {
	text-decoration: none;
	font-weight:normal;
	color: #666666;
}

.keukenchef {color: #000000}

div#designed-by {
	position: absolute;
	top: 5px;
	left: 2px;
}

