@import url("//hello.myfonts.net/count/3341f5");
  
@font-face {
	font-family: 'TodaySB-Regular';
	src: url('fonts/3341F5_0_0.eot');
	src: url('fonts/3341F5_0_0.eot?#iefix') format('embedded-opentype'),
			 url('fonts/3341F5_0_0.woff2') format('woff2'),
			 url('fonts/3341F5_0_0.woff') format('woff'),
			 url('fonts/3341F5_0_0.ttf') format('truetype');
}
  
@font-face {
	font-family: 'TodaySB-Medium';
	src: url('fonts/3341F5_1_0.eot');
	src: url('fonts/3341F5_1_0.eot?#iefix') format('embedded-opentype'),
			 url('fonts/3341F5_1_0.woff2') format('woff2'),
			 url('fonts/3341F5_1_0.woff') format('woff'),
			 url('fonts/3341F5_1_0.ttf') format('truetype');
}
  
@font-face {
	font-family: 'TodaySB-Light';
	src: url('fonts/3341F5_2_0.eot');
	src: url('fonts/3341F5_2_0.eot?#iefix') format('embedded-opentype'),
			 url('fonts/3341F5_2_0.woff2') format('woff2'),
			 url('fonts/3341F5_2_0.woff') format('woff'),
			 url('fonts/3341F5_2_0.ttf') format('truetype');
}

/* 

Braun: #84745b
Grün: #468109

*/


h1, h2, h3, h4, h5{ 
	font-family: TodaySB-Light; 
	font-weight: normal; 
	font-style: normal;
	color: #468109; 
}

body, p, span, a { 
	font-family: TodaySB-Regular; 
	font-weight: normal; 
	font-style: normal;
	color: #84745b;
}

body{
	background-color:#999999;
}

a:hover { 
	color: #84745b;
}