﻿@charset "utf-8";
/* CSS Document */

/* grundeinstellungen */
	body 		{background-color: #000000; margin: 1%; padding:0; height:100%; width: 100%; font-family: arial; margin: 0 auto; }
		
/* überschriften */
	h1 		{font-family: arial; font-size: 12px; margin: 1%; color: #E6E6E6;}
			
/* textvorgaben */
	p 		{text-indent: 0px; margin-left:1%; margin-right:1%; color: #E6E6E6;}

/* container */
	#const1		{float: left; margin-left: 1%; margin-right: 1%; width: 98%; margin-bottom: 20px }
	#const2		{float: left; margin-left: 1%; margin-right: 1%; width: 98%; margin-bottom: 20px }
	#const3		{float: left; margin-left: 1%; margin-right: 1%; width: 98%; margin-bottom: 20px }
	#const4		{float: left; margin-left: 1%; margin-right: 1%; width: 98%; margin-bottom: 20px }

		
/* Tabelle 1 */
	.tabelle1 	{margin-left: 1%; margin-right: 1%; ; margin-bottom: 30px; font-size: 10px; font-family: arial; color: #E6E6E6; width: 98%}
	tr		{}
	.reihe1		{background-color: #2E2E2E}
	.spalte1	{text-align: center; }
	.spalte2	{text-align: left; }
	.spalte3	{text-align: center;}
	.spalte4	{text-align: center;}
	.spalte484	{text-align: center; background-color: #0A0A2A;}
	.spalte242	{text-align: center; background-color: #0000FF;}
	.spalte121	{text-align: center; background-color: #0000FF;}
	.spalte5	{text-align: center;}
	.spalteORdunkel	{text-align: center; background-color: #FF4500;}
	.spalteORhell	{text-align: center; background-color: #FFA07A;}




img {max-width: 98%; height:auto; width: auto; margin: 1%}

/* text */
	.text1		{margin-top: 10px; margin-bottom: 10px; font-size: 10px; font-family: arial; color: #E6E6E6}

/* startseitenlink */
	.text98		{margin-top: 00px; margin-bottom: 25px; font-size: 10px; font-family: arial}
	.text99		{margin-top: 00px; margin-bottom: 25px; font-size: 12px; font-family: arial}

/* button */
	.button1 		{margin-left: 1%; margin-bottom: 10px; margin-right: 1%; display: block; width: 75%; height: auto; text-align: center; padding: 10px 10px;
				background: #6E6E6E; color: black; font-family: verdana; font-size: 8px; border-radius: 2px; border: solid 1px #6E6E6E;
				text-shadow: 0 0px 0 rgba(0, 0, 0, 0.4); box-shadow: inset 0 0px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);} 
	.button1:hover 		{background: #dcdcdc; border: solid 1px #2A4E77; text-decoration: none;}

/* button */
	.button2 		{margin-left: 0%; margin-bottom: 20px; margin-right: 0%; display: block; width: 93%; height:30px; text-align: center; padding: 10px 10px;
				background: #2E2E2E; color: white; font-family: arial; font-size: 14px; border-radius: 2px; border: solid 1px #6E6E6E;
				text-shadow: 0 0px 0 rgba(0, 0, 0, 0.4); box-shadow: inset 0 0px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);text-decoration: none;} 
	.button2:hover 		{background: #FFFFFF; color: #2E2E2E; border: solid 1px #2A4E77; text-decoration: none;}


/* button */
	.button3 		{margin-left: 0%; margin-bottom: 20px; margin-right: 0%; display: block; width: 93%; height:30px; text-align: center; padding: 10px 10px;
				background: #2E2E2E; color: white; font-family: arial; font-size: 11px; border-radius: 2px; border: solid 1px #6E6E6E;
				text-shadow: 0 0px 0 rgba(0, 0, 0, 0.4); box-shadow: inset 0 0px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);text-decoration: none;} 
	.button3:hover 		{background: #FFFFFF; color: #2E2E2E; border: solid 1px #2A4E77; text-decoration: none;}


.back-to-top 		{background-color: black; position: fixed; bottom: 10px; right:10px; padding:0px; 
			border: 0px solid; border-collapse: collapse; border-color: black; border-radius: 0px;
			width: 44px; height: 35px}
	
