/*
   by francky: www.developerscorner.nl
*/

html {
	height: 101%;
	padding: 0;
	background: #E8E8E8 url(http://clientenbelangamsterdam.nl/systemimages/bg.gif) no-repeat 50% 0;
	color: black;
	}

body {
	width: 960px;
	margin: 0 auto;
	padding: 0;
	background: #FFFFFF;
	color: #000000;
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 100.1%;
	line-height: 125%;
	}

h1, h2, h3, h4, h5, h6, p {
	margin: 0;
	padding: 0;
	}

img {
	border: 0;
	}
.invis, #noshow, hr {
	position: absolute;
	top: 0;
	left: 0;
	margin-left: -9999px !important;
	}
.txtcenter {
	text-align: center;
	}
.floatLeft {
	float: left;
	width: auto;
	margin-right: 15px;
	}
.floatRight {
	float: right;
	width: auto;
	margin-left: 15px;
	}
.clearLeft {
	width: 100%;
	clear: left;
	height: 1px;
	margin-bottom: -1px;
	}
.clearRight {
	width: 100%;
	clear: right;
	height: 1px;
	margin-bottom: -1px;
	}
.clearBoth {
	width: 100%;
	clear: both;
	height: 1px;
	margin-bottom: -1px;
	}
.externelink {
	padding-right: 15px !important;
	margin-right: 5px;
	background: url(http://clientenbelangamsterdam.nl/systemimages/iconout.gif) no-repeat 100% 50%;
	}
#nieuws-zorgbelang .externelink {
/*	background: url(http://clientenbelangamsterdam.nl/systemimages/iconout-topicmenu.gif) no-repeat 100% 50% !important; */
	}
.externelink:hover,
.externelink:focus {
	padding-right: 15px !important;
	background: #FFFF80 url(http://clientenbelangamsterdam.nl/systemimages/iconout.gif) no-repeat 100% 50% !important;
	color: #0000A0;
	}
a.pdf, a.pdf:hover, a.pdf:focus, a.pdf:active {
	padding-right: 35px !important;
	background: url(http://clientenbelangamsterdam.nl/systemimages/pdf_link30x10.gif) no-repeat 100% 50% !important;
	}
a.pdf:hover, a.pdf:focus, a.pdf:active {
	background-color: #FFFF80 !important;
	color: #0000A0;
	}
.space-10px {
	padding-top: 10px;
	}
.bottom-10px {
	padding-bottom: 10px;
	}
.marTop10px {
	margin-top: 10px !important;
	}
.padLeft10px {
	padding-left: 10px;
	}
.textRight {
	text-align: right;
	}
#bodyTopcorners,
#bodyBottomcorners {
	width: 960px;
	background: url(http://clientenbelangamsterdam.nl/systemimages/corners.png);
	}
#bodyTopcorners {
	height: 9px;
	}	
#bodyBottomcorners {
	height: 15px;
	background-position: 0 -9px;
	}
#wrapper {
	margin: 0 10px 0 7px;
	padding: 0 22px 0 0;
	background: url(http://clientenbelangamsterdam.nl/systemimages/tekst-verticaal.gif) repeat-y 100% -10px;
	}
#fauxcolumnleft {
	height: 1%; /* IE7 hack */
	background: url(http://clientenbelangamsterdam.nl/systemimages/fauxcolumn.gif) repeat-y;
	}

/* ********************************************** header stuff */

#header {
	height: 1%; /* IE6 hack */
	background: url(http://clientenbelangamsterdam.nl/systemimages/header-bg.png);
	}
#logo {
	float: left;
	width: 225px;
	margin: 10px 0 0 -2px;
	}
#logo a img {
	padding: 2px 2px 0 2px;
	vertical-align: top;
	}
#logo a:hover img,
#logo a:focus img,
#logo a:active img {
	outline: 0;
	padding: 1px 1px 0 1px;
	border: solid #D12215;
	border-width: 1px 1px 0 1px;
	}

