/* Breite des Inhalts im Body Bereich fixieren. Margin: auto zentriert den ganzen Block. Text-align zentriert den Text */
body, 
			.wrapper {
				margin: 3em auto;
				max-width: 60em;
				text-align: center; 
				color: white;
				background-image:url(../Fuchsback2.jpg);
				background-attachment:fixed; 
				background-repeat:no-repeat; 
				background-position:center 0px;
				background-color:black;
				}
/* Footer-Bereich fest fixieren */												
			footer {
				position: fixed;
				padding: 10px;
				bottom: 0;
				left: 0;
				right: 0;
				background: black;
				border-color: #8a9da8;
			}

			footer p {
				float: right;
				margin: 0;
			}

/* Schriften */

a:link { color:MediumTurquoise; }
a:visited { color:LightSeaGreen; text-decoration:underline; }
a:hover { color:black; text-decoration:none; background-color:Gainsboro;}
a:active { color:black; text-decoration:none; background-color:Gainsboro;}
acronym { border-bottom: 1px dotted red; cursor: help; }

h1  { font-size:20pt; font-weight:bold; color:white; text-align:center;}
h2  { font-size:16pt; font-weight:bold; color:red; text-align:center;}
h3, h4  { font-size:10pt; font-weight:bold; color:red; text-align:center;}

#date { font-size:10pt; font-weight:bold; background-color:#666666;}

a img  { border:0;}
pre, code  { color:#20c040; background-color:transparent; font-size:10px;}