

/* CSS Document */
html, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px; /*Op deze font-size wordt de rest v.h. document gebaseerd*/
	width: auto;
	background: url(../images/background.jpg) no-repeat; /*Dit is de blauwe achtergrond*/
	background-color: #487082; /*Dit is een blauwe achtegrondkleur voor als de achtergrond stopt*/
}
div#clinks a.button, div#crechts a.button {
	background:url(../images/button.gif);
	display:block;
	color:#555555;
	font-weight:bold;
	height:30px;
	line-height:29px;
	margin-top: 15px;
	margin-bottom:10px;
	text-decoration:none;
	width:191px;
	font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px;
	
}
div#clinks a:hover.button, div#crechts a:hover.button{
	color: #999;
}
div#crechts a.button {
	margin: 2px 0;
	padding: 0;
}
div#clinks a span.add, div#crechts a span.add {
		background:url(../images/add.gif) no-repeat 10px 8px;
		text-indent:30px;
		display:block;
	}
div#crechts a span.user {
	background:url(../images/user.gif) no-repeat 10px 8px;
		text-indent:30px;
		display:block;
}
div#crechts a span.gebruikers {
	background:url(../images/gebruiker.png) no-repeat 10px 8px;
		text-indent:30px;
		display:block;
}
div#crechts a span.logout {
	background:url(../images/logout.png) no-repeat 10px 8px;
		text-indent:30px;
		display:block;
}
div#crechts a span.mijnberkvenfotos {
	background:url(../images/berkvenfotos.png) no-repeat 10px 8px;
		text-indent:30px;
		display:block;
}
div#crechts a span.paswoordvergeten {
	background:url(../images/info.gif) no-repeat 10px 8px;
		text-indent:30px;
		display:block;
}
div#clinks a span.news {
	background:url(../images/news.png) no-repeat 10px 8px;
		text-indent:30px;
		display:block;
}
div#clinks a span.contact {
	background:url(../images/msg.gif) no-repeat 10px 8px;
		text-indent:30px;
		display:block;
}
div#crechts a span.fotoicon {
	background:url(../images/next.png) no-repeat 10px 8px;
		text-indent:30px;
		display:block;
}
div#clinks a span.fotoicon {
	background:url(../images/next.png) no-repeat 10px 8px;
		text-indent:30px;
		display:block;
}
div#crechts a span.smiley {
	background:url(../images/smiley.png) no-repeat 10px 8px;
		text-indent:30px;
		display:block;
}
div#clinks a span.smiley {
	background:url(../images/smiley.png) no-repeat 10px 8px;
		text-indent:30px;
		display:block;
}
div#crechts a span.profielveranderen, div#clinks a span.profielveranderen {
	background:url(../images/profielveranderen.png) no-repeat 10px 8px;
		text-indent:30px;
		display:block;
}
div#clinks a span.delete{
		background:url(../images/delete.gif) no-repeat 10px 8px;
		text-indent:30px;
		display:block;
	}
div#clinks a span.edit{
		background:url(../images/edit.png) no-repeat 10px 8px;
		text-indent:30px;
		display:block;
	}
  div#clinks a span.first{
	  background:url(../images/first.png) no-repeat 10px 8px;
	  text-indent:30px;
	  display:block;
  }
  div#clinks a span.vorige{
	  background:url(../images/vorige.png) no-repeat 10px 8px;
	  text-indent:30px;
	  display:block;
  }
  div#clinks a span.volgende{
	  background:url(../images/volgende.png) no-repeat 10px 8px;
	  text-indent:30px;
	  display:block;
  }
  div#clinks a span.last{
	  background:url(../images/last.png) no-repeat 10px 8px;
	  text-indent:30px;
	  display:block;
  }

div#contentwrapper {
	width: 915px; 
	position: relative;
	margin: auto;
	font-size: 15px;
	margin-bottom: 10px;
}
div#alleswrapper {
	position: relative;
	margin: auto;
	background: url(../images/contentwrapperbackground.png) repeat-y;
	background-position: center top;
	width: auto;
	/*padding: 0 20px;*/
	
	
	
}

div#content {
	
	float: left;
	width: 905px;
	line-height: 135%;
	margin-bottom: 35px;
	
	
}
div#clinks {
	background: #FFF;
	width: 600px; 
	float: left;
	margin-left: 30px;
	color: #2e3336;
	margin-bottom: 15px;
	border-right: 1px solid #F3F3F3;
	padding-right: 12px;
	margin-top: 245px;
	padding-top: 5px;
}	

