/* Verwendung in images/php/ergebnisse.php*/
.caption {
    margin-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color:rgb(0, 0, 0);
}
.button{
	width: 100px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-align:center;
}
.unter{
	font-size: 12px;
	font-style: italic;	
	color:rgb(0, 0, 0);
}
.tab1{
	border: 1px solid;
	border-color:rgb(210, 210, 210);
	text-align:center;
	width: 100%;
}
.tab1 #name{
	color:rgb(0, 0, 0);
	font-weight:bold;
}
#member{
	font-weight:normal;
	color:rgb(0,0,0);
	text-align:center; 
	border: 1px solid;
	border-color:rgb(210, 210, 210);
}
.cap2{
	font-weight:bold;
	color:rgb(0, 0, 255);
	text-align:center; 
	/* border: none; */
}
.txt{
	text-align:center; 
	color:rgb(0, 0, 0);
	border: 1px solid;
}
.error{
	margin-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color:rgb(255, 0, 0);
}