body {
	margin: 0px;
	padding: 0px;
	background: #ffffff;
	
}

body, p, html, table, td {
	font-family: verdana, tahoma, geneva, arial, helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	scrollbar-3d-light-color: #ffffff;
	scrollbar-arrow-color: #9F9FA2;
	scrollbar-base-color: #9F9FA2;
	scrollbar-dark-shadow-color: #FFFFFF;
	scrollbar-face-color: #FFFFFF;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #CBCACA;
}

img {
	border: 0;
    padding: 0;
	margin: 0;
}

.pivot-image {
	/* style for images in entries */
}

.pivot-popupimage {
	/* style for popup-images in entries (thumbnails) */
}

.pivot-popuptext {
	/* style for popup-images in entries (textual links) */
}

.registered {
	background-color: #ff9;
}
/**********ID tags, dit zijn de drie blokken waarin de site verdeeld is**********/

#wrap { /* deze container bevat de rest van de blokken en houdt ze in het midden van je pagina */
	position: relative;
	margin: 0px auto;
	padding: 0px;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	background-color: #f3fae6;
	text-align: left;
	width: 780px;
	height: 100%;
	min-height: 800px;
}

#main { /* het blok waarin je dynamische artikelen staan */
	background-color: #f3fae6;
	padding: 20px 250px 20px 30px;
	height: 100%;
}

#beeld {
	position:absolute;
	top:285px;
	left: 530px;
	margin-left: 30px;
	width: 200px;
	height: 266px;	
}

#header { /* het blok waarin de headerplaat staat */
	background: #ffffff;
	padding: 0px;
	background-image: url(../pics/twirre/twirre_header.jpg);
	height: 95px;
	
}

#menu { /* het menublok dus... */
	left: 0px;
	top: 95px;
	background-color: #fff;
	border-top: 1px dashed #000;
	border-bottom: 1px dashed #000;
	width: 100%;
	height: 150px;
	margin-top: 0px;
}

/************** EINDE ID tags************/

/* ( menu opmaak ) */

#menu1 {
	position:absolute;
	top:100px;
	margin-left: 30px;
	width: 160px;
	height: 130px;
	
}

#menu2 {
	position:absolute;
	top:100px;
	margin-left: 190px;
	width: 160px;
	height: 130px;
}

#menu3 {
	position:absolute;
	top:100px;
	margin-left: 350px;
	width: 160px;
	height: 130px;
}

#menu4 {
	float: right;
	padding-top: 4px;
	width: 50px;
	height: 130px;
}

#menu5 {
	float: right;
	padding-top: 4px;
	padding-right: 20px;
	width: 50px;
	height: 130px;
}

#navlist {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

#navlist li {
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-left: 10px;
	background-image: url(../pics/twirre/pijl.png);
	background-repeat: no-repeat;
	background-position: -0.2em;
}

#navlist A { 
	text-decoration: none;
}

#navlist a:hover { 
	text-decoration: none;
	color:#61a6da;
}
/* ---( einde menu )----------------------------- */

#main, #main p, #menu, #menu p { /* geeft aan hoe alle tekst zonder apart aangegeven tags eruit ziet (incl. tekst tussen <p></p> tags) */
	font-size: 10px;
	line-height: 14px;
}

#footer {
	clear: both;
	margin-bottom:12px;
}

.block {
	margin:6px 6px 12px 6px;
	padding: 4px;
	background: #fff;
	border: 1px solid #999;
}

.block h3 {
	background: #a7b6c9;
	color: #020202;
	margin: -4px -4px 4px -4px;
	padding: 4px;
	border-bottom: 1px solid #999;
	font-size: 10px;
}

.block p {
	margin: 0px;
}

.content {
	padding: 4px;
	background: #fff;
	border: 1px solid #999;
}

.entrycontent {
	padding: 12px;
	background: #fff;
	border: 1px solid #999;
}

.content p {
	margin: 4px 2px 4px 2px;
}

h1 {
	font-family: verdana, tahoma, geneva, arial, helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	margin-bottom: 10px;
	color: #000;
	display: inline;
	clear: both;
}

h2 {
	font-size: 10px;
	border-bottom:1px dashed #4EA8CC;
	margin:0px;
	padding: 2px;
	color: #020202
}

h3 {
	font-size: 10px;
}

h4, .subtitle {
	font-size: 10px;
	margin: 4px;
	color: #fff;
	display: inline;
	font-style: italic;
}

.date {
	color: #666;
	font-family: verdana, tahoma, geneva, arial, helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	font-weight: normal;
	float: right;
}

.date_linkdump {
	color: #666;
	font-family: verdana, tahoma, geneva, arial, helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	font-weight: normal;
	float: right;
}

.entryfooter {
	color: #666;
	font-family: verdana, tahoma, geneva, arial, helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	font-weight: normal;
	text-align:right;
	margin: 0px;
	padding: 6px 0px;
	clear: both;
}

.entryfooter a, .date a, {
	text-decoration: none;
	font-weight: bold;
	color: #253a69;
}

.entryfooter a:hover, .date a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #1CA1D8;
}

a:hover {text-decoration:none; color:#0AB1F5;}
a:link {text-decoration:none; color: #000000}
a:visited {text-decoration:none; color: #253a69}
a:active {text-decoration:none; color: #1CA1D8}


.prevnext_links {
	float: right;
	color: #fff;
}

h1 a, .prevnext_links a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

h1 a:hover, .prevnext_links a:hover {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

/* these styles are for the search boxes */
.searchbox { 
	width: 10em; 
	font-size: 10px;
}

.searchbutton {
	border: 1px solid #000;
	font-size: 10px;
}


/* onderstaande tags laten staan, ze zorgen o.a. voor juiste zoekfunctie opmaak, interne zooi */

.pivot-search label { visibility:hidden; display:none; }
.pivot-search legend { visibility:hidden; display:none; }
.pivot-search fieldset { border:0; padding:0; margin:0; }

.pivot-search-result label { visibility:hidden; display:none; }
.pivot-search-result legend { visibility:hidden; display:none; }
.pivot-search-result fieldset { border:0; padding:0; margin:0; } 

/* this replaces inline style tags */
img.badge { border:0; margin-bottom:2px; }

/* this is a bonus */
a img.badge:hover { border-bottom:1px #314e8c solid; margin-bottom:1px; }
