/* CSS Document */


body {
	color: #999999;
	background-color: #333333;
	font-family: "Courier New", Courier, monospace;
	}
p {
	font-size: 18px;
	font-weight: bold;
	
	padding-right: 50px;
	}
h1, h2, h3, h4, h5, h6 {
	color: #999999;
	background-color: transparent;
	}
h1 {
	font-size: 1.8em;
	text-align: center;
	padding-top: 100px;
	

	}
	
#erinnerung {
	background: #333333 url(bilder/regen.jpg) center no-repeat;
	height: 525px;
	width: 700px;
	}


a {
	color: #FFFFFF;
	background-color: transparent;
	text-decoration: none;
	}

a:hover, a:focus, a:active {
	color: #333333;
	background-color: white;
	}
	
	
div#top {
	width: 1000px;
	padding-left: 40px;
	
	}

#footer {
	font-size: .7em;
	}	