
body {
	font-family: Arial;
	font-size: 18px;
	background: #0c1117;
	background: url('/bilder/back.png')
				#0c1117;
	background-position: center top;
	color: #fff;
}

a, a:visited {
	color: #0000f3;
}

.lgtable {
	font-family: Calibri, Arial;
	font-size: 18px;
	color: #000;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	background: #5f5f5f;
	border-collapse: collapse;
	margin-top: 10px;
}

.lgtable td {
	color: #000;
}
.lgimg {
	background: #5f5f5f;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
}

.warn {
	text-align: center;
	font-size: 15px;
	font-family: tahoma, arial;
	padding: 5px 0 5px 2px;

	border: 1px solid #f00;
	color: #AF0000;
	background-color: #ffacac;
	width:95%;
	margin:0 auto;
	font-weight: bold;
}

.br { 
	border-top: 2px solid #fff;
}
.wh {
	background: #fff;
}

h3 {
	margin: 4px;
	font-family: Century Gothic, Arial;
	font-size: 30px;
	text-shadow: 2px 2px 2px #ccc;
}

.button {
	font-family: Century Gothic, Arial;
	font-size: 18px;
	text-decoration: none;
	color: #fff;
	border: 1px groove #330;
	margin: 5px;
	padding: 4px;
	padding-left: 16px;
	padding-right: 16px;
	background: url(bilder/gradient.png)
				#cfcfcf;
	background-position: center top;
	cursor: pointer;
	text-shadow: 0px 0px 3px #000;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
}


.button:hover {
	background: url(bilder/gradient.png)
				#dedede;
}
.button:active {
	background: url(bilder/gradient_flip.png)
				#dedede;
	position: relative;
	top: 1px;
	left: 1px;
}

.info {
	font-size: 18px;
	width: 50%;
	text-align: center;
	background: #ccc;
	padding: 15px;
	border: 1px solid #dedede;
	background: rgba(255, 255, 255, 0.3);
	border-radius: 10px;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
}


.input {
	font-size: 24px;
	border: none;
	background: url("bilder/input_text_right.png") top right no-repeat,
				url("bilder/input_text.png") top left no-repeat;
	background-repeat: no-repeat;
	height: 30px;
	padding-left: 8px;
	padding-right: 8px;
}

#meldung { font-size: 22px;color: #ff0000; font-family: Century Gothic, Arial; }