﻿@charset "utf-8";
/* CSS Document */
html
	{
	text-align: center;
	}
body
	{
	margin: 0px;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #444444;
	min-width: 820px;
	background-color: #f5f5f5;
	background-image: url(../images/body.gif);
	background-position: center top;
	background-repeat: no-repeat;
	}
/*
td
	{
	font-family:Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #ffffff;
	margin: 0;
	padding: 0;
	}
*/
form
	{
	margin: 0;
	padding: 0;
	}
input,select,textarea
	{
	margin: 0;
	padding: 0;
	}
p
	{
	margin: 0;
	padding: 0;
	}
a
	{
	outline: none;
	color: #0099cc;
	text-decoration: none;
	}
a:hover
	{
	color: #000000;
	text-decoration: underline;
	}
/*----------HEADER + NAV----------*/
/*wrapper*/
.JoetzHeader
	{
	position: relative;
	width: 800px;
	margin: 0 auto;
	margin-top: 20px;
	padding: 0 10px 0 10px;
	background-color: #ffffff;
	}
/*top nav organisatie*/
.JoetzHeader .nav_org
	{
	padding: 10px 0 10px 0;
	font-size: 10px;
	color: #888888;
	text-align: right;
	}
.nav_org a
	{
	color: #888888;
	text-decoration: none;
	}
.nav_org a:hover
	{
	color: #444444;
	text-decoration: underline;
	}
/*header nav + labels*/
.JoetzHeader .nav_header
	{
	height: 150px;
	background-image: url(../images/header.jpg);
	position: relative;
	}
.nav_header .logo
	{
	position: absolute;
	top: 30px;
	left: 20px;
	}
.logo a
	{
	width: 170px;
	height: 80px;
	text-indent: -9999px;
	outline: none;
	display: block;
	}
/*labels*/
.nav_header ul.labels
	{
	position: absolute;
	right: -65px;
	top: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	}
ul.labels li
	{
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
	}
ul.labels li a
	{
	display: block;
	height: 50px;
	width: 55px;
	text-indent: -9999px;
	}
ul.labels #joetz
	{
	background-image: url(../images/label_joetz.png);
	}
ul.labels #socmut
	{
	background-image: url(../images/label_socmut.png);
	}
/*navigatie*/
.JoetzHeader .nav
	{
	text-align: center;
	font-family: Georgia, Utopia, Palatino, 'Palatino Linotype', serif;
	font-size: 13px;
	font-weight: bold;
	line-height: 30px;
	height: 30px;
	border-bottom: 1px dashed #dddddd;
	border-top: 2px solid #000000;
	}
.nav a
	{
	text-decoration: none;
	color: #444444;
	padding: 0 10px 0 10px;
	}
.nav a:hover
	{
	color: #ffffff;
	}
/*navigatie community + search*/
.JoetzHeader .nav_2
	{
	height: 30px;
	position: relative;
	}
.nav_2 ul.community 
	{
	position: absolute;
	left: 0;
	top: 5px;
	margin: 0;
	padding: 0;
	list-style-type: none;
	}
ul.community li
	{
	margin: 0;
	padding: 0;
	float: left;
	text-indent: -9999px;
	margin-right: 5px;
	}
ul.community a
	{
	display: block;
	text-decoration: underline;
	height: 20px;
	width: 20px;
	}
ul.community a:hover
	{
	}
ul.community #facebook
	{
	background-image: url(../images/facebook.jpg)
	}
ul.community #netlog
	{
	background-image: url(../images/netlog.jpg)
	}
ul.community #flickr
	{
	background-image: url(../images/picasa.jpg)
	}
ul.community #picasa
	{
	background-image: url(../images/picasa.jpg)
	}
/*zoek*/
.nav_2 .search
	{
	position: absolute;
	top: 5px;
	right: 0;
	height: 20px;
	color: #888888;
	width: 200px;
	text-align: right;
	}
.search #ctl00_PlaceHolderSearchArea_ctl00_pnlDefineDefButton1
	{
	height: 20px;
	float: left;
	}
.search #ctl00_PlaceHolderSearchArea_ctl00_txtSearch
	{
	border: none;
	border-right: 5px solid #ffffff;
	padding: 0;
	margin: 0;
	height: 20px;
	background-color: #eeeeee;
	color: #888888;
	line-height: 20px;
	}
.search #ctl00_PlaceHolderSearchArea_ctl00_lnkSearch
	{
	border: none;
	padding: 0 5px 0 5px;
	margin: 0;
	color: #888888;
	}
.search div
	{
	position: absolute;
	top: 0;
	left: 0;
	}
/*--------------------------------------------------------------------------------------*/
/*----------CONTENT starts here----------*/
.container
	{
	width: 820px;
	margin: 0 auto;
	text-align: left;
	background-color: #ffffff;
	}
/*INDEX specials*/
.container .left
	{
	position: relative;
	float: left;
	width: 530px;
	_width: 520px;
	z-index: 90;
	}
