/* Basic Cascading Style Sheet (CSS), Copyright 12start.nl 1999-2008, URL: http://www.12start.nl, E-mail: info+apenstaartje+12start.nl */



body{						background-color: #DFDCDC;						/* Achtergrondkleur algemeen */
						font-family:arial,helvetica,sans-serif;				/* Lettertype algemeen */
						font-size:12.5px;									/* Formaat tekst algemeen */
						text-decoration: none;								/* Opmaak tekst algemeen */
						margin-top: 0px;									/* Ruimte tot bovenkant pagina */
						margin-bottom: 0px;									/* Ruimte tot onderkant pagina */
						margin-left: 0px;									/* Ruimte tot zijkant pagina */
						margin-right: 0px;									/* Ruimte tot zijkant pagina */
						text-align: center;									/* Om deze code voor het centreren nu ook voor Internet Explorer te laten werken */
						}

a{						color: #000000;										/* Kleur v/d links */
						font-family:arial,helvetica,sans-serif;				/* Lettertype v/d links */
						font-weight: normal;								/* Stijl v/d links */
						text-decoration: none;								/* Opmaak v/d links */
						}
						
a:hover{					color: #000000;									/* Kleur v/d links bij hover */
						font-family:arial,helvetica,sans-serif;				/* Lettertype v/d links bij hover */
						font-weight: normal;								/* Stijl v/d links bij hover */
						text-decoration: none;								/* Opmaak v/d links bij hover */
						}
						
a:visited{					text-decoration: none; }						/* Opmaak bezochte links */
a:active{					text-decoration: none; }						/* Opmaak actieve links */

img{					border:0px;}

h1{						color: #FFFFFF;
						margin:0px
						}

#headermarge{			padding-top:0px;
						padding-left: 0px;									/* Ruimte naast een blok */
						}
						
#header{				background-color: #0080B7;	
						width: 801px;										/* Breedte v/d inhoud van de gehele site */
						border-bottom: 0px;
						text-align: left;									/* Om de bovenstaande hack op te lossen voor IE5 */
						padding-left: 5px;										/* Ruimte tussen tekst en zijkant van een blok */
						padding-right: 5px;										/* Ruimte tussen tekst en zijkant van een blok */
						padding-bottom: 5px;
						padding-top: 5px;
						color: #FFFFFF;										/* Kleur tekst in een hokje */
						}
						
#header a{				color: #FFFFFF;
						}
						
.headerCat{				font-size: 130%;
						color: #2CBEF0;
						}
						
.headerDate{			background-color: #006796;
						height: 20px;
						text-align: right;
						padding: 5px;
						color: #2CBEF0;	
						}
						
#footermarge{			padding-top:50px;
						padding-left: 0px;									/* Ruimte naast een blok */
						}
						
#footer {				background-color: #FFFFFF;	
						width: 795px;										/* Breedte v/d inhoud van de gehele site */
						text-align: center;									/* Om de bovenstaande hack op te lossen voor IE5 */
						padding-left: 5px;										/* Ruimte tussen tekst en zijkant van een blok */
						padding-right: 5px;										/* Ruimte tussen tekst en zijkant van een blok */
						color: #979797;										/* Kleur tekst in een hokje */
						font-style: oblique;
						}
						
#content {			background-color: #FFFFFF;	
						margin: 0 auto;										/* Linker en rechter margin op “auto”, centreren dus */
						width: 801px;										/* Breedte v/d inhoud van de gehele site */
						text-align: left;									/* Om de bovenstaande hack op te lossen voor IE5 */
						}
						
/* //////////////////////START OPMAAK NORMAAL HOKJE////////////////////// */
						
#hokje{						width: 195px;										/* Breedte van een hokje */
						font-family:arial,helvetica,sans-serif;				/* Lettertype in een hokje */
						font-size:12.5px;									/* Formaat tekst in een hokje */
						text-decoration: none;								/* Opmaak tekst in een hokje */
						color: #FFFFFF;										/* Kleur tekst in een hokje */
						text-align: left;									/* Uitlijning tekst in een hokje */
						align: center;										/* Uitlijning hokje */
						vertical-align: top;								/* Verticale uitlijning */
						padding-left: 5px;									/* Ruimte naast een blok */
						padding-right: 5px;								/* Ruimte naast een blok */
						padding-top: 5px;									/* Ruimte boven/onder een blok */
						padding-bottom: 5px;								/* Ruimte boven/onder een blok */
						}

