body {
	background-color: #ffffcc;  
	font-family: arial, sans-serif;
	color: #000000; 
	margin: 10px auto;
	font-size: 12px;
	background-image: url('bilder/background.gif');
} 
table {
	margin:0px auto;
	background-color: #FFFFCC; 
	color: #000000; 
	width: 780px;
	border: black 1px solid;	
	text-align: left;
}
pre {
	margin: 5px;
}
.menu { 
	text-align: center;
	margin: 0px auto;
}
p {
	padding-right: 5px; 
	padding-left: 5px; 
	padding-bottom: 5px; 
	padding-top: 5px; 
	text-align: left;
}
h1 {
	border-top: black 1px solid;
	margin: 0px;
	border-top: 1px;
	font-weight: bold; 
	font-size: 26px; 
	text-align: center;
}
h2 {
	margin: 0px;
	font-weight: bold; 
	font-size: 20px; 
	text-align: center;
}
h3 {
	margin: 2px;
	font-weight: bold; 
	font-size: 14px; 
	text-align: center
}
a {
	font-weight: bold; 
	color: #000000; 
	text-decoration: none;
	background-color: #FFFFCC;
}
a:hover {
	font-weight: bold; 
	color: red; 
	text-decoration: underline;
	background-color: #FFFFCC;
}
.top {
	font-weight: bold; 
	color: red;
	text-align: right;
	background-color: transparent;
}
a.red {
	font-weight: bold; 
	color: red;
	background-color: transparent;
	text-decoration: underline
}
.text {
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: left;
	height: 500px;
}
img {
	border:0px;
}
img.img2 {
	margin: 2px;
	float: left;
}
img.img3 {
	margin: 2px;
	float: right;
}
.p {
	text-align: center;
}
div.menu {	
	background-color: #ffffcc; 
	color: #000000;
	visibility: hidden;
	border: thin solid;	
	position: absolute; 
	text-align: center;
	width: 768px;
}
div {
	text-align: center;
	margin: 0px auto;
}

