@charset "utf-8";

	a {
		color: #800608;
		text-decoration: none;
	}
	a:hover {
		color: #aaa;
		text-decoration: underline;
	}
	body {
		background: #eee3e4 url('../images/back.jpg') repeat-x;
	}
	body, table, th, td, input, textarea, p {
		font-family: 'Trebuchet MS', 'Tahoma';	
		font-size: 10pt;
		text-align: left;
		
	}
	p {
		color: #2e2e2e;
		text-align: justify;
		line-height: 1.5em;
		padding: 0;
		margin: 10px 0;
	}
	p a { 
		padding: 0px 5px;
		background: #fbefef;
		color: #800608;
	}
	p a:hover {
		color: #fff;
		background: #da6e70;
		text-decoration: none;
	}
	
	#container {
		width: 790px;
		margin: 0 auto;
	}
	#content {
		background: url('../images/content-back.jpg') no-repeat;
		min-height: 100px;
		clear: both;	
		position: relative;
		z-index: 2;	
	}	
	#copyright {
		position: absolute;
		margin: 230px 0 0 300px;
		font-size: 7pt;
		color: #888;
		text-align: right;
	}
	#footer {
		height: 290px;
		background: url('../images/footer.jpg') no-repeat;
		margin-top: -110px;
		position: relative;
		z-index: 1;
	}
	#header {
		background: url('../images/header.gif') no-repeat;
		height: 272px;
	}
	#languagebar {
		font-size: 8pt;	
		position: absolute;
		margin: 40px 0 0 360px;
	}
	#left {
		float: left;
		margin: 10px 20px;
		width: 450px;
	}
	#left h1 {
		font-size: 25pt;
		color: #800608;
		font-family: 'Garamond';
		background: url('../images/h1-aardbeien.jpg') no-repeat;
		height: 50px;
		line-height: 43px;
		padding: 0 0 0 70px;
		margin: 15px 0 -10px;
	}
	#left h2 {
		font-size: 15pt;
		font-family: 'Garamond';
		color: #800608;
		padding: 10px 0 0;
		margin: 0;
	}
	#menu {
		width: 100%;
		margin: 0;
		padding: 0;
		list-style: none;
	}
	#menu li {
		display: block;
		width: 158px;
		float: left;
		margin: 0;
		padding: 0;
		list-style: none;
	}
	#menu li a {
		display: block;
		height: 33px;
		line-height: 31px;
		text-align: center;
		text-decoration: none;
		color: #5e0508;
		font-size: 11pt;
	}
	#menu li a:hover {
		background: url('../images/menu-back.jpg') repeat-x;
	}	
	#receptslide {
		position: absolute;
		margin: 160px 0 0 20px;
	}
	#right {
		float: right;
		width: 260px;
		margin: 20px 0;
	}
	#right p {
		font-size: 9pt;
	}	
	#right h2 {
		color: #515d22;
		font-size: 17pt;
		font-family: 'Garamond';
		margin: 10px 0 2px;
	}
	#right .aardbeienplukken {
		background: url('../images/aardbeien-plukken.jpg') no-repeat bottom left;
		padding: 0;
		padding-bottom: 45px;
	}
	
	.clear {
		clear: both;
		position: relative;
		height: 1px;
		overflow: hidden;
	}
	.jcarousel-skin-tango li {
		line-height: normal;
	}
	.jcarousel-skin-tango li img {
		float: left;
		margin-right: 10px;
	}
	.jcarousel-skin-tango li a img {
		border: 2px solid #fff;
	}
	.jcarousel-skin-tango li .gang {
		display: block;
		font-size: 11pt;
		font-weight: bold;
		color: maroon;
		margin-top: 5px;
	}
	.jcarousel-skin-tango li .beschrijving {
		font-size: 9pt;
		display: block;
		margin: 3px 0 -2px;
	}
	.jcarousel-skin-tango li a {
		font-size: 9pt;
		color: #4b602c;
	}
	.footnote {
		border-top: 1px dotted #888;
		color: #888;
		margin: 10px 0;
		padding: 5px 0;
		font-size: 9pt;
	}
	.origin {
		display: block;
		font-size: 9pt;
		color: #888;
		margin: 0 0 10px 0;
	}
	.title {
		font-weight: bold;
		margin: 0 0 -10px 0;
		position: relative;
		display: block;
	}
