/* 
Spezielles Druckstylesheet fuer Mark-Site mit CMBasic vom 21.Mai 2017
Copyright CSS-Datei Walo Zach http://www.zawadi.ch 
*/

body {
  font-family: Arial,Verdana,Helvetica,sans-serif;
  font-size: 100.01%;
  margin: 0px
}

#mother {
  width: 100%;
}

#logo {
  display: none;
}

#search {
  display: none;
}

#navi {
  display: none;
}

#content {
  width: 75%;
  background-color: white;
  font: 1.2em Arial;
  font-style: normal; 
  color: black;
  border-top-width: 1px; 
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 0px;
  border-style: solid;
  border-color: black;
  margin: 0px 0px 0px 0px;
  padding: 10px 0px 10px 10px;
}

#footer {
  display: none;
}

#path  { display: none; }

/* Listenstile für Menüeintrag im Navibereich topmenu*/
#topmenu {
   display: none;
}

/* Ueberschriften gestalten */
h1  { font-family: Arial, Verdana, Helvetica, sans-serif; font-weight: bolder; font: 1.4em Arial; line-height: 1.4; margin-top: 10px; padding: 4px }
h2 	{ font-family: Arial, Verdana, Helvetica, sans-serif; font: 1.1em Arial; line-height: 1.4; padding-bottom: 1px; margin-bottom: 1px;}
h3 	{ font-family: Arial, Verdana, Helvetica, sans-serif; font: 1em Arial; line-height: 1.4; margin-bottom: 1px; padding-bottom: 1px; }

/* Absatz und div */
p, div 	{ padding-right: 3px;}
p 	{margin-top: 3px; margin-bottom: 5px; }

/* Tag b zusaetzlich einfaerben */
b 	{ color: black; }

/* Zeichenformat strong = schwarz */
strong { color: black; }

/* normaler Listenstil, beschraenkt auf Inhaltsbereich */
#content ul  { font-size: 1em; line-height: 1.4; margin-left: 0.7em; padding-left: 0.7em }


/* Gestaltung des rechts ausgerichteten News-Kastens */
.kasten  { font: 0.9em Arial; line-height: 1.3; float: right; margin: 3px; padding: 3px; border: dotted 1px #999999; width: 170px }
.kasten h3 { margin-top: 0px; }

/* Beginn der Newskasten-Formate */
.boxcover { font: 0.9em Arial; line-height: 1.3; margin-top: 10px; float: right; width: 200px; padding: 3px; padding-left: 10px; }
.box  { font: 0.9em Arial; line-height: 1.3; float: right; margin-top: 10px; padding-right: 0px; border: solid 1px #666666; width: 100% }
.box h3 { background-color: #999999;  color: white; padding: 3px; margin-top: 0px;}
.box div { padding: 3px; }
/* Ende der neuen Newskasten-Formate */

/* Einfuehrungsabsatz */
.lead, .lead p 	{ font-family: Arial, Verdana, Tahoma, 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 */
.rahmen  		{ font-size: 1em; font-family: Arial, Verdana, Helvetica, sans-serif; background-color: #eeeeee; padding: 3px; border: solid 1px #666666; width: 90% }

/* Rahmen mit gestrichelter Umrandung */
.tipp  { font-size: 1em; font-family: Arial, Verdana, Helvetica, sans-serif; margin-top: 8px; margin-bottom: 10px; padding: 3px; border: dotted 1px #666666; width: 90% }
code, .code { font-family: 'Courier New', Courier, monospace; font-size: 1em;  color: #000099; }

/* Bildunterschrift */
.bu {margin-top: 0px; font-size: 0.75em; font-weight: bold;}

/* Linie interessant gestalten */
hr  { }

/* Luft fuer Tabellen */
table th, th, tbody { padding: 1px; }

/* Links innerhalb von Absaetzen mit 
kleinem Zeichen versehen */
#content p a { display: inline; }

