/* Spezielles Druckstylesheet */

* {
  margin: 0;
  padding: 0;
}

body {
  padding: 10px;
  width: 100%;
}

#searchform {
  display: none;
}

#navi {
  display: none;
}

#topmenu {
  display: none;
}

#logo {
  margin: 0 auto 10px auto;
}

body, th, td, input, textarea {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #666666;
}

h1, h2, h3 {
  color: #626465;
}

h1 {
  letter-spacing: -.055em;
  font-size: 3em;
}

h2 {
  text-transform: capitalize;
  font-size: 1.1em;
  font-weight: bold;
  color: #8D8E85;
}

h3 {
  font-size: 1em;
}

p, ul, ol {
  margin-top: 0.2em;
  margin-bottom: 0.6em;
  line-height: 1.5em;
  font-size: 1.1em;
}

ul, ol {
  margin-left: 3em;
}

form {
}

fieldset {
}

input, textarea {
  font-weight: bold;
}

blockquote {
  margin-left: 3em;
  margin-right: 3em;
}

a {
  text-decoration: none;
  color: #5F9EA0;
}

a:hover {
  border: none;
  text-decoration: underline;
}

h1 a, h2 a, h3 a {
  border: none;
  text-decoration: none;
  color: #809B30;
}

h1 a:hover, h2 a:hover, h3 a:hover {
  background: none;
  color: #3C7BCF;
}


hr {
  border: 1px solid #5F9EA0;
  width: 90%;
  margin-left: 0px;
  text-align: left;
}

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

img {
  margin: 5px;
}

/* normaler Listenstil */
#content ul {
  list-style-image: url(plus.gif);
  font-size: 1em;
  line-height: 1.4;
  margin-left: 0.7em;
  padding-left: 0.7em;
}

/* Gestaltung des rechts ausgerichteten Kastens */
.boxcover, .kasten {
  font-size: 1em;
  float: right;
  width: 160px;
  text-align: justify;
  border: 1px solid silver;
  padding: 5px;
  margin: 10px 0px 10px 10px;
}

.box h3, .kasten h3{
  background: silver;
  text-align: center;
}

/* Einführungsabsatz */
.lead, .lead p {
  font-size:  1em;
  line-height: 1.5em;
  font-weight: bold;
  margin-top: 5px;
  margin-bottom: 10px;
}

/* grauer Rahmen mit Umrandung */
.rahmen {
  font-size : 1em;
  width: 90%;
  background-color: #EEEEEE; 
  border: 1px solid #5F9EA0; 
  padding : 3px; 
}

/* Rahmen mit gestrichelter Umrandung */
.tipp {
  font-size: 1em; 
  width: 90%;
  border: 1px gray dotted;  
  padding: 3px;
  margin-top: 8px;
  margin-bottom: 10px; 
}

.code {
  font-family: Courier New, Courier, monospace;
  font-size: 1em;
  color: #000099;
}

