td {
	color: #dbe4eb;
}
.Suchfeld {
    background: #ffffff;
    -webkit-border-radius: 10px;
    border: 1px solid #999999;
	width: 300px;
	padding-top: 10px;
}

.searchButton{
    display: block;
    border-width: 0 12px;
    padding: 10px;
    margin:10px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    text-decoration: inherit;
    color: inherit;
    -webkit-border-image: url(iui/whiteButton.png) 0 12 0 12;
    text-shadow: rgba(255, 255, 255, 0.7) 0 1px 0;
}
.mySelect {
	font-size: 18px;
	height: 28px;
}
.RowAusgabe {
	width: 98%;
	text-align: left;
	margin-left: 0px;
	color:#242d34;
}
.CellAusgabe {
	color:#242d34;
}
.CellInfo {
	color:#242d34;
	font-size: 16px;
	width: 80px;
}