@charset "utf-8";
/* CSS Document */

/* ================================================ */
/* LINKS (a's)                                      */
/* ================================================ */
/* standaard eigenschappen van link */
a:link {
	color: #264677;
	text-decoration: none;
}
/* bezochte link */
a:visited {
	color: #006699;
	text-decoration: none;
}
/* uitzicht van links als de cursor er op staat */
a:hover {
	text-decoration: underline;
}
/* afbeeldingen die links zijn mogen geen rand hebben! */
a img {
	border: 0;
}
/* ================================================ */
/* ANDERE                                           */
/* ================================================ */
/* standaard instellingen */
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	margin: 0;
}
/* tekst onderaan elke pagina */
.copyright {
	margin: 0px auto 20px auto;
	width: 921px;
	text-align: center;
	font-size: 0.8em;
}
/* nodig voor uitlijning logo */

.banner {
	height: 96px;
	text-align:left;
}
/* achtergrond voor menu en de correcte positie ervan*/
.menubar {
	background: url(img/bg/menubar.gif) no-repeat right;
	width: 100%;
	height: 90px;
}
/* afbeelding om maincontainer af te sluiten*/
#sluiter {
	height: 25px;
	background: url(img/bg/bottom.gif) no-repeat bottom;
	clear: both;
}
/*  om "back to top"-pijltjes en stippellijn te plaatsen. */
.p-sluiter {
	background-image:url(img/andere/top.gif);
	background-position: right;
	background-repeat:no-repeat;
	margin: 20px 0 0 20px;
	border-top: #a7e5ff dashed 1px;
	font-size: 1em;
	text-align: right;
	clear: both;
}
/* gebruik ik tijdens de ontwikkeling om ergens aandacht op te trekken */
.aandacht {
	background-color: red;
	font-size: 18px;
	font-weight:bold;
	color: #FFFFFF;
}
/* opmaak voor adressen */
.adres {
	font-style:oblique;
	margin-left: 10px;
}
.activiteit {
	margin: 20px;
	padding: 10px 0;
	border: 1px dashed #0099CC;
	background-color: #EEEEEE;
}
.activiteit p {
	margin: 10px 0;
}
.activiteit h1 {
	padding: 0.5em 0;
	margin: 0 20px;
	font-size: 1.1em;
	color: #333333;
	border-bottom: 3px solid #333333;
}
.activiteit ul {
	padding: 0 0 0 50px;
}
/* inspringen van opsomming met nummers (ordered list) */
ol {
	padding: 0 0 0 70px;
}
/* geplaatst door ... */
.geplaatst{
font-size: 0.7em;
color: #999999;
margin-bottom: -15px;
}
.imgright {
	float: right;
	margin: 0 0 20px 20px;
	border: 1px solid #000000;
}
.links {
margin: 0 20px;
padding: 20px 0;
border-bottom: 1px dotted #333333;
}
.links img {
float: right;
}

/* ================================================ */
/* OPMAAK (containers e.d.)                         */
/* ================================================ */

/* bevat alles */
.maincontainer {
	margin: 40px auto 10px auto;
	width: 921px;
	text-align:left;
	background: url(img/bg/bg.gif) repeat-y;
}
/* is de linker kolom */
.leftcontainer {
	float: left;
	width: 300px;
	margin: 0px 0px 5px 20px;
}
/* rechter bg voor leftcontainer + breedte */
.kaderkelinks {
	width: 100%;
	background:white url(img/leftcontainer/right.gif) right repeat-y;
}
/* footer afbeelding + marges */
.kaderkelinks .inhoud {
	padding: 0px 25px 30px 10px;
	background:url(img/leftcontainer/bottom.gif) bottom no-repeat;
}
/* lijn + extra marge onder elke paragraaf */
.kaderkelinks .inhoud p {
	padding: 0 0 10px 0;
	border-bottom: #0099FF dashed 1px;
}
/* Om de tekst mooi naast het pictogram te krijgen */
.kaderkelinks h1 img {
	vertical-align: top;
}
/* rechterkolom */
.rightcontainer {
	float: left;
	width: 584px;
	margin: 0px 0 0 0;
}
/* inhoud leftcontainer */
.kaderkerechts {
	width: 100%;
	background:white url(img/rightcontainer/right.gif) right repeat-y;
}
.kaderkerechts .inhoud {
	padding: 0px 25px 30px 10px;
	background:url(img/rightcontainer/bottom.gif) bottom no-repeat;
}
.kaderkerechts .inhoud p {
	padding: 0 20px;
}

/* ================================================ */
/* TITELS (H's)                                     */
/* ================================================ */
/* kaderkelinks links op index pagina */
h1 {
	margin: 5px 0 -5px 0;
	font-size: 1.5em;
	color: #264677;
}
/* kaderkerechts titels */
h2 {
	margin: 5px 0 0 0;
	padding: 0 0 0 10px;
	font-size: 1.2em;
	color: #333333;
}
/* kaderkerechts ondertitels */
h3 {
	margin: 15px 0 0 0;
	padding: 0 0 0 10px;
	font-size: 1.1em;
}
/* titel gebruikt bij activiteiten (FIAPA, AGE, etc */
h4 {
	margin: 10px 0 0 0;
	padding: 0 0 0 20px;
	font-size: 1em;
}
/* namen/titels bij contact */
h5 {
	font-size: 1em;
	font-weight: bold;
	margin-left: 20px;
	margin-bottom: -17px;
}
.leftcontainer h2 {
	color: #264677;
	border-left: solid #a7e5ff 10px;
}
.rightcontainer h2 {
	border-left: solid #bbbbbb 10px;
}
