/* BI-Roadshow */

h1.pagetitle {
	font-size: 26px;
	left: 320px;
	top: 70px;
}

h2.pagetitle {
	font-size: 20px;
	left: 320px;
	top: 110px;
}

div#main {
	top: 230px;
}

div#spalte1 {
	width: 450px;
}

div#spalte2 {
	width: 450px;
	left: 480px;
	margin-top: 8px;
}

div#spalte3 {
	top: 230px;
	left: 640px;
	width: 230px;
}	

img#pageimg {
	left: 28px;
	top: 0px;
}

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;	
}

input#senden {
	background: #f80;
	color: #fff;
	font-weight: bold;
	margin: 6px 0 0 0;
	padding: 2px 20px;
	border: 1px outset #999;
	cursor: pointer;
}

