body {
	font-family: "Arial Narrow";
}
a.link {
	text-decoration: none;
	color: black;
	}
a.link:hover {
	text-decoration: none;
	background-color: #F5FFB5;
	color: Black;
}
a.link2 {
	text-decoration: none;
	color: black;
	font-size: 11px;
}
a.link2:hover {
	text-decoration: none;
	background-color: #FFD700;
	color: Black;
}
	
a.catlink:visited {
	text-decoration: none;
}
table.adnew, table.adshow, table.message {
	background-color: #FFD700;
	color: Black;
	width: 90%;
	text-align: left;
	border: 1px solid Black;
}
.adnew th{
	background-color: #F5FFB5;
}
.adnew td{
	background-color: #FFD700;
}
.adshow th{
	background-color: #F5FFB5;
	border-bottom: 1px solid Black;
}
.message th{
	background-color: #F5FFB5;
	height: 40px;
	text-align: center;
}
.message td{
	background-color: #FFD700;
}
textarea.text {
	background-color: #eae8cc;
	border: 1px solid;
	font-family: Arial;
	font-size: 12px;
	}

select.text {
	background-color: #eae8cc;
	border: 1px solid;
	font-family: Arial;
	font-size: 12px;
}

input.text {
	background-color: #eae8cc;
	border: 1px solid;
	font-family: Arial;
	font-size: 12px;
}

button.text {
	background-color: #eae8cc;
	border: 1px solid;
	font-family: Arial;
	font-size: 12px;
}
table.site {
	width: 95%;
	border: 0px none;
	margin-top: 10px;
	padding: 5px 5px 5px 5px;
}
td.sitelogo {
	background-color: #F5FFB5;
	border-bottom: 2px solid Black;
}
td.sitetop {
	background-color: #FFD700;
	border-bottom: 2px solid Black;
}
td.sitemenu {
	background-color: #FFD700;
	border-right: 2px solid Black;
	width: 220px;
	text-align: center;
	vertical-align: top;
}
td.sitebody {
	background-color: #F5FFB5;
	text-align: left;
	vertical-align: top;
}
td.sitefooterR {
	background-color: #FFD700;
	border-top: 2px solid Black;
	text-align: center;
}
td.sitefooterL {
	background-color: #F5FFB5;
	border-top: 2px solid Black;
	text-align: left;
}
table.foto {
	width: 60%;
	text-align: center;
}
.foto th {
	border-bottom: 2px solid Black;
}
table.mijnads {
	background-color: #FFFFFF;
	color: Black;
    width: 60%;
	text-align: left;
	border: 1px solid Black;
}

