p, td, h1, h2, th, div {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 12px;
	line-height: 140%;
}
th {
	text-align: left;
	border: 1px solid black;
	padding: 3px;
}
h1 {
	font-size: 30;
	color: #ff0000;
}

a {
	text-decoration: none;
	color: #ff0000;
}

table {
	width: 100%;
}

table, tr, td {
	border-collapse: collapse;
	padding: 3px;
	padding-right: 15px;
}

td.smallcell, input.teilnahme {
	white-space: nowrap;
}

body {
	background-color: #ffffff;
}

div#title {
	margin:10px;
	padding: 10px;
	background-color: white;
	height: 74px;
}

div#logo {
	height: 68px;
	width: 100px;
	float: left;
}

div#titlestring {
	text-align: right;
	font-size: 36px;
	color: #ff0000;
	height: 58px;
	width: 300px;
	font-family: Helvetica;
	float: right;
	padding-top: 10px;
}

div#titlepage {
	background-color: white;
	margin: 10px;
	padding: 10px;
	height: 750px;
}

div#regpage {
	background-color: white;
	margin: 10px;
	padding: 10px;
	height: 650px;
}

td.bordered {
	border: 1px solid black;
}
td.smallcell {
	width: 70px;
	white-space: nowrap;
}
td.col1, td.col3 {
	width: 100px;
}
td.col2 {
	width: 300px;
}
td.col4 {
	width: 100px;
}
td.item {
	width: 200px;
}

div#buttons {
	height: 35px;
	width: 100%;
}
div#leftbutton {
	width: 300px;
	float: left;
	height: 30px;
	text-align: right;
}
div#rightbutton {
	width: 300px;
	float: right;
	height: 30px;
	text-align: left;
}

div#captchabar {
	height: 70px;
/*	width: 600px; */
}
div#captcha {
	height: 50px;
	width: 120px;
	float: left;
}
div#captchabutton {
	height: 50px;
	padding-top: 10px;
	float: left;
}
