BODY {
        background-image: url("../SM_grafik/background_red.png");
        background-repeat: repeat;
        background-attachment: fixed;
		font: 20px Calibri,Verdana,sans-serif;
		line-height: 25px;
		color: #333333;
         }
TABLE.MAIN {
		font: 20px Calibri,Verdana,sans-serif;
                background-color: #EEEEEE;
		line-height: 25px;
                border: 0px;
                border-spacing: 0px;
                border-collapse: separate;
                padding: 0px;
		color: #222222;
		filter: drop-shadow(10px 10px 10px black);
		table-layout: fixed;
	}
TABLE.CONTENT {
		font: 20px Calibri,Verdana,sans-serif;
                background-color: #BBBBBB;
		line-height: 25px;
                border: 0px;
                border-spacing: 0px;
                border-collapse: separate;
                padding: 0px;
		color: #222222;
		filter: drop-shadow(10px 10px 10px black);
		table-layout: fixed;
	}
TD.MENU {	padding: 10px;
		font: 30px Calibri,Verdana,sans-serif;
		line-height: 35px;
		color: #CC0000;
		text-align: center;
	}
TD.GERMAN {	padding: 20px;
		color: #222222;
		text-align: justify;
	}
TD.ENGLISH {	padding: 20px;
		color: #888888;
		text-align: justify;
	}
TD.ALERT {	padding: 20px;
		color: #FF0000;
		text-align: justify;
	}
H1 {
		font: 40px Calibri,Verdana,sans-serif;
		line-height: 45px;
		color: #FF2222;
		font-weight: 999;
	}
SMALL {
		font: 15px Calibri,Verdana,sans-serif;
		line-height: 20px;
	}
BIG {
		font: 30px Calibri,Verdana,sans-serif;
		line-height: 35px;
	}
BOLD {
		font-weight: 999;
		line-height: 35px;
	}
CODE {
		font: 20px courier,fixed;
		line-height: 25px;
	}
A.STD {
		font: 20px Calibri,Verdana,sans-serif;
		line-height: 25px;
		font-weight: 700;
		color: #CC0000;
	}
A.CODE {
		font: 20px courier,fixed;
		line-height: 25px;
		font-weight: 700;
		color: #CC0000;
	}
A.SMALL {
		font: 15px Calibri,Verdana,sans-serif;
		line-height: 20px;
		font-weight: 700;
		color: #CC0000;
	}
A.ALERT {
		font: 20px Calibri,Verdana,sans-serif;
		font-weight: 700;
		line-height: 25px;
		color: #CC0000;
	}
A.STD:LINK {
		text-decoration: none;
		color: #CC0000;
	}
A.CODE:LINK {
		text-decoration: none;
		color: #CC0000;
	}
A.SMALL:LINK {
		text-decoration: none;
		color: #CC0000;
	}
A.ALERT:LINK {
		text-decoration: none;
		color: #CC0000;
	}
A.STD:VISITED {
		text-decoration: none;
		color: #CC0000;
	}
A.CODE:VISITED {
		text-decoration: none;
		color: #CC0000;
	}
A.SMALL:VISITED {
		text-decoration: none;
		color: #CC0000;
	}
A.ALERT:VISITED {
		text-decoration: none;
		color: #CC0000;
	}
A.STD:ACTIVE {
		text-decoration: none;
		color: #CC0000;
	}
A.CODE:ACTIVE {
		text-decoration: none;
		color: #CC0000;
	}
A.SMALL:ACTIVE {
		text-decoration: none;
		color: #CC0000;
	}
A.ALERT:ACTIVE {
		text-decoration: none;
		color: #CC0000;
	}
A.STD:HOVER {
		text-shadow: 5px 5px 5px black;
		transition: all 0.5s;
		color: #CC0000;
	}
A.CODE:HOVER {
		text-shadow: 5px 5px 5px black;
		transition: all 0.5s;
		color: #CC0000;
	}
A.SMALL:HOVER {
		text-shadow: 5px 5px 5px black;
		transition: all 0.5s;
		color: #CC0000;
	}
A.ALERT:HOVER {
		text-shadow: 5px 5px 5px black;
		color: #CC0000;
	}

#tr1 { transition: all 0.5s; }
#tr1 {
		font: 30px Calibri,Verdana,sans-serif;
		font-weight: 700;
		line-height: 35px;
		text-decoration: none;
		color: #CC0000;
	}
#tr1:hover,
#tr1:focus {
		text-shadow: 5px 5px 5px black;
		color: #CC0000;
	}
#tr1 {
		text-decoration: none;
		color: #CC0000;
	}

IMG.STD {	filter: drop-shadow(10px 10px 10px black);
	}