	body	{
		background-color: #ffffff;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 1em;
		colour: black;
		margin: 0;
	}

	#navigation	{
		position: absolute;
		left: 15%;
		top: 180px;
		bgcolor: #660000;
		color: black;
	}
	#navigation iframe
{
    position: sticky;
    height: 210px; 
    width: 100%;
    padding: 0px;
    border-style: solid;
    border-width: 0px;
    margin: 0px;
}


	#inhalt		{
		position: absolute;
		left: 15%;
		right: 23%;
		top: 200px;
		bgcolor: #cccccc;
		color: #990000;
		}


#tabelle		{
		position: absolute;
		left: 80px;
		right: 80px;
		top: 190px;
		padding: 10px;
		width: 80%;
		color: #990000;
		}


								#logo	{
										position: absolute;
										top: 30 px;
										left: 33%;
									}

								
/*Link normal*/
	a:link	{
		font-size: 1em;
		font-weight: bold;
		color: #cc3300;
		text-decoration: none;
	}
/*Link beim anclicken mit der mouse*/
	a:active	{
		font-weight: bold;
		color: #cc3300;
		text-decoration: none;
	}
a:hover	{
		font-size: 1.2em;
		font-weight: bold;
		color: #cc3300;
		text-decoration: none;
	}
/*Link schon besucht*/
	a:visited	{
		font-weight: bold;
		color: #cc3300;
		text-decoration: none;
	}
/*Link beim ueberfahren mit der mouse*/

/*Ueberschriften*/
	h1	{
		font-size: 3.5em;
		color: #990000;
		font-weight: bold;
	}
	h2	{
		font-size: 2em;
		color: #cc3300;
		font-weight: bold;
	}
	h3	{
		font-size: 1.5em;
		color: #990000;
		font-weight: none;
	}
	h4	{
		font-size: 1em;
		color: #cc3300;
		font-weight: bold;
	}
	h5	{
		font-size: 1.2em;
		color: #990000;
		font-weight: bold;
	}


	h6	{
		font-size: 1.2em;
		color: #black;
		font-weight: bold;
	}


