/*    print.css  */




/* basics */
body {
  font-size: 9pt;
  text-align: left;
  color: #000000;
  background: #FFFFFF;
  margin:0;
  padding:0;
}
/* Links ohne Unterstreichung anzeigen */
body a:link, body a:visited {
	font-weight: bold;
	text-decoration: none;
}
/* Links mit mit URL anzeigen - besonders kleine Schrift wg. langer Amazon-Links */
body a:link:after, body a:visited:after {
	content: " ( " attr(href) "   ) ";
	font-weight: normal;
	font-size: 6pt;
  font-style:italic;
 	color: #888888;
 	background-color: inherit;
}

h1 {
	height: 60px;
}
h2 {
  font-size: 115%;
  color: #000000;
}
h3 {
  font-size: 90%;
  font-weight: bold;
  color: #000000;
}
h4 {
  font-size: 100%;
  color: #000000;
}



img {border:0;}
.links {float: left; margin: 0 10px 5px 0;}
.rechts {float: right; margin: 0 0 5px 10px;}



/* einzelne Formatierungen */
.clr {clear: both;}
.block {display: block;}

.nichtAngezeigt {display: none;}
.nurVersteckt {visibility: hidden;}

.zentriert {text-align:center;}
.eingerueckt {margin-left: 20px; margin-right: 20px;}
.fett {font-weight: bold; font-size:90%;}
.hervorgehoben {color: #4B74CB;}

.abstandOben {margin-top: 10px;}
.abstandOben10 {margin-top: 10px;}
.abstandOben100 {margin-top: 10px;}
.abstandUnten, ul.abstandUnten li {margin-bottom: 15px;}
.abstandUnten80 {margin-bottom: 5px;}





/* ======== Blöcke und Teile  ========== */

#container {
  /* für Positionierung horiz+vertik zentriert */
  position:absolute;
  top: 0;
  left: 0;
  height: 99%;
  width: 99%;
  margin: 0;
  padding: 0;
  background: url(../layout/layout.gif);
  }



/* Container für #kopf und #inhalt */
#innen {
	height: 90%;
  background: url(../layout/layout.gif);
}

#kopf {
	height: 75px;
}


#naviHorizontal {
  display:none;
}


#naviVertikal {
  display:none;
}




#inhalt {
  height: 95%;
  overflow: visible;
  font-size: 9pt;
  line-height: 155%;
  padding: 0 0 0 30px;
}
#inhalt a {color: #000000;}
#inhalt a:link, #inhalt a:visited {color: #000000;}
#inhalt a:hover, #inhalt a:active {color: #000000;}





#fuss {
  display:none;
}