@charset "ISO-8859-1";
/* CSS Document */

* {
/* all styles padding and margin = 0*/
padding:0;
margin:0;
}

a:link, a:visited, a:active {
	text-decoration: underline;
	color: #AB4600;
}

a:hover {
	text-decoration: underline;
	color: #ffffff;
}

body {
	background-color: #4c4745;
	background-image:url(img/back.gif);
	background-position: center;
	background-repeat: repeat-y;
}

#nav {
	width: 730px;
	height: 225px;
	clear: both;
	float: none;
	background-image: url(img/top.jpg);	
}

#container {
	width: 730px;
	/*background-color: #000000;*/
	margin: auto;
}

#clearfloat {
	clear: both;
	height: 50px;
	width: 730px;
}

#spacer {
	width: 35px;
	height: 10px;
	float: left;
	/*background-color: #33FF00;*/
	}

#home, #ontbijt, #brasserie, #restaurant, #visie, #route, #english {
	width: 730px;
	float: left;
}

.imgspace {
	margin-top: 15px;
}

.menu {
	width: 450px;
	float:left;
}

.menu i {
	text-transform: none;
	font-style: normal;
}

.txt {
	width: 435px;
}

.sidephoto {
	width: 190px;
	height: 50px;
	background-color:#cccccc;
	float: right;
	margin-top: 50px;
}


h1 {
	text-transform: uppercase;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	margin-top: 50px;
	margin-bottom: 25px;
	letter-spacing: 2px;
}

h2, h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #AB4600;
	margin-top: 14px;
}

h2 {
	text-transform: uppercase;
}

p,li,u {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 15px;
	color: #746c69;
}

#info {
	text-align: right; 
	float:left; 
	margin-right: 25px; 
	width: 150px; 
	margin-top: 50px;
}

#info p {
	font-size: 9px;
}

ul {
margin-left: 12px;
}

li { 
}

u {
	float: right;
	margin-left: 15px;
	text-decoration: none;
}

#route p {
	margin-bottom: 10px;
}

#route h3 {
	margin-top: 0px;
	line-height: 20px;
}

#route h1 {
	margin-bottom: 10px;
	margin-top: 20px;
}

#B1, #B2, #B3, #N1, #N2, #N3 {
	display:none;
}

#family img {
	float: left;
	width: 91px;
	height: 100px;
	/*margin-left: 15px;
	margin-bottom: 15px;*/
}

#family { 
	width: 730px;
	/*margin-top: 25px;
	float: right;
	margin-right: 25px;*/
}

#verlof {
	background-color: #746c69;
	text-align:center;
	margin-bottom: 20px;
	padding-top: 8px;
	padding-bottom: 8px;
}

#verlof p {
	color: #FFFFFF;
	width: 300px;
	margin: auto;
	}
