	body	{
		background-color: #000033;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 0.7em;
		colour: #990066;
		margin: 0;
	}

	#navigation	{
		position: absolute;
		left: 120px;
		right: 50px;
		top: 100px;
		width: 80%;
		color: #ffffff;
	}

#sidenavigation {
		position: absolute;
		left: 260px;
		right: 50px;
		top: 170px;
		color: #ffffff;
	}


#sidenavigation2 {
		position: absolute;
		left: 300px;
		right: 50px;
		top: 170px;
		color: #ffffff;
	}

#sidenavigation3 {
		position: absolute;
		left: 330px;
		right: 50px;
		top: 170px;
		color: #ffffff;
	}



#sidenavigation4 {
		position: absolute;
		left: 300px;
		right: 50px;
		top: 170px;
		color: #ffffff;
	}



	#inhalt		{
		position: absolute;
		left: 120px;
		right: 80px;
		top: 200px;
		padding: 10px;
		padding-left: 10px;
		width: 80%;
		background-color: #ccffff;
		color: #000033;
		}


#inhalt2		{
		position: absolute;
		left: 120px;
		right: 80px;
		top: 200px;
		padding: 10px;
		padding-left: 10px;
		width: 80%;
		background-color: #000033;
		color: #white;
		}




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


								#logo	{
										position: absolute;
										top: 20 px;
										left: 10px;
									}

								#termin	{
										position: absolute;
										top: 20 px;
										left: 42%;
									}								
	
/*Link normal*/
	a:link	{
		font-weight: bold;
		color: #2CD695;
		text-decoration: none;
	}
/*Link beim anclicken mit der mouse*/
	a:active	{
		font-weight: bold;
		text-decoration: none;
	}
/*Link schon besucht*/
	a:visited	{
		font-weight: bold;
		color: #2CB695;
		text-decoration: none;
	}
/*Link beim ueberfahren mit der mouse*/
	a:hover	{
		font-size: 1em;
		font-weight: bold;
		text-decoration: underline;
	}
/*Ueberschriften*/
	h1	{
		font-size: 2em;
		color: #000033;
		font-weight: bold;
	}
	h2	{
		font-size: 1.1em;
		color: white;
		font-weight: bold;
	}
	h3	{
		font-size: 2em;
		color: #000033;
		font-weight: bold;
	}
	h4	{
		font-size: 1em;
		color: white;
		font-weight: bold;
	}
	h5	{
		font-size: 1.5em;
		color: #000033;
		font-weight: bold;
	}


