/* CSS-Definitionsdatei, die Site-übergreifende Stylesheets enthält */

.RahmenButton {
	border: 1px solid rgb(0,0,0)
}

.searchButton {
	font-size: 11px;
 	color: rgb(0,0,0);
 	font-weight: normal;
 	font-style: normal;
 	background-color: rgb(228,228,228);
 	border: 1px solid rgb(87,102,117);
 	width: 70px;
 	cursor: pointer
}

.BlauFett {
	color: rgb(0,0,255);
 	font-weight: bold
}

.searchField {
	font-size: 11px;
 	color: rgb(0,0,0);
 	font-weight: normal;
 	font-style: normal;
 	clear: none;
 	background-color: rgb(255,255,255);
 	border: 1px solid rgb(153,153,153);
 	width: 70px
}

.RahmenFormular2 {
	background-color: rgb(31,47,82);
 	border: 2px solid rgb(192,192,192)
}

.RahmenFormular {
	background-color: rgb(192,192,192);
 	border: 1px solid rgb(0,0,0)
}

.RotFett {
	color: rgb(255,0,0);
 	font-weight: bold
}