p, table, hr, ul, h4, form	{ 
	margin-left: 50px; 
	margin-right: 50px;
}

h2 {
	color: blue; 
	font-size: 120%;
}

table.thema {
	margin-top: 0px; 
	margin-bottom: 8px; 
	margin-left: 1px; 
	margin-right: 1px;
	background-color: #CCCCCC;
	border-collapse: collapse; 
	width: 100%;
	height: 108;
}

.thema td, th {
	text-align: center;
	vertical-align: middle;
}


