/* Algemene stijl */
table {
	font-family : Verdana, Arial, Helvetica;
	font-size: 11px;
	line-height: 16px;
	vertical-align: top;
	margin:0px;
	padding:0px;
}
a {
	color: #FF0001;
	text-decoration: none;
}
a:hover {
	color: #7C7D80;
}

/* Einde Algemene stijl */

/* Standaard Bouwsteen stijlen */
.kop {
	font-size: 11px;
	font-weight: bold;
	line-height: 12px;
	border: 1px solid #6699FF;
	padding: 2px 3px 2px 10px;
	margin-bottom: 3px;
	background: url(/images/voorpagina/kop_bg.gif) repeat-x;
}
.kop em {
	font-style: normal;
	color: #FD0100;
}
.subkop {
	color: #6598FF;
	font-weight: normal;
	padding-left: 11px;
	background: url(/images/algemeen/icon_arrow.gif) no-repeat 0 5px;
}
.alineatekst {
	padding-left: 11px;
	color: #000;
	clear: both;
}
.lijntje {
	color: #B00000;
	width: 100%;
	height: 1px;
}
.imageleft {
	margin: 0 5px 2px 0;
}
.imageright {
	margin: 0 0 2px 5px;
}
.imageonly {
	margin: 0 0 5px 11px;
}
.drieafbeeldingen img {
	border: 1px solid #666;
	margin-right: 5px;
}
.sitemapRoot {
	padding: 0;
}
.sitemapRub {
	padding: 0 0 0 20px;
}
.sitemapDoc {
	padding: 0 0 0 40px;
}
/* Einde standaard Bouwsteen stijlen */


/* Top 2000 zoeken */
.alineatekst form {
	padding: 0;
	margin: 0;
}
.alineatekst form input {
	width: 125px;
	height: 20px;
	border: 1px solid #000;
}
.alineatekst form .button {
	width: 125px;
	height: 20px;
	color: #fff;
	font-weight: bold;
	border: 1px solid #000;
	background: url(/images/algemeen/submitknop_bg.gif) repeat-x;
}
.label td {
	font-style: italic;
	color: #6598FF;
}
/* Einde top 2000 zoeken */


/*Foto overzicht popup*/
.fotopopup {
	font-family: Arial, Helvetica;
	font-size: 11px;
	text-align: center;
}

.popupImage {
	border: 1px solid #6699FF;
}

.fotoalbumButton {
	background: #6699FF;
	color: #fff;
	font-family: Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	padding: 2px 5px;
	text-decoration: none;
}

.fotoalbumHeader {
	font-family: Arial, Helvetica;
	font-size: 11px;
	background: #fff;
	border: 1px solid #6699FF;
	text-align: center;
	padding: 3px 0;
}

.empty {
	width: 10px;
	border: 0;
}
.tblButtons, .tblButtonsDisabled {
	text-align: center;
	width: 60px;
	background: #6699FF;
	border: 1px solid #6699FF;
}

.tblButtonsDisabled {
	background: #ccc;
	border: 1px solid #ccc;
}

.tblButtons img {
	border: 0;
}
/*Foto overzicht popup*/