div.anmeldung,
div.messages,
div.vorlagen {
	background-color:#58a0e0;
	border: 1px solid #4297D7;
}

#vorlageSelect .ui-selected, 
#referatSelect .ui-selected, 
#empfaenger .ui-selected, 
#verfasserSelect .ui-selected,
#funktionSelect .ui-selected,
 {
	background: none repeat scroll 0 0 #ff7801;
}

.dataTables_wrapper {
	background-color:#58a0e0;
}

.dataTables_wrapper select {
	margin-left:5px;	
	margin-top:5px;
}

table.dataTable tr.odd {
    background-color: #E2E4FF;
}

.dataTables_filter label input
{
	margin-right:5px;
	margin-top:5px;
}

.ui-button {
	margin-left:2px;
	padding:3px;
}

input {
	font-size: 1.1em;
    height: 30px;
}

div.anmeldung span a {
	color:#fff;
}

