/* CSS-Definitionsdatei, die Site-übergreifende Stylesheets enthält */

.standard_unten {
	background-image: url( "../assets/images/streifen.gif" );
 	padding: 5px 10px;
 	border-left: 1px solid rgb(255,255,255);
 	border-right: 1px solid rgb(255,255,255);
 	border-bottom: 1px solid rgb(255,255,255)
}

.eingabe-feld {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: 12px;
 	font-weight: normal;
 	font-style: normal
}

.Textfeld {
	padding: 5px 10px
}

.navi {
	background-image: url( "../assets/images/streifen.gif" );
 	border-left: 1px solid rgb(255,255,255);
 	border-top: 1px solid rgb(255,255,255);
 	border-right: 1px solid rgb(255,255,255)
}

.adressleiste {
	color: rgb(42,39,98);
 	background-image: url( "../assets/images/streifen.gif" );
 	border: 1px solid rgb(255,255,255);
 	padding-top: 5px;
 	padding-bottom: 5px
}

.kalender {
	background-color: rgb(255,255,255);
 	padding: 5px;
 	border-left: 1px solid rgb(112,113,115);
 	border-right: 1px solid rgb(112,113,115);
 	border-bottom: 1px solid rgb(112,113,115)
}

.standard_oben {
	background-image: url( "../assets/images/bgd_streifen1.png" );
 	border-left: 1px solid rgb(255,255,255);
 	border-top: 1px solid rgb(255,255,255);
 	border-right: 1px solid rgb(255,255,255)
}

.hintergrund_standard {
	border: 1px solid rgb(84,91,179)
}

.hintergrundbild {
	border-left-style: none;
 	border-top-style: none;
 	border-right-style: none;
 	border-bottom-style: none
}

.kalender_kopf {
	font-family: Arial,  Helvetica,  Geneva,  Sans-serif;
 	font-size: 12px;
 	color: rgb(42,39,98);
 	font-weight: bold;
 	text-align: center;
 	background-color: rgb(112,113,115);
 	border: 1px solid rgb(112,113,115);
 	padding: 5px
}