/* CSS-Definitionsdatei, die Site-übergreifende Stylesheets enthält */

.eingabe-feld {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: 12px;
 	font-weight: normal;
 	font-style: normal
}

.Textfeld {
	padding: 5px 10px
}

.adressleiste {
	background-color: rgb(144,163,181);
 	background-image: none;
 	border: 1px solid rgb(242,242,242);
 	padding-top: 5px;
 	padding-bottom: 5px
}

.hintergrund_standard {
	border: 1px solid rgb(255,255,255)
}

.hintergrundbild {
	background-color: rgb(144,163,181);
 	border: 1px solid rgb(242,242,242)
}