@font-face {
    font-family: 'open_sansregular';
    src: local('Open Sans'), local('OpenSans'), 
	       url('opensans-regular.woff2') format('woff2'),
           url('opensans-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
    background-color: #e6f2fe; 
    font-family: 'open_sansregular', sans-serif;
    margin-top: 0; 
    margin-left: 0; 
    margin-right: 0; 
	margin-bottom: 0;
      }

li {
    font-family: 'open_sansregular', sans-serif;
	font-size: smaller;
}

.li-rot {
	color: #cc0000;
	font-size: smaller;
}


.li-blau {
	color: #4682b4;
	font-size: smaller;
}

.li-rot {
	color: #cc0000;
	font-size: smaller;
}

.li-gruen {
	color: #006600;
	font-size: smaller;	
}

.li-square {
	font-size: smaller;
	list-style-type: square;	
}

table {
    font-family: 'open_sansregular', sans-serif;
	vertical-align: top;
}

.td-hintergrund-hellblau {
    font-family: 'open_sansregular', sans-serif;
	vertical-align: top;
    background-color: #f0f8ff; 	
}

.td-rahmen-blau {
    border-width: 1px;
	border-color: #4682b4;
	border-style: solid;
}

.td-rahmen-blau-gestrichelt {
    border-width: 1px;
	border-color: #4682b4;
	border-style: dotted;
}

a:link {
	color: #000099;
    font-family: 'open_sansregular', sans-serif;
}

a:visited {
	color: #cc0000;
    font-family: 'open_sansregular', sans-serif;
}

a:hover {
	color: #006600;
    font-family: 'open_sansregular', sans-serif;
}

a:active {
	color: #006600;
    font-family: 'open_sansregular', sans-serif;
}

p {
    font-family: 'open_sansregular', sans-serif;
	font-size: smaller;	
}

.p-zentrieren-strecken {
    text-align: center;
	letter-spacing: 1px;
	color: 000099;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'open_sansregular', sans-serif;
}

.text-12 {
	font-size: 12px;	
}

.text-mittelblau {
	color: #4682b4;
}

.text-blau {
	color: #000099;
}

.text-weiss {
	color: #ffffff;
}

.text-rot {
	color: #CC0000;
}
	
.text-klein-fett {
	font-weight: bold;
}

.text-klein-fett-italic {
	font-weight: bold;
	font-style: italic;	
}

.text-klein-fett-weiss {
	font-weight: bold;
	color: #ffffff;	
}

.text-klein {
	font-size: smaller;
}

.text-kleinstens {
	font-size: xx-small;
}

.text-italic {
	font-style: italic;
}

.text-italic-mittelblau {
	font-style: italic;
	color: #4682b4;
}

.text-italic-blau {
	font-style: italic;
	color: #000099;
}

.text-mittig {
	text-align: center;
}

.text-rechts {
	text-align: right;
}

.text-decoration-blink {
	text-decoration: blink;
}

.text-mittel {
	font-size: small;
}

.text-groesser {
	font-size: medium;
}

.text-groesser-blau {
	font-size: medium;
	color: #000099;
}

.text-gross {
	font-size: large;
}

.text-times {
    font-family: 'open_sansregular', sans-serif;
	font-size: small;
}