
/* ================ ELEMENTEN  ============*/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #4C4C4C;
	line-height: 150%;
}
h1 {
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 110%;
	line-height: 100%;
	font-weight: bold;
	text-transform: none;
	color: inherit;
	letter-spacing: 1px;
	margin-top: 6px;
}
h2 {
	font-size: 100%;
	line-height: 100%;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	color: inherit;
	margin: 1.5em 0 .8em 0;
}
h3 {
	font-size: 90%;
	line-height: 85%;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-style: italic;
	color: inherit;
	margin-bottom: 0;
}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: inherit;
	line-height: inherit;
	font-weight: normal;
	color: inherit;
	margin-bottom: 0;
	text-decoration: underline;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: inherit;
	line-height: inherit;
	margin-top: 0;
}
.plus {
	color: inherit;
	margin-top: 10px;
}
.bron {
	font-size: 80%;
	color: #333;
	text-align: center;
}
#ring a {
	display: inline-block;
	margin-right: 10px;
	border: solid 1px #E1F1D6;
	background: #FFF;
	line-height: 0;
}
ul {
	margin: 0;
	padding-left: 1.4em;
}
ol {
	margin: 0;
	padding-left: 1.4em;
}
li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: inherit;
	line-height: inherit;
	padding: 0;	
	margin: 0;	
}
ul li {
	list-style: disc outside;
}
ol li {
	list-style: decimal outside;
}
ul.zonder {
	padding-left: 0;
}
ul.zonder li {
	list-style: none;
}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: inherit;
	line-height: inherit;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
.bron a {
	color: #333 !important;
}
img {
    border: none;
}

/* verticaal  menu */

#menuvert {
	background: #FFF;
	padding: 15px 20px 15px 20px;
	min-height: 4.8em;
}
#menuvert ul {
	padding-left: 0;
}
#menuvert li {
	list-style: none outside;
	padding-bottom: .4em;
}

/* ----- tabellen -----*/

table {
    font-size: 90%; 
	width: 100%;
	margin-top: 2em; 
	border-collapse: collapse;
}
th {
    text-align: left;
	padding-bottom: .5em;
}
td {
	vertical-align: top;
	width: 50%;   
	padding: 0 1em 0 0; 
	border: 0;
}
table.tarieven {
    width: 80%;
}
.tarieven th, .tarieven td {
	vertical-align: top;
	padding-right: 1em;
}
th span {
    font-size: 90%;
	font-style: italic;
	font-weight: normal;
}
th.een {
    width: 55%;
}
th.twee {
    width: 10%;
}
th.drie {
    width: 35%;
}

