*table		{border-width=0;}

* body		{
		font-family : Arial, Verdana;
 		color : #ffffff;
		background-color : #333333;
		}

.gelb		{
		color : #F8E009; 
		font-weight: bolder;
		}

#tbtop		{
		background-image : url(TBTop.png); 
		background-repeat : no-repeat; 
		height : 65px; 	
		position : relative;
		left : 17%;
		}

#tbmid 		{
		background-image : url(TBMid.png);
		background-repeat : repeat-y;
		position : relative;
		left : 17%;
		}

#tbbot 		{
		background-image : url(TBBot.png); 
		background-repeat : no-repeat;
		height : 80px;
		position : relative;
		left : 17%;
		}

#tbnavi		{
		background-image : url(Navi.png); 
		background-repeat : no-repeat; 
		position : relative;
		left : 10%;
		}

#main		{
		position : relative; 
		left : 100px; 
		width : 680px;
		}

a:link 		{
		text-decoration : none;
		font-weight : bold; 
		color : #ffffff;
		}

a:visited 	{
		font-weight : bold; 
		color : #ffffff; 
		text-decoration : none;
		}

a:focus 	{
		font-weight : bold; 
		color : #ffffff; 
		text-decoration : underline;
		}

a:hover 	{
		font-weight : bold; 
		color : #ffffff; 
		text-decoration : none;
		}

a:active 	{
		font-weight : bold; 
		color : #ffffff; 
		text-decoration : underline;
		}
