p,.text {
	font-family: Verdana;
	font-size: 10px;
}
h1 {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
}
.fett {	font-weight: bold; }
.maus { cursor: pointer; }
.weiss { color: white; }
.schwarz { color: black; }
.bgc-grau1 { background-color: #D8D8D8; border: 1px; border-style: outset; }
.bgc-grau2 { background-color: #B0B0B0; border: 1px; border-style: outset; }
.bgc-blau1 { background-color: #024B93; }
.bgc-blau2 { background-color: #023A72; }
.linien_rul { /* Linin rechts, unten, links (Formular unter Karteireiter) */ 
	border-bottom: 1px;
	border-bottom-style: solid;
	border-bottom-color: white;
	border-left: 1px;
	border-left-style: solid;
	border-left-color: white;
	border-right: 1px;
	border-right-style: solid;
	border-right-color: white;
}
.button {
	border: 1px;
	border-style: outset;
	color: white;
	background-color: #024B93;
}
fieldset {
	margin-top: 10px;
}
.rahmen1 {
	border: 1px;
	border-style: inset;
}
.rahmen2 {
	border: 1px;
	border-style: outset;
}
.rahmen3 {
	border: 1px;
	border-style: solid;
	border-color: #f8f8f8;
}
input,textarea {
	border: 1px; border-style: inset;
}
a,a.hover {
	text-decoration: none;
}