body { 
        color: Black;
        background-color: #C0C0C0;
        font: 10pt Arial;
        font-family: arial, verdana, helvetica, sans-serif;
}

div.top {
        position: relative;
        background:#fff;
        height:70px;
        margin-left: 170px;
        margin-right:10px;
        border: 2px solid #000000;
        Padding-left: 10px;
        Padding-top: 3px;
        }

div.menu{
        position: absolute;
        left: 10px;
        margin-top: 10px;
        width:150px;
        border: 2px solid #000000;
        background:#fff;
        Text-Align: center;
               Padding-top: 10px;
               Padding-bottom: 10px;
        }


div.main {
        position: relative;
        margin-right:10px;
        margin-top: 10px;
        background:#fff;
        margin-left: 170px;
        Padding: 10px;
        border: 2px solid #000000;
        }

A:link { color: Blue;
         font: 10pt Arial;
         text-decoration: none;
         Text-Align: left;
}

A:visited { color: Blue;
         font: 10pt Arial;
         text-decoration: none;
         Text-Align: left;
}


A:hover { color: Blue;
         background-color: Yellow;
         text-decoration: none;
         font: 10pt Arial;
         Text-Align: left;
}

H1 {
        Font-Weight: bold;
        font: 19pt Arial;
        font-family: arial, verdana, helvetica, sans-serif;
}
 

TD {
        Font-Weight: normal;
        padding-top: 5px;
        padding-bottom: 5px;
        font: 9pt Arial;
        font-family: arial, verdana, helvetica, sans-serif;
        border-bottom: 1px dotted silver;
}

.calendarHeader {font: 11pt Arial; font-weight: bolder; color: Purple; background-color: White; }
.calendarToday { background-color: White; 
                 font-weight: bold;
                 border: 2px solid Red;
                }
.calendar { background-color: White;        
            border: 2px solid White;
            margin: 3px;
 }


hr      {
        border: 1px dotted Silver;
        }

.kolor {
        color: Green;
        Text-Align: center;
        border-left: 1px dotted Silver;
        border-right: 1px dotted Silver
}

.bkg {
        background-color: Silver;
        color: Black;
        Text-Align: Left;
        font-weight:bold;
        border-top: 1px Solid Black;
        border-bottom: 1px Solid Black;
        padding-left: 5px;
}

.duze  {
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 16pt; color: #000066;text-decoration: none;
	}
