﻿@charset "utf-8";
/* CSS Document */

/* grundeinstellungen */
	body 		{background-color: #000000; margin:0; padding:0; height:100%; width:1280px; font-family: arial; margin: 0 auto;}
		
/* überschriften */
	h1 		{margin-left: 12px; font-family: arial; font-size: 16px; margin-bototm: 10px; color: #E6E6E6}
			
/* textvorgaben */
	p 		{text-indent: 0px; margin-left:10px; margin-right:10px }


/* container */
	#const1		{float: left; margin-left: 1%; margin-right: 1%; width: 23%; height: 50px; margin-bottom: 20px }
	#const2		{float: left; margin-left: 1%; margin-right: 76%; width: 23%; height: 50px; margin-bottom: 20px }
	#const3		{float: left; margin-left: 1%; margin-right: 51%; width: 23%; height: 50px; margin-bottom: 20px }
	#const4		{float: left; margin-left: 1%; margin-right: 26%; width: 23%; height: 50px; margin-bottom: 20px }



		
/* Tabelle 1 */
	.tabelle1 	{margin-left: 1%; margin-right: 1%; ; margin-bottom: 30px; font-size: 13px; font-family: arial; color: #E6E6E6; width: 98%}
	tr		{}
	.reihe1		{background-color: #2E2E2E}
	.spalte1	{width: 3%; text-align: center; }
	.spalte2	{width: 30%; text-align: left; }
	.spalte3	{width: 32%; text-align: center;}
	.spalte4	{width: 20%; text-align: center;}
	.spalte484	{width: 20%; text-align: center; background-color: #0B0B61;}
	.spalte242	{width: 20%; text-align: center; background-color: #0000FF;}
	.spalte121	{width: 20%; text-align: center; background-color: #0000FF;}
	.spalte5	{width: 15%; text-align: center;}

	.spalteORdunkel	{width: 20%; text-align: center; background-color: #FF4500;}
	.spalteORhell	{width: 20%; text-align: center; background-color: #FFA07A;}


/* bilder */
	.bild1		{margin-left: 10px; margin-right: 10px; width: 1260px}


/* text */
	.text1		{margin-top: 10px; margin-bottom: 10px; font-size: 13px; font-family: arial; color: #E6E6E6}

/* startseitenlink */
	.text98		{margin-top: 00px; margin-bottom: 25px; font-size: 14px; font-family: arial}
	.text99		{margin-top: 00px; margin-bottom: 25px; font-size: 16px; font-family: arial}


/* button */
	.button1 		{margin-left: 15px; margin-bottom: 20px; margin-right: 15px; display: block; width: 280px; height:10px; text-align: center; padding: 10px 10px;
				background: #6E6E6E; color: black; font-family: verdana; 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);} 
	.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: 92,5%; 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}