html {
	/*background-image: url("../img/bg2022.jpg"); */
    background: #ffffaa;*/ /*#77ccff;/*#e0e0e0; /*graubraun: 505049 */
    -webkit-font-smoothing: antialiased;
}



body {
    
    /*background-color: #c4c0c0; /*171509*/ */
    box-shadow: 0 0 0px rgba(0, 0, 0, 0);
    /*color: #606060;
    /*font-family: Helvetica, Helvetica, Arial, sans-serif;*/
    font-family: Open Sans, sans-serif;
    font-size: 1em;
    line-height: 1.0;
    margin: 0 auto;
    max-width: 1000px;
    padding: 1em 4.0em 1em;
}

h1 {
    color: #485;
    font-weight: 550;
	font-size: 1.0em;
    line-height: 1em;
	text-align: right;
	/*background-color: #333;*/
}

h2 {
    color: #333;
    font-weight: 350;
	font-size: 1.0em;
    line-height: 1em;
	text-align: right;
	/*background-color: #333;*/
}


hr {
    color: #999999;
}

a {
    color: #00f;
	font-size: 1.0em;
	font-weight: 450;
	line-height: 1.0em;
	text-align: right;
	display: block;
	background-color: none;
	padding: 1em 1em 1em 1em;

}

bla {
    color: #ccc;
	font-size: 0.6em;
	font-weight: 800;
	line-height: 1.0em;
	text-align: right;
	display: block;
	background-color: #333;
	padding: 1em 1em 1em 1em;

}

#links {
	width: 500px;
	float:left;
}

#rechts {
	padding-top: 36px;
	padding-left: 600px;
}

audio::-webkit-media-controls-enclosure {
    overflow:hidden;
}