#kopbalk {
	display: none; /* = noscript! */
	float: right;
	width: 223px;  /* = incl. padding 223px */
	height: 29px;
	margin: 5px 0 0 0;
	padding: 0;
	background: url(http://clientenbelangamsterdam.nl/systemimages/corners.png) -668px -24px; 
	}
#kopbalk ul {
	margin: 0;
/*	padding: 0 0 0 110px; */
	padding: 0 0 0 121px;
	list-style: none;
	}
#kopbalk li {
	float: left;
	margin: 0 2px 0 0;
	padding: 0;
	}
#kopbalk a {
	width: 17px;
	height: 29px;
	display: inline-block;
	outline: 0;
	background: none;
	}
#kopbalk a:hover,
#kopbalk a:focus {
	background: url(http://clientenbelangamsterdam.nl/systemimages/corners.png) !important;
	}
#kopbalk #fsize1 { background-position: -789px -53px !important; }
#kopbalk #fsize2 { background-position: -808px -53px !important; }
#kopbalk #fsize3 { background-position: -827px -53px !important; }
#kopbalk #fsize4 { background-position: -846px -53px !important; }
#kopbalk #fsize5 { background-position: -865px -53px !important; }

#topmenu {
	height: 1%; /* IE6 hack */
	background: #EFEFEF;
	color: #000000;
	overflow: hidden;
	}
#topmenu ul {
	float: right;
	margin: 0 0 5px 0;
	padding: 2px 0 3px 0;
	list-style: none;
	}
#topmenu li {
	display: inline;
	margin: 0 8px;
	padding: 0;
	font-size: .9em;
	font-weight: bold;
	}
#topmenu li a {
	padding: 1px 10px;
	color: black;
	background: #EFEFEF;
	text-decoration: none;
	}
#topmenu li a:hover,
#topmenu li a:focus,
#topmenu li a:active {
	padding: 1px 9px;
	background: white;
	color: #800000;
	border: 1px solid #D12215;
	outline: 0;
	}
#topLine {
	margin: -11px 0 0 0;
	width: 921px;
	height: 10px;
	}
#schaduw {
	width: 921px;
	height: 31px;
	background: url(http://clientenbelangamsterdam.nl/systemimages/schaduw.jpg) repeat-x 0 100%;
	}

/* ****************************************** actual topmenu */
.home #topmenu li #home,
.wat #topmenu li #wat,
.wie #topmenu li #wie,
.waar #topmenu li #waar,
.contact #topmenu li #contact {
	padding: 1px 9px;
	background: white;
	color: black;
	border: 1px solid #D12215;
	}

/* ****************************************** main stuff */
#fauxcolumns {
	height: 1%; /* IE7 hack */
	background: url(http://clientenbelangamsterdam.nl/systemimages/fauxcolumns.gif) repeat-y;
	}
.breed #fauxcolumns {
	background: url(http://clientenbelangamsterdam.nl/systemimages/fauxcolumnleft.gif) repeat-y;
	}

#maincontainer {
	float: right;
	width: 679px;
	}

/* ****************************************** content stuff */
#content {
	float: left;
	width: 437px;
	margin-top: 5px;
	}
.breed #content {
	width: 678px;
	}
#content a {
	padding: 3px 2px;
	}
#content a:hover,
#content a:focus,
#content a:active {
	background: #FFFF80;
	color: #0000A0;
	}

#print a {
	float: right;
	width: 35px;
	height: 35px;
	display: block;
	padding: 1px;
	background: url(http://clientenbelangamsterdam.nl/systemimages/corners.png) 0 -85px;
	}
#print a:hover,
#print a:focus,
#print a:active {
	background: url(http://clientenbelangamsterdam.nl/systemimages/corners.png) -36px -85px;
	}

