/* Geaendert: 16:04 08.06.2011 */
/* 
Es ist NICHT möglich, die Bildergallerie für den Druck durch Neudefinitionn der DIV zu verschieben!
The browser’s print function doesn’t consider the floating Highslide popup as part of the page. 
The screen and a printed page behave differently.
You can’t correct this using CSS for print.
http://highslide.com/forum/viewtopic.php?f=1&t=10445&p=47514&hilit=css+for+print#p47514
*/

/* Erforderliche Aenderungen im Quelltext:
08.06.2011
<span class="noprint"><a href="http://m.osmtools.de/0RYXo34P1pF0Ra4N34Pnd4" target=osmap>Position in Karte zeigen (Neues Fenster).</a></span>
<span class="noprint"><a href='2230.htm'>...vorheriges</a> | <a href="javascript:history.back()">zur&uuml;ck</a> | <a href='2450.htm'>n&auml;chstes...</a></span>
*/

/* Im Querformat drucken wegen der Bildergallerie */
@page { size:landscape } 

body { 
   background-color : white; 
 } 
a:link { 
   Color : MidnightBlue; 
   Text-decoration : none; 
 } 
a:visited { 
   Color : #666699; /* Blue Grey */
   Text-decoration : none; 
 } 

a[href]:after {
 content:" <"attr(href)">";
 font-weight : normal; 
 Color : black; 
} 

a[class]:after { /* nur Highslide */
 content:"";
 Color : white; 
} 

div.nav { /* Linke Randspalte Navigation*/
   position : Absolute; 
   z-index : 1; 
   left : 0px; 
   width : 0px; 
   top : 15px; 
   padding : 0px; 
   color : white; 
   visibility : hidden; /* Raum bleibt, weiß */
   overflow : hidden; 
 } 

div.ueber1 { /* Überschrift vor main auf Hintergrund linksbündig */
   position : Absolute; 
   z-index : 1; 
   left : 20px; 
   width : 520px; 
   top : 0px; 
   padding : 0px; 
 } 

div.ueber2 { /* Suche und "Nächstes" */
display: none;
}

div.unter { /* artibeau */
display: none;
}

div.main { /*Container für fliesstext und unten */
   position : absolute; 
   z-index : 1; 
   top : 15px; /*140px*/
   left : 10px; 
} 

div.chronologie { /* Rechte Spalte Chronologie in weißer Schrift auf Hintergrund */
   position : absolute; 
   z-index : 3; 
   top : 420px; /* unterhalb Bilder beginnen */
   left : 570px; 
   /* width : 250px; * Feste Breite, kein Zeilenumbruch */
   max-width: 400px; /* Auto-Zeilenumbruch */
   padding : 10px; 
   overflow : visible; 
   font-family : Arial, Helvetica, sans-serif; 
   font-size : 10px; 
   color : black; 
   text-align : left; 
 } 

/* mit <span class=nofocus> aktivieren: in div back und next keine gepunkteten Rahmen für Focus zeigen */
.nofocus a:active, a:focus {outline: none}

/* Zum Blättern am linken und rechten Rand 200 Pixel Grafik mit href auf Vorgänger/Nachfolger */
div.back { 
   position : absolute; 
   z-index : 99; 
   top : 180px; 
   left : 0px; 
   visibility : hidden; 
   overflow : hidden; 
 } 
div.next { 
   position : absolute; 
   z-index : 99; 
   top : 0px; 
   right : 0px; 
   visibility : hidden; 
   overflow : hidden; 
 } 

span.noprint{
display: none;
}