#kopf {
	display: none;
	}
#menu {
	float: left;
	padding: 4.5em 0;
	background-image:url(images/schwert.gif);
	background-repeat: no-repeat;
	}
#menu ul {
	list-style-type: none; /* keine Listenzeichen */
	margin: 0; /* Abstand 0 */
	padding: 0;
}
#menu li {
	padding: 5px 0; /* Abstand zwischen Menüeinträgen */
}
#menu a {
	text-decoration: none;
	border-style: none;
	}
#menu a:hover {
	text-decoration: none;
	}
#randombild {
	display: none;
}
#content {
	margin: 0 0 0 120px;
	}
#fuss {
	clear: both;
	position: relative;
	bottom: 0;
	margin: 0 10px 0 120px;
	border-top: 1px solid #000000;
	}
body {
	min-width: 745px;
	font-family: Times, serif;
	padding: 0px 0 0 0px;
	margin: 0px 0 0 0px;
	font-size: 100.01%;
	}
h1 {
	font-size: 2em;
	}
h2 {
	font-size: 1.5em;
	}
h3 {
	font-size: 1.2em;
	}
h6 {
	font-size: 1em;
	font-weight: normal;
	font-style: italic;
	margin: 0;
	}
p {
	font-size: 1em;
}
b {
	font-weight: bold;
}
i {
	font-style: italic;
}
a img {
	border: 0;
}