#content .bericht {
	margin: 15px 0;
	padding: 0 10px;
	border: 1px solid #E2E2E2;
	background: #F9F9F9;
	color: #000000;
	}
.contact #content .bericht {
	border: 1px solid #C0C0C0;
	}
#content .topcorners { 
	width: 441px;
	height: 4px;
	margin-left: -11px;
	background: url(http://clientenbelangamsterdam.nl/systemimages/corners.png) 0 -34px;
	}
.breed #content .topcorners, 
.topbreed #content #topBericht .topcorners { 
	width: 678px;
	background-position: 0 -150px;
	}
#content .bottomcorners { 
	width: 441px;
	height: 6px;
	margin: 10px 0 0 -11px;
	background: url(http://clientenbelangamsterdam.nl/systemimages/corners.png) 0 -38px;
	}
.breed #content .bottomcorners, 
.topbreed #content #topBericht .bottomcorners { 
	width: 678px;
	background-position: 0 -154px;
	}
#content .indent {
	margin-left: 10px;
	}
#content h1 {
	padding-top: 5px;
	margin: 0 45px 0 10px;
	font-size: 1.3em;
	}
#content h2 {
	margin: 5px 45px 18px 10px;
	font-size: 1em;
	color: #0A246A;
	background: white;
	text-transform: uppercase;
	}

#content h3 { /* topic */
	padding: .3em 0 .2em 0;
/*	border-bottom: 1px dotted #ED968F;  */
	color: #CD2F23;
	background: #F9F9F9;
	font-size: 1em;
	text-transform: uppercase;
	line-height: 120%;
	}
#content h3 span { /* date */
	padding: 0 1px .2em 1px;
	display: block;
	font-size: 1em;
	color: #0A246A;
	background: #F9F9F9;
	font-weight: bold;
	text-transform: lowercase;
	font-family: "Trebuchet MS", trebuchet, verdana, arial, sans-serif;
	}
.wat #content h3 span,
.home #content h3 span { /* slogan */
	text-transform: none;
	}
#content h4 { /* date */
	text-align: right;
	font-size: .8em;
	font-weight: normal;
	line-height: 120%;
	padding-bottom: 1px;
	border-bottom: 1px dotted #ED968F;
	text-transform: lowercase;
	color: #0A246A;
	background: #F9F9F9;
	}
#content h4 span {
	color: #ED968F;
	background: #F9F9F9;
	}

#content .bron, #content .bron-clba { /* origine */
/*	margin: .3em 0 1em 0; */
	margin: .3em 0 0 0;
	padding-bottom: .5em;
	font-family: verdana, "Trebuchet MS", trebuchet, arial, sans-serif;
	font-size: .8em;
	font-style: italic;
	font-weight: normal;
	line-height: 123%;
	}
#content .bron-clba { /* clba-origine */
	padding-right: 80px;
	background: url(http://clientenbelangamsterdam.nl/systemimages/logo75x15.gif) no-repeat 100% 0;
	}
#content p { /* message */
	margin: .5em 0;
	font-size: .9em;
	}
#content ul { /* lists */
	margin: .5em 0 .5em 45px;
	padding-left: 0;
	}
#content li { /* lists */
	font-size: .9em;
	}
#content .more { /* read on */
	display: list-item;
	list-style: none;
	margin: 0 0 3px 0;
	padding-left: 17px; 
	font-size: .85em;
	font-weight: normal;
	background: url(http://clientenbelangamsterdam.nl/systemimages/more-content.gif) no-repeat 0 .45em; 
	}

/* ****************************************** rightcolumn stuff */
#rightcolumn {	
	width: 223px;
	float: right;
	background: white;
	color: inherit;
	}
#rightcolumn a {
	padding: 3px 2px;
	}
#rightcolumn a:hover,
#rightcolumn a:focus,
#rightcolumn a:active {
	background: #FFFF80;
	color: #0000A0;
	}

