body {
	margin: 0px;
	text-align: center;
	background-color: #004003;
	background-image: url(../images/bg_a.gif);
	background-repeat: repeat;
}

td, p, input, h1, select, option {
	margin:0px;
	padding:0px;
	vertical-align: top;
	text-align: left;
	border: 0px;
	margin: 0px
	padding: 0px;
	font-size: 11px;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 17px;
	color: #FFF;

}

td.blankbg{
	background-image: url(../images/bg_top.gif);
	background-repeat: repeat-x; 
	text-align: center;
}

hr {
	border: 0px solid;
	border-top: 1px dashed #FFF;
	height: 1px;
}

a {
	color: #FFF;
	font-weight: bold;
	padding-left: 12px;
	background-image: url(../images/a_pfeil_white.gif);
	background-position: left;
	background-repeat: no-repeat;
	text-decoration: none;

}
a:hover {
	text-decoration: underline;
}
a.img {
	background-image: none;
	padding	: 0px;
	
}
