body {
	margin:0px; 
	font-size:11px; 
	font-family:Arial, Helvetica, sans-serif; 
	color:#000000; 
	background:url(../gfx/bg_body_barok.png) #ffffff; /*repeat-x #F7FFC4; */
}

#links{
	float:left;
	position:absolute;
	top:0px;
	text-align:right;
}

#rechts{
	float:right;
	width:auto;
	position:absolute;
	top:0px;
	right:0px;
}

#container {	
	width:960px; 
	margin:0 auto; 
	position:relative;
	border:solid 1px #000000;	
	padding-left:12px;
	padding-right:12px;
	background: url(../gfx/container_bg.jpg) repeat-y #ffffff; 
}

input[type=text]{
    width: 400px;
    border:solid 1px #d3d3d3;
    -moz-border-radius: 5px 5px 5px 5px;
   padding:4px;
}

input[type=submit]{
    border:solid 1px #d3d3d3;
    -moz-border-radius: 5px 5px 5px 5px;
   padding:4px;
   background-color:#f0f0f0;
}

/* ------------------------------------------------------------ Header -------------------- */
#container #logo{
	background-color:#ffffff;
	width:730px;
	margin:0px;
	position:relative;
	float:left;
	height:150px;
	z-index:2;
	padding:5px;
}
/* ------------------------------------------------------------ Menu -------------------- */
#container #menu{
	background-color:#ffffff;
	width:210px;
	margin:0px;
	position:relative;
	float:right;
	height:150px;
	z-index:2;
	padding:5px;
}

#menu ul{
	font-family:Arial,Helvetica,sans-serif;
	font-size:1.1em;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	line-height:normal;
	list-style-type:none;
	margin-top:0px;
}

#menu li{

}

#menu li a.menu{	
	background:url(../gfx/menu_inactive.png) no-repeat scroll left center;
	border-bottom:1px solid #FFFFFF;
	color:#000000;
	display:block;
	height:22px;
	padding-left:30px;
	padding-top:7px;
	text-decoration:none;
	width:147px;
	margin-left:-30px;
}

#menu li a.menu:hover 	{	
	background:url(../gfx/menu_active.png) no-repeat scroll left center;
	border-bottom:1px solid #FFFFFF;
	color:#000000;
	display:block;
	height:22px;
	padding-left:30px;
	padding-top:7px;
	text-decoration:none;
	width:147px;
}

/* ------------------------------------------------------------ Headlines -------------------- */
#container #mess{
	background-color:#a40000;
	position:relative;
	padding:0px;
}

#container #mess h1{
	color:#ffffee;
	margin:0px; padding:5px;
	font-family: 'stencil';
	font-weight:normal;
	/*text-shadow: #aaa 0px 0px 5px;*/
	font-size:24px;
	padding-bottom:0px;
}

/* ------------------------------------------------------------ Main content -------------------- */
#container #main{
	background-color:#ffffee;
	position:relative;
	padding:4px;
	padding-bottom:120px;
}

td.postinfo{
	border-top:dotted 1px #a40000;
}

td.postself{
	border-top:dotted 1px #a40000;
	border-left:dotted 1px #a40000;
	padding-top:5px; padding-left:5px;
	font-family: Verdana;
	font-size:11px;
}

td.nav{
	padding-bottom:6px;
	font-size:12px;
	font-weight:bold;
}
td.nav a{
	color:#006600;
	text-decoration:none;
}
td.nav a:hover{
	color:#006600;
	text-decoration:underline;
}

/* ------------------------------------------------------------ Footer -------------------- */
#footer{
	background-color:#2e2e2e;
	border-top:solid 2px #a40000;
	color:#ffffff;
	position:absolute;
	width:100%;
	height:150px;
	margin-bottom:0px;
	text-align:center;
	padding-bottom:60px;
}

div.footertable{
	text-align:center;
}

td.footer{
	text-align: left;
}

#footer h3{
	font-style: italic;
	margin-bottom:10px;
}

li.footer a, li.footer-rss a{
	color:#e8e8e8;
	text-decoration:none;
}

li.footer a:hover, li.footer-rss a:hover,{
	color:#e8e8e8;
	text-decoration: none;
}

li.footer-rss{
	list-style-image: url(../gfx/rss.gif);
}

span.copyright{
	font-size:8px;
	color:#cccccc;
}

/* ------------------------------------------------------------ Bardienst rooster -------------------- */
table.bdr-main{
	margin-left:30px;
	margin-top:30px;
}

td.bdr-table{
	width:420px;
}

td.bdr-kop{
	width:420px;
	padding:4px;
	font-family: Georgia; font-weight:bold;
	font-size:14px;
	color:#006600;
	border:solid 1px #a40000;	
}

td.bdr-datum{
	width:100px;
	font-style: italic;
	border-bottom:dotted 1px #a40000;	
	padding:4px;
}

td.bdr-naam{
	width:160px;	
	border-bottom:dotted 1px #a40000;	
	padding:4px;
}

td.bdr-mid{
	width:120px;
}

tr.bdr-tussen{
	height:20px;
}

/* ------------------------------------------------------------ Twitter Feed -------------------- */
table.twitter{ border-collapse: collapse; }
tr.twitrijeen, tr.twitrijtwee{
    border:solid 1px #d3d3d3;
    -moz-border-radius: 5px 5px 5px 5px;
    background-color:#fff;
    margin-bottom: 10px;
    padding:4px;
}
td.twitceleen-datum, td.twitceltwee-datum, td.twitceleen, td.twitceltwee{
    font-family:Verdana;
    font-size:12px;
}
td.twitceleen-datum, td.twitceltwee-datum{
    width:120px;
    font-size:10px;
}

/* ------------------------------------------------------------ Overige -------------------- */
hr.navi{
	border:dashed 1px #006600;
	margin-top:4px; margin-bottom:4px;
	width:100%;
}


/* ------------------------------------------------------------ Fonts -------------------- */
/* TYPEMACHINE */
@font-face {
	/* This declaration targets Internet Explorer */
	font-family: '1942';
	src: url('fonts/1942-webfont.eot');
}
@font-face {
	/* This declaration targets everything else */
	font-family: '1942';
	src: url(//:) format('no404'), url('fonts/1942-webfont.woff') format('woff'), url('fonts/1942-webfont.ttf') format('truetype'), url('fonts/1942-webfont.svg#webfontbj8233cx') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* STENCIL */
@font-face {
	/* This declaration targets Internet Explorer */
	font-family: 'stencil';
	src: url('fonts/hvd_peace-webfont.eot');
}
@font-face {
	/* This declaration targets everything else */
	font-family: 'stencil';
	src: url(//:) format('no404'), url('fonts/hvd_peace-webfont.woff') format('woff'), url('fonts/hvd_peace-webfont.ttf') format('truetype'), url('fonts/hvd_peace-webfont.svg#webfontswS4hyXG') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* UBUNTU */
@font-face {
	/* This declaration targets Internet Explorer */
	font-family: 'ubuntu';
	src: url('fonts/ubuntu-r-webfont.eot');
}
@font-face {
	/* This declaration targets everything else */
	font-family: 'ubuntu';
	src: url(//:) format('no404'), url('fonts/ubuntu-r-webfont.woff') format('woff'), url('fonts/ubuntu-r-webfont.ttf') format('truetype'), url('fonts/ubuntu-r-webfont.svg#webfonteWratWzN') format('svg');
	font-weight: normal;
	font-style: normal;
}
