/* CSS-Definitionsdatei, die Site-übergreifende Stylesheets enthält */

.tab-header {
	color: rgb(255,255,255);
 	font-weight: bold;
 	text-align: center;
 	background-color: rgb(102,153,206)
}

.feldnamen {
	font-size: 12px;
 	text-align: right;
 	padding-right: 20px
}

.strandbild-integriert {
	background-image: url( "../assets/images/neu-2r7c2.jpg" );
 	background-repeat: no-repeat;
 	background-position: bottom;
 	padding: 20px 20px 40px 20px
}

.text {
	padding: 20px
}

.eingabe {
	font-size: 12px;
 	border: 1px solid rgb(102,100,96);
 	padding-left: 5px;
 	width: 250px
}

.nachricht {
	border: 1px solid rgb(102,100,96);
 	width: 250px;
 	overflow : hidden
}