body {
	background-color: #0033cc;
	color: #ffffff;
	font-family: arial, helvetica, sans-serif;
	font-size: 11pt;
}

span.visited {
	color: #6083ff;
	background-color: #0033cc;
}

a:link {
	color: #ffffff;
	text-decoration: underline;
}

a:visited {
	color: #6083ff;
	text-decoration: underline;
}

a:hover {
	color: #86b9ff;
	text-decoration: underline;
}

a:active {
	color: #ffffff;
	text-decoration: underline;
}

a:focus {
	color: #000088;
	text-decoration: underline;
	text-decoration: underline;
}

div {
	margin: 5px;
	text-align: left;
}

div.logo {
	margin: 0px;
}

div.center {
	margin: 1px;
	padding: 1px;
	text-align: center;
}

p.screenshot { margin: 0px; }

b {
	font-weight: bold;
	font-size: 105%;
}

big { font-size: 30pt; }

small { font-size: 8pt; }

input {
	width: 420px;
	color: #ffffff;
	background-color: #3053ff;
	border: 1px solid #000066;
}

input.button {
	width: 110px;
	border: 1px solid #000066;
	background-color: #0023af;
	color: #ffffff;
	font-weight: bold;
}

textarea {
	width: 500px;
	height: 140px;
	color: #ffffff;
	background-color: #3053ff;
	border: 1px solid #000066;
}

ul { list-style-image: url(/daten/li.gif); }

table {
	border-collapse:collapse;
}

th {
	text-align: left;
	border: medium solid white;
	padding: 3px;
}

th.noborder {
	vertical-align: top;
	border: none;
	text-align: center;
}

th.leftnoborder {
	vertical-align: top;
	border: none;
	text-align: left;
}

td {
	text-align: left;
	border: medium solid white;
	padding: 3px;
}

td.leftnoborder {
	vertical-align: top;
	border: none;
	text-align: left;
}

td.rightnoborder {
	text-align: right;
	border: none;
}

td.topcenternoborder {
	vertical-align: top;
	border: none;
	text-align: center;
}

td.noborder {
	vertical-align: top;
	border: none;
	text-align: center;
}

img.logo {
	float: left;
	margin-top: 0px;
	margin-bottom: 9px;
	margin-left: 6px;
	margin-right: 9px;
}

img.top_right {
	float: right;
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 10px;
	margin-right: 0px;
}

img.top_left {
	float: left;
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	margin-right: 10px;
}

img.bottom_left {
	float: left;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 10px;
}