div#clinks noscript p {
	color: #F00;
}

div#breadcrumbs {
	position: absolute;
	left: 30px;
	top: 4px;
	color: #999;
	
}
div#breadcrumbs a:link {
	font-size: 90%;
	color: #999;
	margin-right: 5px;
	margin-left: 1px;
}
div#breadcrumbs a:hover {
	color: #333;	
	
}

div#clinks h1 {
	margin-top: 20px;
	margin-bottom: 15px;
	/*color: #487082;*/
	color: #6A6A6A;
	font-size: 130%;
	font-weight: bold;
	border-bottom: 1px dotted #CCC;
	padding-bottom: 10px;
}
div#clinks h2 {
	margin: 20px 0 15px 0;
	color: #666;
	font-size: 105%;
	font-weight: bold;
}
div#clinks h3 {
	margin: 4px 0 3px 0;
	color: #000;
	font-size: 100%;
	font-weight: bold;
}
div#clinks p {
	margin: 0;
	padding: 0;
	font-size: 100%;
	padding-right: 20px;
}
div#clinks a {
	color: #69C;
	font-size: 90%;
}
div#clinks a:hover {
	color: #666;
	
}


div#menu {
	width: 900px;
	margin: auto;
	position: relative;
	top: 173px;
	left: 15px;
	z-index: 120;
}
div#menu img.menutitel {
	display: block;
	margin: 0;
	padding: 0;
		
}
div#menu img.menuafbeeldinglinks, div#menu img.menuafbeeldingrechts {
	position: absolute;
	
}
div#menu img.menuafbeeldingrechts {
	right: 35px;	
}
div#menu img.menuafbeeldinglinks {
	left: 10px;	
}
/*div#menu ul a.center {
	padding-left: 40px;	
}*/



div#menu ul a.menutitelhome {
	background: url(../images/menutitels/home.png);
	width: 131px;
	height: 35px;
	background-color: #EEE;
	padding: 0;
	margin: 0;
}
div#menu ul a.menutitelhome:hover {
	background: url(../images/menutitels/homehover.png);
}
div#menu ul a.menutitelnieuws {
	background: url(../images/menutitels/nieuws.png);
	width: 131px;
	height: 35px;
	background-color: #EEE;
	padding: 0;
	margin: 0;
}
div#menu ul a.menutitelnieuws:hover {
	background: url(../images/menutitels/nieuwshover.png);
}
div#menu ul a.menutitelcontact {
	background: url(../images/menutitels/contact.png);
	width: 131px;
	height: 35px;
	background-color: #EEE;
	padding: 0;
	margin: 0;
}
div#menu ul a.menutitelcontact:hover {
	background: url(../images/menutitels/contacthover.png);
}


div#menu ul li ul img.submenulinks {
	position: absolute;
	left: -65px;
	top: 0px;
}
div#menu ul li ul img.submenurechts {
	position: absolute;
	left: 135px;
	top: 0px;
}
div#menu ul li ul img.submenuonder {
	position: absolute;	
	left: 0px;
	top: 135px;
}
div#menu ul li ul img.submenuonder_groepen, div#menu ul li ul img.submenuonder_media {
	position: absolute;	
	left: 0px;
	top: 102px;
}


div#footer {
	clear: both;
	

	width: 890px;
/*	background: url(../images/footer_achtergrond.png);*/
background:#FFF;
	height: auto;
	margin: auto;
	
}

div#crechts {
	width: 250px;
	padding: 3px 3px 3px 0px;
	margin-top: 245px;
	margin-right: 7px;
	float: right;
	font-size: 90%;
	line-height: 110%;
/*	border-left: 2px solid #F3F3F3;*/
	color:#CCC;
	background: #FFF;
	
	
}
div#box {
	background: url(../images/gebruiker_boven.png) top no-repeat;	
	position: relative;
}

div#box #button {
	margin: 8px 2px 3px 95px;
	width: 50px;
	}	