#rightcolumn h2 {
	margin: .3em 10px 0 6px;
	font-size: 1em;
	color: #0A246A;
	background: white;
	}
.spotlight {
	margin: 0 0 15px 0;
	padding: 0 5px;
	border: 1px dotted #ED968F;
	background: #F5F5F5;
	color: black;
	}
.spotlight .topcorners {
	width: 223px;
	height: 4px;
	margin-left: -6px;
	background: url(http://clientenbelangamsterdam.nl/systemimages/corners.png) 0 -24px;
	}
.spotlight .bottomcorners {
	width: 223px;
	height: 6px;
	margin: 10px 0 0 -6px;
	background: url(http://clientenbelangamsterdam.nl/systemimages/corners.png) 0 -28px;
	}
.spotlight h3 { /* deadline */
	padding: 0 1px .2em 1px;
	padding: 0 1px;
	display: block;
	font-size: .9em;
	color: #0A246A;
	background: #F5F5F5;
	font-weight: bold;
	text-transform: lowercase;
	font-family: "Trebuchet MS", trebuchet, verdana, arial, sans-serif;
	}
.spotlight h4 { /* topic */
	padding: .3em 0 .2em 0;
	border-bottom: 1px dotted #ED968F; 
	font-size: .85em;
	color: #CD2F23;
	background: #F5F5F5;
	text-transform: uppercase;
	line-height: 120%;
	}
.spotlight p { /* message */
	margin: .5em 0;
	font-size: .85em;
	}
.spotlight .bron { /* origine */
	margin: .3em 0 1em 0;
	font-family: verdana, "Trebuchet MS", trebuchet, arial, sans-serif;
	font-size: .75em;
	font-style: italic;
	font-weight: normal;
	line-height: 123%;
	}
.spotlight .more { /* read on */
	display: list-item;
	list-style: none;
	margin: 0 0 3px 0;
	padding-left: 17px; 
	font-size: .85em;
	font-weight: normal;
	background: url(http://clientenbelangamsterdam.nl/systemimages/more-action.gif) no-repeat 0 .45em; 
	}
#links .more { /* read on */
	margin: 5px 0 3px 0;
/*	font-family: "Arial Narrow", arial, verdana, helvetica, sans-serif; */
	font-size: .8em;
	}

#djz {
	padding-bottom: 5px;
	}
#djz a {
	padding: 0;
	}
#djz a img {
	vertical-align: top;
	border: 1px solid #F5F5F5;
	}
#djz a:hover img,
#djz a:focus img {
	border: 1px solid #CD2F23;
	}


/* ****************************************** leftcolumn stuff */
#help a {
	position: absolute;
	top: 0;
	left: 0;
	width:10px;
	height: 10px;
	display: block;
	cursor: default;
/*	border: 1px solid green; */
	}

#leftcolumn {	
	width: 223px;
	}
#topicmenu {	
	padding-top: 2px;
	}
#topicmenu ul {	
	margin: 5px 5px 5px 6px;
	padding: 0;
	list-style: none;
	}
#topicmenu li {
	margin: 0 0 5px 0;
	}
#topicmenu li a {
	width: 204px;
	display: inline-block;
	padding: 0 0 0 5px;
	margin: 0;
	border: solid #D12215;
	border-width: 0 1px;
	text-decoration: none;
	font-weight: bold;
	}
#topicmenu li a .topcorners,
#topicmenu li a .bottomcorners {
	width: 211px;
	height: 4px;
	display: block;
	margin: 0 0 0 -6px;
	background-image: url(http://clientenbelangamsterdam.nl/systemimages/corners.png);
	}

#topicmenu li a:link {
	color: black;
	background-color: #F9F9F9;
	}
#topicmenu li a:link .topcorners {
	background-position: -223px -24px;
	}
#topicmenu li a:link .bottomcorners {
	background-position: -223px -28px;
	}

