/* DEFAULT TEMPLATE & EDITOR STYLES */
body {
	background-color: #ffffff;
}
body, input, textarea, select, form, a, p, span, div, font, h1, h2, h3, table, tr, td {
	font-family: Arial, Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #444444;
	outline: none;
	border-width: 0px;
}


/* DEFAULT TABLE STYLES */
table, table td {
	border-collapse: collapse;
	border-width: 0px;
}
table td, table th {
	vertical-align: top;
	text-align: left;
}


/* COLORED TABLE STYLES */
.colortable {
	width: 100%;
	margin-bottom: 20px;
}
.colortable td {
	border-bottom: 1px solid #c9b4d3;
	padding: 1px 0px 1px 0px;
}
.colortable td td {
	border-width: 0px;
	padding: 0px;
}


/* LINK STYLES */
a {
	color: #8ca70f; /* GROEN */
	color: #50056e; /* PAARS */
	text-decoration: none;
}
a:hover, a:hover * {
	text-decoration: underline;
}
a img {
	border: 0px;
}


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


/* BACKGROUND COLORS */
.backwh {
	background-color: #FFFFFF;
}
.backgr {
	background-color: #c6db00;
}
.backpu {
	background-color: #50056e;
}
.backpu * {
	color: #ffffff;
}
.backlp {
	background-color: #ede5f0;
}
.aloyboxgr {
	background-image: url(../image/web/template/aloyboxgr.gif);
	background-position: top left;
	background-repeat: no-repeat;
}
.aloyfadewh {
	position: absolute;
	height: 35px;
	width: 180px;
	opacity: 0.8;
	filter : alpha(opacity=80);
	background-color: #FFFFFF;
}


/* IMAGE STYLES */
.imageleft {
	float:left;
	margin-right: 20px;
}
.imageright {
	float: right;
	margin-left: 20px;
}
.imagecenter {
	margin-left: 20px;
	margin-right: 20px;
	vertical-align: middle;
}
.imagecenter, .imageleft, .imageright {
	border: 0px;
	margin-top: 0px;
	margin-bottom: 20px;
}


/* EDITOR STYLES */
.title {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Garuda, Arial, Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	display: block;
	margin-bottom: 4px;
	color: #50056e;
}


/* TEXT COLORS */
.textwh, .textwh * {
	color: #ffffff;
}
.textgr {
	color: #c6db00;
}
.textlg {
	color: #999999;
}
.textpu {
	color: #50056e;
}
