/* Gobale Einstellung von Seitenelementen */

body {
	margin: 0px;
	padding: 0px;
	font-family: sans-serif;
	font-size: 1.4em;
	color: #fff;
	background-color: #101010;
}

img {
	display: none;
}

table {
	width: 100%;
}

td {
	font-size: 1.4em;
}

h1 {
	font-size: 1.4em;
	background-color: #000000;
}

#lastmember {
	display: none;
}

/* Klassen für die Formatierung diverser Inhalte */

a {
	color: #00CC00;
	font-weight: bold;
	text-decoration: none;
	text-decoration: underline;
}

a:visited {
	color: #FFFFE5;
	font-weight: bold;
	text-decoration: none;
	text-decoration: underline;
}

a:hover {
	color: #FFFF00;
	background-color: #E77B18;
	font-weight: bold;
	text-decoration: underline;
}

a:active {
	color: #FF0000;
	background-color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}
.error {
	color: #FF0000;
	font-weight: bold;
}
.go {
	color: #339900;
	font-weight: bold;
}
input {
	width: 12.0em;
	border: 3px #E77B18 solid;
	margin: 0.2em;
	font-size: 1.4em;
}

select {
	width: 12.0em;
	border: 3px #E77B18 solid;
	margin: 0.2em;
	font-size: 1.4em;
}

input.false {
	border: 1px #FF0000 solid;
	margin: 0.2em;
	font-size: 1.4em;
}

textarea {
	width: 60em;
	height: 7.5em;
	font-size: 1.4em;
}
.thead {
	font-weight: bold;
	background-color: #808080;
}
.tbg {
	background-color: #606060;
}

.right {
	text-align: right;
}
