@font-face {
    font-family: 'aaarghnormal';
    src: url('../fonts/Aaargh-webfont.eot');
    src: url('../fonts/Aaargh-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Aaargh-webfont.woff') format('woff'),
         url('../fonts/Aaargh-webfont.ttf') format('truetype'),
         url('../fonts/Aaargh-webfont.svg#aaarghnormal') format('svg');
    font-weight: normal;
    font-style: normal;

}

body {
	font-family: aaarghnormal, sans-serif;
	background-color: #610B21;
	color: #F3F781;
	margin-top: 50px;
	margin-left: 50px;
	max-width: 800px;
}

h1 {
	font-size: 250%;
}

a {
	color: #F3F781;
}

/*
 die Button-Gestaltung habe ich von http://wiki.selfhtml.org/wiki/Button#Buttons_mit_CSS_gestalten_-_pro
*/
button {
	font-family: aaarghnormal, sans-serif;
	position: relative;
	margin-left: 2em;
	margin-bottom: 2em;
	padding: .5em 1em;
	background: transparent;
	color: #F3F781;
	border: 1px solid #F3F781;
	border-radius: 3px;
	cursor: pointer;
	transition: all ease 1s;
	font-size: 150%;
}

button:hover, button:active {
	outline: none;
	background: #F3F781;
	color: #610B21;
}

.Anzeige {
	font-size: 200%;
	margin-top: 50px;
	margin-bottom: 30px;
}

.klein {
	font-size: 80%;
}

.Formales {
	margin-top: 40px;
	padding: 5px;
	border-top: 1px solid #F3F781;
	font-size: 70%;
}
