/* Typographie */
:lang(de)    { quotes:"\201E" "\201C" "\201A" "\2018"; }
:lang(en)    { quotes:"\201C" "\201D" "\2018" "\2019"; }
:lang(fr)    { quotes:"\00AB\00A0" "\00A0\00BB" "\2039\00A0" "\00A0\203A"; }

html {
	font-family: Sans-Serif;
}

h1, h2	{
	text-align: center;
}

/***	Absätze	***/
.white		{ color: #FFF; }

.darkred	{ color: #600; }

.redbrown	{ color: #630; }

.sand		{ color: #8A5C00; }	/* #996600 - 10% */

ul.short li {
	list-style-type: none;
	display: inline;
}
ul.short li:before {
	content: ', ';
}
ul.short li:first-child:before {
	content: '';
}

.releases {
	list-style-type: none;
}

img.center {
	text-align: center;
}

dl.img.center {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

/* vcards/hcards */
.vcard address {
	font-style: normal;
	white-space: pre;
}

