#content {
	background:#FFF !important;
	min-height:400px;
}
/* ============================================================== */
/* Opmaak voor de links pagina */
h2.links_kop {
	background-color: #080808;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-top: 3px;
	color: white !important;
}
a.kop , a.kop:hover{
	text-decoration: none;
	color: white !important;
}

table.links {
	width: 95%;
	height: auto;
	table-layout: fixed;
	padding-left: 0px;
	padding-right: 0px;
	border: none !important;
}

table.links_rij {
	width: 100%;
	height: auto;
}

td.info {
	width: 15%;
	border: none !important;
}

td.naam {
	width: 85%;
	border: none !important;
}

input.links {
	border: 1px solid #999966;
	background-color: #FFFFFF;
	font-size: 100%;
	width: auto;
	color: #660066;
}

.selectcat {
	margin-top: 2px;
	width: 162px;
}

table.verzend {
	width: 95%;
	height: auto;
	table-layout: fixed;
	padding-left: 0px;
	padding-right: 0px;
	border: 2px ridge Silver;
	margin-bottom: 7px;
}



.knoppen {
	background-color: #D7D7D7;
	color: Black;
	font-size:8pt;
	border:1px solid #000000;
	width: 150px;
	margin-top: 5px;
	cursor: pointer;
}