	 /* Style-Sheet fuer Picturebale - Seiten April 2007
	  * Einige Bildelemente werden uebernommen
	 */
	 
	 /* Schriften: */
	 *    {font-family:din, helvetica, verdana;}
	 span {color:rgb(255,255,255);}

	 /* Das setzt den Hintergrund mit den Streifen */
	 
	 body {background-image: 
	       url(../pb_rev_2/pb_bg_lines.gif);
	 }
	 
	 /* Hier wird der weisse Hintergrund gesetzt. 
	  * Hintergrund und Arbeitsbereich werden positioniert
	  * damit sich auch die Bilder unabhaengig vom Text
	 /* positionieren lassen */
	 
	 div.outer {
	    position:absolute; left:60px;top:25px;
	    width:872px;
	    height:581px;
	    margin:0px auto;
	    background-color:rgb(255,255,255);
	    padding:1px;
	 }
	 
	 /* Hier kommt der Arbeitsbereich mit dem gebrochenen Weiss mit Blaustich */
	 
	 div.workspace {width:850px;
	    height:570px;
	    margin:0px auto;
	    background-color:rgb(238,238,244);
	    padding-top:0px;
	    padding-left:10px;
	    padding-right:10px;
	    padding-bottom:10px;
	 }
	 
	 /* Die naechsten drei Anweisungen geben den Titel */
	 /* Schriftgroesse und Gewicht */
	 
	 .headline {
	    font-size:30px;
	    font-weight:300;
	    padding-top:2px;
	    padding-bottom:4px;
	 }
	 .picture {
	    color:rgb(26,27,26);
	    font-family:"bookman old style";
	 }
	 div.bale > span {
	    color:rgb(89,158,200);
	    font-family:"bookman old style";
	 }


	 /*Der Textfluss: */
	 
	 .textf {
	    font-size:11px;
	    line-height:15px;
	    padding:10px;
	    color:rgb(70,70,20);
	 }
	 
	 /* Die Ueberschriften */
	 
	 .strong {
	     font-size:14px;
	     font-weight:300;
	     padding-top:4px;
	     padding-bottom:3px;
	 }
	 
	 /* Die Farbe von bale */
	 
	 div.textf * span {
	    color:rgb(89,140,190);
	 }
	 .weissraum {
	    background: url(../pb_rev_2/weissbalken.gif) 240 100 no-repeat fixed;
	 }
	 /* Die Legende Ÿber dem Bild */
	 .byline {
	    position:absolute;
	    left:550px; top:120px;
	    font-size:12px;
	    line-height:15px;
	    color:rgb(70,70,20);
	 }
	 /* Das Bild, zur Zeit absolut positioniert */
	 /*  */
	 
	 .image_baba {
            position:absolute;
            left:550px; top:140px; width:300px; height:350px;
	    background: url(mkb_images/mkb_01.jpg) no-repeat;
         }
	 .image_bild {
            position:absolute;
            left:550px; top:140px; width:300px; height:350px;
	    background: url(mkb_images/mkb_bi.jpg) no-repeat;
         }	 
	 .image_biar {
            position:absolute;
            left:550px; top:140px; width:300px; height:350px;
	    background: url(mkb_images/mkb_ba.jpg) no-repeat;
         }
	 .image_arch {
            position:absolute;
            left:550px; top:140px; width:300px; height:350px;
	    background: url(mkb_images/mkb_ar.jpg) no-repeat;
         }
	 .navi {
	    width:850px;
	    height:16px;
	    margin:0px auto;
	    border-left:1px solid;color:rgb(255,255,255);
	    border-right:1px solid;color:rgb(255,255,255);
	    background: url(../pb_rev_2/pb_nav_repe.gif) repeat-x;
	 }

	 a:link {color:#000000;text-decoration:none;}
         a:visited {color:#555555;text-decoration:none;}
         a:hover {color:#ff0000;text-decoration:none;}
         a:active {color:#ff0000;text-decoration:none;}
 
         a#lead:link {
            text-decoration:none;color:#000000;
         }
         a#lead:visited {
            text-decoration:none;color:#00aaff;
         }
         a#lead:hover {
            text-decoration:none;color:#ff0000;
         }
         a#lead:active {
            text-decoration:none;color:#ff00ff;
         }
	 a#nav:link {
            text-decoration:none;color:#ffffff;
	    font-family:din;
	    font-size:11px;
         }
         a#nav:visited {
            text-decoration:none;color:#cfcf66;
	    font-family:din;
	    font-size:11px;
         }
         a#nav:hover {
            text-decoration:none;color:#000000;
	    font-family:din;
	    font-size:11px;
         }
         a#nav:active {
            text-decoration:none;color:#ff0000;
	    font-family:din;
	    font-size:11px;
         }

