/*
#################
#	ALGEMEEN	#
#################
*/
body, html, h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, form { margin: 0; padding: 0; }
html { font: 62.5%/200% Arial, Verdana, Tahoma, sans-serif; overflow-y: scroll; }
body { background: #3d85c5 url(/img/bg.jpg) no-repeat center top; font-size: 1.2em; padding: 40px 0; }

/* Algemene classnames
------------------------------------------------------------------*/
.nomargin, .nom { margin: 0; }
.nopadding .nop { padding: 0; }
.nomp { margin: 0; padding: 0; }

.block { display: block; }
.inline { display: inline; }
h1.none { display: none; }

.center { display: block; margin: auto; }

.hide, .hidden { position: absolute; left: -9999px; }

.fleft { float: left; }
.fright { float: right; }

.clear { clear: both; }
.cleft { clear: left; }
.cright { clear: right; }

.tcenter { text-align: center; }
.tleft { text-align: left; }
.tright { text-align: right; }

.vbottom { vertical-align: bottom; }
.vmiddle { vertical-align: middle; }
.vtop { vertical-align: top; }

.absolute { position: absolute; }
.relative { position: relative; }

.bold, .b, .strong { font-weight: bold; }
.em, .italic, .i { font-style: italic; }
.normal { font-weight: normal; }
.u, .underline { text-decoration: underline; }
.small { font-size: 11px; }
.lowercase { text-transform: lowercase; }
.uppercase { text-transform: uppercase; }
.capitalize { text-transform: capitalize; }

.default { cursor: default; }
.pointer { cursor: pointer; }

/* Afbeeldingen
------------------------------------------------------------------*/
img { border: none; display: block; }

/* Alinea's en paragafen
------------------------------------------------------------------*/
p, div.alinea { margin-bottom: 1.2em; }

/* Overflow
------------------------------------------------------------------*/
.overflow { overflow: hidden; }

/* Headings
------------------------------------------------------------------*/
h1 { font-size: 1.8em; }
h2 { font-size: 1.5em; }
h3 { font-size: 1.2em; }
h4 { font-size: 1em; }

/* Hyperlinks
------------------------------------------------------------------*/
a { color: #357ac1; }
a:hover, a:focus, a.none { text-decoration: none; }
a.none:hover, a.none:focus { text-decoration: underline; }
a span { cursor: pointer; }

input.submit,
a.vettelink {
	background: #35a200;
	border: 0;
	color: #fff;
	font-weight: bold;
	padding: 3px 7px;
	text-decoration: none;
}
a.vettelink:hover,
a.vettelink:focus { text-decoration: underline; }

body#homepage a.vettelink { background: #7596c1; }

/* Overig
------------------------------------------------------------------*/
address { font-style: normal; }

/*
################
#	LAYOUT	   #
################
*/

/* Container
------------------------------------------------------------------*/
div#header {
	background: url(/img/header-bg.png) repeat-y;
	margin: 0 auto;
	padding-top: 5px;
	width: 990px;
}

div#inner-header {
	background: #fff url(/img/header.jpg) no-repeat;
	margin: 0 11px 0 9px;
	padding-top: 190px;
	position: relative;
}
body#homepage div#inner-header {
	background: #fff url(/img/header-home.jpg) no-repeat;
	padding-top: 290px;
}

p#banner {
	background: url(/img/banner.png) no-repeat; /*ie6 */
	height: 87px;
	margin-left: -15px;
	position: absolute;
	text-indent: -9999px;
	top: 36px;
	width: 1000px;
}
body#homepage p#banner { background: url(/img/banner-home.png) no-repeat; }

div#nieuws-blok {
	background: url(/img/nieuws-blok-hoekje.gif) no-repeat left bottom;
	bottom: 12px; /* ie6 */
	padding-left: 9px;
	position: absolute;
	right: 16px; /* ie6 */
	width: 219px;
}
div#nieuws-blok div.content {
	background: #88d300;
	padding: 16px 12px;
}
div#nieuws-blok p { color: #fff; margin-bottom: 0; }
div#nieuws-blok strong.kop { 
	border-bottom: 1px solid #35a200;
	display: block;
	padding-bottom: 5px; 
	margin-bottom: 6px;
}
div#nieuws-blok strong {
	display: block;
	font-size: 1.3em;
}

