/* Normale Instellingen */
html, body {
	background-color: #eeeded;
	color: #FFFFFF;
	scrollbar-arrow-color:#e3f1fe;
	scrollbar-track-color:#e3f1fe;
	scrollbar-face-color:#000000;
	scrollbar-highlight-color:#e3f1fe;
	scrollbar-3dlight-color:#e3f1fe;
	scrollbar-darkshadow-color:#e3f1fe;
	scrollbar-shadow-color:#FFFFFF;
}

table {
	font-family: Arial, Verdana,Courier new,Helvetica;
	font-size: 12px;
}

input {
	font-family: Arial, Verdana,Courier new,Helvetica;
	font-size: 12px;
	color: #000000;
	border: 1px;
	border-color: #000000;
	border-style: solid;
	padding-left: 5px;
}

select {
	font-family: Arial, Verdana,Courier new,Helvetica;
	font-size: 12px;
}

textarea {
	font-family: Arial, Verdana,Courier new,Helvetica;
	font-size: 12px;
	color:#000000;
	border: 1px;
	border-color: #000000;
	border-style: solid;
	width: 500px;
}
/* Einde Normale Instellingen */

/* Normale Hyperlinken */
a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
a:hover {
	color: #7f9dce;
	text-decoration: underline;
}
a:active {
	color: #FFFFFF;
	text-decoration: underline;
}

a.sub:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.sub:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a.sub:hover {
	color: yellow;
	text-decoration: underline;
}
a.sub:active {
	color: #FFFFFF;
	text-decoration: none;
}
/* Einde Normale Hyperlinken */

.Hoofdlayout {
	width: 775px;
	height: 100%;
	background-image: url('../images/layout/background.jpg');
}

.Bannerlayout {
	margin: 0px;
	padding: 0px;
	border: 0px;
	border-spacing: 0px;
	border-style: solid;
	border-collapse: collapse;
	text-align: left;
}

.Maintablelayout {
	height: 100px;
	background-color: #e3f1fe;
}

.Heading {
	font-size: 14px;
	font-weight : bold;
}

.Hoofdmenu {

}

.Submenu {

}

.Adminmenu {

}

.Inhoudtabel {
	width: 100%;
	vertical-align: top;
	margin: 0px;
	padding: 0px;
	border: 0px;
	border-color: #ffffff;
	border-spacing: 1px;
	border-style: solid;
	border-collapse: collapse;
	margin-left: auto;
	margin-right: auto;
}

.Inhoudbrowse {
	width: 100%;
	vertical-align: top;
	margin-left: 2px;
	border-top: 1px dashed #000000;
	border-bottom: 1px dashed #000000;
	background-color: #C0C0C0;
	color: #FFFFFF;
}

.Inhoud {
	width: 523px;
}

.Menudivider {
	background-color: #a6d4ff;
	vertical-align: top;
	text-align: center;
}

.Inhouddivider {
	vertical-align: top;
}

.Subtable {
	width: 180px;
	margin: 0px;
	padding: 0px;
	border: 0px;
	border-spacing: 0px;
	text-align: left;
	background-image: url('../images/layout/SubMenu.jpg');
	background-repeat: repeat-y;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

.Submenuhead {
	font-family: Arial, Courier new,Verdana, Helvetica;
	font-size: 13px;
	font-weight : bold;
	color: #FFFFFF;
	text-align: left;
}

.Submenuinhoud {
	font-family: Arial, Courier new,Verdana, Helvetica;
	font-size: 10px;
	padding-left: 6px;
	color: #000000;
}

.Disclaimer {
	font-family: Arial, Courier new,Verdana, Helvetica;
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
}

.Debugging {
	font-family: Arial, Courier new,Verdana, Helvetica;
	font-size: 10px;
	color: #FFFFFF;
	text-align: left;
}

input.button {
	color: #050;
	font-family: Arial, helvetica,sans-serif;
	font-size: 75%;
	font-weight:bold;
	background-color: #fed;
	border:1px solid;
	border-top-color: #696;
	border-left-color: #696;
	border-right-color: #363;
	border-bottom-color: #363;
	filter:progid:DXImageTransform.Microsoft.Gradient
	(GradientType=0,StartColorStr='#ffffffff',EndColorStr='#ffeeddaa');
}

input.buttonhover {
	border-top-color: #c63;
	border-left-color: #c63;
	border-right-color: #930;
	border-bottom-color: #930;
}

.error {
	color: yellow;
}
