/*  freie Seite*/
body {
		font-family: verdana;
		font-size: 11px;
		}

/* Tabelle */
table {
		font-size: 12px;
		text-align: center;
		}

/* Tabelle hervorheben - Farbe */
.table1 {
		font-size: 16px;
		font-weighd: bold;
		color: red;
		text-align: center;
		}

.table2 {
		font-size: 12px;
		color: black;
		text-align: center;
		}
		
/* Überschriften */
h1 {
		font-size: 14px;
		font-weighd: bold;
		color: red; 
		}

/* Überschriften */
h2 {
		font-size: 15px;
		font-weighd: bold;
		color: red; 
		}
		
h3 {
		font-size: 16px;
		font-weighd: bold;
		color: red; 
		}
		
.h1 {
		font-size: 14px;
		font-weighd: bold;
		color: red; 
		}

/* Überschriften */
.h2 {
		font-size: 15px;
		font-weighd: bold;
		color: red; 
		}
		
.h3 {
		font-size: 16px;
		font-weighd: bold;
		color: red; 
		}
			
.rahmen {
	border-top: 1px none #990000;
	border-right: 1px solid #990000;
	border-bottom: 1px none #990000;
	border-left: 1px none #990000;
}