div#box form#login  {
	margin-left: 5px;	
	
}
div#box form#login input {
	width: 150px;	
}
div#box form#login input#button {
	width: 50px;
}
div#box1 {
	background: url(../images/kalender_boven.png) top no-repeat;
	position: relative;
	font-size: 95%;
}
div#box1 ul li p span.kalender {
	font-weight: bold;
}
div#box1 ul li p {
	color: #333;
}
div#box1 p.kalendertitel {
	color:  #666;
	font-weight: bold;
	font-size: 90%;
	padding-bottom: 5px;
	margin-left: -5px;
}
div#crechts div#box1 img.kalenderinfo {
	position: absolute;
	left: 30px;
}
div#crechts #box1 img.kalenderinfo:hover {
	border: 1px solid #F8F8F8;
}
div#box1 li {
	margin-left: 16px;	
}
div#box2 {
	background: url(../images/nieuws_boven.png) top no-repeat;	
}
div#box3 {
	background: url(../images/fotos_boven.png) top no-repeat;	
}
div#box4 {
	background: url(../images/filmpjes_boven.png) top no-repeat;	
	position: relative;
}
div#box4 ul li img.filmpjesafbeelding {
	position: absolute;
	padding-top: 0px;
	margin-right: 15px;
	left: 35px;
}
div#box4 ul li {
	margin-left: 20px;
	padding-top: 4px;
}

div#box5 {
	background: url(../images/documenten_boven.png) top no-repeat;	
}
div#box5 ul li img.documentenafbeelding {
	position: absolute;
	padding-top: 0px;
	margin-right: 15px;
}
div#box5 ul.box5 li {
	margin-left: 0px;
	padding-top: 4px;
}
div#box5 ul li p {
	margin-left: 25px;
	font-size: 85%;
}
div#crechts ul {
	background: url(../images/kalender_onder.png) bottom no-repeat;
	padding-top: 55px;
	padding-bottom: 15px;
	margin-bottom: 10px;
}
div#crechts ul li {
	padding: 2px 20px 0px 40px;
	
}
div#crechts a {
	color: #999;
	
}
div#crechts a:hover {
	color: #666;
}
div#clinks ul#home {
	width: 600px;	
	/*margin-bottom: 20px;*/
}

div#clinks ul#home img.homepicture {
	float: right;
	border: 3px solid #F1F1F1;
	margin: 5px 0px 10px 10px;
}
div#clinks ul#home li.boven {
	padding-bottom: 10px;
	width: 590px;
}

div#clinks ul#home li.middenlinks {
	float: left;
	width: 320px;
}
#FlashID {
	position: relative;
	margin-bottom: 10px;
	clear: right;
}
div#clinks ul#home li.middenrechtsboven {
	float: right;
	width: 255px;
	padding-right: 12px;
	margin-left: 5px;

}
div#clinks ul#home li.reactieshomepage {
	float: right;
	width: 255px;

	padding-bottom: 5px;
	padding-right: 12px;
	margin-left: 5px;

}
div#clinks ul#home li.middenrechtsboven a {
	
	font-weight: bold;
}
div#clinks ul#home li.middenrechtsboven p span.home_nieuwsdatum {
	color: #999;
}
div#clinks ul#home li.middenrechtsboven p span.home_nieuwstitel a {
	color: #666;
	font-size: 80%;
}
div#clinks ul#home li.middenrechtsboven p span.home_nieuwstitel a:hover {
	color: #000;
}
div#clinks ul#home li.middenrechtsonder {
	width: 265px;
	height: 158px;
	float: right;
	margin: 16px 0 3px 0;
}
div#clinks ul#home li.middenrechtsboven p {
	margin: 0px;
	padding: 0px;
}
div#clinks ul#home li.middenrechtsonder div#slider {
	margin: 3px;
	padding: 0;
	width: 250px;
}
div#clinks ul#home li.middenrechtsonder div#slider ul li{
	margin: 0px;
	padding: 0;
	
}
div#clinks ul#home li.middenrechtsonder div#slider img {
	padding: 0px;
	margin: 0px;
}
div#clinks ul#home li.middenrechtsonder div#slider a {
	padding: 0px;
	margin: 0px;
}
div#clinks ul#home2 {
	clear: both;
	/*clear: left;
	clear: right;*/
	/*margin-top: 10px;*/
	position: relative;
}
div#clinks ul#home2 li.onderlinks {
	float: left;
	width: 300px;
}

/*Margin hieronder belangrijk voor tabs!*/
div#clinks ul#home2 li.onderlinks ul li { margin: 0; }
div#clinks ul#home2 div#TabbedPanels1 div.TabbedPanelsContentGroup ul.speldagen li {
	padding: 3px;
	
}

