
.wrapper {

	margin:0 auto;
	margin-top:40px;
	width:900px;
	border: 1px solid #333;
	-moz-box-shadow: 5px 5px 15px #000;
	-webkit-box-shadow: 5px 5px 15px #000;
	box-shadow: 15px;
	background-color: #c0c0c0;
}

.hinweis {

	margin:0 auto;
	margin-top:20px;
	margin-bottom:20px;
	padding:10px;
	text-align:center;
	border: 1px solid #333;
	-moz-box-shadow: 5px 5px 15px #000;
	-webkit-box-shadow: 5px 5px 15px #000;
	box-shadow: 15px;
	background-color: #d0a0a0;
}

#mcs tr:nth-child(odd) {

	background-color: #c0c0c0;
}

#mcs tr:nth-child(even) {

	background-color: #d0d0d0;
}

#mcs tr.disabled td, #mcs tr.disabled th {

	color:#f0f0f0;
	background-color:#d0a0a0;
}

#mcs td {

	text-align:left;
	padding:5px;
	
}

#mcs th {

	text-align:left;
	padding:5px;
	
}

.head {

	text-align:center;
	background-image: url(header1.jpg);
	background-color:#f0c76d;
	background-repeat:no-repeat;
}

#mcs tr.head td, #mcs tr.head th {

	background-color:#f0c76d;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	
}


#mcs .zentriert {

	text-align:center;
}

#mcs .rechts {

	text-align:right;
}

#mcs .links {

	text-align:left;
}

#mcs .summe {
	border-top: 1px solid #333;
}

