body
{
	margin: 0px;
	font-family: Garamond;
	background-color: #E2E2D5;
	height: 100%;
	width: 100%;
}

a
{
	color: #3b4849;
}

p:first-letter
{
	font-size: 1.7em;
	font-weight: bold;
}

p
{
	line-height: 1.2em;
}

#wrap
{
	position: absolute;
	margin-top: 8px;
	margin-bottom: 8px;
	border: solid 2px #475440;
	width: 900px;
	background: url(../images/bgwrap.gif) repeat-x #5C7340;
	left: 50%;
	margin-left: -450px;
}
#header
{
	background: url(../images/bgheader.gif);
	height: 180px;
}
#title
{
	position: relative;
	top: 120px;
	left: 200px;
	color: white;
	font-size: 2.1em;
}
#topright
{
	float: right;
	margin-top: 19px;
}

#content
{
}

#contentleft
{
	background: url(../images/bgleft.jpg);
	width: 190px;
	height: 420px;
}

#contentright
{
	float: right;
	width: 700px;
	color: White;
	font-size: 0.9em;
}
#contentfoto
{
	padding: 10px;
	float: right;
}
#contentfoto img
{
	clear: both;
	border: solid 8px white;
}
#contenttext
{
	padding-top: 20px;
}
#subscirpt
{
	visibility: hidden;
	background-color: White;
	color: #303d28;
	position: relative;
	top: -5px;
	text-align: right;
	padding: 2px 10px 4px 0;
}
#menu
{
	color: #3b4734;
	padding-top: 70px;
	text-align: center;
	padding-right: 20px;
}
#menu a
{
	font-weight: bold;
	color: #3b4734;
	text-decoration: none;
	line-height: 21px;
}

#menu a:hover
{
	color: white;
}
#address
{
	font-size: 0.8em;
}
#pictures
{
	border-top: solid 1px #40502C;
	background-color: #4C5F34;
	vertical-align: middle;
	text-align: right;
}

#pictures img
{
	border: solid 2px white;
	margin: 5px 5px 5px 25px;
}

#footer
{
	border-top: solid 1px #475440;
	background: url(../images/bgbottom.gif);
	height: 20px;
	color: White;
}
#footer a
{
	color: #22301b;
	text-decoration: none;
}
#footer a:hover
{
	color: white;
	text-decoration: none;
}
#footerright
{
	font-size: 0.9em;
	padding: 2px 5px 2px;
	float: right;
}
.dotted
{
	border-bottom: dotted 1px white;
}

.kaartTable
{
	background: #5c7340;
	padding: 4px;
	border: solid 2px #6C8450;
}




/*------------------------------table---------------*/

.kaartTableEvenementen
{
	background: #5c7340;
	padding: 4px;
	border: solid 2px #6C8450;
	margin-top: 10px;
}

.kaartTableEvenementen td
{
	padding-top: 10px;
	padding-bottom: 10px;
	/*padding-left: 5px;*/
}

.kaartTableEvenementen img
{
	height: 120px;
	 max-width:180px;
	border: solid 2px White;
}



