body {
	background-image: url(images/bg_wood.jpg);
	background-repeat: repeat;
	background-color: #8E4C10;
	padding: 0px;
	text-align: center;
	width: 100%;
	margin: 0px;
}

body, td{
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	line-height: 18px;
	color: #036;
}

a
{
	outline: none;
	color: #B77C1D;
}

p, h1, h2, h3, h4, h5, h6, img, form{
	margin: 0px;
	padding: 0px;
}

#container, #containertop, #containermid, #containerbot {
	width: 740px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding-right: 120px;
	padding-left: 120px;
	clear: both;
}

#container {
	height: 990px;
	background-image: url(images/bg_politierapport.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 0px;
	margin-bottom: 20px;
	padding-top: 300px;
}

#containertop {
	height: 70px;
	background-image: url(images/bg_politierapport.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 0px;
	padding-top: 300px;

}

#containermid {
	background-image: url(images/bg_politierapport_center.gif);
	background-repeat: repeat-y;
}

#containerbot {
	height: 360px;
	background-image: url(images/bg_politierapport.gif);
	background-repeat: no-repeat;
	background-position: left bottom;

}

.mugshot {
	margin: 0px;
	padding: 0px;
	height: 213px;
	width: 320px;
	background-repeat: no-repeat;
	background-position: center center;
}
.naammugshot {
	height: 213px;
	width: 320px;
	font-family: "Courier New", Courier, monospace;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	background-image: url(images/mugshot320x240.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	text-transform: capitalize;
}

.thumbmugshot {
	margin: 0px;
	padding: 0px;
	height: 107px;
	width: 160px;
	background-repeat: no-repeat;
	background-position: center center;
}

.thumbnaammugshot{
	height: 107px;
	width: 160px;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	background-image: url(images/mugshot160x120.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin: 0px;
	padding: 0px;
}

 .thumbnaammugshot a {
	color: #FFF;
	line-height: 28px;
 }

.centerme {
	text-align: center;
}

.polaroid {
	border: 8px solid #FFF;
}
.textveld {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color: #036;
	background-color: #FFF;
	border: 1px solid #ABADB3;
}
