
article {
	background-color: #ffffff; 
	margin-left:0%; 
	margin-top:0%; 
	color: #000000;
	text-align: center;
	}

#uebersicht {
	background-color: #ffffff;
	width: 100%;
	height: 100%; 
	margin-left: 0%; 
	margin-top: 0%; 
	border: none;
	}

#maincontent {
	background-color: #ffffff;
	width: 100%; 
	margin-left: 0%; 
	margin-top: 0%; 
	border: none;
	}

.css-input-button-aus {
     	font-family:Open Sans;
     	font-size: 20px;
     	border-width: 1px;
     	border-color: #000000;
     	background-color: #009bdd;
     	color: #ffffff;
     	border-style: double;
     	border-radius: 10px;
     	box-shadow: 3px -3px 3px rgba(0,0,0,.5);
     	text-shadow: 0px 0px 5px rgba(0,0,0,.25);
	cursor: pointer;
	position:relative;
	padding: 1% 1%;
	left: 2%;
	top: -40%;
}

.css-input-button-aus:focus {
	outline:none;
	cursor:pointer;
}

.css-input-button-aus:hover {
	outline:none;
	cursor:pointer;
	background-color: #000000;
}

.tbody table {
	background-color: #000000;
	}

.tbody tr {
	background-color: #009bdd;
	}

.tbody th {
	background-color: #009bdd;
	border-radius:10px;
	color: #000000;
	cursor:cell;
	}

.tbody td {
	background-color: #009bdd;
	color: #000000;
	border-radius:10px;
	cursor:cell;

}

.tbody tr:hover,
.tfoot tr:hover {
	background-color: #ffffff;
	cursor:default;

}

.tbody td:hover,
.tfoot td:hover {
	background-color: #ffffff;
	cursor:cell;

}

.tbody-form tr,
.tbody-form td {
	
	height: 30px;
	font-size: 15px;
	font-family:Trebuchet MS;
	background-color: #ffffff;
	border-radius:10px;
	cursor:cell;
	
}

.tbody-form tr:hover,
.tfoot-form tr:hover {
	background-color: #a1af02;
	cursor:default;

}

.tbody-form td:hover,
.tfoot-form td:hover {
	background-color: #a1af02;
	cursor:cell;

}

.caption {
	padding: 5px;
	 font-family:Trebuchet MS;
     font-size: 25px;
	 font-weight:bold;
	 text-decoration:underline;
	 height:40px;
     border-width: 0px;
     border-color: #000000;
     background-color: #009bdd;
     color: #ffffff;
     border-style: double;
     border-radius: 10px;
     box-shadow: 3px -3px 3px rgba(0,0,0,.25);
     text-shadow: 0px 0px 5px rgba(0,0,0,.25);