body {
	background-image:url(images/bgspsign.jpg);
	background-attachment:fixed;
	background-color:#000;
	color:#fff;
	font-size:0.8em;
	font-family: Arial, Helvetica, sans-serif;
}
a:link {
	color:#ff0000;
	text-decoration:none;
}
a:visited {
	color:#ff0000;
	text-decoration:underline;
}
a:hover {
	color:#808080;
	text-decoration:underline;
}

div.box {
	margin-top:3em;
	margin-left:auto;
	margin-right:auto;
	width:38.5em;
}

div.aussen {
	width:38.5em;
	padding:0.4em;
	text-align:center;
	border-width:1px;
	border-top-color:red;
	border-left-color:red;
	border-bottom-color:gray;
	border-right-color:gray;
	border-style:solid;
}

div.innen {
	background-color:#000;
	color:#fff;
	padding:1.6em;
	text-align:center;
	border-width:1px;
	border-top-color:gray;
	border-left-color:gray;
	border-bottom-color:red;
	border-right-color:red;
	border-style:solid;
}

div.autor {
	color:#969696;
	margin-right:2em;
	text-align:right;
}

div.footer {
	text-align:center;
	font-size:0.85em;
	margin-top:3em;
}

div.textbox {
	background-color:#000;
	color:#fff;
	width:55em;
	max-width:90%;
	text-align:justify;
	margin-top:2em;
	margin-left:auto;
	margin-right:auto;
}

div.infobox {
	background-color:#000;
	border-top:3px double red;
	border-bottom:3px double red;
	color:#fff;
	font-style:italic;
	width:45em;
	padding:0.5em;
	max-width:90%;
	text-align:center;
	margin-top:3em;
	margin-left:auto;
	margin-right:auto;
}

.legendtable {
	background-color:#2f2f2f;
	color:#fff;
	width:40em;
	max-width:80%;
	margin-top:2em;
	margin-left:auto;
	margin-right:auto;
}

.headoptions {
	text-decoration:underline;
}

.headnumber {
	color:#c0c0c0;
}

select, input[type=submit] {
	color:white;
	background-color:black;
}

