/* Aangepast door Bjorn
 * Losse stylesheet uit phpbestand in deze stylesheet geplaatst.
 */
body {
	color: #710000;	
	background-image: url(/images/bg.jpg);
	margin: 0;
	padding: 0;
	font-family: "Comic Sans MS", Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
}
* html body {/* IE ONLY */
	CURSOR: url('/sterretje.cur');
}

td {
	color: #710000;
}

th {
	color: #710000;
}

a {
	color: #ff0000;
	text-decoration: underline;
}

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

h1 {
	font-size: 12pt;
	color: #710000;
	font-style: normal;
	margin: 0;
	padding: 0;
	text-decoration: none;	
}
/* */
p {
/* met de margin kun je de 
 * regelafstand tussen 
 * 'gewone enters' aanpassen, 
 * aangezien in jullie cms 
 * een gewone ziet als <p>.
 * Thijs klaagde hierover namelijk
 */
	margin: 5px 0;
}
.titel {
	font-size: 32px;
	color: #ff0000;
	text-decoration:none;	
}
.text {
	font-size: 16px;
	color: #ffffff;
	text-decoration:none;	
}

.bijschrift {
	font-size: 10px;
	color: #ffffcc;
	text-decoration:none;	
}
td.menu {
	font-size: 14px;
	color: #710000;
	text-decoration:none;
	font-weight: bold;
	line-height: 1.2;	
}
.menu {
	font-size: 14px;
	color: #710000;
	text-decoration:none;
	font-weight: bold;	
}
a.menu {
	font-size: 14px;
	color: #710000;
	text-decoration:none;
	font-weight: bold;
}
a.menu:hover {
	font-size: 14px;
	color: #ff0000;
	text-decoration:none;
	font-weight: bold;	
}
a.menu:active {
	font-size: 14px;
	color: #ff0000;
	text-decoration:none;
	font-weight: bold;	
}
/* Toegevoegd door Bjorn
 * Nieuwe stijl voor schilderij.
 * Beter om dat hier al te laden dan elke keer los in de html
 */
td.schilderij {
	background: url(/images/bg_schilderij.jpg) no-repeat;
}
td.schilderij div {
padding: 0 5px;
}
