body {
	background-position: right 70px;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-color: white;
}

.Error {
	border: thin solid red;
	color: red;
	font-family: monospace;
	background-color: white;
}

h1 {
	border: medium solid #306;
	border-bottom: 18px solid #306;
	background-color:#cdf;
	color: #306;
	font-size:22px;
	text-align: left;
	padding: 5px;
	padding-left: 95px;
	background-image: url("Ottenschlag-trans-schatten.png");
	background-repeat: no-repeat;
	background-position: 10px 2px;

	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
}

td {
	vertical-align: top;
}

a img {
	border: thin solid white;
}
a:hover img {
	border: thin solid blue;
}

fieldset {
	border: thin solid #006;
	background-color: #cdf;
	color: black;
	padding: 5px;
}
legend {
	background-color: #006;
	font-weight: bold;
	color: white;
	padding: 2px;
}

input[type=text], input[type=password], select, textarea {
	border-top: thin solid #306;
	border-left: thin solid #306;
	border-right: thin solid #abc;
	border-bottom: thin solid #abc;
}

input[type=submit] {
	font-size: 1.1em;
	color: #006;
}

input[readonly] {
	background-color: #abc;
	color: #888;
	border: thin solid black;
	padding: 1px;
	border-top: thin solid #abc;
	border-left: thin solid #abc;
	border-right: thin solid #306;
	border-bottom: thin solid #306;
}

div.buttons, td.buttons {
	background-color: #88f;
	border: thin solid #006;
	padding: 2px;
	margin-top: 10px;
	text-align: center;
	white-space: nowrap;
}

div.UserCommands {
	margin: 0px;
	padding: 1px;
}

.hidden {
	display: none;
}
.notHidden {
	display: inherit;
}

div.Version {
	font-size: 10px;
	color: #ccf;
	font-family: sans-serif;
	text-align: right;
	margin-top: 20px;
}
div.Version img {
	height: 20px;
	border: none;
	margin-left:5px;
}