body
{
	margin:0; padding:0;
	background-color: #cccccc;
	color:#ffffff;
	font-family: "Trebuchet MS", Arial, "Times New Roman";
	font-size: 12px;
}

#pagecell
{
	margin:0 auto;
	padding:0; 
	width:80px;
	position: absolute;
	top: 0px;
	left:50%;
	margin-left:-480px; 
}

#contentBox{
	position: absolute;
	top: 50px;
	width:960px;
	left: 0px;
	height: 1300px:
}

#contentLeft{
	position: absolute;
	top: 0px;
	width:567px;
	left: 0px;
}

#contentRight{
	position: absolute;
	top: 0px;
	width:385px;
	left: 575px;
	font-family: "Trebuchet MS", Arial, "Times New Roman";
	font-size: 12px;
	color: #333;
}

#danke{
	padding: 5px;
	color: #CCC;
	background-color:#333;	
}

a{
	color: #cc3333;
}



label{
	color: #000000;
	float: left;
    width: 120px;
    text-align: left;
    padding-right: 5px;
}

.textfield {
	font-family: "Trebuchet MS", Arial, "Times New Roman";
	font-size: 12px;
	width:250px;
	background-color: #242424;
	color: #fff;
	border:1px solid #666;
}

.textfield200 {
	width:200px;
	background-color: #242424;
	color: #fff;
	border:1px solid #666;
	font-family: "Trebuchet MS", Arial, "Times New Roman";
	font-size: 12px;
}

.textfield145 {
	width:145px;
	border:1px solid #666;
	background-color: #242424;
	color: #fff;
	font-family: "Trebuchet MS", Arial, "Times New Roman";
	font-size: 12px;
}

.textfield50right {
	width:50px;
	color: #333333;
	border:1px solid #666;
	background-color: #242424;
	color: #fff;
	margin-left: 5px;
	font-family: "Trebuchet MS", Arial, "Times New Roman";
	font-size: 12px;
}

.textfield50left {
	width:50px;
	background-color: #242424;
	color: #fff;
	border:1px solid #666;
	margin-right: 5px;
	font-family: "Trebuchet MS", Arial, "Times New Roman";
	font-size: 12px;
}

.button{
	width:100px;
	font-weight:bold;
	font-family: "Trebuchet MS", Arial, "Times New Roman";
	font-size: 12px;
	color: #000000;
	border:1px solid #666;
	background-color:#fff;
}

.errorText{
    color: #f00;
	font-family: "Trebuchet MS", Arial, "Times New Roman";
	font-size: 12px;	
}
