@font-face {
font-family: 'OpenSansBold';
src: url('../font/OpenSans-Bold.ttf');}

@font-face {
font-family: 'OpenSansRegular';
src: url('../font/OpenSans-Regular.ttf');}

b, strong {font-family:OpenSansBold,verdana,sans-serif;}

h1 {
    line-height: 120%;
	font-size: 1.35rem; 
	font-family:OpenSansBold,verdana,sans-serif;
	color: #8a1400;
	text-transform: uppercase;
	margin-top: 0px;
	margin-bottom: 0px;
    text-align: center;
}

h2 {
    line-height: 120%;
	font-size: 1.05rem; 
	font-family:OpenSansRegular,verdana,sans-serif;
	color: #6f6f6e;
	text-transform: uppercase;
	margin-top: 3px;
	margin-bottom: 25px;
    text-align: center;
}

h3 {
    line-height: 130%;
	font-size: 0.9rem; 
	font-family:OpenSansBold,verdana,sans-serif;
	color: #8a1400;
    text-align: center;
}

p {
    line-height: 130%;
	font-size: 0.9rem; 
	font-family:OpenSansRegular,verdana,sans-serif;
	color: #6f6f6e;
    text-align: center;
}

a {color: #8a1400; text-decoration: underline;}
.grey a {color: #ffffff; text-decoration: underline;}

p.kleiner {font-size: 0.8rem; }
p.rot {color: #8a1400;}
.grey p {color: #ffffff;}