/* Vortrag */

h1.pagetitle {
	font-size: 26px;
	left: 300px;
	top: 70px;
	line-height: 40px;
}

h2.pagetitle {
	font-size: 12px;
	font-weight: bold;
	left: 280px;
	top: 180px;
}

div#main {
	top: 270px;
}

div#spalte1 {
	width: 450px;
}

div#spalte2 {
	width: 450px;
	left: 480px;
}

div#spalte3 {
	top: 230px;
	left: 640px;
	width: 230px;
}	

img#pageimg {
	left: 28px;
	top: 50px;
}

table {
	margin: 0 0 16px 0;
}

th {
	text-align: right;
	padding: 0 16px 0 0;
	font-weight: normal;
	white-space: nowrap;
	/* width: 70px; */
}

td {
	padding: 0 8px 4px 0;	
}

td ul {
	margin: 4px 0 0 0;
	padding: 0 0 0 8px;
}

td ul li {
	margin: 0 0 4px 16px;
	padding: 0;
}

#startreg {
	margin-top: 0;
}

#startreg p {
	margin-left: 20px;
}

input#senden {
	background: #f80;
	color: #fff;
	font-weight: bold;
	margin: 6px 0 0 0;
	padding: 2px 20px;
	border: 1px outset #999;
	cursor: pointer;
}

