a:link, a:visited 	{ color: #6D7829; text-decoration:none;}
a:active, a:hover 	{ color: #6D7829;  cursor:hand; text-decoration:underline;}

/* STYLE */

body{
	background: White;
	font: 11px solid Arial, Verdana, Geneva, Helvetica, sans-serif;
	/*letter-spacing: 1px;*/
	color: Gray;
	margin: 0px;
	padding: 0px;
}

/* ID */
#bodybox{
	background-image: url(im/back_leaf.jpg);
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	width: 769px;
	height: 100%;
}


/* in main komt gehele pagina */
#main{
	margin-left: 15px;	
	margin-right: 15px;
	width: 769px;
}

#header{
	height: 79px;
	background-color: White;
	background-image: url(im/header.gif);
	background-repeat: no-repeat;
	background-position: left;
}

#splash{
	height: 183px;
	background-image: url(im/splash_home.jpg);
	background-repeat: no-repeat;
	background-position: left;
}

#nav{
	height: 32px;
/*	background-image: url(im/nav.gif);
	background-repeat: no-repeat;
	background-position: left;*/
	margin-top: 14px;
}

#contentbox{
	height: 531px;
}

#teaser{
	float: left;
	margin-top: 13px;
	width: 250px;
	height: 324px;	
	background-image: url(im/teaser.gif);
	background-repeat: no-repeat;
	background-position: left;
}

#content{
	float: left;	
	margin-top: 13px;
	margin-left: 8px;
	width: 510px;
	height: 324px;
	text-align:left;
}


#footerline{
	height: 6px;
	background-color: #6D7829;
	font-size: 0px;
}

#footer{
	height: 16px;
	margin-bottom: 80px;
	margin-top: 10px;
	text-align: center;
	letter-spacing: 3px;
}

#copyright{
	margin-top: 20px;
	text-align: center;
	letter-spacing: 1px;
	color: Silver;
	font-size: 9px;
}


/*
border: 1px yellow solid;
*/