@charset "utf-8";
/* CSS Document */

body {
	margin-right: 20px;
	margin-left: 15px;
	background-color: #fbf9f9;
}

body, p, td {
	font-size: 11px;
	font-family: verdana;
	color: #000099;
	text-align: left;
}

.style1, .blok_titel {
	font-weight: bold;
	color: #000099;
}

.blok_titel {
	border-bottom: 1px solid #000099;
	color: #000099;
}

.legal, .legal:visited, .legal:hover, .legal:active {
	font-size: 11px;
	color: silver;
}

hr {
	height: 1px;
	background: silver;
	noshade: true;
}

.image {
	float: right;
	margin-left: 10px;
}

.imageleft {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.radio-block {
	width: 500px;
	float: left;
}

.field, .radio-block, .radiobtns { float: left; margin: 5px 0;}

.field label { 
	display: block;
	float: left;
	padding: 6px 0;
	width: 20em;
}


#bethel-docs td {padding: 7px 7px 7px 7px;}
#bethel-docs td.uneven {background: #EEE;}


/* PDF document links */
a[href$='.pdf'] {
background:transparent url(http://www.bethel.nl/stylesheets/algemeen/images/file-pdf.png) center left no-repeat;
display:inline-block;
padding-left:20px;
line-height:15px;
}

/* Word Document Links */
a[href$='.doc'], a[href$='.rtf'], a[href$='.wps'], a[href$='.txt'] {
background:transparent url(http://www.bethel.nl/stylesheets/algemeen/images/file-word.png) center left no-repeat;
display:inline-block;
padding-left:20px;
line-height:15px;
}

/* Excel Document Links */
a[href$='.xls'] {
background:transparent url(http://www.bethel.nl/stylesheets/algemeen/images/file-excel.png) center left no-repeat;
display:inline-block;
padding-left:20px;
line-height:15px;
}