/* Spezielles Druckstylesheet */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
}

#mother {
  width: 100%;
}

#header img {
  display: none;
}

#search {
  display: none;
}

#nav {
  display: none;
}

#content {
  width: 100%;
  color: black;
  background-color: white;
  font-size: 12px;
  line-height:1.45em;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: silver;
  padding-left: 5px;
}

#navigation {
  display: none;
}

/* Überschrift 1 gestalten */
h1 {
	font-size: 30px;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
	color: #D50100;
	padding-bottom: 15px;
	padding-top: 10px;
}
h2 {
	font-size: 20px;
	font-weight: bold;
	color: #000;
	font-family: Verdana, Geneva, sans-serif;
	padding-top: 10px;
	padding-bottom: 10px;
}
h3 {
	font-size: 16px;
	font-weight: bold;
	color: #D50100;
	padding-top: 10px;
	padding-bottom: 5px;
}


/*ende KD*/
p {
	padding-top: 5px;
	padding-bottom: 5px;
}

a {
	color: #D50100;
	text-decoration: none;
}
a:hover {
	color: #D50100;
	text-decoration: underline;
}


li {
	list-style-position: outside;
	list-style-image: url(roter-punkt.png);
	list-style-type: disc;
}

ul {
	margin-left: 100px;
	margin-bottom: 15px;
	margin-top: 10px;
}





.code {
font-family: Courier New, Courier, monospace;
font-size: 1em;
color: #000099;
}
.img_rechts {
	float: right;
	margin-left: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 0px;
	border: 0px;
}
.img_links {
	float: left;
	margin-left: 0px;
	margin-top: 5px;
	margin-bottom: 3px;
	margin-right: 10px;
	border: 0px;
}
.box {
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #D50100;
	border-left-color: #D50100;
	background-color: #FFC4C4;
	padding-left: 10px;
	padding-right: 10px;
	margin-right: 50px;
	margin-left: 50px;
	margin-top: 10px;
	margin-bottom: 10px;
}
hr {
  border-style: solid;
  border-width: 1px;
  border-color: #FF8040;
  width: 85%;
  margin-left: 0px;
  text-align: left;
}

table th, th, tbody {
  padding: 3px;
}
