.Hauptdesign{
	background-image: url(bg.png);
	background-repeat: repeat-y;
	background-position: left;
}
.Haupttabelle {
	width: 100%;
	border: 0;}
.navleiste {
	width: 230px;
	height: 230px;
}
.abstand{
	font-size:44px
}
.Text1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #222;
	line-height: 18px;
}
.Text2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #222;
	font-weight: bold;
}
.Text3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #222;
	font-style: italic;
}
.Text4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #222;
	font-weight: bold;
}
.buttontext {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 20px;
	color: #000;
	text-align:center;
	height: 72px;
	background-image:url(btn.png)
}
.buttontext_on {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 20px;
	color: #000;
	text-align:center;
	height: 72px;
	background-image:url(btn_on.png)
}