
@font-face { font-family: 'Proxima Nova';
             src: url('Mark Simonson - Proxima Nova Alt Regular-webfont.ttf') format('truetype'); }
			 
a:link { text-decoration: none; color: black;}
a:visited { text-decoration: none; color: #646464; } 
a:active { text-decoration: none; color: #646464; } 
a:hover { font-weight: 900; text-decoration: underline;} 
		
	
* {
font-family:'Proxima Nova',Helvetica,sans-serif;
font-size: 17px;
}

bewertet{
color: #008000;
font-weight: 900;
text-decoration: underline;
}

Ueberschrift {
color: #2b4898;
font-weight: 900;
text-decoration: underline;
}

Unterschrift {
font-size: 14px;
}

Dreizig {
font-size: 30px;
}

Vierzig {
font-size: 40px;
}

Weiss {
color: white;
}

Blau {
color: #2b4898;
}

BlauZw {
color: #538dd5;
}

Grau{
color: #666666;
}

Gruen{
color: #33cc00;
}

Orange{
color: #ff9933;
}

Rot{
color: #ff3300;
}

Hellgrau{
font-size: 16px;
color: #c4c9d2;
}
	
Copyright {
font-size: 14px;
color: white;
}

EHPLAN {
font-size: 30px;
color: #2b4798;
font-weight: 900;
}

BJMA {
font-size: 24px;
color: #2b4798;
font-weight: 900;
}

.Felder{
    font-family:'Proxima Nova',Helvetica,sans-serif;
    font-size: 19px;
}

.ButtonBlau{
    display: flex;
    padding: 3px 8px 3px 8px; 
	background-color: #2b4898;
    border: 1px solid #8a9da8;
    border-radius: 3px; 
	color: white;
	align:center; 
	valign:center;
}

.ButtonOrange{
    display: flex;
    padding: 3px 8px 3px 8px; 
	background-color: #ff9900;
    border: 1px solid #8a9da8;
    border-radius: 3px;
	color: white;
	align:center; 
	valign:center;
}

.ButtonRot{
    display: flex;
    padding: 3px 8px 3px 8px; 
	background-color: #b61f29;
    border: 1px solid #8a9da8;
    border-radius: 3px;
	color: white;
	align:center; 
	valign:center;
}

.ButtonHellblau{
    display: flex;
    padding: 3px 8px 3px 8px; 
	background-color: #648ca4;
    border: 1px solid #8a9da8;
    border-radius: 3px;
	color: white;
	align:center; 
	valign:center;
}