body 	{
	color: #ffffff; 
	background-image: url('../darkpaper.jpg');
	background-attachment: fixed;   
	background-position:  320px 50%;	
	background-repeat: repeat; 
	margin: 10px;
	line-height: 1.3
}

.seite 	{
	color: #ffffff; 
	background-image: url('../darkpaper.jpg');
	background-attachment: fixed;   
	background-position: 500px 50%;	
	background-repeat: repeat; 
	margin-left:5px; margin-right:10px; margin-top:10px; margin-bottom:10px
}

h1 	{
	font-family: kelt, times, serif;
}

h2 	{
	font-family: times, serif; 
	font-variant: small-caps;
}

.aktiv {
	font-family: kelt, times, serif;
	font-size: 14pt;
	background-color: #ffcc66;
	color: black;
	margin: 0px;
	padding: 3px;
	width: 130px;
	color: darkblue
	
}

b 	{
	color: #ff9955
}

A	{
	text-decoration: none;
	color: #ff0000
}

A:hover {
	background-color: #ffcc33;
	color: black;
	font-weight: 500
}

A:visited {
	color: red;
	font-weight: 500
}

.kasten {
	margin: 0px;
	padding: 3px;
	background-image: url('../img/paper.jpg');
	width: 130px
}

center	{margin-left: -180px
}

ol 	{list-style-type: upper-roman}
