h1 {
		text-align: center;
}

body {
		background-image: url(hintergrund.jpg);
}

a:link {
		color: #990000;
}

.hauptmenue {
		list-style-type: none;
		background-color: #fffbf0;
		padding: 10px;
		margin-top: 0px;
		margin-left: 20px;
		margin-right: 30px;
		border: 1px solid #dddddd;
}

.bilder_linkliste {
		list-style-type: none;
		padding: 0;
		margin: 0;
}

        .bilder_linkliste li {
                line-height: 2em;
        }

                .bilder_linkliste a {
                        font-weight: bold;
                        color: #009900;
                }

.footer_link {
		margin-top: 20px;
		text-align: center;
		font-size: 0.7em;
}
        .footer_link a {

                color: #000000;
        }