BODY {
        background-image: url("../grafik/background_green.png");
        background-repeat: repeat;
        background-attachment: fixed;
		font: 30px Calibri,Verdana,sans-serif;
		line-height: 40px;
		color: #222222;
         }
TABLE.MAIN {
		font: 30px Calibri,Verdana,sans-serif;
                background-color: #007722;
		        line-height: 40px;
                border: 0px;
                border-spacing: 0px;
                border-collapse: separate;
                padding: 10px;
		color: #FFFFFF;
		filter: drop-shadow(5px 5px 5px #004400);
		table-layout: fixed;
	}
TABLE.DARK {
		font: 30px Calibri,Verdana,sans-serif;
                background-color: #006611;
		        line-height: 40px;
                border: 0px;
                border-spacing: 0px;
                border-collapse: separate;
                padding: 10px;
		color: #FFFFFF;
		filter: drop-shadow(5px 5px 5px #004400);
		table-layout: fixed;
	}
TD.GERMAN {	padding: 20px;
		text-align: justify;
	}
TD.ALERT {	padding: 20px;
		text-align: justify;
		font: 30px Calibri,Verdana,sans-serif;
		line-height: 40px;
		color: #FF0000;
		font-weight: 999;
	}
H1 {
		font: 45px Calibri,Verdana,sans-serif;
		line-height: 55px;
		color: #FF3333;
		font-weight: 999;
	}
H2 {
		font: 35px Calibri,Verdana,sans-serif;
		line-height: 45px;
		color: #FF3333;
		font-weight: 999;
	}
SMALL {
		font: 15px Calibri,Verdana,sans-serif;
		line-height: 20px;
	}
A.STD {
		font: 30px Calibri,Verdana,sans-serif;
		line-height: 40px;
		font-weight: 500;
		color: #AAAAAA;
	}
A.SMALL {
		font: 15px Calibri,Verdana,sans-serif;
		line-height: 20px;
		font-weight: 500;
		color: #AAAAAA;
	}
A.STD:LINK {
		text-decoration: none;
		color: #AAAAAA;
	}
A.SMALL:LINK {
		text-decoration: none;
		color: #AAAAAA;
	}
A.STD:VISITED {
		text-decoration: none;
		color: #AAAAAA;
	}
A.SMALL:VISITED {
		text-decoration: none;
		color: #AAAAAA;
	}
A.STD:ACTIVE {
		text-decoration: none;
		color: #AAAAAA;
	}
A.SMALL:ACTIVE {
		text-decoration: none;
		color: #AAAAAA;
	}
A.STD:HOVER {
		text-shadow: 5px 5px 5px #004400;
		transition: all 0.5s;
		color: #AAAAAA;
	}
A.SMALL:HOVER {
		text-shadow: 5px 5px 5px #004400;
		transition: all 0.5s;
		color: #AAAAAA;
	}
#tr1 { transition: all 0.5s; }
#tr1 {
		font: 30px Calibri,Verdana,sans-serif;
		font-weight: 500;
		line-height: 40px;
		text-decoration: none;
		color: #AAAAAA;
	}
#tr1:hover,
#tr1:focus {
		text-shadow: 7px 7px 7px #004400;
		color: #AAAAAA;
	}
#tr1 {
		text-decoration: none;
		color: #AAAAAA;
	}
#tr2 {
		font: 30px Calibri,Verdana,sans-serif;
		font-weight: 700;
		line-height: 40px;
		text-decoration: none;
		text-shadow: 5px 5px 5px black;
		color: #AAAAAA;
	}
IMG.STD {	filter: drop-shadow(5px 5px 5px #004400);
	}