div#container {
	background: url(/img/container-bg.png) repeat-y; /* ie6 */
	margin: 0 auto;
	width: 990px;
}

div#inner-container {
	background: #fff;
	margin: 0 11px 0 9px;
	padding-top: 20px;
}

div.zoekcontent {
	padding-bottom: 16px;
	padding-left: 18px;
	padding-right: 18px;
}

/* Breadcrumbs
------------------------------------------------------------------*/
p#breadcrumbs { margin: 14px 0 0 18px; }
p#breadcrumbs a { color: #000; text-decoration: none; }
p#breadcrumbs a:hover,
p#breadcrumbs a:focus,
p#breadcrumbs a.home { font-weight: bold; }

/* Datum
------------------------------------------------------------------*/
p.datum { color: #357ac1; text-align: right; margin: -20px 0 0; }

/* Kolommen
------------------------------------------------------------------*/
div.kolom-wrapper {
	float: left;
	width: 715px;
}
body#homepage div.kolom-wrapper { width: 636px; }

body#homepage div.kolom-wrapper-breed,
div.kolom-wrapper-breed { width: 970px; }

div.kolom-wrapper-rechts { float: right; }

div.kolom-midden {
	float: right;
	width: 460px;
}
body#homepage div.kolom-midden { width: 300px; }
div.kolom-wrapper-breed div.kolom-midden { width: 715px; }

div.kolom-wrapper-rechts div.kolom-midden { float: left; }
div.kolom-wrapper-rechts div.kolom-midden-breed,
div.kolom-midden-breed { float: none; width: auto; }

div.zijkolom { min-height: 10px; overflow: hidden; }
div.kolom-links {
	float: left;
	margin-left: 15px; /* ie */
	padding-top: 35px;
	width: 220px;
}
body#homepage div.kolom-links {
	padding-top: 0;
	width: 300px;
}

div.kolom-rechts {
	float: right;
	margin-right: 15px; /* ie */
	padding-top: 35px;
	width: 220px;
}
body#homepage div.kolom-rechts {
	padding-top: 0;
	position: absolute;
	width: 300px;
	margin-left: 655px;
	margin-top: -158px;
}

div.kolom-breed { padding: 0 15px; }
div.kolom-midden-breed { width: 600px; }

div.midden-breed-content { margin-right: 15px; }

/* Inhoud kolom-midden
------------------------------------------------------------------*/
div.kolom-midden h1 { margin-bottom: 0; }
body#homepage div.kolom-links h2,
div.kolom-midden h2 { margin-bottom: .3em; }

/* Zoekresultaten
------------------------------------------------------------------*/
p.query-info {
	background: #eee;
	font-weight: bold;
	margin: 12px 0;
	padding: 6px;
	text-align: center;
}

div.zoekresultaat {
	border: 1px solid #eee;
	margin: 12px 0;
	padding: 8px;
}
div.zoekresultaat h2 {
	margin-bottom: 8px;
}

span.highlighted {
	background: #357ac1;
	color: #fff;
}
 
