body {
	color: #fff;
	background-color: #252525;
	margin: 0;
}

#header {
	background: url("bgHeader.jpg") 50% 100% no-repeat;
	background-color: #ddd;
	min-height: 115px;
	min-width:950px;
	padding-top: 0;
	text-align: left;
	margin-top: 0;
	margin-bottom: 2em;
	font-family: 'Special Elite', monospace;
	font-size: 0.8em;
}
#header h2 {
	font-family: 'Creepster', cursive;
	font-size: 30px;
	color: #800;
	margin-left: 60px;
	padding-top: 20px;
	margin-top: 0;
	margin-bottom: 0;
    }
#header a:link {
	font-family: 'Special Elite', monospace;
	color:#fff;
	background-color:#666;
	font-size: 0.8em;
	text-decoration: none;
	margin-right:2em;
	padding:5px;
}

#header a:visited {
	font-family: 'Special Elite', monospace;
	color:#fff;
	background-color:#666;
	font-size: 0.8em;
	text-decoration: none;
	margin-right:2em;
	padding:5px;
}

#header a:hover {
	color:#f00;
	background:none;
	border: 1px #fff dotted;
}

#header h1 {
	font-family: 'Creepster', cursive;
	font-size: 60px;
	color: #800;
	margin-left: 60px;
	padding-top: 20px;
	margin-top: 0;
	margin-bottom: 0;
}

#container {
	margin-top: 40px;
	width: 60%;
	margin-left: 60px;
	text-align: left;
}

#container div.faq {
	display: none;
}

#container h1 {
	font-family: 'Creepster';
	font-size: 6em;
	margin-top: 30px;
}

#container h1.faq {
	font-size: 2em;
	color:#CD0129;
	cursor:pointer;
	text-align:left;
}

#container p {
	font-family: 'Special Elite', monospace;
	font-size: 1.1em;
	line-height: 2em;
	color: #eee;
	margin-bottom: 2em;
}

#container.block {
	text-align: justify;
	hyphens: auto;
}

#container a {
	color: #eee;
	text-decoration: none;
	background-color:#808A02;
}

#container a:hover {
	text-transform: uppercase;
}

#container p.hint {
	text-align: left;
	margin-top: 2em;
} 

#container ul {
	text-align: left;	
}

#container ul li {
	margin-top: 1em;
	font-family: 'Special Elite', monospace;
	line-height:2em;
	font-size:1.1em;
}

#map {
	font-family: 'Special Elite', monospace;
	color: black;
	font-size: 1em;
	margin: 0;
	border-bottom: solid 7px #900;
}

.reihe {
	width: 175px;
	height: 165px;
	background-image: url("grabstein1.png");
	background-repeat: no-repeat;
	font-family: 'Special Elite';
	color: #000;
	text-align: left;
	padding-top: 10px;
	padding-left: 56px;
	font-size: 18px;
	display: inline-table;
	margin-bottom: 30px;
}

.reihe input {
	margin-top: 20px;
	margin-left: -30px;
	width: 100px;
	height: 20px;
	text-align: center;
	background: none;
	border: 0;
	font-family: 'Special Elite';
	font-size: 18px;
	font-weight: bold;
}

.reihe input:hover {
	background-color: #252525;
	color: white;
}

button {
	width: 175px;
	height: 165px;
	font-family: 'Creepster';
	font-size: 30px;
	color: red;
   -webkit-border-radius: 10px;
 	-moz-border-radius: 10px;
 	border-radius: 10px;
}

button:hover {
	background-color: #666;
	cursor: pointer;
}

button.back {
	background:none;
	border: #eee 2px dotted;
}

#klappe {
	margin: 0;
	padding-right: 10px;
	font-family: 'Special Elite';
	text-align: right;
	font-size: 0.8em;
}

#klappe a {
	color: #eee;
	text-decoration: none;
}


