table.bord {
	width: 700px;
	border: 1px solid #006699;
	text-align: center;

}
table.part {
	width: 600px;
	border: 1px solid #006699;

}
td.head {
	background-color: #006699;
	text-align: center;
	font-family: "Courier New", Courier, mono;
	font-style: normal;
	font-weight: bold;
}
td.text {
	padding: 5px;
    font-family: "Courier New", Courier, mono;
}
img {
	border: 1px solid #006699;
	margin: 3px;
}
p.head {
	text-decoration: underline;
	font-weight: bold;

}
p.text {
	margin-left: 20px;

}
p.bild {
	text-align: center;

}

