@charset "utf-8";
/* CSS Document */
body
{
	background-color:#dae0e4; 
	margin:0px; 
	padding: 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	height:100%; 
	width:100%; 
}


a
{
	color: #7c2828;
}

p
{
	margin-bottom:10px;
	margin-top:10px;
}

h1
{
	font-size: 16px;
}
h2
{
	font-size: 15px;
	margin-top: 12px;
	margin-bottom: 13px;
}
h3
{
	font-size: 12px;
}
h1, h2, h3
{
	color: #7c2828;
}

ul.jaar b
{
	color: #7c2828;
}

input
{
	border:#7c2828 solid 1px;
}

input.error
{
	color:#7c2828;
}

h1 a, h2 a, h3 a
{
	color: #7c2828;
	text-decoration: none;
}

div.project h3
{
	color: #FFFFFF;
	background-color: #7c2828;
	text-align: center;
	margin-bottom: 0px;
	margin-top: 0px;
}

div.tooltip
{
	background-color:ivory;
	border: #333333 1px solid;
	padding: 2px;
	width: 150px;
}

img
{
	border:0px;
	margin: 0px;
	padding: 0px;
}

strong
{
	color: #7c2828;
	font-weight: bold;
}


span.viertueel
{
	color: #7c2828;
	font-weight: bold;
}

div#page
{
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	padding: 1px;
	border-left:#a7b0b5 solid 4px;
	border-right:#a7b0b5 solid 4px;
	border-bottom:#a7b0b5 solid 4px;
	height: 100%;
	background-image:url(../images/site/zwijnaarde.gif);
	background-position: top left;
	background-repeat: no-repeat;
	background-color:#FFF;
}

div#header
{
	background-image:url(../images/site/met_passie_en_vuur.gif);
	background-position: top right;
	background-repeat: no-repeat;
	height:77px;
}

div#header a.home
{
	background-image:url(../images/site/markant.gif);
	background-position: top left;
	background-repeat: no-repeat;
	height:64px;
	width:228px;
	display:block;
	margin-left: 27px;
	float:left;
}
	
div#header a.home span
{
	display:none;
}

div#header ul#menu
{
	list-style:none;
	float:left;	
}

div#header ul#menu li
{
	float:left;	
	text-align:center;
	width:100px;
}

div#header ul#menu li a
{
	color:#8a959c;
	display:block;
}

div#header ul#menu li a.current
{
	border-left: 1px solid #b2101d;
	border-right: 1px solid #b2101d;
}

div#header ul#menu li a:hover
{
	border-left: 1px solid #b2101d;
	border-right: 1px solid #b2101d;
}


div#page div#content
{
/*	margin-right: 125px;*/
	margin-left: 27px;
	height: 100%;
/*	padding: 4px;*/
	background-image: url(../images/site/bg.gif);
	background-position: top right;
	background-repeat: no-repeat;
	float:left;
	width:940px;
}

div#page div#content div#contentPage
{
	margin: 2px;
}

div#page div#content div.innerScroll
{
	overflow:auto; 
	/*margin-right:-4px; */
}


div#footer
{
	text-align: center;
	font-weight: bold;
	color:#CCCCCC;
	width: 750px;
	clear:both;
	margin-left: auto;
	margin-right: auto;
	padding-top: 5px;
}

div.error
{
	border: #CC0000 1px dashed;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../images/icons/exclamation.gif);
	background-position:top left; 
	background-repeat: no-repeat; 
	padding:2px; 
	padding-left:20px;
}

div#home
{
	padding: 20px;
	min-height: 430px;
}

div#bestuur
{
	padding: 20px;
}

div#agenda ul.jaar
{
	margin: 5px;
	padding: 5px;
	float:left;
	list-style:none;
	width:47%;
	border: 1px solid #bb2b36;
}
div#agenda ul.jaar .locatie,div#agenda ul.jaar .tijd
{
	float:right;
	clear:right;
}

div#sitemap
{
	position:absolute;
	clear:both;
	width: 600px;
	height: 0px;
	left: 50%;
	margin-left: -300px;
	padding: 1px;
	border:#7c2828 solid 1px;
	border-top-width:0px;
	overflow: hidden;
	background-color: #FFFFFF;
}

div#sitemap div
{
	float: left;
}



.right
{
	float: right;
}

.left
{
	float: left;
}

ul.fotoAlbum
{
	list-style:none;
}

ul.fotoAlbum li
{
	float:left;
	width: 100px;
	height: 100px;
	margin: 2px;
	text-align: center;
}


