@font-face {
  font-family: 'Source Sans Pro';
  src: url('fonts/SourceSansPro/SourceSansPro-Regular.ttf')  format('truetype'); 
  font-weight: normal;
  font-style: normal;
}
/* 
     Achtung: vertausche "Light" und "Extra Light" 
*/
@font-face {
  font-family: 'Source Sans Pro Light';
  src: url('fonts/SourceSansPro/SourceSansPro-ExtraLight.ttf')  format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Source Sans Pro Extra Light';
  src: url('fonts/SourceSansPro/SourceSansPro-Light.ttf')  format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Source Sans Pro';
  src: url('fonts/SourceSansPro/SourceSansPro-Bold.ttf')  format('truetype');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Source Sans Pro';
  src: url('fonts/SourceSansPro/SourceSansPro-Italic.ttf')  format('truetype');
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'Source Sans Pro';
  src: url('fonts/SourceSansPro/SourceSansPro-BoldItalic.ttf')  format('truetype');
  font-weight: bold;
  font-style: italic;
}
* {
   box-sizing: border-box;
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
}

@font-face {
  font-family: 'PT Sans Web';
  src: url('fonts/PTSansWeb/PT_Sans-Web-Regular.ttf')  format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'PT Sans Web';
  src: url('fonts/PTSansWeb/PT_Sans-Web-Bold.ttf')  format('truetype');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'PT Sans Web';
  src: url('fonts/PTSansWeb/PT_Sans-Web-Italic.ttf')  format('truetype');
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'PT Sans Web';
  src: url('fonts/PTSansWeb/PT_Sans-Web-BoldItalic.ttf')  format('truetype');
  font-weight: bold;
  font-style: italic;
}
* {
   box-sizing: border-box;
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
}

html {
 	 font-family: 'Source Sans Pro Extra Light', 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif; 
 	 color: #004a4a;
   height: 100%;
   width: 100%;
}