#topicmenu li .external {
	background: url(http://clientenbelangamsterdam.nl/systemimages/iconout-topicmenu.gif) no-repeat 99% 50%;
	}

#topicmenu li a:visited {
	color: black;
	background-color: #F9F9F9;
	}
#topicmenu li a:visited .topcorners {
	background-position: -223px -24px;
	}
#topicmenu li a:visited .bottomcorners {
	background-position: -223px -28px;
	}

#topicmenu li a:hover {
	color: white !important;
	border-color: #00623F;
	background-color: #01613E; /* border-color -1 verzadiging voor css-validator ;) */
	}

#topicmenu li a:hover .externelink {
/*	color: white;
	background-color: #01613E; ** border-color -1 verzadiging voor css-validator ;) 
*/
	}


#topicmenu li a:hover .topcorners {
	background-position: -457px -32px;
	}
#topicmenu li a:hover .bottomcorners {
	background-position: -457px -36px;
	}
#topicmenu li a:focus {
	color: white;
	border-color: #00623F;
	background-color: #01613E; /* border-color -1 verzadiging voor css-validator ;) */
	}
#topicmenu li a:focus .topcorners {
	background-position: -457px -32px;
	}
#topicmenu li a:focus .bottomcorners {
	background-position: -457px -36px;
	}

#topicmenu li a:active {
	color: white;
	border-color: #00623F;
	background-color: #01613E; /* border-color -1 verzadiging voor css-validator ;) */
	}
#topicmenu li a:active .topcorners {
	background-position: -457px -32px;
	}
#topicmenu li a:active .bottomcorners {
	background-position: -457px -36px;
	}

/* ********************************************** actual topicmenu button */

.nieuws-amsterdam #topicmenu #nieuws-amsterdam a,
.nieuws-zorgbelang #topicmenu #nieuws-zorgbelang a,
.nieuws-overig #topicmenu #nieuws-overig a,
.agenda #topicmenu #agenda a,
.signaal #topicmenu #signaal a { 
	border-color: #D12215;
	color: white; 
	background-color: #D02316; /* border-color -1 verzadiging voor css-validator ;) */
	cursor: default; 
	}
.nieuws-amsterdam #topicmenu #nieuws-amsterdam a .topcorners,
.nieuws-zorgbelang #topicmenu #nieuws-zorgbelang a .topcorners,
.nieuws-overig #topicmenu #nieuws-overig a .topcorners,
.agenda #topicmenu #agenda a .topcorners,
.signaal #topicmenu #signaal a .topcorners { 
	background-position: -457px -24px;
	}
.nieuws-amsterdam #topicmenu #nieuws-amsterdam a .bottomcorners,
.nieuws-zorgbelang #topicmenu #nieuws-zorgbelang a .bottomcorners,
.nieuws-overig #topicmenu #nieuws-overig a .bottomcorners,
.agenda #topicmenu #agenda a .bottomcorners,
.signaal #topicmenu #signaal a .bottomcorners { 
	background-position: -457px -28px;
	}

/* ****************************************** end actual topicmenu button */

#orgmenu {	
	margin-top: 20px;
	padding: 2px 0;
	background: #F0ABA5;
	color: black;
	}
#orgmenu ul {
	margin: 5px 6px;
	padding: 0;
	list-style: none;
	}
#orgmenu li {
	margin: 0 0 5px 0;
	border: solid #661812;
	border-width: 0 1px;
	background: #FBE7E5;
	color: black;
	}
#orgmenu li .topcorners {
	width: 211px;
	height: 4px;
	display: block;
	margin: 0 0 0 -5px;
	background: url(http://clientenbelangamsterdam.nl/systemimages/corners.png) 0 -55px;
	}
#orgmenu a {
	display: inline-block;
	padding: 0 0 4px 5px;
	margin: 0 -1px;
	text-decoration: none;
	font-weight: bold;
	color: #000000;
	background: transparent url(http://clientenbelangamsterdam.nl/systemimages/orgbottomcorners.gif) 0 100% no-repeat;
	}
