/* Spezielles Druckstylesheet */
body {
  font-family: sans-serif;
  font-size: 12pt;
  margin: 0px
}

#mother {
  width:100%;
}

#logo {
  background: none;
}
#logo div p#l1 {
	font-size: 1.2em;
	color: black;
	border-bottom: #FF9900 solid 3px;
	padding-bottom: 2px;
}
#logo div p#l2 {
	font-size: 0.9em;
	color: #666666;
	padding-top: 2px;
	padding-bottom: 10px;
}

#search {
  display: none;
}

#navi {
  display: none;
}

#topmenu {
  display: none;
}

#footer {
  display: none;
}

#content {
  width: 170mm;
  padding-left:25mm;
  padding-right:15mm;
  color: black;
  background-color: white;
  font-size: 0.8em;
  line-height:1.2em;
}

/* Ueberschrift 1 gestalten */
h1 {
  color: #333333;
  font-size: 1.2em;
  line-height: 1.4;
  margin-top: 10px;
  padding: 4px;
  width:90%;
}

/* Ueberschrift 2 */
h2 {
  font-size: 1.0em;
  line-height: 1.4;
  padding-bottom: 1px;
  margin-bottom: 1px;
  width:90%;
}

/* Ueberschrift 3 */
h3 {
  font-size: 0.9em;
  line-height: 1.4;
  margin-bottom: 1px;
  padding-bottom: 1px;
  width:90%;
}

/* Absatz und div */
p {
  margin-top: 3px;
  margin-bottom: 5px;
  width:90%;
}

/*  Adress-Angaben */
address {
  margin-left: 30px;
}

/* Tag b zusaetzlich einfaerben */
b {
 color: black;
}

/* Zeichenformat strong */
strong {
 color: black;
}


/* normaler Listenstil, beschraenkt auf Inhaltsbereich */
#content ul {
  list-style-image: url(karo.gif);
  font-size: 0.9em;
}
#content ul li {
  margin-left: 20px;
}

/* Gestaltung des rechts ausgerichteten News-Kastens */
.kasten {
  font-size: 0.9em;
  margin-top: 10px;
  float: right;
  width: 170px;
  border: 1px dashed #666666;
  background: #EEEEEE;
  margin: 3px;
}
.kasten div {
  font-size: 0.9em;
  line-height: 1em;
  padding: 3px;
}
.kasten h3 {
  margin-top: 0px;
  color: #FF9900;
  background-color: white;
  padding: 3px;
}

/* Beginn der neuen Newskasten-Formate, ab CMBasic 1.3 */
.boxcover {
/*   font-size: 0.8em; */
  margin-top: 10px;
  float: right;
  width: 200px;
  padding: 3px;
}

.box {
/*   font-size: 0.9em; */
  margin-top: 10px;
  padding-right: 0px;
  float: right;
  width: 100%;
  border-style: solid;
  border-width: 1px;
  border-color: #0000A0;
}

.box h3 {
  background-color: #333333;
  color: white;
  padding: 3px;
  margin-top: 0px;
}

.box div {
 padding: 3px;
}
/* Ende der neuen Newskasten-Formate */

/* Einfuehrungsabsatz */
.lead, .lead p {
  font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
/*   font-size:  1em; */
/*   line-height: 1.5em; */
  font-weight: bold;
  margin-top: 5px;
  margin-bottom: 10px;
}

.lead img {
  padding: 5px;
}

/* grauer Rahmen mit Umrandung */
.ekh_rahmen {
  margin-left: 340px;
  width: 600px;
  background-color : #EEEEEE;
  border-style : solid;
  border-width : 1px;
  border-color : #FF9900;
  padding : 10px;
}

/* Rahmen mit gestrichelter Umrandung */
.ekh_tipp {
  margin-left: 340px;
  width: 600px;
  border-style : dotted;
  border-width : 1px;
  border-color : gray;
  padding : 10px;
  margin-top: 8px;
  margin-bottom: 10px;
}

.ekh_orange {
  color: #FF9900;
}

/* Format fuer zuletzt geaendert usw. */
.datum {
/*  font-size: 0.8em; */
}

code, .code {
  font-family: 'Courier New', Courier, monospace;
/*   font-size: 1em; */
  color: #000099;
}

/* Bildunterschriften */
.ehk_bildunterschrift {
	margin-top: 0px;
	margin-bottom: 20px;
	font-size: 0.7em;
	font-weight: bold;
	color: #999999;
}

/* Linie interessant gestalten */
hr {
  border-style: solid;
  border-width: 1px;
  border-color: #FF8040;
  width: 85%;
  margin-left: 0px;
  text-align: left;
}

/* Luft fuer Tabellen */
table th, th, tbody {
  padding: 3px;
}

/* Links innerhalb von Absaetzen mit
kleinem Zeichen versehen */
#content p a {
  display: inline;
  padding-left: 12px;
  background:url("link-extern.gif") no-repeat left center;
}
#content p a.ekh_link_intern, .ekh_link_intern {
  display: inline;
  padding-left: 12px;
  background:url("link-intern.gif") no-repeat left center;
}
#content p a.ekh_link_mail, .ekh_link_mail {
  display: inline;
  padding-left: 12px;
  background:url("link-mail.gif") no-repeat left center;
}
#content p a.ekh_link_doc, .ekh_link_doc {
  display: inline;
  padding-left: 12px;
  background:url("link-doc.gif") no-repeat left center;
}

#content hr {
	clear: both;
	color: #FF9900;
	height: 1px;
}

/*
  mittig platzierte Leiste mit Bildern
  Mit einem DIV-Tag dieses Typs sollen alle Bilder jeder Seite umschlossen werden.
*/
#bilderleiste {
	float: left;
	width: 320px;
	min-height: 600px;
	margin: 0;
	padding: 0;
	padding-right: 20px;
	text-align: right;
	font-size: 0.7em;
	font-weight: bold;
	color: #999999;
}
#bilderleiste p.image {
	display: inline;
	padding: 10px;
}
#bilderleiste img {
	border: 0;
	padding: 0;
	padding-bottom: 10px;
}

body.login {
  display: none;
}