div#clinks ul#home2 li.onderlinks div#TabbedPanels1 div.TabbedPanelsContentGroup ul.speldagen {
	
	position: relative;
	font-size: 85%;
}
div#clinks ul#home2 li.onderrechts {
	width: 260px;
	position: absolute;
	right: 0px;
	list-style: none;
/*	margin-right: 5px;*/
/*	border-bottom: 1px dotted #CCC;*/
	padding-left: 12px;
	margin-top: 6px;
}
div#clinks ul#home2 li.onderrechts ul li  {
	width: 250px;
	z-index: 10;
}
div#clinks ul#home2 li.onderrechts ul li p.activiteit {
	padding: 10px 0 0 40px;
	margin: 0;
	font-size: 80%;
	vertical-align: middle;
}
div#clinks ul#home2 li.onderrechts ul li.activiteitenli {
	position: relative;
	border-bottom: 1px dotted #CCC;
	height: 38px;
	vertical-align: middle;
}

div#clinks ul#home2 li.onderrechts ul li.activiteitenli a {
	color: #000;
}
div#clinks ul#home2 li.onderrechts ul li.activiteitenli:hover {
	background: #F6F6F6;
}
div#clinks ul#home2 li ul li p.algemenekalenderdatumdag {
	position: absolute;	
	font-size: 95%;
	font-weight: bold;
	padding: 0;
	margin: 0;
	left: 7px;
	top: 7px;
}
div#clinks ul#home2 li ul li p.algemenkalenderdatummaand {
	position: absolute;
	font-size: 80%;
	font-weight: bold;
	padding: 0;
	margin: 0;
	left: 5px;
	top: 19px;
}
div#clinks ul#home li h1 {
	margin-top: 10px;	
}
div#clinks ul#home li {
	margin: 2px;	
}
div#clinks p.rechts {

	margin-bottom: 5px;
	color: #CCC;
	margin-top: 5px;
}
div#clinks h1.nieuwsitem {
	margin-top: 25px;
	margin-left:60px;
	width: 500px;
	padding: 5px 0;
	margin-bottom: 25px;
}
div#clinks img.newsicon {
	margin-top: 10px;
}
div#clinks div.nieuwsitem {
	position: relative;
	margin: 15px 0;
}

div#clinks img.floatleft {
	float: right;
	margin-left: 4px;
}
div#clinks img.nieuwsitemicon {
	position: relative;
}
div#clinks div.nieuwsitem {
	position: relative;
	margin-top: 15px;
}
div#clinks div.nieuwsitem div.nieuwsitemdatum {
	position: absolute;	
	background: url(../images/kalender_background.png) no-repeat;
	width: 50px;
	height: 50px;
	top: 0px;
	left: 0px;
}

div#clinks div.nieuwsitemdatum p.datumdag{
	margin: auto;
	font-weight: bold;
	font-size: 100%;
	color: #666;
	text-align: center;
	position: absolute;
	width: 40px;
	top: 13px;
}
div#clinks div.nieuwsitemdatum p.datummaand {
	margin: auto;
	
	font-weight: bold;
	color: #666;
	position: absolute;
	text-align: center;
	font-size: 105%;
	width: 40px;
	top: 26px;
}
/* Niet aan paddingtop komen!!!*/
div.filmpjes {
	background: url(../images/filmpitem_achtergrond.png) top no-repeat;
	padding-top: 5px;
	position: relative;
	margin-top: 5px;
}
div#clinks p.filmitem {
	background: url(../images/filmpitem_achtergrond.png) bottom no-repeat;	
	padding-bottom: 25px;
	padding-left: 15px;
}
div#clinks p.views {
	font-weight: bold;
	font-size: 85%;
	position: absolute;
	left: 120px;
	top: 65px;
	color: #999999;
}
div#clinks h1.filmtitel {
	padding-left: 390px;	
	padding-top: 20px;
	color: #F7F7F7;
	border: none;
}
div#clinks h2.filmitemtitel {
	position: absolute;
	width: 175px;
	font-size: 90%;
	left: 395px;
	top: 70px;
	border-bottom: 2px dotted #CCC;
	border-top: 2px dotted #CCC;
}
div#clinks p.filmitemabsolute {
	position: absolute;
	width: 175px;
	left: 395px;
	top: 150px;
	font-size: 90%;
}
div#clinks div#filmthumbsdiv {
	background: url(../images/filmthumbsachtergrond.png) top repeat-y;	
	
	height: 550px;
}
div#clinks ul#filmthumbs {
	padding-left: 50px;
	
}
div#clinks ul#filmthumbs li {
	float: left;
	left: 50px;