#hokje a{					color: #000000;									/* Kleur v/d links */
						}

#hokje ul{					list-style: none;								/* Verberg puntjes bij een lijst */
						margin: 0px;											/* Lege ruimte rondom de links v/h hokje */
						background-color: #EBF7FD;							/* Achtergrondkleur blok */
						padding: 5px;								/* Ruimte tussen tekst en zijkant van een blok */
						border-left: 1px solid #000000;
						border-right: 1px solid #000000;
						border-bottom: 1px solid #000000;
						}

#hokje ul li a:hover{		background-color: #C7E9FA;						/* Achtergrondkleur links bij hover */
						color: #000000;										/* Kleur tekst bij hover */
						display: block;										/* Element op blokniveau */
						width : 100%;										/* Breedte v/d links t.o.v. het hokje bij hover */
						}
						
/* //////////////////////EINDE OPMAAK NORMAAL HOKJE////////////////////// */



/* //////////////////////START OPMAAK NIEUWS-HOKJE////////////////////// */

#nieuwshokje{				border: 0px solid #000000;						/* Rand om een hokje */
						width: 165px;										/* Breedte van een hokje */
						font-family:arial,helvetica,sans-serif;				/* Lettertype in een hokje */
						font-size:12.5px;									/* Formaat tekst in een hokje */
						text-decoration: none;								/* Opmaak tekst in een hokje */
						color: #979797;										/* Kleur tekst in een hokje */
						text-align: left;									/* Uitlijning tekst in een hokje */
						align: center;										/* Uitlijning hokje */
						vertical-align: top;								/* Verticale uitlijning */
						padding-left: 5px;									/* Ruimte naast een blok */
						padding-right: 5px;								/* Ruimte naast een blok */
						padding-top: 5px;									/* Ruimte boven/onder een blok */
						padding-bottom: 0px;								/* Ruimte boven/onder een blok */
						}

#nieuwshokje a{					color: #3372B8;										/* Kleur links van nieuws-hokje */
						font-weight:bold;									/* Stijl links van nieuws-hokje */
						text-decoration: none;								/* Opmaak links van nieuws-hokje */
						}

#nieuwshokje ul{					list-style: none;								/* Verberg puntjes bij een lijst */
						margin: 0px;											/* Lege ruimte rondom de links v/h hokje */
						background-color: #FFFFFF;							/* Achtergrondkleur blok */
						padding: 5px;										/* Ruimte tussen tekst en zijkant van een blok */
						}
						
/* //////////////////////EINDE OPMAAK NIEUWS-HOKJE////////////////////// */



/* //////////////////////START OPMAAK CATEGORIE-HOKJE////////////////////// */
						
#cathokje{						width: 165px;										/* Breedte van een hokje */
						font-family:arial,helvetica,sans-serif;				/* Lettertype in een hokje */
						font-size:12.5px;									/* Formaat tekst in een hokje */
						text-decoration: none;								/* Opmaak tekst in een hokje */
						color: #979797;										/* Kleur tekst in een hokje */
						text-align: left;									/* Uitlijning tekst in een hokje */
						align: center;										/* Uitlijning hokje */
						vertical-align: top;								/* Verticale uitlijning */
						padding-left: 5px;									/* Ruimte naast een blok */
						padding-right: 5px;								/* Ruimte naast een blok */
						padding-top: 0px;									/* Ruimte boven/onder een blok */
						padding-bottom: 0px;								/* Ruimte boven/onder een blok */
						}

#cathokje a{					color: #979797;									/* Kleur v/d links */
						}

#cathokje ul{					list-style: none;								/* Verberg puntjes bij een lijst */
						margin: 0px;											/* Lege ruimte rondom de links v/h hokje */
						background-color: #FFFFFF;							/* Achtergrondkleur blok */
						padding: 5px;										/* Ruimte tussen tekst en zijkant van een blok */
						}

#cathokje ul li a:hover{		background-color: #FFFFFF;						/* Achtergrondkleur links bij hover */
						text-decoration: underline;								/* Opmaak links van nieuws-hokje */
						color: #A9AAAB;										/* Kleur tekst bij hover */
						display: block;										/* Element op blokniveau */
						width : 100%;										/* Breedte v/d links t.o.v. het hokje bij hover */
						}
						
