/* Hachti macht jetzt auch neumodisches Zeug :-) */

/*Globale Einstellungen*/

body{
    color: rgb(199, 140, 0); 
    background-color:rgb(0, 0 , 80);
    font-family:sans-serif;
    font-size:15;
}

a:link    {color:rgb(255,240,240);} /* normaler Link */
a:visited {color:rgb(255,240,240);} /* besuchter Link */
a:active  {color:#FF2020;} /* mausgedrückter Link */
a:hover   {color:#FF0000;} /* mausgeüberter Link */


/*Und nun Spezialitäten*/

.scap{
    color:rgb(40,100,100); 
    font-family:sans-serif;
}

h1.scap{
  font-size:48;
}

p.news:first-line{
    color:#FF3030;
}

table.navi{
    line-height:2.5;
    text-align:right;

    
}

body.navi {
    background-color:rgb(00,0,60);
}

body.navi a:link    {color:#fffefe;} /* normaler Link */
body.navi a:visited {color:rgb(255,240,240);} /* besuchter Link */
body.navi a:active  {color:#FF2020;} /* mausgedrückter Link */
body.navi a:hover   {color:#FF0000;} /* mausgeüberter Link */

.footer{
    font-size:11;
}


/* Dies hier, um den Linktabellen ein einheitliches Äaußeres
   zu verpassen: */

table.ltable{
        table-layout:fixed;
        border-spacing:15px;
}

td.lt1{
    text-align:right;
    vertical-align:top;
    white-space:nowrap;
    width:120px;
}
td.lt_sp{
    width:0px;
}
td.lt2{
    width:450px;
    text-align:lect;
    vertical-align:top;

}

/* Für die Startseitentabelle */
table.system{
    border-spacing:6px;
    border-width:1;
    border-style:solid;
    border-color:gray;
    white-space:nowrap;    

}

table.system_inner{
    width:100;
    border-spacing:6px;
    border-width:1;
    border-style:solid;
    border-color:gray;
    white-space:nowrap;    

}

/*
table.system td.l{
    text-align:right;
    vertical-align:top;
    font-weight:bold;
} 
*/


/****************************************************************************/

/* Hier Einstellungen für die neuen Bilderseiten */

p.imgtable{
}

table.imgtable{
//    table-layout:auto;
    empty-cells:show;
    width:80%;
    border-spacing:20px;*/
    padding:10px;
    border:medium gray;

}

tr.imgtable{
}

td.imgtable1{
    text-align:center;
    vertical-align:center;
    white-space:nowrap;
    padding: 20px;
//    width: 540px;
//    width:500px;
//    height:380px;
    border: medium solid  rgb(22,22,88);
}

td.imgtable2{
    width:20px;
}

td.imgtable3{
    text-align:left;
    vertical-align:center;
    width:530;
}

/* Für dir_index.cgi */
table.ftable{
    
    /*padding:6px; margin:0px;*/
    table-layout:fixed;
    border-spacing:0;

}

tr.ftable{
  background-color:rgb(22, 22, 88);
}

td.ftable1{
    text-align:right;
    vertical-align:top;
    white-space:nowrap;
    width:120px;
}

td.ft_sp{
    width:35px;
}

tr.ft_sp2{
    height:25px;
}

tr.ft_sp{
    height:25px;
}

td.ftable2{
    text-align:left;
    vertical-align:top;
}


/****************************************************************************/

/* Gästebuch */

.gb_table{
    background-color:rgb(220,220,220);
    table-layout: fixed
}

.gb_author{
    background-color:rgb(180,180,180);
   color:black;
}

.gb_links{
    background-color:rgb(190,190,190);
   color:black;
}

.gb_text{
   background-color:rgb(240,240,240);
   color:black;
}

.gb_date{ 
  color:blue;

 }