/* CSS-Definitionsdatei, die Site-übergreifende Stylesheets enthält */

.rundweis {
	background-color: rgb(255,255,255);
 	border: 2px solid rgb(15,84,153);
 	padding: 2px
}

.rundsrichelt {
	background-color: rgb(255,255,255);
 	border: 2px dotted rgb(15,84,153);
 	padding: 2px
}

.rund {
	font-family: Calibri,  sans-serif;
 	font-size: 16px;
 	background-color: rgb(238,242,255);
 	border: 1px solid rgb(15,84,153);
 	padding: 2px
}

.unterstrich {
	background-color: rgb(255,255,255);
 	padding: 2px;
 	border-bottom: 2px solid rgb(15,84,153)
}

.rundoben {
	background-color: rgb(255,255,255);
 	padding: 2px;
 	border-left: 2px solid rgb(15,84,153);
 	border-top: 2px solid rgb(15,84,153);
 	border-right: 2px solid rgb(15,84,153)
}

.Input2 {
	font-family: Arial,  Helvetica,  Geneva,  Sans-serif;
 	font-size: 12px;
 	color: rgb(0,0,0);
 	height: 22px;
 	text-indent: 9px;
 	background-color: rgb(255,255,255);
 	background-image: url( "./Input-background2.gif" );
 	background-repeat: no-repeat;
 	background-position: top left;
 	padding: 3px;
 	border-left-style: none;
 	border-top-style: none;
 	border-right-style: none;
 	border-bottom-style: none;
 	width: 167px
}

.blau {
	font-size: 14px;
 	color: rgb(255,255,255);
 	background-color: rgb(15,84,153);
 	border: 1px solid rgb(15,84,153);
 	padding: 2px
}

.rundunten {
	background-color: rgb(255,255,255);
 	padding: 2px;
 	border-left: 2px solid rgb(15,84,153);
 	border-right: 2px solid rgb(15,84,153);
 	border-bottom: 2px solid rgb(15,84,153)
}

.runseite {
	background-color: rgb(255,255,255);
 	padding: 2px;
 	border-left: 2px solid rgb(15,84,153);
 	border-right: 2px solid rgb(15,84,153)
}