/* layout fuer Seite downloads.html */

body {
	background: white;
}

div.header {
	position: absolute;
	left: 15%;
	width: 70%;
	height: 75px;
	top: 1cm;
	font: bold 25px Comic Sans MS, Arial, Times New Roman;
	font-variant: small-caps;
	color: #902000;
	background: yellow;
	text-align: center;
	border-color: #902000;
	border-width: 1px;
	border-style: solid;
	border-left-style: dotted;
	border-right-style: dotted;
}

div.headertext {
	padding: 18px;
}

div.shadow {
	position: absolute;
	z-index: 90;
	top: 184px;
	left: 50%;
	width: 354;
	height: 159;
	background: #202020;
}

div.links {
	position: absolute;
	top: 180px;
	left: 50%;
	width: 350;
	height: 159;
	font: 16px Garamond, Bookman Old Style, Verdana;
	color: #802000;
	background: #FFF7E7;
	text-align: left;
	border-color: maroon;
	border-style: outset;
	border-width: 8px;
	padding: 8px;
	z-index: 100;
}

div.links a {
	display: block;
	text-decoration: none;
	padding-left: 16px;
	padding-top: 3px;
	color: #802000;
}

div.links a:hover {
	text-decoration: none;
	color: #802000;
	background: #FFFF99;
}

div.remarks {
	font: 12px Garamond, Bookman Old Style, Verdana;
	color: #802000;
	padding-top: 8px;
}
