
			body    			{
							width:  				100%;
							font-family:    			calibri;
							font-size:      			2em;
							font-weight:    			100;
							color:  				#505050;
							background-color:       	#497082;
							background-image:       	url("PlanetErde.jpg");
							background-size:        	100% auto;
							background-repeat:      	repeat-y;
							background-attachment: fixed;
							}

			div.screen      		{
							position:       			absolute;
							top:    				40px;
							width:  				97%;
							margin-left:   			3%;
							padding-bottom: 		50px;
							}
			
			.top 			   	{
							float:       			   	left;
							width:  				94%;
							}
							
			.top1 			{
							float:       			   	left;
							margin-top:    			0px;
							height: 				100px;
							padding-right:  		15px;
							vertical-align:       	  	bottom;
							font-family:    			calibri;
							font-size:      			68pt;
							font-weight:    			800;
							color:  				#EEFFE0;
							text-shadow:    		black 0.1em 0.1em 0.2em;
							letter-spacing: 		-4px;
							word-spacing:   		1px;
							white-space:    		nowrap;
							}
							
			.top2 			{
							float:       			   	left;
							margin-top:    			0px;
							height: 				100px;
							padding-top:			23px;
							padding-right:  		10px;
							vertical-align:       	  	bottom;
							font-family:    			calibri;
							font-size:      			50pt;
							font-weight:    			800;
							color:  				#EEFFE0;
							text-shadow:    		black 0.1em 0.1em 0.2em;
							letter-spacing: 		-4px;
							word-spacing:   		1px;
							}

			.top3			{
							float:       			   	left;
							margin-top:    			0px;
							height: 				100px;
							padding-top:			23px;
							padding-right:  		10px;
							vertical-align:       	  	bottom;
							font-family:    			calibri;
							font-size:      			50pt;
							font-weight:    			800;
							color:  				#EEFFE0;
							text-shadow:    		black 0.1em 0.1em 0.2em;
							letter-spacing: 		-6px;
							word-spacing:   		1px;
							}

			@media only screen and (max-width: 1079px)
							{
							body    				{
												background-image:       	url("Green.jpg");
												background-repeat:      	repeat;
												background-attachment: scroll;
												}
							
							.top2   				{
												font-size:      			50pt;
												letter-spacing: 		-1px;
												word-spacing:   		1px;
												height: 				60px;
												}
							
							.top3				{
												height: 				60px;
												margin-bottom:    		10px;
												font-size:      			44pt;
												letter-spacing: 		-4px;
												word-spacing:   		-1px;
												white-space:    		nowrap;
												}
							
							}

			.box1			{
							float:       			   	left;
							margin-top:    			10px;
							margin-right:   			3%;
							margin-bottom:  		30px;
							width:  				35%;
							min-width:  			800px;
							background-color:       	#EEFFE0;
							box-sizing:     			border-box;
							border-radius:  		5px;
							box-shadow:     		0 0 1em #000000;
							}
			
			.box2			{
							float:       			   	left;
							margin-top:    			10px;
							margin-right:   			3%;
							margin-bottom:  		30px;
							height: 				auto;
							width:  				35%;
							min-width:      			800px;
							background-color:       	#EEFFE0;
							box-sizing:     			border-box;
							border-radius:  		5px;
							box-shadow:     		0 0 1em #000000;
							}
			
			.box3			{
							position:       			fixed;
							top:    				65px;
							right:   			       	50px;
							padding:				10px;
							box-sizing:     			border-box;
							border-radius:  		5px;
							box-shadow:     		0 0 1em #000000;
							color:  				red;
							background-color:       	#00d084;
							font-family:    			garamond;
							font-size:      			22pt;
							font-weight:    			900;
							letter-spacing: 		-2px;
							word-spacing:   		-2px;
							text-align:     			center;
							}
			
                        .box4                       {
							position:       			fixed;
							top:    				65px;
							right:   			       	50px;
							box-sizing:     			border-box;
                                                        }
                        
			.boxtitle   	 	   	{
							padding:   			10px;
							padding-left:   			15px;
							color:  				#497082;
							text-shadow:    		lightgrey 0.1em 0.1em 0.1em;
							font-family:    			calibri;
							font-size:      			22pt;
							font-weight:    			600;
							white-space:    		nowrap;
							z-index:				1;
							}
							
			.boxheader   	  	{
							padding:   			0px;
							padding-left:   			15px;
							padding-right:   		15px;
							color:  				#990000;
							text-shadow:    		lightgrey 1px 1px 1px;
							font-family:    			calibri;
							font-size:      			18pt;
							font-weight:    			400;
							}
							
			.boxcontent    	 	{
							padding:   			10px;
							padding-left:   			15px;
							padding-bottom:   		20px;
							color:  				#497082;
							font-family:    			calibri;
							font-size:      			15pt;
							font-weight:    			500;
							line-height:    			120%;
							}
							
			td.boxheader   	{
							padding:   			5px;
							color:  				#990000;
							text-shadow:    		grey 0px 0px 0px;
							font-family:    			calibri;
							font-size:      			18pt;
							font-weight:    			400;
							vertical-align:       	  	top;
							}
							
			td.boxcontent    	{
							padding:   			5px;
							color:  				#497082;
							text-shadow:    		grey 0px 0px 0px;
							font-family:    			calibri;
							font-size:      			15pt;
							font-weight:    			500;
							white-space:    		nowrap;
							}
							
			a.boxcontent    	{
							padding:   			5px;
							color:  				#497082;
							font-family:    			calibri;
							font-size:      			15pt;
							font-weight:    			700;
							font-style:     			italic;
							white-space:    		wrap;
							}
				
			img.boxcontent    	{
							width:  				30%;
							min-width:      			745px;
							margin-left:    			15px;
							padding:				0px;
							border-radius:  		5px;
							box-shadow:     		0 0 0.6em #808080;
							}
				
			.boxzu			{
							float:       			   	left;
							margin-top:    			10px;
							margin-right:   			3%;
							margin-bottom:  		30px;
							height: 				60px;
							width:  				35%;
							min-width:      			800px;
							background-color:       	#EEFFE0;
							box-sizing:     			border-box;
							border-radius:  		5px;
							box-shadow:     		0 0 1em #000000;
							}

			.dontshow	       	{
							visibility:                     	hidden;
							}
		
			.infobox			{
							position:       			fixed;
							box-sizing:     			border-box;
							visibility:     			hidden;
							margin-left:   			20px;
							margin-top: 			350px;
							border: 				0px;
							padding:				20px;
							color:  				#000000;
							font-family:    			Calibri, Verdana, Arial;
							text-align:     			left;
							background-color:       	#EEFFE0;
							border-radius:  		5px;
							box-shadow:     		0 0 0.5em #000000;
							}
							
			.infoboxheader  	{
							visibility:     			hidden;
							width:  				500px;
							background-image:       	url("Green.jpg");
							background-repeat:      	repeat;
							padding:				10px;
							color:  				#EEFFE0;
							font-size:      			16pt;
							font-weight:    			600;
							border-radius:  		3px;
							box-shadow:     		0 0 0.3em #000000;
							}
				
			.infoboxcontent 	{
							visibility:     			hidden;
							width:  				500px;
							padding-top:    		20px;
							font-size:      			14pt;
							font-weight:    			400;
							}
				
			.close	  		{
							visibility:     			hidden;
							float:  				right;
							padding-top:			10px;
							padding-right:			15px;
							z-index:				2;
							}
							
			.rund   			{
							border-radius:  		6px;
							}
							
			.impressum      	{
							float:       			   	left;
							margin-top:    			10px;
							margin-right:   			3%;
							margin-bottom:  		30px;
							height: 				40px;
							width:  				80%;
							min-width:      			600px;
							padding:				20px;
							color:  				#FFFFFF;
							font-size:      			12pt;
							font-family:    			Calibri, Verdana, Arial;
							font-weight:    			300;
							text-align:     			center;
							}