body{
background-color: #fae9d7;
font-family: Trebuchet MS, Arial, Helvetica, sans-serif, verdana;
background-image: url(img/bg.png);
background-repeat: repeat-y;
}

#totaal{
    width: 1050px;
}

#left{
    width: 290px;
	float: left;
}

#stamp{
    width: 100%;
	height: 100%;
	background-image: url(img/stamp.png);
	background-repeat: no-repeat;
	background-position: bottom right;
}

#right{
    width: 740px;
	float: right;
}

#header{
	width: 740px;
	height: 150px;
	margin-left: 10px;
	background-image: url(img/header.png);
	background-repeat: no-repeat;
}

#menulo{
	width: 740px;
	height: 35px;
	margin-top: 20px;
	margin-left: 10px;
	background-image: url(img/menu.png);
	background-repeat: no-repeat;
	font-family: Tahoma;
}

#titel{
	word-spacing: 2px;
	color: #ff3400;
	font-weight: bold;
	font-size: 15pt;
	letter-spacing: -1px;
	font-family: Tahoma;
	margin-bottom: 10px;
}

#subtitel{
	word-spacing: 2px;
	color: #ff3400;
	font-weight: bold;
	font-size: 16px;
	letter-spacing: -1px;
	font-family: Tahoma;
	clear:both;
}

#subtitel300{
	word-spacing: 2px;
	color: #ff3400;
	font-weight: bold;
	font-size: 16px;
	margin-left: 36px;
	letter-spacing: -1px;
	font-family: Tahoma;
	margin-left: 308px;
	clear:both;
}

#content{
	width: 740px;
	height: 300px;
	margin-top: 25px;
	margin-left: 10px;
	text-align: justify;
	word-spacing: 2px;
	line-height: 160%;
	color: #373737;
	font-family: Tahoma;
	font-size: 15px;
}

#nieuws{
	width: 300px;
	text-align: left;
	float: right;
	background-image: url(img/nieuws.png);
	background-repeat: no-repeat; 
	padding: 5px;
}

#trebolkaart{
	width: 300px;
	height: 77px;
	text-align: left;
	float: right;
	background-image: url(img/trebolopkaart.png);
	background-repeat: no-repeat; 
	padding: 5px;
}

#agendatotaal{
	width: 248px;
	margin-left: 10px;
}

#agendatop{
	width: 248px;
	height: 55px;
	background-image: url(img/agendatop.png);
	background-repeat: no-repeat;
}

#elkewtop{
	width: 248px;
	height: 55px;
	background-image: url(img/elkewtop.png);
	background-repeat: no-repeat;
}

#agendamiddel{
	width: 248px;
	background-image: url(img/agendamiddel.png);
	background-repeat: repeat-y;
	padding: 5px;
	letter-spacing: inherrit;
	line-height: 110%;
	font-family: Tahoma;
	font-size: 11px;
	color: #fff;
}

   	a.content {text-decoration: underline; 	color: #ff3400;}
	a.content:hover {text-decoration: underline; 	color: #373737;}
	
	a.menu {text-decoration: none; 	color: #000000; font-weight: bold;}
	a.menu:hover {text-decoration: none; color: #373737; font-weight: bold;}
	
    a:link {color: #ff3400;}
	a:visited {color: #ff3400;}
	a:hover {color: #8c8c8c;}
	a {text-decoration: underline;}

