/*
    Document   : default
    Created on : 17.07.2011, 17:05:36
    Author     : Abdo El Hage
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/


    #sidebar{
    font-family:"Times New Roman";
    font-size:12px;
}
a {
    color:black;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
    background: #EAEAEA;
}
.Kalender {
    width:190px;
    border:0px solid silver;
    margin: 0px 0px 0px 16px;

}
* html .Kalender,
* + html .Kalender {
    width:192px;
}
.Kalender div.after,
.Kalender div.before{
    color:silver;
}
.day {
    float:left;
    width:27px;
    height:27px;
    line-height: 25px;
    text-align: center;
}
.day.wochentagen {
     background:silver;
     color:black;
     font-weight: bold;

}
.day.current {
     color:black;
     background: #769BCF;
     font-weight:bold;
}
.clear {
    clear:left;
}
.Inhalt {
    text-align: center;
    height:20px;
    line-height:20px;
    font-weight: bold;
/*    background:silver;*/
}
.Inhalt span {
    display:block;
    float:left;
    width: 130px;
}
.Inhalt a {
    width:15px;
    height:15px;
    float: left;
}

