
/***********/
/* Klassen */
/***********/

.offertanfragenControls {
	background-color: transparent;
	border-bottom: 0px;
	border-left: 0px;
	border-right: 0px;
	border-top: 0px;
	border-style: groove;
	box-sizing: border-box;
	color: white;
	font-family: Verdana, Arial, sans-serif;
	margin-bottom: 1%;
	padding: 1%;
	width: 100%;
}

.offertAnfragenInputObligatorisch {
	color: yellow;
	font-weight: bold;
}

/*****************/
/* HTML-Elemente */
/*****************/

#offertanfragenHeader {
	float: none;
}

#offertanfragenProtokoll {
	border: 1px solid;
}