BODY {
	background-image : url(!_texturen/52.jpg);
	color : Yellow;
	background-color: Black;
}
.bold {
	font-size : medium;
	font-weight : bold;
	margin-bottom : 4px;
	margin-left : 4px;
	margin-right : 4px;
	margin-top : 4px;
	padding-bottom : 4px;
	padding-left : 4px;
	padding-right : 4px;
	padding-top : 4px;
}
UL {
	font-weight : bold;
   list-style-image : url(!_grafiken/knopf.gif);
	list-style-type : square;
	list-style-position : inside;
	font-size : medium;
	text-decoration : none;	
	margin-bottom : 0px;
	margin-left : 3px;
	margin-right : 0px;
	margin-top : 0px;
	padding-bottom : 2px;
	padding-left : 3px;
	padding-right : 0px;
	padding-top : 2px;
}
A {
	text-decoration : none;
}
A:link {
	color : Yellow;
}
A:visited {
	color : Lime;
}
A:focus {
	color : Red;
}
A:active {
	color : Fuchsia;
}
A:hover {
	text-decoration : underline;
}

.centered {
	margin-bottom : 0px;
	margin-left : 1px;
	margin-right : 0px;
	margin-top : 0px;
	padding-bottom : 0px;
	padding-left : 1px;
	padding-right : 0px;
	padding-top : 0px;
	border : 2px solid Navy;
}

A.home-link {
	float: right;
	vertical-align : bottom;
}
HR {
	   clear: both;
}