
/* Box del Box principale*/

h1 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 15pt;
    font-weight: bold;
    color: white;
    width:530px;
    background-color: #ff9900;
    border-style:solid;
    border-width: 1px;
    border-color: #ff0000;
    padding: 3px;
}


/* testo normale  */


p {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12pt;
    color: #003300;
    background-color: white;  
}


/*  Indirizzi */

p.klein {
    font-size: 9pt;
    color: gray;
    background-color: white;
    margin-left: 5px;
}


/* Foto e testo  */ 

.bild {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: bold;
    color: gray;
    background-color: white;
}

.kasten {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12pt;
    text-align: center;
    font-weight: bold;
    padding: 5px;
    color: black;
    background-color: #ffff99;
    border-style:solid;
    border-width: 1px;
    border-color: black;
    width: 500px;
       
}

.rot {
    font-family: "Century-Gothic", "Comic SAns MS", Verdana, Arial, Helvetica, sans-serif;
    font-size: 13pt;
    font-weight: bold;
    color: red;
}

.blue {
    font-family: "Century-Gothic", "Comic SAns MS", Verdana, Arial, Helvetica, sans-serif;
    font-size: 13pt;
    font-weight: bold;
    color: blue;
}
/* Grafici  */
ul {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11pt;
    font-weight: bold;
    color: gray;
    background-color: white;
    list-style-image: url(sonne.gif);

}


/* Box per bordo navigazione */

#navi {
    margin : 0px;
    width : 170px;
    position: absolute;
    top: 0px; left: 0px;

}

/* Box per bordo pagian centrale */
#main {
    margin-top : 5px;
    width : 530px;
    position: absolute;
    top: 0px; left: 170px;

}

/* Eye-Catcher */ 

#floatbox {
    position: absolute;
    top: 150px;
    left: 570px;
}

/* Cornice per i pulsanti */ 
.linkbox {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12pt;
    margin-left: 2px;
    border-style: solid;
    border-width: 1px;
    border-color: #ff0000;
    width: 150px;
    padding: 3px;
    color: white;
    background-color: #ff9900;
    
}
    
/* Cornice per i pulsanti attive*/ 

.linkboxactiv {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12pt;
    font-weight: solid;
    margin-left: 2px;
    border-style: solid;
    border-width: 1px;
    border-color: #ff9900;
    width: 150px;
    padding: 3px;
    color: white;
    background-color: #ff0000;
    
}    

/* tabella mesi*/
table.monat {
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* tabella del solo mese*/
table.monat  td{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11pt;
    text-align: right;
    border-style: solid;
    border-width: 1px;
    border-color: silver;
}
    
/* posti timanenti*/
.r  {
    color: #000033;
    background-color: gray;
}
    
/* posti occupati*/
.b  {
    color: white;
    background-color: #aa0000;
}

/* solo nella tabella TH*/
table.monat th {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11pt;
    color: white;
    background-color: #ff9900;
}

/* Domenica*/
table.monat  .so {
    color: white;
    background-color: #ff0000;
}


#floatboxCR {
position: absolute;
top: 740px;
color: black;
font-family: Verdana, Arial, sans-serif;
font-size: 10pt;
font-style: italic;
background-color: #ffffff;
}
