html,body, div, table, tr, td, th {
	margin: 0px;
	font-size: 12px;
	font-family: arial;
	color: #434545;
	line-height:16px;
}
html, body {
	margin: 0px;
	padding: 0px;
	min-height: 100%; 
   	height: 100%; /* ie underscore hack */
}
th {
	text-align:left;
	font-weight:normal;
	font-style:italic;
	color:#333333;
}
select, textarea, input {
	font-size: 12px;
	font-family: tahoma;
}

a {
	color: #ff006c;
}
a:hover {
	color: #ff006c;
	text-decoration:none;
}

h1 {
	padding-top: 5px;
	line-height:20px;
	margin:2px;
	font-size:18px;
	color: #ff006c;
}
h2 {
	line-height:18px;
	margin:2px;
	padding-bottom:5px;
	font-size:14px;
	color: #000000;
}
select, input, textarea {
	font-size: 11px;
	font-family:verdana;
	border: 1px solid black;
}

/* EIGEN CSS */
input.error, textarea.error {
	border: 1px solid red;
	background-color:#FFCCCC;
}
.footer {
	font-size:12px;
	color: #ff006c;
}
a.footer {
	font-size:12px;
	color: #ff006c;
}
a.footer:hover {
	color: #ff006c;
	text-decoration:none;
}
a.black {
	color: #000000;
	font-size:12px;
}
a.black:hover {
	color: #000000;
	text-decoration:none;
	font-size:12px;
}


.button {
	background-image:url(/images/button.png);
	font-size:16px;
	color: #ffffff;
	font-weight:bold;
	cursor:pointer;
}
.buttonover {
	background-image:url(/images/button.over.png);
	font-size:16px;
	color: #ffffff;
	font-weight:bold;
	cursor:pointer;
}
.buttonlabel {
	font-size:16px;
	color: #ffffff;
	font-weight:bold;
}


.artikel {
	color: #ffffff;
}

.titel {
	color:#ff006c;
	font-weight:bold;
}

.woordenboek {
	color:#FF9900;
	border-bottom: 3px double;
	line-height: 1.7em;
	cursor:help;
}


#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-image:url(/js/blank.gif);
}
.datum {
	font-size:11px;
	color: #656565;
	padding-bottom:10px;
}
.kop {
	font-size:12px;
	color: #ff006c;
	font-weight:bold;
	padding-left:5px;
}













/* framework CSS */
span.error {
	background-color:#FFCCCC;
	border: 1px solid red;
}
span.error_notice {
	color:#FF0000;
	line-height:40px;
}
td.error {
	color:#FF0000;
	font-weight:bold;
}
input.error, textarea.error {
	background-color:#FFCCCC;
	border: 1px solid red;
}
.background0 {
	background-color:#EFEFEF;
	height:16px;
}
.background1 {
	background-color:#F7F7F7;
	height:16px;
}
.backgroundon {
	background-color:#ffd980;
	height:16px;
}
td.small {
	font-size:9px;
}