html, body {
  /* \*/
  height: 100%;
  /* not for IE on Mac */
} 
body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: #ffffff;
	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 1.25em;
	overflow: scroll;
	text-align: center;
	height: 100%;
}
#main {
	position: relative;
	text-align: left;
	margin: 50px auto;
	padding: auto;
	width: 950px;
	height: 100%;
	bborder: 1px solid Blue;
}
table {
	border-collapse: collapse;
	border-spacing: 0px;
	padding: 0px;
	margin: 0px;
	bborder: 1px solid Lime;
}
td {
	font-size: 12px;
	padding: 0px;
	margin: 0px;
	bborder: 1px solid Lime;
}
img {
	border: none;
	margin: 0px;
	padding: 0px;
}
td.footer-line {
	width: 100%;
	height: 45px;
	padding: 0px;
	margin: 0px;
	color: #68676C;
	text-align: center;
}
.none {
  display: none;
}
.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}

a {
	text-decoration: none;
}
a.grey {
	color: #68676C;
}
a.grey:hover {
	color: #ffffff;
	background-color: #68676C;
}
.TextSchwarz11,
.TextSchwarz10 {
	color: #000000;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}
.TextSchwarz10 {
   font-size: 10px;
}

