
/*! 
https://google-webfonts-helper.herokuapp.com/fonts/oswald?subsets=latin;
 SCHRIFTART FESTELEGEN
 */

/* lato-regular - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/lato-v23-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/lato-v23-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/lato-v23-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/lato-v23-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/lato-v23-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/lato-v23-latin-regular.svg#Lato') format('svg'); /* Legacy iOS */
}

/* oswald-regular - latin */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/oswald-v49-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/oswald-v49-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/oswald-v49-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/oswald-v49-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/oswald-v49-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/oswald-v49-latin-regular.svg#Oswald') format('svg'); /* Legacy iOS */
}


      body {
		margin: 20;
        font-family: Calibri, Arial;
		background-color: #D6E3E3;
      }

      h1 {
        font-family: Oswald, 'Arial Narrow';
        font-size: 24pt;
		color: #ffffff;
		text-align: center;
		font-style: normal;
		font-weight: 400
      }
	  
      h2 {
        font-family: Oswald, 'Arial Narrow';
        font-size: 18pt;
		color: #00939D;
		font-style: normal;
		font-weight: 400
      }
      
      h4 {
        font-size: 12pt;
		font-style: normal;
		font-weight: 400
      }

  fotolia {
	  text-align: center;
	  font-size: 8pt;
	}


	a, a:visited { color: #ffffff; text-decoration: none; outline: 0; }
	a:hover, a:focus { color: #ffffff; text-decoration: underline; }
	p a, p a:visited { line-height: inherit; }