#orgmenu a:hover, #orgmenu a:focus, #orgmenu a:active {
	outline: 0;
	color: #FFFFFF;
	background: #00623F url(http://clientenbelangamsterdam.nl/systemimages/orgbottomcorners.gif) -211px 100% no-repeat;
	}
#orgmenu a:hover .topcorners,
#orgmenu a:focus .topcorners,
#orgmenu a:active .topcorners {
	background-position: 0 -63px;
	}

/* ********************************************** actual orgmenu button */

.info-klachtenopvang #orgmenu #info-klachtenopvang a,
.steunpunt-ggz #orgmenu #steunpunt-ggz a,
.crisiskaart #orgmenu #crisiskaart a { 
	color: white; 
	outline: 0; 
	background: #D12215 url(http://clientenbelangamsterdam.nl/systemimages/orgbottomcorners.gif) -422px 100% no-repeat;
	cursor: default; 
	}
.info-klachtenopvang #orgmenu #info-klachtenopvang a .topcorners,
.steunpunt-ggz #orgmenu #steunpunt-ggz a .topcorners,
.crisiskaart #orgmenu #crisiskaart a .topcorners { 
	background-position: 0 -71px;
	}

/* ****************************************** end actual orgmenu button */

.emptymenu {
	margin: 17px 7px 10px 7px;
	}
.emptymenu p {
	font-size: .9em;
	}
.emptymenu .imgInside {
	margin: 5px -4px;
	margin: 0 -4px;
	}
.emptymenu .imgInside img {
	vertical-align: top;
	}
.emptymenu .hoverbg {
	margin-left: -1px;
	}
.emptymenu ul.externalLink {
	height: 1%; /* IE7 hack */
	margin: 0;
	padding: 0 0 10px 0;
	list-style: none;
	}
.emptymenu ul.externalLink li {
	margin: 3px 0 3px 10px;
	padding-left: 20px;
	background: url(http://clientenbelangamsterdam.nl/systemimages/iconout.gif) no-repeat 0 50%;
	}

.emptymenu a {
	display: inline-block;
	padding: 4px;
	background: #FEF3F2;
	color: #0000EE;
	}
.emptymenu .imgInside a {
	padding: 2px;
	border: 1px solid #FEF3F2;
	}
.emptymenu .hoverbg a {
	padding: 0 0 4px 0;
	}
.emptymenu .hoverbg a .topcorners {
	width: 211px;
	height: 4px;
	display: block;
	}
.emptymenu ul.externalLink a {
	margin: 0;
	padding: 2px;
/*	background: none; */
/*	color: blue; */
	display: block;
	border: 1px solid #FEF3F2;
	}

.emptymenu a:hover,
.emptymenu a:focus,
.emptymenu a:active {
	background: #00623F;
	color: white;
	font-weight: bold;
	text-decoration: none;
	}
.emptymenu .imgInside a:hover,
.emptymenu .imgInside a:focus,
.emptymenu .imgInside a:active {
/*	background: #6B9CAD;
	background: #00623F;
	background: #FEF3F2;
	border: 1px solid #003C26; */
	background: white;
	color: #0000A0;
	border: 1px solid #B51E13;
	}
.emptymenu .hoverbg a:hover,
.emptymenu .hoverbg a:focus,
.emptymenu .hoverbg a:active {
	color: white;
	outline: 0;
	background: #00623F url(http://clientenbelangamsterdam.nl/systemimages/topicbottomcorners.png) -211px 100% no-repeat;
	}
.emptymenu .hoverbg a:hover .topcorners,
.emptymenu .hoverbg a:focus .topcorners,
.emptymenu .hoverbg a:active .topcorners {
	background: url(http://clientenbelangamsterdam.nl/systemimages/corners.png) -457px -32px no-repeat;
	}

.vacatures .emptymenu .hoverbg a {
	color: white;
	outline: 0;
	background: #D12215 url(http://clientenbelangamsterdam.nl/systemimages/topicbottomcorners.png) -422px 100% no-repeat;
	font-weight: bold;
	text-decoration: none;
	cursor: default;
	}
.vacatures .emptymenu .hoverbg a .topcorners {
	background: url(http://clientenbelangamsterdam.nl/systemimages/corners.png) -457px -24px no-repeat;
	}

.emptymenu ul.externalLink a:hover,
.emptymenu ul.externalLink a:focus,
.emptymenu ul.externalLink a:active {
	padding-bottom: 2px;
	background: #FFFF80;
	color: #0000A0;
	font-weight: normal;
	text-decoration: underline;
	border: 1px solid #CD2F23;
	}

/* ************************************** plattegrond-pagina ******************************* */
#kaart, #kaart object, #kaart iframe {
	width: 655px;
	height: 410px;
	background: url(../systemimages/plattegrond-vast.gif);
	}
#kaart {
	margin: 8px 0 0 0;
	border: 1px solid #94B9C5;
	}
#googleSwitch p {
	margin-right: 138px;
	border-right: 1px dotted #C0C0C0;
	}