/* //////////////////////EINDE OPMAAK CATEGORIE-HOKJE////////////////////// */




/* //////////////////////START OPMAAK CONTACT-HOKJE////////////////////// */
						
#contacthokje{						width: 165px;										/* Breedte van een hokje */
						font-family:arial,helvetica,sans-serif;				/* Lettertype in een hokje */
						font-size:12.5px;									/* Formaat tekst in een hokje */
						text-decoration: none;								/* Opmaak tekst in een hokje */
						color: #979797;										/* Kleur tekst in een hokje */
						text-align: left;									/* Uitlijning tekst in een hokje */
						align: center;										/* Uitlijning hokje */
						vertical-align: top;								/* Verticale uitlijning */
						padding-left: 5px;									/* Ruimte naast een blok */
						padding-right: 5px;								/* Ruimte naast een blok */
						padding-top: 0px;									/* Ruimte boven/onder een blok */
						padding-bottom: 0px;								/* Ruimte boven/onder een blok */
						}

#contacthokje a{					color: #979797;									/* Kleur v/d links */
						}

#contacthokje ul{					list-style: none;								/* Verberg puntjes bij een lijst */
						margin: 0px;											/* Lege ruimte rondom de links v/h hokje */
						background-color: #FFFFFF;							/* Achtergrondkleur blok */
						padding: 5px;										/* Ruimte tussen tekst en zijkant van een blok */
						}

#contacthokje ul li a:hover{		background-color: #FFFFFF;						/* Achtergrondkleur links bij hover */
						text-decoration: underline;								/* Opmaak links van nieuws-hokje */
						color: #A9AAAB;										/* Kleur tekst bij hover */
						display: block;										/* Element op blokniveau */
						width : 100%;										/* Breedte v/d links t.o.v. het hokje bij hover */
						}
						
/* //////////////////////EINDE OPMAAK CONTACT-HOKJE////////////////////// */

/* //////////////////////START OPMAAK VANDALE-HOKJE////////////////////// */

#vandalehokje{			border: 0px solid #000000;						/* Rand om een hokje */
						width: 165px;										/* Breedte van een hokje */
						font-family:arial,helvetica,sans-serif;				/* Lettertype in een hokje */
						font-size:12.5px;									/* Formaat tekst in een hokje */
						text-decoration: none;								/* Opmaak tekst in een hokje */
						color: #979797;										/* Kleur tekst in een hokje */
						text-align: left;									/* Uitlijning tekst in een hokje */
						align: center;										/* Uitlijning hokje */
						vertical-align: top;								/* Verticale uitlijning */
						padding-left: 5px;									/* Ruimte naast een blok */
						padding-right: 5px;								/* Ruimte naast een blok */
						padding-top: 5px;									/* Ruimte boven/onder een blok */
						padding-bottom: 0px;								/* Ruimte boven/onder een blok */
						}
						
.vandaleinput{			border: 1px solid #000000;
						background-color: #C7E9FA;
						color: #006796;
						}
						
.vandalebutton{			border: 1px solid #000000;
						background-color: #C7E9FA;
						color: #000000;
						}
						
/* //////////////////////EINDE OPMAAK VANDALE-HOKJE////////////////////// */



						
#kolom1 {padding-left: 0px;padding-right: 15px; float: left; padding-bottom: 10px; width: 165px; padding-top: 0px;}
#kolom2 {padding-left: 5px;padding-right: 5px; float: left; padding-bottom: 10px; width: 195px; padding-top: 0px;}
#kolom3 {padding-left: 5px;padding-right: 5px; float: left; padding-bottom: 10px; width: 195px; padding-top: 0px;}
#kolom4 {padding-left: 5px;padding-right: 5px; float: left; padding-bottom: 10px; width: 195px; padding-top: 0px;}



/* //////////////////////START OPMAAK TITELS VAN HOKJES////////////////////// */

