@charset "utf-8";
h1 {
	font-size: 48px;
	color: #C00;
	font-family: 'PointyDemoRegular', Georgia, "Times New Roman", Times, serif;
	margin: 0 0 20px 0;
}
h2 {
	font-size: 18px;
	color:#333;
	margin: 0 0 10px 0;
}
h3 {
	font-size: 14px;
	color: #C00;
	margin: 0px 0 2px 0;
	padding: 10px 0 0 0;
	clear:both;
}
h4 {
	font-size: 32px;
	color: #FFF;
	font-family: 'PointyDemoRegular', Georgia, "Times New Roman", Times, serif;
	margin: 0 0 4px 0;
}
@font-face {
	font-family: 'PointyDemoRegular';
	src: url('../font/pointy_demo-webfont.eot');
	src: local('☺'), url('../font/pointy_demo-webfont.woff') format('woff'), url('../font/pointy_demo-webfont.ttf') format('truetype'), url('../font/pointy_demo-webfont.svg#webfontBwN6vwcw') format('svg');
	font-weight: normal;
	font-style: normal;
}
a{
	color: #C00;
	text-decoration: underline;
	outline: none;
	
}
a:hover{
	color: #C00;
	text-decoration: none;	
	-moz-outline-style: none;
	outline: none;

}
a.foto{
	color: #CCC;
	text-decoration: underline;
	outline: none;
	
}
a:hover.foto{
	color: #FFF;
	text-decoration: none;	
	-moz-outline-style: none;
	outline: none;

}
a:focus{
    -moz-outline-style: none;
	outline: none;

}
.italic{
	font-style: italic;	
}
.klein{
	font-size: 10px;
}
.bold{
	font-weight: bold;	
}
.rood{
	color: #C00;
}
.grijs{
	color: #CCC;
}
.center{
	clear:both;
	text-align: center;	
}
.tab_tekst{
	position: absolute;
	left: 100px;
}#tekst_center ul li {
	text-indent: 10px;
	list-style-type: disc;
	list-style-position: inside;
}
