@charset "UTF-8";
body {
	margin: 0; /* Es empfiehlt sich, margin (Rand) und padding (Auffüllung) des Body-Elements auf 0 einzustellen, um unterschiedlichen Browser-Standardeinstellungen Rechnung zu tragen. */
	padding: 0;
	text-align: center;
	background-color: #FFF;
}
.tk #container {
	width: 1000px; /* Durch automatische Ränder (in Verbindung mit einer Breite) wird die Seite zentriert. */
	border: 0px solid #000000;
	text-align: left; /* Hierdurch wird die Einstellung text-align: center im Body-Element überschrieben. */
	height: 700px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	line-height: 17px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	color: #777;
}
.tk #header {
	height: 240px;
}
.tk #header h1 {
	margin: 0;
}
.tk #mainContent {
	height: 400px;
	margin-right: 100px;
	padding-top: 60px;
}
.text_pos {
	margin-right: 90px;
	display: block;
	text-align: left;
	font-weight: normal;
}
.autor_zitat {
	text-align: right;
	font-style: italic;
	padding-right: 50px;
}
.kreativ_team {
	font-weight: bold;
	font-family: Arial;
}
.text_abstand {
	line-height: 10px;
}
.autor {
	font-size: 9px;
	font-style: normal;
	line-height: 12px;
	font-weight: normal;
}
.hyperlink_pos {
	margin-left: 36px;
}
.fotos_copy {
	text-align: right;
	font-style: italic;
	font-size: 9px;
	vertical-align: top;
}
.text_pos_header {
	font-weight: bold;
	text-align: left;
	vertical-align: top;
}
.hyperlink_pos_bold {
	font-weight: bold;
}
.download {
	text-decoration: underline;
}

