* {
	margin: 0;
	padding: 0;
	}

html, body {
	top: 0;
	right: 0;
	left: 0;
	width: auto;
	}
		
body {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10pt;
	color: #000;
	border-top: 1px solid black;
	border-bottem: 1px solid black;
	
}

#header {
	display: none;
	height: 0px;
}

#header img {
	display: none;
	height: 0px;
}

#linkespalte {
	display: none;
	height: 0px;
	width: 0px;
	top: 0px;
}

#rechtespalte {
	display: none;
	height: 0px;
	width: 0px;
	top: 0px;
}

#content {
	background-color: #FCF1D1;
	margin: 0px;
	height: 10%;
	top: 0px;
	border: 0px;
}

#content hr {
	display: none;
	height: 0px;
	width: 0px;
	top: 0px;
}

#seitenende {
	display: none;
	padding: 0px;
	border-top: 1px solid #990000;
}

h1 {
	font-size: 16pt;
}

h2 {
	font-size: 14pt;
}

.Bild {
	float: left;	
}

td {
	padding: 10px; 
}