#googleSwitch #knop1,
#googleSwitch #knop2 {
	float: right;
	width: 130px;
	height: 22px;
	background: url(../systemimages/naar-kaart-btn130x88.gif) 0 0;
	padding: 0;
	}
#googleSwitch #knop1 {
	display: block;
	}
#googleSwitch #knop1:hover,
#googleSwitch #knop1:focus {
	background-position: 0 -22px;
	}
#googleSwitch #knop2 {
	display: none;
	background-position: 0 -44px;
	}
#googleSwitch #knop2:hover,
#googleSwitch #knop2:focus {
	background-position: 0 -66px;
	}

/* ************************************** pagina's met .topbreed ******************************* */

.topbreed #printer a {
	margin-right: 10px;
	position: relative;
	margin-bottom: -37px;
	z-index: 2;
	}

.topbreed #content  {
	float: none;
	width: auto;
	}
.topbreed #topBericht {
	float: left;
	width: 678px;
	}
.topbreed #overigeBerichten {
	clear: left;
	float: left;
	width: 437px;
	margin: 0 0 30px 0;
	}
.topbreed #overigeBerichten .bericht {
	margin: 0 0 15px 0;
	}
/* ************************************** antwoorden ******************************************* */

.antwSpace {
	margin: 3px auto 8px auto;
	}
.antwoord a:hover,
.antwoord a:focus {
	color: black;
	background: #C0C0C0;
	cursor: help;
	}
.antwNoDisplay {
	font-weight: bold;
	color: #B51E13;
	background: #F9F9F9;
	text-decoration: none !important;
	display: none;
	}

/* ************************************** wie-wij-zijn pagina ************************************** */
#lidlijst {
	margin-left: 15px;
	padding-left: 0;
	}
#lidlijst li {
	line-height: 120%;
	margin-top: .5em;
	}
#content #lidlijst a {
	padding: 3px 2px 3px 0;
	}
.alfabet {
	margin-top: 1em;
	}
/* ************************************** contact pagina ******************************************* */
.contact #gegevens p {
	float: left;
	width: auto;
	margin-right: 50px;
	}
.tnr {
	font-family: "Times New Roman", times, serif;
	}
/* ************************************** home pagina ********************************************* */
.home #content h2 {
	color: #CD2F23;
	background: white;
	}
/* ************************************** nieuws / agenda pagina ******************************************* */
.nieuws-amsterdam #content h2 {
	font-size: .8em;
	}
.agenda #content h2 {
	font-size: .75em;
	}
#eerder {
	height: 60px;
	background: url(../systemimages/eerder437x38.gif) no-repeat 0 50%;
	}