/* 
    Document   : custom
    Created on : 13.07.2011, 14:02:27
    Author     : 
    Description:
        Purpose of the stylesheet follows.
*/

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

td{
    border: 0;
}

.stundenplan input{
    width: 65px;
    height: 25px;
}
.stundenplan  td{
    border: solid 1px #416471;
    width: 71px;
}
#Do {
    width: 76px;
}

.klassenfoto img{
    max-width: 600px;
    padding: 7px;

}