
body * {
	font-size: 12pt;
}

.ueberschrift {
	font-family: 'Papyrus';
	font-size: 20pt;
	color: #800000;
	margin-bottom: 20px;
}
.ueberschrift-klein {
	font-family: 'Papyrus';
	font-size: 15pt;
	color: #800000;
	margin-bottom: 20px;
}

.neuer-abschnitt {
	padding-top: 25px;
}
.grosser-absatz {
	padding-top: 15px;
}

dl.liste-grosse-abstaende>dt {
	margin-bottom: 10px;
}
dl.liste-grosse-abstaende>dd {
	margin-bottom: 10px;
}
ol.liste-grosse-abstaende>li {
	margin-bottom: 10px;
}
ul.liste-grosse-abstaende>li {
	margin-bottom: 10px;
}
ul.liste-grosse-abstaende>li>* {
	margin-bottom: 10px;
}
dd>p.dd-absatz {
	height: 5px;
	margin-bottom: 0;
}

/* Home */

#seitenleiste-home {
	padding-top: 75px;

	width: 100%;
	height: 100%;
}
#portrait-foto {
	display: block;
	width: 170px;
	margin-left: auto;
	margin-right: auto;

	box-shadow: 5px 5px 20px 0px #000000;
	-webkit-box-shadow: 5px 5px 20px 0px #000000;
	-moz-box-shadow: 5px 5px 20px 0px #000000;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

#inhalt-home {
	padding-top: 75px;
}

/* Ausbildung */

#ausbildung-foto {
	display: block;
	width: 200px;

	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
@media (max-width: 767px) {
	#ausbildung-foto {
		margin-top: 70px;
		margin-left: 40px;
	}
}
@media (min-width: 768px) {
	#ausbildung-foto {
		position: relative; left: 510px; bottom: 130px;
	}
}

/* Schriftfarbe: #003399 */