body {
	background-color: #999999; !important
	text-decoration: none;
	color: #333333;
	/*font-family: "Trebuchet MS";*/
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px; !important
}
/**********************************************
LAYOUT
***********************************************/
table#container {
	margin: auto;
	height: 100%;
	min-height: 100%;
}
div#menu {
	margin: 0px;
	padding: 0px;
	text-align: left;
}
div#content {
	margin: 0px;
	padding: 5px;
	text-align: left;
}
div#homeslide {
	height: 260px;
	margin: 5px;
	text-align: center;
	/*border: 3px solid #DEDEDE;*/
}
div#shortlink {
	width: 190px;
	height: 260px;
	margin: 5px;
	padding-left: 10px;
	/*border: 3px solid #DEDEDE;*/
}
div#infobox {
	float: right;
	width: 200px;
	border: 1px dotted #910052;
	margin: 5px 0px 5px 5px;
	padding: 5px;
	background-color: #D3D3D3;
}
div#footer {
	text-align: center;
	margin: 0px;
	padding: 0px;
}
/**********************************************
MENU OPMAAK
***********************************************/
div#menu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
div#menu li {
	margin: 0px;
	padding: 0px;
}
div#menu li h2 {
	margin: 0px;
	padding: 0px 0px 5px 0px;
	display: block;
	text-decoration: none;
	color: #542534;
	font-family: "Trebuchet MS";
	font-size: 16px;
	border-bottom: 1px solid #542534;
}
div#menu li a {
	margin: 0px;
	padding: 0px 0px 3px 0px;
	display: block;
	text-decoration: none;
	color: #DEDEDE;
	font-size: 14px;
	font-weight: bold;
	line-height: 30px;
}
div#menu li a:hover {
	margin: 0px;
	padding: 0px 0px 3px 0px;
	/*border-bottom: 2px solid #542534;*/
	display: block;
	text-decoration: none;
	color: #DD007E;
	font-size: 14px;
	font-weight: bold;
	line-height: 30px;
	/*background-color: #083578; Lichtblauwe bgcolor van menu*/
	/*background-color: #040764; Donkerblauwe bgcolor van content*/
}
/**********************************************
SHORTLINK OPMAAK
***********************************************/
div#shortlink ul {
	margin: 0px;
	padding: 0px;
	color: #910052;
	/*list-style-type:none;*/
	list-style-image: url(../images/bullet_doos.gif);
}
div#shortlink li {
	margin: 0px;
	padding: 0px;
}
div#shortlink h2 {
	margin: 0px;
	padding: 0px 0px 5px 0px;
	display: block;
	text-decoration: none;
	color: #910052;
	font-family: "Trebuchet MS";
	font-size: 14px;
	border-bottom: 1px dotted #910052;
}
div#shortlink li a {
	margin: 0px;
	padding: 0px 0px 3px 0px;
	display: block;
	text-decoration: none;
	color: #DD007E;
	font-size: 12px;
	font-weight: bold;
}
div#shortlink li a:hover {
	margin: 0px;
	padding: 0px 0px 3px 0px;
	/*border-bottom: 2px solid #542534;*/
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	/*background-color: #083578; Lichtblauwe bgcolor van menu*/
	/*background-color: #040764; Donkerblauwe bgcolor van content*/
}
/**********************************************
TEXT OPMAAK
***********************************************/
div#content a {
	color: #DD007E;
	font-weight: bold;
	text-decoration: underline;
}
div#content a:hover {
	color: #910052;
	font-weight: bold;
	text-decoration: none;
}
div#footer p {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	color: #DEDEDE;
}
div#footer a {
	color: #DEDEDE;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}
div#footer a:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}
/*	HEADERS	*/
h1 {
	color: #910052;
	font-family: "Trebuchet MS";
	font-size: 16px;
	border-bottom: 1px solid #910052;
	padding: 0px 0px 5px 5px;
}
h2 {
	color: #DD007E;
	font-family: "Trebuchet MS";
	font-size: 14px;
	padding: 0px 0px 0px 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #DD007E;
}
h3 {
	color: #DD007E;
	font-family: "Trebuchet MS";
	font-size: 12px;
	padding: 0px 0px 0px 5px;
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
/*	PARAG	*/

/*	CUSTOM	*/
.compnaam {
	text-transform: uppercase;
	font-size: 14px;
}
.tekstklein {
	font-size: 10px;
}
.donkergrijs {
	color: #666666;
}
.tekstroze {
	color: #DD007E;
}
td.dottedborder {
	border-bottom: 1px dotted #DD007E;
}
td.solidborder {
	border-bottom: 1px solid #DD007E;
}
td.dashedborder {
	border-bottom: 1px dashed #DD007E;
}
.imgborder {
	border: 3px solid #DD007E;
	margin: 5px 5px 5px 0px;
}
.inputfield {
	width: 125px;
	color: #DD007E;
	border: 1px solid #910052;
	background-color: #DEDEDE;
	background-image: url(../images/inputbg4.gif);
	padding: 2px;
}
.inputsmallfield {
	color: #DD007E;
	border: 1px solid #910052;
	background-color: #DEDEDE;
	background-image: url(../images/inputbg4.gif);
	padding: 2px;
}
.inputtext {
	width: 200px;
	color: #DD007E;
	border: 1px solid #910052;
	background-color: #DEDEDE;
	background-image: url(../images/inputbg4.gif);
	padding: 2px;
	overflow:auto;
}
.inputselect {
	width: 125px;
	color: #DD007E;
	border: 1px solid #910052;
	background-color: #DEDEDE;
	background-image: url(../images/inputbg4.gif);
	padding: 2px;
}
.inputbutton {
	width: 125px;
	color: #910052;
	font-weight: bold;
	border: 1px solid #910052;
	background-color: #DEDEDE;
	background-image: url(../images/inputbg4.gif);
	padding: 2px;
}
