*
body {
	background-color: #D6D9D0;
}
#leiste-eingestellt	{
/*	background-color:	yellow;*/
	background-color: #FFBE00;
	width: 85%;
	margin-left: 4%;
	height:	auto;
	float: left;
	margin-bottom: 30px;
}
#medienart {
	background-color: greenyellow;
	width: 85%;
	margin-left: 4%;
	height:	auto;
	float: left;
	margin-top:	20px;
	margin-bottom: 20px;
}
table {
	margin-top:	500px;
	table-layout: auto;
	width: 80%;
	margin-left: 6%;
	margin-top:	500px;
/*	background-color:	antiquewhite;*/
	background-color: #EDF0F3;
}
th {
/*	border:1px solid;*/
/*	border: 0px;*/
	font-size: 22px;
	overflow:hidden;
	vertical-align:top;
}
td {
	border:2px solid;
	border-color: ghostwhite;
	overflow:hidden;
	vertical-align:top;
}

#author	{
	font-style:	italic;
	font-size: 20px;
	font-weight: bold;
	margin-left: 100px;
	margin-right: 20px;
	width: 20%;
}
#titel {
	color: brown;
	font-size: 20px;
	margin-left: 20;
	width: auto;
}
#inhalt	{
	color: cadetblue;
	font-size: 17px;
	margin-left: 20;
	width: auto;
}
h2 {
	margin-left: 6%;
}
h3 {
	margin-left: 6%;
}
hr {
	margin-top:	30px;
	margin-bottom: 30px;
	margin-left: 3%;
	width: 86%;
	border:	2px	solid;
	border-color: white;
}
th {
	text-align:	left;
}