.TitelLinks{					background-color:#39579D;						/* Achtergrondkleur titel v/h hokje */
						color:#FFFFFF;										/* Tekstkleur titel v/h hokje */
						font-family:arial,helvetica,sans-serif;				/* Lettertype titel v/h hokje */
						font-size:12.5px;									/* Formaat tekst titel v/h hokje */
						font-weight:bold;									/* Stijl titel v/h hokje */
						padding-left:4px;									/* Lege ruimte aan de linkerkant v/d titels van een hokje */
						padding-right:0px;									/* Lege ruimte aan de rechterkant v/d titels van een hokje */
						padding-top:2px;									/* Lege ruimte aan de bovenkantkant v/d titels van een hokje */
						padding-bottom:2px;									/* Lege ruimte aan de onderkantkant v/d titels van een hokje */
						margin:0px;											/* Lege ruimte rondom de titels v/h hokje */
						}
						
.TitelNieuws{				background-color:#3372B8;						/* Achtergrondkleur titel v/h hokje */
						color:#FFFFFF;										/* Tekstkleur titel v/h hokje */
						font-family:arial,helvetica,sans-serif;				/* Lettertype titel v/h hokje */
						font-size:12.5px;									/* Formaat tekst titel v/h hokje */
						font-weight:bold;									/* Stijl titel v/h hokje */
						padding-left:4px;									/* Lege ruimte aan de linkerkant v/d titels van een hokje */
						padding-right:0px;									/* Lege ruimte aan de rechterkant v/d titels van een hokje */
						padding-top:2px;									/* Lege ruimte aan de bovenkantkant v/d titels van een hokje */
						padding-bottom:2px;									/* Lege ruimte aan de onderkantkant v/d titels van een hokje */
						margin:0px;											/* Lege ruimte rondom de titels v/h hokje */
						}
						
.TitelCat{					background-color:#5BDD45;						/* Achtergrondkleur titel v/h hokje */
						color:#FFFFFF;										/* Tekstkleur titel v/h hokje */
						font-family:arial,helvetica,sans-serif;				/* Lettertype titel v/h hokje */
						font-size:12.5px;									/* Formaat tekst titel v/h hokje */
						font-weight:bold;									/* Stijl titel v/h hokje */
						padding-left:4px;									/* Lege ruimte aan de linkerkant v/d titels van een hokje */
						padding-right:0px;									/* Lege ruimte aan de rechterkant v/d titels van een hokje */
						padding-top:2px;									/* Lege ruimte aan de bovenkantkant v/d titels van een hokje */
						padding-bottom:2px;									/* Lege ruimte aan de onderkantkant v/d titels van een hokje */
						margin:0px;											/* Lege ruimte rondom de titels v/h hokje */
						}
						
.TitelContact{					background-color:#FF3333;						/* Achtergrondkleur titel v/h hokje */
						color:#FFFFFF;										/* Tekstkleur titel v/h hokje */
						font-family:arial,helvetica,sans-serif;				/* Lettertype titel v/h hokje */
						font-size:12.5px;									/* Formaat tekst titel v/h hokje */
						font-weight:bold;									/* Stijl titel v/h hokje */
						padding-left:4px;									/* Lege ruimte aan de linkerkant v/d titels van een hokje */
						padding-right:0px;									/* Lege ruimte aan de rechterkant v/d titels van een hokje */
						padding-top:2px;									/* Lege ruimte aan de bovenkantkant v/d titels van een hokje */
						padding-bottom:2px;									/* Lege ruimte aan de onderkantkant v/d titels van een hokje */
						margin:0px;											/* Lege ruimte rondom de titels v/h hokje */
						}
						
.TitelVandale{			background-color:#FF00FF;						/* Achtergrondkleur titel v/h hokje */
						color:#FFFFFF;										/* Tekstkleur titel v/h hokje */
						font-family:arial,helvetica,sans-serif;				/* Lettertype titel v/h hokje */
						font-size:12.5px;									/* Formaat tekst titel v/h hokje */
						font-weight:bold;									/* Stijl titel v/h hokje */
						padding-left:4px;									/* Lege ruimte aan de linkerkant v/d titels van een hokje */
						padding-right:0px;									/* Lege ruimte aan de rechterkant v/d titels van een hokje */
						padding-top:2px;									/* Lege ruimte aan de bovenkantkant v/d titels van een hokje */
						padding-bottom:2px;									/* Lege ruimte aan de onderkantkant v/d titels van een hokje */
						margin:0px;											/* Lege ruimte rondom de titels v/h hokje */
						}
						
/* //////////////////////EINDE OPMAAK TITELS VAN HOKJES////////////////////// */