/*-----------------Universal-----------------*/
*
{
	margin: 0;
	padding: 0;
	border: 0;
}

.kern
{
	letter-spacing: -0.1em;
}

blockquote
{
	margin: 1.5em;
}

blockquote:before
{
	content: "\2762";
}

/*--------------------HTML--------------------*/
html
{
	background-color: rgba(190, 160, 120, 0.2);
}

html#peterpatten
{
	background-color: rgba(190, 160, 120, 0.2);
}

html#sprecher
{
	background-color: rgba(190, 160, 120, 0.2);
}

html#moderator
{
	background-color: rgba(190, 160, 120, 0.2);
}

html#schauspieler
{
	background-color: rgba(190, 160, 120, 0.2);
}

html#drummer
{
	background-color: rgba(190, 160, 120, 0.2);
}

html#trainer
{
	background-color: rgba(190, 160, 120, 0.2);
}

html#impressum
{
	background-color: rgba(190, 160, 120, 0.2);
}

/*--------------------Body--------------------*/
body
{
	text-align: left;
	font: italic 1em/1.5em Georgia, "Times New Roman", Times, serif;
	color: rgba(60, 40, 20, 1);
	background-color: inherit;
}

/*--------------€u§erer Container--------------*/
div#container
{
	width: 800px;
	margin: 20px auto;
	background-color: transparent;
	color: inherit;
	overflow: auto;
}