/* Blokken op home
------------------------------------------------------------------*/
div.homepage-blok {	background: #3579c0; display: block; margin-top: 15px; }
div.homepage-blok div.content { color: #fff; padding: 15px; }
div.homepage-blok p { margin-bottom: 0; }

div.kolom-midden div.homepage-blok { margin-top: 39px; }

body#homepage div.blok { height: 154px; margin-bottom: 0; }

/* Videowall homepage
------------------------------------------------------------------*/
div.kolom-breed img.kop {
	display: inline;
	padding-bottom: 3px;
	vertical-align: middle;
}
div.kolom-breed small {
	color: #ea0136;
	font-size: 1.4em;
	font-weight: bold;
	margin-left: -7px;
}

div.wall3d { padding: 15px 0; }

/* Fotoalbumoverzicht
------------------------------------------------------------------*/
div.kolom-midden ul.fotoalbum { list-style: none; margin-left: 0; }
div.kolom-midden ul.fotoalbum li {
	background: #3579c0;
	float: left;
	height: 120px;
	margin: 0 15px 15px 0;
	padding: 15px;
}
div.kolom-midden ul.fotoalbum a { color: #fff; font-weight: bold; text-decoration: none; }
div.kolom-midden ul.fotoalbum a:hover,
div.kolom-midden ul.fotoalbum a:focus { text-decoration: underline; }

/* Intro
------------------------------------------------------------------*/
div.kolom-midden div.intro { background: #357ac1; padding: 15px; margin-bottom: 1.2em; }
div.kolom-midden div.intro p { color: #fff; margin-bottom: 0; }
div.kolom-midden div.intro a { color: #fff; }

/* Lijsten in content
------------------------------------------------------------------*/
div.kolom-midden ul,
div.kolom-midden ol { margin-left: 20px; }
div.kolom-midden ul { list-style: square; }

/* Tags
------------------------------------------------------------------*/
div.tags { 
	background: #ff5200 url(/img/blok-oranje.gif) no-repeat right top;
	margin-bottom: 1.2em;
	text-align: center;
	padding: 15px;
}
div.tags strong { 
	border-bottom: 1px solid #fff;
	display: block;
	margin-bottom: 10px; 
	padding-bottom: 5px;
	text-align: left;
}

div.tags ul { text-align: center; }
div.tags li {
	display: inline;
	margin-left: 5px;
}

div.tags ul li.size1 a { font-size: 2em; } 
div.tags ul li.size2 a { font-size: 1.6em; } 
div.tags ul li.size3 a { font-size: 1.4em; } 
div.tags ul li.size4 a { font-size: 1.2em; } 
div.tags ul li.size5 a { font-size: 1em; } 
div.tags ul li.size6 a { font-size: .8em; } 

div.tags li a { display: inline; line-height: 130%; color: #fff; text-decoration: none; white-space: nowrap; }
div.tags li a:hover,
div.tags li a:focus { text-decoration: underline; }
div.tags li strong { border: none; display: inline; }

body#homepage div.tags { 
	background: url(/img/tags-home.gif) no-repeat top; 
	height: 270px;
	margin-bottom: 18px;
}
body#homepage div.tags strong {
	border: none;
	margin-bottom: 0;
	padding-bottom: 0;
	text-align: left;
}
body#homepage div.tags small {
	border-bottom: 1px solid #581c00;
	color: #581c00;
	display: block;
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 10px; 
	padding-bottom: 5px;
	text-align: left;
}

/* Zie ook
------------------------------------------------------------------*/


/* In- en uitklapbare blokken
------------------------------------------------------------------*/
.ingeklapt h2, .uitgeklapt h2 { cursor: pointer; }
.ingeklapt .inhoud { display: none; }
.uitgeklapt .inhoud { display: block; }

/* Illustraties
------------------------------------------------------------------*/
p.illustratie img { margin: 0 auto; }
p.illustratie span {
	display: block;
	font-size: .9em;
	font-style: italic;
	text-align: center;
}
img.illustratie {
	float: right;
	margin-right: 0; margin-left: 8px;
}
img.illustratie-links {
	float: left;
	margin: .5em 8px .3em 0;
}
div.zijkolom img.illustratie {
	display: block;
	float: none;
	margin: 0 auto 2em;
}

/* Foto-albums
------------------------------------------------------------------*/
a.albumfoto {
	background: #fff;
	border: 1px solid #b8b8b8;
	float: left;
	margin: 0 8px 8px 0;
	padding: 6px;
	position: relative;
	text-decoration: none;
	width: 148px;
}
a.albumfoto:hover,
a.albumfoto:focus { border-color: #b8b8b8; }

a.albumfoto img { margin: 0 auto; }
a.albumfoto span { display: block; }
a.albumfoto span.aantal {
	bottom: 6px;
	position: absolute;
	right: 6px;
}

a.fotoalbum-preview { border-color: #fff; height: 148px; }
a.fotoalbum-preview:hover,
a.fotoalbum-preview:focus { border-color: #b8b8b8; }
a.fotoalbum-preview img { margin-bottom: 4px; }

/* Foto-slider
------------------------------------------------------------------*/

div.fotoslider { background: #3579c0; padding: 8px 0; position: relative; width: 700px; }

div.fotoslider img { float: left; }

div.fotoslider div { overflow: hidden; }

div.fotoslider a#simplezapper-prev,
div.fotoslider a#simplezapper-next,
div.fotoslider a#fotoslider-vorige,
div.fotoslider a#fotoslider-volgende {
	background: url(/img/fotonav.gif) no-repeat left center;
	height: 75px;
	position: absolute;
	text-indent: -9999px;
	top: 8px;
	left: 0;
	width: 52px;
	z-index: 10;
}
div#simplezapper-wrapper {
	margin-left: 52px;
}

div#simplezapper-wrapper div.active img {
	border: 2px solid #004A95;
}

div.fotoslider a#simplezapper-next,
div.fotoslider a#fotoslider-volgende {
	background: url(/img/fotonav.gif) no-repeat right center;
	left: auto;
	right: 0;
}

div.simplezapper-item {
	width: 85px;
	float: left;
}

div.image { margin: 15px 0; position: relative; }
div.image strong {
	background: #ea0136;
	bottom: 40px;
	color: #fff;
	font-size: 1.4em;
	left: 15px;
	width: 650px;
	padding: 10px;
	position: absolute;
}

div.kolom-midden div.image dl { margin: 0; }
div.image dt,
div.image dd { float: left; font-size: 1em; margin-right: 5px; }

div.image dd a { color: #000; text-decoration: none; }
div.image dd a:hover,
div.image dd a:focus { text-decoration: underline; }

div.reactie {
	background: #f4f4f4;
	margin: 20px 0;
	padding: 15px;
}
div.reactie h3 { border-bottom: 1px solid #999; font-size: 1em; margin-bottom: 5px; padding-bottom: 5px; }
div.reactie h3 a { color: #ea0136; text-decoration: none; }
div.reactie h3 a:hover,
div.reactie h3 a:focus { text-decoration: underline; }

div.reactie p { margin-bottom: 0; }

/* Preview
------------------------------------------------------------------*/
div.preview { margin-bottom: 2em; }
div.preview h2 { font-size: 1.3em; }
div.preview p { margin-bottom: 0; }

/* Navigatie
------------------------------------------------------------------*/
p.navigatie { float: right; font-size: .9em; }
p.navigatie a {
	background: #58585a;
	color: #fff;
	float: left;
	line-height: 100%;
	margin-left: 4px;
	padding: .4em 0;
	text-align: center;
	text-decoration: none;
	width: 20px;
}
p.navigatie a:hover,
p.navigatie a:focus,
p.navigatie a.active {
	background: none;
	color: #58585a;
}
p.navigatie a.active { cursor: default; }

/* Downloads
------------------------------------------------------------------*/
a.download {
	background: #fff;
	color: #292929;
	display: block;
	line-height: 100%;
	margin-bottom: 2px;
	padding: 10px;
	text-decoration: none;
}

a.download:hover,
a.download:focus { background-position: bottom left; }

a.download span { padding: 2px 0; }
a.download span.titel {
	background: url(/img/downloads/default.gif) no-repeat;
	float: left;
	padding-left: 28px;
}
a.download span.download { float: right; }
a.download:hover span.download,
a.download:focus span.download { text-decoration: underline; }

a.doc span.titel { background-image: url(/img/downloads/doc.gif); }
a.pdf span.titel { background-image: url(/img/downloads/pdf.gif); }
a.ppt span.titel { background-image: url(/img/downloads/ppt.gif); }
a.xls span.titel { background-image: url(/img/downloads/xls.gif); }

/* Google Maps
------------------------------------------------------------------*/
div.google-maps {
	border: 3px solid silver;
	height: 400px;
	margin: 1.2em auto;
	overflow: hidden;
}

/* Zoekresultaten
------------------------------------------------------------------*/
div.zoekresultaat { margin-bottom: 1.2em; }

/* Footer
------------------------------------------------------------------*/
/* anders in ie6 */
div#footer {
	background: url(/img/footer-bg.png) no-repeat bottom left;
	margin: 0 auto;
	padding-bottom: 15px;
	width: 990px;
}
div#footer a { color: #000; text-decoration: none; }
div#footer a:hover,
div#footer a:focus { text-decoration: underline; }

div#footer a.logo-veendam {
	background: url(/img/logo-veendam.gif) no-repeat;
	display: block;
	height: 41px;
	float: left;
	margin-top: -9px;
	text-indent: -9999px;
	width: 223px;
}
div.inner-footer {
	background: #fff;
	margin: 0 11px 0 9px;
	padding: 15px 15px 0;
}
/*
####################
#	LIJSTEN	   #
####################
*/

/* Algemeen
------------------------------------------------------------------*/
ul, form ol { list-style: none; }

/* Hoofdmenu
------------------------------------------------------------------*/
ul#hoofdmenu {
	background: #ea0237;
	height: 40px;
	list-style: none;
}
ul#hoofdmenu li { float: left; }
ul#hoofdmenu a { display: block; padding: 14px 9px; }
ul#hoofdmenu a:hover,
ul#hoofdmenu a:focus { background: #b30e1c; }

ul#hoofdmenu ul {
	background: #e6e6e6;
	clear: both;
	display: none;
	list-style: none;
	position: absolute;
	width: 200px;
}
ul#hoofdmenu li:hover ul,
ul#hoofdmenu li.hover-ie ul { display: block; }
ul#hoofdmenu ul li { float: none; }
ul#hoofdmenu ul a { padding: 0; }

ul#hoofdmenu a img.hover,
ul#hoofdmenu a:hover img.non-hover,
ul#hoofdmenu a:focus img.non-hover { display: none; }

/* Taalmenu
------------------------------------------------------------------*/
ul#taalmenu {
	float: right;
	list-style: none;
	margin-bottom: 12px;
}
ul#taalmenu li { float: left; margin-left: 8px; }

/* Optie-menu (mail & stuur door)
------------------------------------------------------------------*/
ul#opties { float: right; list-style: none; padding: 10px; }
ul#opties li { float: left; margin-left: 14px; }
ul#opties a {
	background: url(../img/opties.gif) no-repeat 0 .5em;
	color: #808080;
	display: block;
	padding-left: 18px;
}
ul#opties a.mail { background-position: -289px .4em; }

/* Error-menu
------------------------------------------------------------------*/
ul.errors, ol.errors {
	border: 3px solid red;
	list-style: disc;
	margin: 1em 0; 
	padding: .2em 0;
}
ul.errors li, ol.errors li { 
	list-style: disc;
	margin: 0 0 0 20px;
	padding: .2em 0; 
}

/* FCK-editor-lijst
------------------------------------------------------------------*/
div.alinea ul { list-style: disc; }
div.alinea ul, div.alinea ol { margin: 1em 0 1em 16px; }
div.alinea ol { margin-left: 24px; }
div.alinea li { line-height: 125%; padding: .2em 0; }

/* Sitemap
------------------------------------------------------------------*/
ul.sitemap { list-style: disc; margin: 0 0 1em 24px; }

/* <dl>'s
------------------------------------------------------------------*/
dl dt { font-size: 1.4em; font-weight: bold; margin-bottom: .6em; }

/* <dl>'s in middenkolom
------------------------------------------------------------------*/
div.kolom-midden dl { margin: 1em 0;  }
div.kolom-midden dl ul { list-style: none; } 

/* <dl> in zijkolom
------------------------------------------------------------------*/
div.zijkolom dl { margin-bottom: 2em; }

/* Submenu (meestal in zijkolom)
------------------------------------------------------------------*/
ul#submenu { margin-bottom: 15px; }

ul#submenu a { display: block; height: 1%; padding: 8px 0 5px 15px; }
ul#submenu a:hover,
ul#submenu a:focus,
ul#submenu a.active { background: #ea0237 url(/img/menu-hover.gif) no-repeat top left; }

ul#submenu a img.hover { display: none; }

ul#submenu a:hover img.non-hover,
ul#submenu a:focus img.non-hover,
ul#submenu a.active img.non-hover { display: none; }

ul#submenu a:hover img.hover,
ul#submenu a:focus img.hover,
ul#submenu a.active img.hover { display: block; }


/* Poll
------------------------------------------------------------------*/
form.poll {
	background: none;
	padding: 0;
}

ol.poll-options label {
	float: right;
	width: 160px;
	font-size: 12px;
	font-weight: normal;
}

dl.poll-results dt {
	font-size: 14px;
}

dl.poll-results dd {
	font-weight: normal;
	font-size: 12px;
}


/* blokken (meestal in zijkolom)
------------------------------------------------------------------*/
div.blok { color: #fff; padding: 15px; margin-bottom: 15px; }
div.blok strong { border-bottom: 1px solid #fff; display: block; margin-bottom: 10px; padding-bottom: 5px; }

div.blok h2 { font-size: 15px; }
div.blok h3 { font-size: 14px; }
div.blok p { font-size: 12px; font-weight: normal; }

div.blok-blauw dt { border-bottom: 1px solid #004a95; margin-bottom: 5px; padding-bottom: 5px; }
div.blok-blauw { background: #e5f8fd; color: #004a95; }
div.blok-blauw a { color: #004a95; font-weight: bold; text-decoration: none; }
div.blok-blauw a:hover,
div.blok-blauw a:focus { color: #b30e1c; }

div.blok-groen { background: #35a200; }
div.blok-groen dt { border-bottom: 1px solid #fff; margin-bottom: 5px; padding-bottom: 5px; }
div.blok-groen dd a {
	background: url(/img/zie-ook.gif) no-repeat left 4px;
	color: #fff;
	display: block;
	font-weight: bold;
	text-decoration: none;
	padding: 2px 0 2px 30px;
}
div.blok-groen dd a:hover,
div.blok-groen dd a:focus {
	background: #89d300 url(/img/zie-ook.gif) no-repeat -303px 4px;
	color: #36a200;
}

/* Quote
------------------------------------------------------------------*/
q { quotes: '' '';}
p.author { text-align: right; margin-bottom: 0; }

/*
####################
#	FORMULIEREN	   #
####################
*/
/* Algemeen
------------------------------------------------------------------*/
label { display: block; float: left; width: 150px; }
input.text, textarea { border: 0; padding: 2px 3px; }
textarea { font-size: 12px; overflow: auto; }
input.text, textarea { width: 60%; }
select { width: 62%; }
textarea { height: 80px; }
input, select, textarea { font-family: Arial, Verdana, Tahoma, sans-serif; }
input.radio, input.checkbox { margin-left: 0; }
input.button, input.submit { cursor: pointer; overflow: visible; }

form { background: #ddefd7; padding: 15px; }

fieldset.none { border: none; margin: 0; padding: 0; }
fieldset.none legend { display: none; }
div.kolom-midden form ul { margin: 1.2em 0 0 0; }
form li { padding: .2em 0; margin-bottom: 5px; list-style: none; padding: 5px 0; }
form em.verplicht { margin-left: 4px; }

/* Zoekformulier
------------------------------------------------------------------*/
form#zoeken {
	background: #fff;
	margin: 0;
	padding: 8px 82px 8px 8px; /*ie*/
	position: absolute;
	right: 0; /*ie*/
	top: -38px;
}
form#zoeken label {
	color: #d5d5d5;
	margin-right: 8px; /* ie */
	width: auto;
}
form#zoeken input.text {
	border: 1px solid #d5d5d5;
	width: 200px;
}
form#zoeken input.text:focus {
	border-color: #afafaf;
}
form#zoeken input.submit {
	background: #3579c0;
	padding: 2px 7px; /*ie6*/
	position: absolute;
	right: 8px;
}

/* Webbeheer formulier
------------------------------------------------------------------*/
li.checkbox { position: relative; }
li.checkbox input.checkbox { left: 0; position: absolute; top: 3px; }
li.checkbox label { margin-left: 20px; }
div.webbeheer-formulier-thanks {
	border: 3px solid green;
	padding: .6em;
}
div.webbeheer-formulier-thanks p { margin-bottom: 0; }

/*
####################
#	TABELLEN	   #
####################
*/
/* Algemeen
------------------------------------------------------------------*/
table.full-width { width: 100%; }
table td { padding: 3px; }
table th { text-align: left; }

/* FCK-editor-tabel
------------------------------------------------------------------*/
div.alinea table,
table.webapp-table {
	border: none;
	border-collapse: collapse;
	border-spacing: 0;
	color: #545454;
	width: 100%;
}

div.alinea table caption,
table.webapp-table caption {
	font-style: italic;
	margin: 1em 6px 3px;
	text-align: left;
}

div.alinea table td,
div.alinea table th,
table.webapp-table td,
table.webapp-table th {
	border: 1px solid #d8d8d8;
	padding: .2em 4px;
}