/* etwas dezenteres Design */

/* Reset Style */

* {
	padding: 0px;
	margin: 0px;
}

body {
	background-color: #d7d2cb;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: black;
	decoration: none;
}

h1 {
	font-size: 240%;
	line-height: normal;
	padding-bottom: 25px;
	padding-left: 50px;
	padding-top: 5px;
	border-top-width: 8px;
	font-family: "Courier New", Courier, monospace;
	color: black;
	background-color: #d3d2cb;
}

h2 {
	font-family: monospace, "Courier New", Courier;
	font-size: 180%;
	padding-left: 50px;
	background-color: silver;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #C03; /* Rot */
}
h3 {
	font-family: "Courier New", Courier, monospace;
	font-size: 145%;
	background-color: #d7d2cb;
	color: #393;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 65px;
}
h4 {
	font-family: "Courier New", Courier, monospace;
	font-size: 150%;
	color: black;
	text-style: shadow;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 75px;
}
h5 {
	font-family: monospace, "Courier New", Courier;
	font-size: 135%;
	color: #F63;
	text-style: shadow;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 85px;
}

}
.dunkler {
	font-weight: bolder;
	background-color: #399;
	color: #3C6;
}

.verschieben300 {
	padding-left: 175px;
	line-height: normal;
}
.wichtig {
	font-family: Arial, Helvetica, sans-serif;
	/* font-weight: bolder; */
	padding: 0 0 0 120px;
	line-height: 1.45em;
	letter-spacing: 0.1em;
}

.wichtig2 {
	font-family: Arial, Helvetica, sans-serif;
	/* font-weight: bolder; */
	padding: 0 0 0 30px;
	line-height: 1.45em;
	letter-spacing: 0.1em;
}

hr {color: #F00; }

