#pbtabel{
 width:100 px;
}


TD {
	/*font-weight : bold;
	font-size : 12px;
	*/
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style : normal;
	layout-flow : horizontal;
	
}



#T1 {
	background-color : #7FFFD4;
}

BODY
{
	BACKGROUND-IMAGE: url(../grafik/backgrnd.gif);
	COLOR: blue;
	FONT-FAMILY: Verdana;
	FONT-SIZE: 10px;
	FONT-STYLE: italic;
	background-attachment : fixed;
}
TABLE.FANEBLADE {
	text-align : center;
	padding : 0; 
}

TABLE.GOOGLE
{
	FONT-SIZE: 7pt;
	TEXT-ALIGN: center;
	caption-side: left;
	empty-cells: show;
	border-spacing: 15;
	background-color : Yellow;
	border : 2px solid Black;
}



TABLE.SOEG {
	background-color : #F0E68C;
	border : 2px solid Black;
	text-align : center;
	width : 50%;
}


TABLE.LINKS
{
	background : #F4B17A;
	text-align : center;
	font-family : Verdana;
	font-size : 11px;
	width : 90%;
}

A {
	text-decoration : none;
}

A:HOVER {
	background : Lime;
	color : Red;
	text-transform : none;
}

A:ACTIVE {
	background : Yellow;
}