/*	margin-bottom: 43px;*/
	padding: 26px 0;
	
	
	
}
div#clinks ul#filmthumbs li img.playmovie {
	position: absolute; 
	top: 5px;
	left: 5px;
	z-index: 10000;
}
div#clinks ul li span.nadruk {
	color: #666;
	font-size: 125%;
	font-weight: bold;
}
div#clinks ul#werking {
	list-style: url(../images/nieuwsitem_icon.png);
	margin-left: 20px;
}
div#clinks ul#werking li {
	padding-bottom: 10px;
	padding-left: 5px;
}
table#groepstabel {
	width: 600px;
	font-size: 110%;
	margin-top: 10px;
}
table#groepstabel thead {
	background: #e4e4e4;	
}
table#groepstabel thead td.tabelnadruk{
	font-weight: bold;
}
table#groepstabel td{
	padding: 10px;
	border: 1px dotted #CCC;
}
table#groepstabel tr.even {
	background: #F6F6F6;	
}

div#documenten a {
	font-size: 110%;
}
div#documenten img {
	padding-left: 5px;
	margin-top: 2px;
}
div#documenten ul li p {
	color: #666;
	font-size: 90%;
	padding: 1px;
}
div#documenten ul li {
	
	padding-top: 3px;
	
}
div#documenten ul li:hover {
	background: #FFFFD9;	
	
}
div#clinks img.foto {
	margin: 10px 0;	
}
div#clinks div#profiel ul {
	margin-left: 15px;	
	padding-left: 15px;
	position: relative;
}
div#clinks div#profiel img.profielfoto {
	float: left;
	display: inline-block;
	top: 10px;
	left: 0px;
	margin-right: 10px;
	
	border: 1px solid #CCC;
}
div#clinks div#profiel {
	clear: both;
	margin-bottom: 10px;
}	
div#clinks div.nieuwsreactie  {
	margin: 3px 0;
/*	background: #F6F6F6;*/
	background: #E4E4E4;
	border: 1px solid #CCC;
	position: relative;
	width: 575px;
}

div#clinks div.nieuwsreactie p.loginnaam  {		
	padding: 0;
	text-align: center;
	top: 95px;
	z-index: 5000;
	
}
div#clinks div.nieuwsreactie p.nieuwsreactieballon  {
	padding: 5px 19px 10px 6px;
	padding-left: 70px;
	background: url(../images/nieuwsreactieballonboven.png) bottom no-repeat;
	margin-bottom: 48px;	
}
div#clinks div.nieuwsreactie div.nieuwsreactiediv {
	margin-top: 5px;
	padding-left: 75px;
	position: relative;
}
div#clinks div.nieuwsreactie div.nieuwsreactiediv h3.nieuwsreactieh3 {
	padding-left: 70px;
	padding-top: 10px;
	background: url(../images/nieuwsreactieballonboven.png) top no-repeat;
	margin: 0;
	font-size: 80%;
	color: #999;
	text-decoration: underline;
}
div#clinks div.nieuwsreactie p.loginnaam a  {
	font-weight: bold;
	text-decoration: none;
}
div#clinks div.nieuwsreactie p.loginnaam a:hover  {
	
	font-weight: bold;
}
div#clinks div.nieuwsreactie img.nieuwsreactie {
	position: absolute;
	top: 15px;
	left: 15px;
	border: 2px solid #FFF;
}
div#clinks div.nieuwsreactie div.loginnaamnieuwsreactie {
	width: 100px;
	text-align: center;
	position: absolute;
	left: 0px;
	top: 95px;
	z-index: 10000;
}

div#clinks form#registreerformulier, div#clinks form#cForm {
	font-size: 95%;
	color: #666;
	width: 550px;
	margin-left: 15px;
	position: relative;
}
div#clinks form#registreerformulier input, div#clinks form#cForm input {
	width: 130px;
	margin: 0px 0 15px 0;
}
label.registreer {
	display: block;	
	text-align: right;
	float: left;
	width: 100px;
	margin-right: 15px;
}

