body {
    font-family: Georgia, serif;
    background-color: #f4f1ec;
    color: #2b2b2b;
    padding: 20px;
}

h1 {
    margin-bottom: 20px;
}

label {
    display: block;
    margin-top: 15px;
    font-weight: bold;
}

select {
    width: 300px;
    padding: 6px;
    margin-top: 5px;
}

.output {
    margin-top: 30px;
    padding: 15px;
    background-color: #fff;
    border: 1px solid #ccc;
}

.output h2 {
    margin-top: 0;
}

.address {
    margin-top: 10px;
    font-style: italic;
    color: #555;
}

/* Story-Text Styling */

.story-text {
    display: block;
    background: #fff;
    padding: 1.2em;
    border-left: 4px solid #333;
    max-width: 700px;
}

.story-text h1 {
    margin-top: 0;
	font-size: 120%;
}

.story-text h2 {
    margin-top: 0.5em;
    font-weight: normal;
    color: #555;
}

.story-text p {
    margin: 0.8em 0;
}

.story-text ul {
    margin: 0.8em 0;
    padding-left: 1.2
}

table, tr, td {
	border: 0px;
	padding: 3px;
}

.ausgabe {
	width: 500px;
	height: auto;
	border: 0px;
}