body {
	margin-top:20px;
	background-image: url(layout/pic_dummy_dotted.gif);
	background-attachment:fixed;
}
div#powered {
	float:left;
}
div#impressum {
	float:right;
}
div#line {
	width:100%;
	height:15px;
	background-image:url(layout/dots_h.gif);
	background-repeat:repeat-x;
	background-position:bottom;
}
div#middle {
	width:798px;
	background-image:url(layout/dots_v.gif);
	background-repeat:repeat-y;
	background-position:center;
}
td#details {
	height: 300px;
}
.titel {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 18px;
}
.subtitel {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
}

.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 16px;
}
a {
	color: #990000;
	text-decoration: none;
}
a:link {
	color: #990000;
	text-decoration: none;
}
a:visited {
	color: #990000;
	text-decoration: none;
}
a:hover {
	color: #EAA640;
	text-decoration: none;
}
a:active {
	color: #660000;
	text-decoration: none;
}