form#registreerformulier input, form#cForm input
    {
 	height: 20px;
    background-color: #F6F6F6;
    color: #333;
	font-weight: bold;
    border-width: 1px;
    border-style: solid;
    border-color: #cccccc;
    margin-bottom: 10px;
	margin-top: 20px;
    }
div#clinks form#registreerformulier textarea, div#clinks form#cForm textarea {
	background-color: #F6F6F6;
    color: #333;
	font-weight: bold;
    border-width: 1px;
    border-style: solid;
    border-color: #cccccc;	
}
div#clinks form#registreerformulier input#inputimage {
	width: 290px;
	height: 25px;
	}
div#clinks form#registreerformulier p.verplicht {
	color: #F90;
	font-size: 90%;
	float: right;
}
p.message {
	color: #FFF;
	background: #F33;
	border: 1px dotted #CCC;
	padding: 8px;
}
div#clinks fieldset  {
	border: 1px solid #F5F5F5;
	margin-top: 25px;
	margin-right: 10px;
}
div#clinks fieldset h1 {
	margin: 20px;	
}
div#clinks form#registreerformulier input.button, div#clinks form#cForm input#sendContactEmail  {
	font-weight: normal;
	font-size: 100%;
	width: 100px;
	height: 25px;
	float: right;
	padding-left: 15px;
}
div#clinks form#registreerformulier input.button:hover, div#clinks form#cForm input#sendContactEmail:hover  {
	border: 1px solid #000;
}
div#clinks form#registreerformulier input.validation {
	float: right;
	color: #F66;
	font-size: 85%;
	width: 285px;
	border: none;
	background: #FFF;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	margin-top: 2px;
	margin-left: 2px;
	
}
div#crechts form#login input#loginnaam_validation {
	position: absolute;
	top: 37px;
	left: 44px;
	color: #F66;
	font-size: 80%;
	width: 185px;

	border: none;
	background: #FFF;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	
}

/*#wrapper {
  width: 575px;
  margin: 0 auto;
}

#wrapper #content {
  padding: 0 10px;
  background: url(images/content.png) repeat-y;
}

#wrapper #content ul {
  float: left;
  display: block;
  width: 575px;
  margin: 0;
  padding: 0;
  background: url(images/networks.png) repeat;
  list-style: none;

}

#wrapper #content li {
  float: left;
  height: 60px;
  width: 225px;
  position: relative;

}

#wrapper #content a {
  font-size: 1em;
  color: #666;
  text-decoration: none;
  padding: 10px 0 5px;
  display: block;
  width: 225px;
  height: 45px;
  position: relative;
  z-index: 2;
}

#wrapper a img {
  border: 0;
  float: left;
  margin: 0 10px;
}

.fader {
  opacity: 0;
  -moz-opacity: 0;
  filter:alpha(opacity=0);
  position: absolute;
  top: 50;
  left: 40;
  width: 575x;
  height: 60px;
  background-color: #A4ADB7;
}

#wrapper a:hover img {
  margin-left: 5px;
}

#wrapper a strong {
  display: block;
  font-size: 18px;
  color: #000;
}

#wrapper .clear {
  clear: left;
}

#wrapper #datacontent {
  padding: 20px 10px;
 
}
#wrapper #datacontent div.panels {
	
	margin: 0;
	padding: 0;
}
#wrapper #datacontent ul {
  list-style: none;
  margin: 0;
  padding: 5px;
  display: block;
  height: 40px;
  background: #DFDFDF;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;  
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
}

#wrapper #datacontent li {
  float: left;
}

#wrapper #datacontent li a {
  outline: 0;
  display: block;
  background: #DFDFDF;
  color: #666;
  text-decoration: none;
  padding: 2px 8px;
  margin: 5px;
  border: 1px solid #DFDFDF;
}

#wrapper #datacontent li a:hover {
  border: 1px solid #D1D1D1;
  background: #D1D1D1;
  color: #000;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}

#wrapper #datacontent li a.selected {
  background: #AFAFAF;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border: 1px inset #F1F1F1;
  color: #fff;
}

#wrapper #datacontent .panels {
  border: 1px solid #DFDFDF;
  border-top: 0;
  border-bottom: 10px solid #DFDFDF;
  -moz-border-radius-bottomleft: 10px;
  -moz-border-radius-bottomright: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  overflow: hidden;
}

#wrapper #datacontent .panelsInner {
  overflow: hidden;
}

#wrapper #datacontent .panel {
  padding: 10px 15px;
}
<!--[if IE]>
 #wrapper div, #wrapper  li {
    zoom: 1;
    }
*/
table#lokalen td{
     padding: 5px;
	 text-align: center;
	 }
	 
