/* CSS Document */

body {
	background-color: #FFFF99;
	font-family: verdana, arial;
	}

p {
	font-family: verdana, arial;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	font-weight: normal;
	line-height: 15px;
	}
	
h1 {
	font-family: verdana, arial;
	font-size: 11px;
	color: #333333;
	font-weight: bold;
	line-height: 15px;
	}

#total {
	border: thin;
	border-style: solid;
	border-color: #000000;
	}
		
#header {
	height: 130px;
	width: 700px;
	background-image: url(images/header.gif);
	vertical-align: top;
	}

#welkom {
	vertical-align: top;
	font-family: verdana, arial;
	color: #333333;
	font-size: 11px;
	font-weight: normal;
	}

#welkom a {
	font-family: verdana, arial;
	color: #333333;
	text-decoration: underline;
	display: marker;
	background-color: #FFFFCC;
	}

#welkom a:hover {
	font-family: verdana, arial;
	color: #F95421;
	text-decoration: underline;
	
	}

#bijbel {
	vertical-align: top;
	font-family: verdana, arial;
	color: #333333;
	font-size: 11px;
	font-weight: normal;
	}

#feesten a{
	margin: 0;
	font-family: verdana, arial;
	font-size: 11px;
	font-weight: bold;
	line-height: 25px;
	padding-left: 10px;
	text-align: left;
	color: #F95421;
	text-decoration: none;
	background-color: #000000;
	display: block;
	width: 100px;
	}

#feesten a:hover {
	font-family: verdana, arial;
	font-size: 11px;
	font-weight: bold;
	line-height: 25px;
	padding-left: 10px;
	color: #000000;
	text-decoration: none;
	display: block;
	background-color: #F95421;
	text-align: left;
	}
	
#menu a{
	margin: 0;
	font-family: verdana, arial;
	font-size: 11px;
	font-weight: bold;
	line-height: 25px;
	padding-left: 10px;
	text-align: left;
	color: #F95421;
	text-decoration: none;
	background-color: #000000;
	display: block;
	width: 103px;
	}

#menu a:hover {
	font-family: verdana, arial;
	font-size: 11px;
	font-weight: bold;
	line-height: 25px;
	padding-left: 10px;
	color: #000000;
	text-decoration: none;
	display: block;
	background-color: #F95421;
	text-align: left;
}

