/* My software never has bugs. It just develops random features. */
body {
	background-color:#000000;
	color:#dddddd;
	font-family:courier new, lucida console;
	font-size:10.0pt;
	text-align:left;
}
hr {
	color:#eeeeee;
	height:1px;
	margin-top: 60px;
	width: 600px;
}
a {
color:#00ff00;
text-decoration:none;
}
p.menu {
	height: 80px;
	text-align:center;
	vertical-align:bottom;
}
table#projekte {
	margin: 10px;
	width: 700px;
}
table#projekte td {
	height: 115px;
	padding: 10px;
}
table#projekte img {
	float: right;
	margin: 0px 15px 0px 15px;
}
table#projekte img:hover {
	transform: rotate(45deg);
}
h1 {
font-size:24pt;
color:#ffffff;
}
h2 {
font-size:16pt;
color:#dddddd;
}
h3 {
font-size:12pt;
color:#dddddd;
}
img {
border:none;
}
ol {
padding-left:30pt;
}