div#filmpjeslijst {
	clear: left;	
}
div#clinks p.geenreactie {
	padding: 13px 0;
	color: #69F;
	font-style: italic;
}
div#clinks div#admin {
	position: relative;
	width: 210px;
	left: 365px;
}
ul#persartikelen {
	margin-top: 10px;
	
}
ul#persartikelen li {
	float: left;
	width: 195px;
	height: 240px;
	margin-bottom: 10px;
	padding-bottom: 5px;
	
	border-bottom: 1px dotted #CCC;
}

ul#persartikelen p.persartikeldatum {
	color: #69C;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
ul#persartikelen li h2 {
	margin: 3px 0 3px 0;
	padding: 0;
	
	
}
ul#persartikelen li h2.krant {
	margin: 3px 0 3px 0;
	padding: 0;
	color: #999;
}
h2.kalendertitelhomepage {
 	border-bottom: 1px dotted #999;	
	padding-bottom: 5px;
	margin: 0;
}
div#clinks div.leiderdiv {
	background: url(../images/leidingspagina_achtergrond.png) center no-repeat;
	width: 600px;
	height: 285px;
	
}
div#clinks div.leiderdiv img {
	float: left; 
	margin-left: 23px;
	margin-top: 65px;
}
div#clinks ul.vcard {
	padding-right: 15px;
	padding-top: 63px;
	float: right;
	font-size: 90%;
	position: relative;
	width: 310px;
}
div#clinks ul#vcard {
	
	margin-left: 60px;
	font-size: 90%;
	position: relative;
	width: 550px;
}
div#clinks ul.vcard li span.leiderinfo_front {
	font-weight: bolder;
}
div#clinks ul.vcard li {
	list-style: url(../images/vcardicon.png);	
}
div#clinks ul#vcard li {
	list-style: url(../images/vcardicon.png);	
}
div#clinks p.rechts a.reageerform {
	margin-top: 10px;
	padding-top: 10px;
	
}
h2 img {
	float: left;
	margin-right: 5px;
	padding-top: 5px;
}
p span.italic {
 	font-style: italic;
	font-weight: bold;
	text-decoration: underline;
}
div#clinks img.slider {
	border: 1px solid #ccc;	
}

div#footer {
	position: relative;	
	height:200px;
}
div#footer img:hover {
	border-bottom: 1px solid #999;	
}
div#footer img {
	padding: 1px;	
}
div#footer h1 {
	color: #333;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}
div#footer ul li {
	padding: 1px;	
}
div#footer a {
	color: #666;
	padding: 4px 0;
	text-decoration: none;
}
div#footer a:hover {
	color: #000;	
}
div#footer1 {
	position: absolute; 
	left: 60px; 
	top: 20px;
}
div#footer2 {
	position: absolute; 
	left: 200px; 
	top: 20px;
}

