body {
	margin: 0px;
	padding: 0px;
	background-image: url(images/bg_main.gif);
	background-position: left top;
	background-repeat: repeat;
	font-family: Tahoma;
}
td {
	color: #e3e3e2;
	font-size: 12px;
	font-family: Arial;
	line-height: 16px;
	vertical-align: top
}
img {
	border: 0;
}
a img {
	text-decoration: none;
	background: transparent;
	border-style: none
}
/*----------------------------------------------------   a ---------------------*/
a {
	color: #aaa69a;
	font-size: 12px;
	text-decoration: none;
	background: url("images/bg_hover.gif") repeat-x left bottom
}
a:hover {
	color: #aaa69a;
	font-size: 12px;
	text-decoration: none;
	background: transparent
}
b {
	color: #AAA69A;
}
/*-----------------------------------------------------   bg_talling ---------------------*/
.bg_main {
	background-image: url(images/bg_main.gif);
	background-position: left top;
	background-repeat: repeat;
}
.bg_left {
	background-image: url(images/bg_main.gif);
	background-position: right top;
	background-repeat: repeat;
}
.bg_right {
	background-image: url(images/bg_right.gif);
	background-position: left top;
	background-repeat: repeat;
}
/*-----------------------------------------------------   sonstiges ---------------------*/
.not { }
