/* -------------------------------------------------------------------- basics */
* {
	padding: 0;
	margin: 0;
	font-family: Arial, "Trebuchet MS", sans-serif;
}
body {
	font-size: 11px;
	background-color: #FFFFFF;
	line-height: 20px;
}
h1 {
	font-size: 28px;
	clear: both;
	color: #E41715;
	font-weight: normal;
	letter-spacing: 0.15em;
	margin-bottom: 10px;
	margin-left: -1px;
	line-height: 30px;
	margin-top: -5px;
}
h2 {
	font-size: 18px;
	clear: both;
	margin-bottom: 23px;
	font-weight: normal;
	letter-spacing: 0.15em;
}
h3 {
	font-size: 14px;
	clear: both;
	font-weight: bold;
	letter-spacing: 0.15em;
	margin-bottom: 3px;
}
p {
	font-size: 11px;
	margin-bottom: 12px;
	line-height: 20px;
	clear: left;
}
#columnContent p img{/* tbv marc img */
	margin-bottom: -1px;
}
span.marc {
	background-image: url(../img/marc.gif);
	background-repeat: no-repeat;
	padding-right: 7px;
	padding-left: 7px;
	background-position: center 1px;
}
span.marc em{
	visibility: hidden;
}
#columnContent a:link, #columnContent a:visited {
	color: #000000;
}
#columnContent a:hover, #columnContent a:active {
	color: #E41715;
}
ul {
	list-style-type: none;
	padding: 0px;
	line-height: 22px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 16px;
	margin-left: 0px;
}
ul li {
	padding-left: 20px;
	background-image: url(../img/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 9px;
}
ol {
	list-style-type: decimal;
	margin-left: 23px;
	line-height: 22px;
	margin-bottom: 16px;
}
ol li {
	padding-left: 0px;
}
hr {
	border: none;
	border-bottom: 1px solid #E41715; 
	height: 0;
}
.rood {
	color: #E41715;
}
.imgR {
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
}
.imgL {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}

a.submenu{
 position: relative;
 display: block;
 text-decoration: none;
  width: 277px;
}
span.linkTitle {
 position: absolute;
 top: 9px;
 right: 0px;
 margin: 0;
 padding: 0;
 padding-right: 30px;
 color: #fff;
 font-size: 11px;

}

span.linkTitle:hover {
 color: #c00;
}


img.buttonCase {
	clear: both;
	margin-bottom: 0px;
	padding-bottom: 3px;
	padding-right: 71px;
	background-image: url('/img/casebutton.gif');
	background-repeat: no-repeat;
	background-position: right top;
	border: 0;
	width: 206px;
	height: 42px;
}

img.buttonActief {
	clear: both;
	margin-bottom: 0px;
	padding-bottom: 3px;
	padding-right: 71px;
	background-repeat: no-repeat;
	background-position: right top;
	background-image: url('/img/casebutton_actief.gif');
	border: 0;
	width: 206px;
	height: 42px;
}

dl {
	font-size: 11px;
	float: left;
	padding-left: 0px;
	line-height: 6px;
	margin-bottom: 0px;
	margin-top: 6px;
}
dt {
	font-weight: bold;
}
dd {
	margin-top: -11px;
	margin-left: 110px;
	margin-bottom: 10px;
	line-height: 16px;
}

a img{
	border: none;
	}

