/* Alles zurücksetzen */
* {
	padding: 0;
	margin: 0;
}

/* Layout */

body {
	display: -webkit-flex;
	display: flex;
	
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	
	-webkit-justify-content: center;
	justify-content: center;
	
	font-family: "Times New Roman";
}

.paragraf, .sachgebiet, .stichwort, .rechtsquelle, .leitsatz, .kennzeichen, .text {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}

@media print {
	body {
		display: inline;
	}
	
	.paragraf, .sachgebiet, .stichwort, .rechtsquelle, .leitsatz, .kennzeichen, .text {
		text-align: justify;
	}
}

header {
	-webkit-flex-grow: 1;
	flex-grow: 1;
	
	-webkit-flex-basis: 100%;
	flex-basis: 100%;
	
	margin-top: 90px;
	text-align: center;
}

@media print {
	header {
		display: none;
	}
}

#navigation1 {
}

#logo {
	background: white url(logo1.png) center no-repeat;
	height: 47px;
}

@media all and (min-width: 728px) {
	#logo {
		background: white url(logo2.png) center no-repeat;
		height: 67px;
	}
}

#werbung1 {
	margin-top: 16px;
	margin-bottom: 12px;
}

@media all and (min-width: 728px) {
	#werbung1 {
		margin-top: 32px;
		margin-bottom: 12px;
	}
}

#navigation2 {
	/*padding-top: 8px;
	padding-bottom: 8px;*/
}

article {
	-webkit-flex-basis: 536px;
	flex-basis: 536px;
	margin-top: 32px;
	margin-bottom: 64px;
	margin-left: 16px;
	margin-right: 16px;
}

@media all and (min-width: 728px) {
	article {
		-webkit-flex-basis: 536px;
		flex-basis: 536px;
		margin-top: 32px;
		margin-bottom: 64px;
		margin-left: 0;
		margin-right: 0;
	}
}

@media print {
	article {
		font-size: small;
		
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
		
		-webkit-column-gap: 24px;
		-moz-column-gap: 24px;
		column-gap: 24px;
	}
}

@page {
	margin: 2.5cm;
}

aside {
	-webkit-flex-basis: 192px;
	flex-basis: 192px;
}

@media print {
	aside {
		display: none;
	}
}

#werbung2 {
	margin-bottom: 32px;
}

@media all and (min-width: 728px) {
	#werbung2 {
		margin-top: 64px;
		margin-bottom: 64px;
		margin-left: 32px;
	}
}

#werbung3 {
	margin-top: 32px;
}

@media print {
	#werbung3 {
		display: none;
	}
}

footer {
	-webkit-flex-grow: 1;
	flex-grow: 1;
	-webkit-flex-basis: 100%;
	flex-basis: 100%;
	margin-bottom: 90px;
	text-align: center;
}

@media print {
	footer {
		display: none;
	}
}

#abstand {
	height: 8px;
	clear: left;
}

/* Allgemeine Einstellungen */

nav {
	display: inline;
}

nav a:link, a:visited, a:hover, a:focus, a:active {
	color: black;
	text-decoration: none;
	border-bottom: 0 none white;
}

nav a:hover {
	color: black;
	text-decoration: none;
	border-bottom: 1px solid black;
}

a:link, a:visited, a:hover, a:focus, a:active {
	color: black;
	text-decoration: none;
	border-bottom: 1px dotted black;
}

@media print {
	a:link, a:visited, a:hover, a:focus, a:active {
		border-bottom: 0 none white;
	}
}

a:hover {
	color: black;
	text-decoration: none;
	border-bottom: 1px solid black;
}

a[name] {
	font-weight: normal;
	text-decoration: none;
	border-bottom: 0 none white;
}

/* Besondere Einstellungen */

dd {
	margin-left: 2em;
}

dt, dt a[name] {
	font-weight: bold;
}

form {
	display: inline;
}

h1 {
	font-size: 137.5%;
	margin: 1em 0 0.5em 0;
	text-align: center;
}

h2 {
	font-size: 125%;
	margin: 0.5em 0 0.5em 0;
	text-align: center;
}

h3 {
	font-size: 112.5%;
	margin: 0.5em 0 0.5em 0;
	text-align: center;
}

input[type="text"] {
	width: 160px;
}

li {
	/*margin-left: 4em;*/
	margin-left: 2em;
	margin-bottom: 0.33em;
}

li:first-child {
	margin-top: 0.33em;
}

p {
	line-height: 1.3em;
	margin-bottom: 1em;
}

sup {
	font-size: 66%;
	vertical-align: text-top;
}

@media print {
	.djo_rspr_karte {
		display: none;
	}
}