body {
	margin-left: 0;
	margin-top: 0;
	background-color: #bdab7d;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(../../gfx/design/background.png);
}
td.titel {
	background-image: url(../../gfx/design/titel.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 207px;
}
td.content {
	padding-right: 103px;
	padding-left: 83px;
	background-image: url(../../gfx/design/content.jpg);
	background-repeat: repeat-y;
	background-position: top;
	min-height: 600px;
	text-align: center;
}
td.footer {
	padding-right: 103px;
	padding-left: 83px;
	background-image: url(../../gfx/design/footer.jpg);
	background-repeat: no-repeat;
	height: 166px;
	background-position: top;
	font-size: 10px;
}
td.navi {
	background-image: url(../../gfx/design/button.png);
	height: 30px;
	width: 120px;
	background-repeat: no-repeat;
	padding-top: 1px;
	text-align: center;
}
font {	
	width: 700px;
	margin-left: -350px; /* Hälfte der Breite */
	position: absolute;
	left: 50%;
	text-align: center;
}
img.pic {
	border: 1px;
	border-color: #000000;
	border-style: solid;
}
h1.Titel {	
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	width: 700px;
	margin-left: -350px; /* Hälfte der Breite */
	position: absolute;
	left: 50%;
	text-align: center;
	top: 180px;
}
a:link {
	color: #FFFFFF;
	font-size: 14px;
	text-align: center;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	font-size: 14px;
	text-align: center;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	font-size: 14px;
	text-decoration: underline overline;
}
a:active {
	color: #FF0000;
	font-size: 14px;
	text-decoration: none;
}
.red {
	color: #F00;
}
