* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
.textfett {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	font-weight: bold;
}
.tabellenbackground {
	background-color: #EBEBEB;
}
#alles {
	margin-top: 0px;
	margin-left: 20px;
	width: 600px;
	/*background-color: lime;*/
}
#inhalt {
	margin-top: 0px;
	margin-left: 20px;
	width: 579px;
	/*background-color: lime;*/
}
#kopf {
	margin-top: 35px;
	margin-left: 0px;
	margin-bottom: 10px;
	width: 500px;
	/*background-color: lime;*/
}
#fuss {
	width: 580px;
	hight: 50px;
	/*background-color: red;*/
}
#fusszurueck {
	float: left;
	width: 350px;
	/*background-color: green;*/
	margin-top: 36px;
}
#fussup {
	float: right;
	width: 200px;
	/*background-color: lime;*/
}
#fusszurueck a {
	font-weight: bold;
	text-decoration: none;
	color: #3333cc;
	padding-left: 10px;
	/*background-color: yellow;*/
}
#fusszurueck a:hover {
	color: #333399;
	padding-left: 0px;
	}
#fusszurueck a:active {
	color: #333366;
	padding-left: 0px;
}
#fussup a {
	text-decoration: none;
	color: #3333cc;
	/*background-color: yellow;*/
	float: right;
	padding-top: 15px;
}
#fussup a:hover {
	padding-top: 5px;
	}
#fussup a:active {
	padding-top: 5px;
}
#inhalt img {
	margin-right: 10px;
	margin-bottom: -5px;
	border: 0;
	height: 14px;
	width: 14px;
	float: left; 
}
#inhalt li a:link, a:active, a:visited  {
	visibility: visible;
	text-decoration: none;
	font-size: 12px;
	color: #000000;
	list-style-type: none;
	list-style-image: none;
}
#inhalt li a:hover {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFCC00;
	visibility: visible;
	font-size: 12px;
	list-style-type: none;
	list-style-image: none;

}
h1 {
	font-size: 14px;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	background-color: #FFCC33;
}
h2 {
	font-weight: bold;
	font-size: 12px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
ul {
	list-style-image: none;
	list-style-type: none;
}
li {
	line-height: 16px;
}
