#dvd
{
	font: 40px solid bold white;
	color: #FAEBD7;
	border: 3px solid #FAEBD7;
	text-align: center;
	width: 900px;
	height: 50px;
	margin-left: 10px;
}
tr.dvd
{
	border: 3px solid #FAEBD7;
}
td
{
	text-align: left;
}
td.dvd
{
	width: 15%;
	font: 18px solid black;
	text-align: left;
	color: #00ff00;
	vertical-align: top;
	border: 0px solid white;
	padding-left: 10px;
}
td.delete
{
	width: 15%;
	color: #FAEBD7;
}
hr.dvd
{
	color: #FAEBD7;
	width: 100%;
}
table.dvd
{
	/*background-color: #AA99FF; */
	border: 0px solid white;
	width: 700px;
	color: #FAEBD7;
	height: 100%;
}
table.delete
{
	/*background-color: White;*/
	border-bottom: 0px solid black;
	width: 100%;
	font: 18px solid red;
	text-align: center;
	color: red;
}
a.loeschen
{
 display:block;
 width: 150px;
 text-align:center;
 font-weight:bold;
 color:#FAEBD7;
 text-decoration:none;
 border:2px solid #FAEBD7;
}
a.loeschen:hover
{
 display:block;
 width: 150px;
 text-align:center;
 font-weight:bold;
 background-color:#FAEBD7; 
 color:green;
 text-decoration:none;
 border:2px solid #FAEBD7;
}
a.priests:link,active,visited
{
	color: #FAEBD7;
}
a.priests:hover
{
	color: orange;
}
form
{
	color:#FAEBD7;
}