div#footer3 {
	position: absolute; 
	left: 330px; 
	top: 20px;
}
div#footer4 {
	position: absolute; 
	left: 450px; 
	top: 20px;
}
div#footer5 {
	position: absolute; 
	left: 330px; 
	top: 130px;
}
div#footer6 {
	position: absolute; 
	left: 730px; 
	top: 110px;
}
div#footercontent {
	position: relative; 
	
	width: 880px;
	height: 200px;
	background: url(../images/footer_achtergrond.png) no-repeat;
}
div#confirmMessage {
	position: absolute;
	top: 75px;
	left: 250px;
}
div#noscript {
	background: #C00; 
	margin: auto; 
	width: 890px;
	position: absolute; 
	left: 18%;
	top: 100px;
	z-index: 5000;
}
div#noscript p {
	padding: 5px; 
	color: #FFF;
	
}
ul.verhuur {
	margin-bottom: 10px;
	position: relative;
	display: block;
}
ul.verhuur li {
	float: left;	
	display: block;
	padding: 5px;
	margin: 5px;
	font-size: 115%;
}
body div#clinks a.top {
	color: #F90; 
	margin: 10px 0;
	font-size: 85%;
	display: block;
}
body div#clinks a.top:hover {
	color: #999;	
}
img.fotopage {
	margin-bottom: 5px;
	border: 1px solid #CCC;
}
div.profielfoto img {
	max-width: 600px;	
}
div#clinks ul#contact li {
	float:left;	
	padding: 2px;
}
div#clinks ul#contact {
	display: inline-block;	
}
p#loadBar, p#emailSuccess {
	font-size: 120%;
}
div#bannerlogo {
	position: absolute;	
	left: -17px;
	top: 35px;
}
div#bannersocial {
	position: absolute;
	top: 110px;
	right: 30px;
}
div#bannersocial img:hover {
	border-bottom: 1px solid #CCC;
}
div#clinks ul#gebruikers {
	list-style: url(../images/gebruiker.png);
	margin-left: 20px;
	padding-left: 5px;
}
div#clinks ul#gebruikers a {
	color: #666;
	font-weight: bold;
	padding-bottom: 2px;
}
div#clinks ul#gebruikers a:hover {
	text-decoration: none;
}
span.strong {
	font-weight: bold;	
}
div#slider {
	border: 1px solid #CCC;
	padding: 0;
	margin: 0;
}
div#clinks ul#home2 li.homepage_reacties {
	position: relative; 
	padding-top: 220px;
	float: right;
	width: 260px;
	margin-top: 20px;
}
div#clinks ul li span.homepage_fotoreactie_reactie a {
	color: #666;
	text-decoration: none;
}
div#clinks ul li span.homepage_fotoreactie_reactie a:hover {
	color: #999; 
	text-decoration: underline;
}
div#clinks ul li span.homepage_fotoreactie_loginnaam a {
	font-size: 85%;
	font-weight: bold;
	text-decoration: none;
}
div#clinks ul li span.homepage_fotoreactie_loginnaam a:hover {
	text-decoration: underline;	
}
div#clinks ul li p.reactieslegende {
	font-weight: bold;
	font-size: 75%;
	margin-bottom: 3px;
}
p.wedstrijd {
	color: #F30;	
}
body div#clinks p.speldagalgemeneinfo {
	padding: 5px;
	background: #F6F6F6;
	border: 1px dotted #CCC;
	margin-right: 48px;
}
body div#clinks p.speldagalgemeneinfo2 {
	padding: 5px;
	background: #F6F6F6;
	border: 1px dotted #CCC;
	margin-right: 48px;
}
body div#clinks p.messagewall {
	padding: 5px;
	padding-bottom: 10px;
	background: #FF9;
	border: 1px solid #F3F3F3;
	margin-right: 48px;
	font-weight:bolder;
	color:#333;
	width: 575px;
	
}

body div#clinks p.messagewall2 {
	padding: 5px;
	padding-bottom: 10px;
	background: #FF9;
	border: 1px solid #F3F3F3;
	margin-right: 48px;
	
	color:#333;
	width: 575px;
	
}

body div#clinks p.gastenboek {
	padding: 5px;
	background: #F6F6F6;
	border: 1px solid #CCC;
	border-bottom: none;
	margin-right: 48px;
	color: #333;
	width: 575px;
}
body div#clinks p.gastenboeklaatste {
	padding: 5px;
	background: #F6F6F6;
	border: 1px solid #CCC;
	color:#333;
	margin-right: 48px;
	width: 575px;
}
body div#clinks p.gastenboekok {
	padding: 5px;
	background: #F8F8F8;
	border: 1px solid #CCC;
	color:#333;
	font-weight:bold;
	margin-right: 48px;
	width: 575px;
}
body div#clinks p.gastenboekok img.imggastenboek {
	padding-right: 5px;
	

}
body div#clinks form#form textarea {
	width: 575px;
	height: 50px;
}
/*body div#clinks h1.speldagentitel {
	margin: 0px;
	padding: 0px;
}*/
div#clinks div#laatstgetagdefoto img {
	max-width: 310px;
}	
div#clinks div#laatstgetagdefoto {
	width: 310px;	
}
body div#clinks h1.speldagtitel {
	border-bottom: 2px #CCC solid;	
	width: 575px;
}
div#clinks h2.gebruikerstitel {
	width: 575px;
	border-bottom: 2px solid #CCC;
	font-weight: bold;
	color: #666;
	text-indent: 20px;
	background: url(../images/buttons/lens.gif) top left no-repeat;
	font-family: Verdana, Geneva, sans-serif;
}
div#clinks h2.fotomaptitel {
	text-indent: 20px;
	background: url(../images/berkvenfotos.png) top left no-repeat;
}
