/*
	grijs:	#7d776b
*/
html {
    height: 100%;
}
body {
	height: 100%;
	font-family: Arial, Verdana, Tahoma;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 19px;
	
	margin: 0px;
	padding: 0px;
	
	background: #000000 url(../images/background_menu.gif) left top repeat-x;
}
td {
	font-family: Arial, Verdana, Tahoma;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 19px;
}

.main_table {
	height: 100%;
	background: url(../images/background.jpg) left 100% no-repeat;
	
}

.menu {
	padding: 11px 32px;
	font-size: 14px;
	font-weight: bold;
}

.menu a, .menu a:active, .menu a:visited {
	padding: 0px 8px;
	font-weight: normal;
	font-family: Verdana, Arial, Tahoma;
	font-size: 13px;
	color: #7d776b;
	text-decoration: none;
	letter-spacing: 1px;
}
.menu a:hover, div.menu a.actief, div.menu a.actief:visited {
	color: #ffffff;
}

.content {
	padding: 30px 60px 100px 40px;
}

.foto_cell {
	padding: 30px 0px 30px 0px;
}
.foto, .foto_cell img {
	border: 4px solid #7d776b;
}

h1 {
	font-size: 16px;
	color: #7d776b;
}
h2 {
	font-size: 14px;
	color: #7d776b;
}
a, a:active, a:visited {
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #7d776b;
}
.btn {
	color: #FFFFFF;
	background-color: #7d776b;
	font-weight: bold;
	width: 120px;
}

table.bestelformulier tbody.keuzes {
	background-color: #2c2926;
}
table.bestelformulier tbody.toevoegen {
	background-color: #2c2926;
}
table.bestelformulier tbody.spacer tr td {
	height: 8px;
}