/* Standard Links */
A:link  {
color:	#000000;
text-decoration:	none;
}
A.tsg:link  {
color:	#0055A6;
text-decoration:	underline;
}
A.gartenfreunde:link  {
color:	#C0C0C0;
text-decoration:	underline;
}
A:visited  {
color:	#000000;
text-decoration:	none;
}
A.tsg:visited  {
color:	#0055A6;
text-decoration:	underline;
}
A.gartenfreunde:visited  {
color:	#C0C0C0;
text-decoration:	underline;
}
A:active  {
color:	#000000;
text-decoration:	none;
}
A.tsg:active  {
color:	#0055A6;
text-decoration:	underline;
}
A.gartenfreunde:active  {
color:	#C0C0C0;
text-decoration:	underline;
}
A:hover  {
color:	#FFFFFF;
text-decoration:	none;
}
A.tsg:hover  {
color:	#000000;
text-decoration:	none;
}
A.gartenfreunde:hover  {
color:	#000000;
text-decoration:	none;
}
A:focus  {
color:	#FFFFFF;
text-decoration:	none;
}
A.tsg:focus  {
color:	#000000;
text-decoration:	none;
}
}
A.gartenfreunde:focus  {
color:	#000000;
text-decoration:	none;
}


/* Standard Body */
body {
	background-color:	#C0C0C0;
	font-family:	Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: normal;
}
body.start {
	background-color:	#E8E8E8;
}
body.tsg {
	background-image: url(images/tsg/tsg-bkg.png);
}
body.gartenfreunde {
	background-color:	#335544;
}
body.haupt {
	background-image: url(images/balken.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-attachment: fixed;
}
body.menue {
	background-image: url(images/balken.jpg);
	background-repeat: repeat-y;
	background-position: right;
	background-attachment: fixed;
	font-size: 10pt;
}
hr{
	border: 0;
	color: #FFFFFF;
	background-color: #FFFFFF;
	height: 2px;
}
/* Breiten Tabelle für Inhalt */

td.picture{
	width: 150px;
	text-align: right;
	vertical-align: top;
}
.titelt {
	font-size: 22pt;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}