@import url(undohtml.css);

body {
     text-align: center;
     padding: 0;
     margin: 0;
     width: 100%;
 }
 
body,td,th {
	font-family: verdana, helvetica, geneva, swiss, sans-serif;
	font-size: 11px;
}
 
#wrapper {
	text-align: left;
	width: 80%;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 0 0 0;
	background-color: #ED174F;
	background-image: url(/images/achtergrond.gif);
} 

.blok_rechts {
	text-align: left;
	background-color: #FFFFFF;
	padding: 5px;
	min-height: 12em;
	height: auto;
	overflow: auto;
	width: 90%;
	margin: 5% 5% 5% 5%;
}

.blok_rechts_klein {
	text-align: left;
	background-color: #FFFFFF;
	padding: .5em;
	height: auto;
	width: 90%;
	margin: 5% 5% 5% 5%;
}

.blok_rechts blockquote,.blok_rechts_klein blockquote {
	background: url("/images/quote.gif") top left no-repeat;
	padding: 3px 0px 3px 30px;
	margin-left: 0px;
	text-align: left;
	font-style: normal;
	color:#ED174F;
	
	}

 
a {
	color: #ED174F;
	text-decoration: underline;
}
a:link {
	color: #ED174F;
	text-decoration: underline;
}
a:active {
	color: #ED174F;
	text-decoration: underline;
}
a:visited {
	color: #ED174F;
	text-decoration: underline;
}

h2 {
	font-size: 1.5em;
	font-weight: bold;
}

h3 {
	font-size: 1.4em;
	font-weight: bold;
}

h4 {
	font-size: 1.1em;
	font-weight: bold;
	margin: 0em 0em 0.1em 0em;
	padding: 0 0 0 0;
}

.wp-caption {
	background-color: #eee;
	padding: 3px;
	margin-right: 4px;
}

tr {page-break-inside: avoid;}


