/* CSS Document */

BODY , DD , DIV , DL , DT , LI , MENU , OL , P , PRE , TD , TH , UL {
	font-family : verdana, geneva, arial, helvetica, sans-serif;
	color : #300;
} 
BODY {
	font-size : 1em;
	background-color : #300;
	color: #FFCC66;
}
.zijmarge {
	padding-top: 50px;
	padding-right: 20px;
	padding-left: 10px;
	padding-bottom: 20px;
}
.zijmarge2 {
	padding-right: 20px;
	padding-left: 11px;
}	
P {
	font-size : 0.85em; 
	color: #FFCC66;
}
P.bottomtext {
	font-size: xx-small; 
}
.h1 {
	font-size: 1.15em;
	font-weight: 700;
}
.h2 {
	font-size: 1.05em;
	font-weight: 700;
}
.h3 {
	font-weight: 700;
}
.silver {
	color: #CCCCCC;
	font-weight: 700;
}
.basicbold {
	font-weight: bold;
}
.data {
	font-weight: bold;
}
.subtext {
	font-size: smaller;
}
.extramarge {
	font-size: 1.05em;
	font-weight: 700;
	letter-spacing: 0.08em;
}
.achtergrond {
	background-repeat: no-repeat;
}
.caption {
	font-style: italic;
}
.lijntje {
	text-decoration: none;
}
/* sitemap links, duidelijke, groter */
a.sitemap:link {
	color: #CC9900;
	text-decoration: underline;
}
a.sitemap:visited {
	color: #993300;
	text-decoration: underline;
}
a.sitemap:hover {
	color: #FFCC66;
	text-decoration: underline;
}
/* einde sitemap links */

/* normale links */
a:link {
	color: #CC9900;
	text-decoration: none;
	}
a:visited {
	color: #993300;
	text-decoration: none;
	}
a:hover {
	color: #FFCC66;
	text-decoration: none;
}
a:link img {
	text-decoration: none;
}

