* {
	font-family: Arial, Helvetica, sans-serif;
}

body {
	background-color: #EFF2E3;
}

p, td, ul, ol, li {
	font-size: 12px;
	line-height: 18px;
}


strong, b {
	font-weight: bold;
	color: #6B8486;
	font-size: 110%;
}

.framed {
	border: 1px solid #6B8486;
	padding: 10px;
}

.einleitung {
	font-size: 110%;
	font-weight: bold;
	color: #6B8486;
}

.erster-absatz {
	margin-top: 0;
}

.autor {
	text-align: right;
	font-style: italic;
	padding-top: 10px;
	border-top: 1px solid white;
	margin-top: 10px;
}

.quelle {
	font-style: italic;
	padding-top: 10px;
	border-top: 1px solid white;
	margin-top: 10px;
}

.fussnote {
	font-size: 90%;
	font-style: italic;
}

.bildfluss-beenden-mit-linie {
	clear: both;
	border-top: 1px solid white;
	margin: 10px;
	font-size: 1px;
}

h1, h2, h3, h4 {
	font-weight: bold;
	color: #6B8486;
	margin-top: 1em;
	margin-bottom: 0.5em;
}

h1 {
	font-size: 24px;
}

h2 {
	font-size: 18px;
}

h3 {
	font-size: 18px;
	font-weight: normal;
}

h4 {
	font-size: 14px;
}

hr.clearer {
	clear: both;
}

.align-center {
	text-align: center;
}

.align-right {
	text-align: right;
}

.main h3 {
	line-height: 24px;
}