@charset "UTF-8";
/* CSS Document */


body
{
	text-align: center;
	min-width: 800px;
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	word-spacing: 3px;
	background-image: url('img/bg.jpg');
	background-repeat: repeat-y;
	background-position: center;
	background-color:#FFFFCC;
	z-index: 0;
}

a
{
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}

a:hover
{
	text-decoration: underline;
}

img
{
	border: none;
}

a img
{
	border: none;
}

h1
{
	font-size: 32px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}

h2
{
	font-size: 24px;
}

h3
{
	font-size: 16px;
}

#main
{
	margin: 0 auto;
	width: 801px;
	text-align: left;
	display: block;
	padding: 0px;
}

#header
{
	background-image: url("img/header.jpg");
	height: 260px;
	width: 800px;
	margin: 0;
	text-align: left;
	z-index: 1;
	padding: 0px;
}

#content
{
	margin: -18px 10px 0 10px;
	padding: 20px;
}

#right
{
	float: right;
	width: 350px;
	margin-top: -30px;
}

#logo
{
	float: right;
	width: 180px;
	height: 100px;
	margin: -260px 65px 0 0;
}

#actie
{
	display: block;
	float: left;
	width: 140px;
	height: 140px;
	background-image: url("img/sticker.png");
	margin: 25px 0px 0 -20px;
}

#menu
{
	float: right;
	width: 800px;
	margin-top: 70px;
	z-index: 2;
	line-height: 100%;
	
	display: table;
	padding: 0;
	margin: 0 auto;
	white-space: nowrap;
	list-style-type: none;
}

#menu li
{
	list-style: none;
	display: inline;
}

#menu li a
{
	float: ;
}

#editme
{
	float: right;
}

#lastedit
{
	font-size: 10px;
	font-style: italic;
}

#footer
{
	margin-top: 15px;
	text-align: center;
	font-size: 10px;
}

	
#flashcontent
{
	height: 300px;
	width: 700px;
}

.hidden
{
	display: none;
}

.small
{
	font-size: 0.7em;
}