
	.tr_gesamt { border: 2px groove blue; }
	.tr_oben 		{ 	border-top: 2px dotted blue;
						border-left: 2px dotted blue;
						border-right: 2px dotted blue;
					}
	.tr_lr		{ 		border-top: 2px dotted blue;
						border-bottom: 2px dotted blue;
						border-left: 2px dashed blue;
						border-right: 2px dashed blue;
					}
	.tr_r		{ 		border-right: 2px dashed blue;
					}
	.tr_box { border: 2px dashed blue; }

	.explorer {
		font-family: Verdana, Arial,sans-serif;
		font-size:8pt;
		}

/* Schriftendefinition */
h1,h2,h3,h4,h5,h6,p,b,ul,ol,li,div,td,th,address,blockquote,center,input {font-family: Verdana, Arial,sans-serif }
p,b,ul,ol,li,div,td,th,address,blockquote,center,input { font-size:9pt; }
h1 { font-size:16pt; }
h2 { font-size:13pt; }
h3 { font-size:12pt; }
h4 { font-size:11pt; }
h5 { font-size:10pt; }
h6 { font-size:9pt; }
a {text-decoration:none; }
