﻿
@font-face {
	font-family: "Open Sans";
	src: url("open_sans_latin.woff2") format("woff2");
}
@font-face {
	font-family: "Open Sans";
	font-style: italic;
	src: url("open_sans_latin_italic.woff2") format("woff2");
}

* {
	font-family: "Open Sans", sans-serif;

}


body, table {
	font-size: 14px;
	background-color: #d1d10d;
	font-weight: 350;
	border-collapse: separate; 
	border-spacing: 4px;

}




td { 

padding: 10px;
padding-bottom: 20px;
background-color: white;

}



a:link { color: blue }
a:visited { color: blue }
a:hover { color: purple }
a:active { color: red }


.Ueberschriftkl { font-size: 14px; font-weight: 600;}
.kleineSchrift { font-size: 12px; font-weight: 350;}


.kleinerPadding { 

padding: 0px;
padding-bottom: 0px;
border-collapse: collapse; 
border-spacing: 0px;

}

