/*---- CSS für Einsätze, Übungen, Bilder ----*/

/*---- Grundeinstellungen ----*/
    .root_table{
            width: 670px;

            margin-left:15px;

	   border-collapse:collapse;
            }
    .head{
    	   font-size:13pt;
    	   font-weight:bold;

            text-align:center;

            background-color:#D6D6D6;

            border-bottom:2px #808080 solid;
            }
    tr.klick{
            height:30px;

            font-size:12pt;

            cursor:pointer;

            border-top:1px #808080 dotted;
            }
    .klick2{
            height:18px;

            font-size:8pt;
            text-align:center;
            font-weight:bold;

            cursor:pointer;

            border-top:1px red dotted;
            }
    .arrow_holder{
            width: 15px;
            }
    .lfdnr{
            width: 30px;
            }
    .datum{
            width: 150px;

            text-align:center;
            }
    .ort{
    	   font-weight:bold;
    	   }
    .arrow{
            visibility:hidden;
            }
    .bericht_images{
    	   width:20px;
            }
    .bericht_holder{
    	   cursor:default;
    	   }
    .bericht_wrap{
            background-image:url("images/bgberichte.png");
            background-repeat:repeat-y;

            margin-bottom:10px;

            outline:1px red solid;
            }
    .bericht{
            position:relative;
            top:7px;

            font-size:10pt;

            z-index:1;

    	   margin-left:10px;
            margin-right:10px;
            margin-bottom:17px;
            }
    .diashow_holder{
            float:right;
            height:220px;

            position:relative;
            z-index:2;

            margin-right:2px;
            margin-top:2px;
            margin-left:3px;
            margin-bottom:3px;
            }
    .diashow{
            height:220px;

            text-align:center;

            background-color:#B6B6B6;

            cursor:pointer;
            }
    .diashow_img{
            height:200px;
            }
    .diashow_underline{
            width:300px;

            font-size:8pt;

            margin-top:3px;
            }
    .clearer{
            clear:both;
            }

/* ------ NUR FÜR EINSÄTZE ----- */

    a:link {
    	   color:black;
            text-decoration:none;
            }
    a:visited {
     	   color:black;
            text-decoration:none;
            }
    .bericht_info{
            position:relative;
            top:7px;
            margin-left:10px;
            margin-right:10px;
            }
    .info_headers{
            font-size:11pt;
            color:#5D5D5D;
            font-weight:bold;
            }
    .info_cont{
            font-size:11pt;
            margin-left:30px;
            margin-top:3px;
            margin-bottom:13px;

            text-decoration:none;
            }
    .auswahl_jahr{
    	   font-weight:bold;
            text-decoration:underline;
            }

    .quellen{
             height:23px;

    	    border-top:1px red dotted;
    	    }
    .quellen_title{
             font-size:9pt;
             font-weight:bold;

             margin-left:10px;
             margin-top:5px;
             }
    .quellen_link{
             font-size:9pt;
    	    }
    .quellen_link:hover{
             border-bottom:1px black dotted;
             background-color:rgb(230,150,150);
             }