/* DEFAULT TEMPLATE & EDITOR STYLES */
body, html {
	background-color: #eef0c2;
}
body, html, input, textarea, select, form, a, p, span, div, td, font, h1, h2, h3, li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #333333;
	outline: none;
}
sup, sub {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 10px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #333333;
	outline: none;
}


/* DEFAULT TABLE STYLES */
table, table td {
	border-collapse: collapse;
	border: 1px solid #ced0a2;
	vertical-align: top;
	text-align: left;
}
.colortable {
	border-top: 1px solid #e1e3ae;
	margin-bottom: 15px;
}
.colortable td {
	border-bottom: 1px solid #e1e3ae;
}


/* DEFAULT LIST STYLES */
ul, ol, li {
	margin: 0px;
	padding: 0px;
}
ul li {
	list-style-position: outside;
	list-style-type: square;
}
ol li {
	list-style-position: outside;
	list-style-type: decimal;
}
ul {
	margin-left: 15px;
}
ol {
	margin-left: 25px;
}


/* LINK STYLES */
a {
	color: #8e001c;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a img {
	border: 0px;
}
.morelink {
	background-image: url(../image/web/arrow/right.gif);
	background-position: right;
	background-repeat: no-repeat;
	padding-right: 24px;
	float: right;
}
.morelink, .morelink * {
	font-weight: bold;
	color: #8e001c;
}
.nextlink {
	background-image: url(../image/web/arrow/right.gif);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 24px;
	text-align: left;
}
.nextlink, .nextlink * {
	font-weight: bold;
	color: #8e001c;
}
.nextlinkwhite {
	background-image: url(../image/web/arrow/rightwhite.gif);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 24px;
	text-align: left;
}
.nextlinkwhite, .nextlinkwhite * {
	font-weight: bold;
	color: #ffffff;
}


/* BACKGROUND COLORS */
.backwh {
	background-color: #FFFFFF;
}
.backre {
	background-color: #8e001c;
}
.backgr {
	background-color: #b4dc2f;
}
.backbw {
	background-color: #eef0c2;
}
.backdg {
	background-color: #90bb02;
}


/* IMAGE STYLES */
.imageleft {
	float: left;
	margin-right: 30px;
}
.imageright {
	float: right;
	margin-left: 30px;
}
.imagecenter {
	margin-left: 0px;
	margin-right: 0px;
	vertical-align: middle;
	margin-bottom: 10px;
}
.imagecenter, .imageleft, .imageright {
	border: 5px solid #e1e3ae;
	/*border: 5px solid #f4f5d7;*/
	display: inline;
}


/* EDITOR STYLES */
h1.title, .title {
	font-size: 20px !important;
	display: block;
	font-weight: bold;
	line-height: 38px !important;
	color: #8e001c;
}
h2.title {
	font-size: 14px !important;
	display: block;
	font-weight: bold;
	line-height: 30px !important;
	color: #8e001c;
}
h3.title {
	font-size: 12px !important;
	display: block;
	font-weight: bold;
	line-height: 27px !important;
	color: #333333;
}
.notify {
	color: #000000;
	background-color: #FFFF99;
	border: 1px dashed #ff9900;
	padding: 5px 10px 5px 10px;
}
.hypotheekrente {
	width: 110px;
	height: 110px;
	background-image: url(../image/web/hypotheekrente.gif);
	background-repeat: no-repeat;
	background-position: top left;
	overflow: hidden;
}
.hypotheekrente strong, .hypotheekrente b {
	color: #8e001c;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	display: block;
	text-align: center;
	margin-bottom: 60px;
	margin-top: 5px;
}
.hypotheekrente u {
	color: #ffffff;
	font-weight: bold;
	font-size: 20px;
	text-decoration: none;
	display: block;
	text-align: center;
}
.subscript {
	margin-top: 10px;
	font-size: 10px;
}