.container .right
	{
	position: relative;
	float: right;
	width: 290px;
	z-index: 80;
	}
.container .content
	{
	clear: both;
	padding: 10px 10px 5px 10px;
	}
/*----------BREADCRUMBS----------*/
.breadcrumbs
	{
	color: #888888;
	text-align: justify;
	font-size: 10px;
	padding: 5px 0 5px 0;
	}
.breadcrumbs a
	{
	color: #888888;
	text-decoration: none;
	}
.breadcrumbs a:hover
	{
	color: #444444;
	text-decoration: underline;
	}
.JoetzHeader .breadcrumbs
	{
	border-bottom: 1px dashed #dddddd;
	border-top: 1px dashed #dddddd;
	}
.container .breadcrumbs
	{
	clear: both;
	border-top: 1px dashed #dddddd;
	margin: 10px 10px 0 10px;
	padding-bottom: 8px;
	}
/*----------FOOTER starts here----------*/
.JoetzFooter
	{
	width: 800px;
	margin: 0 auto;
	padding: 10px;
	color: #888888;
	text-align: left;
	font-size: 10px;
	}
.JoetzFooter a
	{
	color: #888888;
	text-decoration: none; 
	}
.JoetzFooter a:hover
	{
	text-decoration: underline; 
	}
.JoetzFooter img
	{
	float: right;
	margin: 0 0 10px 10px;
	border: none;	
	}
/*----------De SPECIALEKES----------*/	
/*in page menu*/
.content ul, .content ol
	{
	margin: 0;
	pading: 0;
	padding-left: 40px;
	}
.content ul li, .content ol li
	{
	margin: 0;
	padding: 0;
	padding-left: 5px;
	/*margin: 0;
	padding: 0;*/
	}
.content ul li
	{
	list-style-type: circle;
	}
.content a
	{
	}
.content a:hover
	{
	}
.content img
	{
	}
.content .addthis_toolbox
	{
	margin-top: 10px;
	}
.content h1
	{
	position: relative;
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
	padding-bottom: 5px;
	font-family: Georgia, Utopia, Palatino, 'Palatino Linotype', serif;
	font-size: 16px;
	color: #444444;
	border-bottom: 2px solid #444444;
	}
/*stylen in editor*/
/*rechtzetten content h1*/
.content div h1
	{
	margin: 0;
	padding: 0;
	padding-left: 5px;
	margin-bottom: 5px;
	font-family: Georgia, Utopia, Palatino, 'Palatino Linotype', serif;
	font-size: 15px;
	color: #000000;
	border: none;
	border-left: 2px solid #444444;
	}
.content h2
	{
	margin: 0;
	padding: 0;
	margin-bottom: 5px;
	font-family: Georgia, Utopia, Palatino, 'Palatino Linotype', serif;
	font-size: 14px;
	color: #000000;
	}
.content h3
	{
	margin: 0;
	padding: 0;
	margin-bottom: 5px;
	font-family: Georgia, Utopia, Palatino, 'Palatino Linotype', serif;
	font-size: 13px;
	color: #444444;
	}
