@CHARSET "UTF-8";

html {
		height: 100.2%; 
		background: #eee;
}

body {
	margin: 0px;
	padding: 0px;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 95%;
	color: #333;
	line-height: 150%;
}

img {
	border: 0px;
}

div#container {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #ddd;
	padding: 20px;
	background: #fff url(../images/moeller_farbflaechen_schmal.jpg) no-repeat bottom center;
	padding-bottom: 180px;
}

div#footer {
	margin-top: -28px;
	padding-left: 20px;
	padding-right: 20px;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	color: #333;
}

div#werbepartner {
	margin-top: 20px;
	width: 940px;
	margin-left: auto;
	margin-right: auto;
}

h1 {
	color: #060;
}

a, a:visited {
	color: #060;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

form label {
	display: block;
	float: left;  
	width: 350px;
	clear: both;
}

label.inline {
	display: inline;
	float: none;
}

fieldset {
	margin: 0px;
	padding: 10px;
	
}

fieldset legend {
	font-weight: bold;
}

div.checklist label {
	display: inline;
	float: none;
}
.warnung {
	color: #900;
}

select {
	width: 200px;
}

table {
	width: 100%;
	border-collapse: collapse;
}

table td {
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	vertical-align: top;
}

table#ergebnisliste {

}

table#ergebnisliste td.actions {
	vertical-align: top;
	text-align: right;
	white-space: nowrap; 
}

.error {
	font-weight: bold;
	color: #900;
}

#popuplayer {
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 9;
	width: 620px;
	background: #FFFFFF;
	margin-left: -310px;
	margin-top: -310px;
	display: none;
	z-index: 99;
}

#popuplayerinnen {
	border: 1px solid #999999;
	padding: 10px;
}

#zwischenlayer {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	z-index: 98;
}

input.text {
	width: 250px;
}
input.money {
	text-align: right;
	width: 50px;
}
textarea.text {
	width: 250px;
}