.content h4
	{
	margin: 0;
	padding: 0;
	margin-bottom: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
.content h5
	{
	margin: 0;
	padding: 0;
	margin-bottom: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	}
/*voetnoot*/
.content h6
	{
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #888888;
	font-weight: normal;
	}
/*kaderstukjes*/
.content dl
	{
	margin: 0;
	padding: 10px;
	border: #0099cc solid 1px;
	border-top-width: 5px;
	background-color: #eeeeee;
	display: block;
	}
.content dl dd
	{
	margin: 0;
	padding: 0;
	}
/*ITEMS KALENDER*/
.content .item
	{
	padding: 5px 0 5px 0;
	border-top: 1px dashed #dddddd;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
.right .item, .left .item
	{
	border-top: none;
	border-bottom: 1px dashed #dddddd;
	}
.item h3
	{
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
.item img
	{
	}
#vakanties .item table, #vakanties item td
	{
	width: 100%;
	}
#vakanties #column 
	{
	width: 800px;
	}
#nieuws .item h3, #actueel .item h3
	{
	/*font-family: Georgia, Utopia, Palatino, 'Palatino Linotype', serif;
	font-size: 14px;*/
	}
#vakanties .item h3
	{
	padding-left: 15px;
	background: url(../images/vakanties_bullet.gif) no-repeat left;
	}
#WebPartWPQ1 a
	{
	color: #0099cc;
	text-decoration: none;
	}
#WebPartWPQ1 a:hover
	{
	color: #000000;
	text-decoration: underline;
	}

/*INDEX COLORS*/
#nieuws h1
	{
	border-color: #ff9900;
	}
#nieuws a
	{
	color: #ff9900;
	}
#poll h1
	{
	border-color: #66cc00;
	}
#poll a
	{
	color: #66cc00;
	}
#actueel h1
	{
	border-color: #3399cc;
	}
#actueel a
	{
	color: #3399cc;
	}
#actie h1
	{
	border-color: #ff0099;
	}
#actie a
	{
	}
#kijker h1
	{
	border-bottom: 2px solid #33cc99;
	font-size: 5px;
	line-height: 5px;
	}
#kijker img
	{
	margin-bottom: 5px;
	}
#kijker a
	{
	color: #33cc99;
	}
/*quick menu*/
#actie ul
	{
	overflow: auto;
	margin: 0;
	padding: 0;
	list-style-type: none;
	}
#actie ul li
	{
	margin: 0;
	padding: 0;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 24px;
	_height: 24px;
	border-bottom: 1px dashed #dddddd;
	}
#actie ul li a
	{
	text-decoration: none;
	color: #000000;
	display: block;
	}
#actie ul li a:hover
	{
	padding-left: 20px;
	}
/*JOETZ table*/
.joetzstyleTable-JOETZ
	{
	border: 1px solid #000000;
	padding: 0;
	margin: 0;
	border-collapse: collapse;
	}
.joetzstyleTable-JOETZ td
	{
	border: 1px dashed #000000;
	padding: 5px;
	margin: 0;
	border-collapse: collapse; 
	}
/*HOOFDSTUK COLORS*/
#vakanties h1, #vakanties dl, #vakanties .joetzstyleTable-JOETZ, #vakanties .joetzstyleTable-JOETZ td
	{
	border-color: #ff9900;
	}
#vakanties a
	{
	color: #ff9900;
	}
#vakanties a:hover
	{
	color: #000000;
	}
.nav a:hover#vakantie
	{
	color: #ff9900;
	}
#vormingen h1, #vormingen dl, #vormingen .joetzstyleTable-JOETZ, #vormingen .joetzstyleTable-JOETZ td
	{
	border-color: #ff3300;
	}
#vormingen a
	{
	color: #ff3300;
	}
#vormingen a:hover
	{
	color: #000000;
	}
.nav a:hover#vormingen
	{
	color: #ff3300;
	}
#gezondheid h1, #gezondheid dl, #gezondheid .joetzstyleTable-JOETZ, #gezondheid .joetzstyleTable-JOETZ td
	{
	border-color: #ff0099;
	}
#gezondheid a
	{
	color: #ff0099;
	}
#gezondheid a:hover
	{
	color: #000000;
	}
.nav a:hover#gezondheid
	{
	color: #ff0099;
	}
#veiligvrijen h1, #veiligvrijen dl, #veiligvrijen .joetzstyleTable-JOETZ, #veiligvrijen .joetzstyleTable-JOETZ td
	{
	border-color: #990066;
	}
#veiligvrijen a
	{
	color: #990066;
	}
#veiligvrijen a:hover
	{
	color: #000000;
	}
.nav a:hover#veiligvrijen
	{
	color: #990066;
	}
#internationaal h1, #internationaal dl, #internationaal .joetzstyleTable-JOETZ, #internationaal .joetzstyleTable-JOETZ td
	{
	border-color: #0099cc;
	}
#internationaal a
	{
	color: #0099cc;
	}
#internationaal a:hover
	{
	color: #000000;
	}
.nav a:hover#internationaal
	{
	color: #0099cc;
	}
#inclusie h1, #inclusie dl, #inclusie .joetzstyleTable-JOETZ, #inclusie .joetzstyleTable-JOETZ td
	{
	border-color: #33cc99;
	}
#inclusie a
	{
	color: #33cc99;
	}
#inclusie a:hover
	{
	color: #000000;
	}
.nav a:hover#inclusie
	{
	color: #33cc99;
	}
#joetznet h1, #joetznet dl, #joetznet .joetzstyleTable-JOETZ, #joetznet .joetzstyleTable-JOETZ td
	{
	border-color: #66cc00;
	}
#joetznet a
	{
	color: #66cc00;
	}
#joetznet a:hover
	{
	color: #000000;
	}
.nav a:hover#joetznet
	{
	color: #66cc00;
	}
/*rechttrekken hover status*/
/*INDEX pagina*/
.index
	{
	background-image: url(../images/body_index.gif);
	}
.index .container
	{
	width: 320px;
	background-color: #ffffff;
	}
.index .container #actie h1
	{
	border-bottom-color: #cc0000;
	}
.index .container .content
	{
	padding-bottom: 10px;
	}
.index .JoetzFooter
	{
	width: 320px;
	}
.index .JoetzHeader
	{
	margin: 0 auto;
	margin-top: 20px;
	padding: 0;
	height: 170px;
	width: 320px;
	background-image: url(../images/header_index.jpg);
	background-position: 10px 10px;
	background-repeat: no-repeat;
	}
.left .item img
	{
	float: left;
	position: relative;
	}
.ms-WPBody
	{
	height: 1%;
	}
#MSOZoneCell_WebPartWPQ2, #MSOZoneCell_WebPartWPQ3, #MSOZoneCell_WebPartWPQ1
	{
	}
#clear
	{
	clear: left;
	}
