﻿body
{
    background-color: #565859;
}
.calendar
{
    white-space: nowrap;
    position: absolute;
    width: 420px;
    height: 420px;
    overflow: hidden;
    background-color: #fff;
    font-family: arial,helvetica,sans-serif;
    font-size: 12px;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
}
.content
{
    width: 1260px;
}
.height
{
    height: 50px;
}
.header
{
    width: 410px;
    margin: 5px;
    font-size: 12pt;
    background: #1387BA;
    color: #fff;
    text-align: center;
    line-height: 50px;
}
.month
{
    overflow: hidden;
    width: 420px;
    height: 420px;
    text-align: center;
    line-height: 50px;
    float: left;
}
.month ul
{
    width: 420px;
    margin: 0;
    padding: 0;
}
.month ul li
{
    width: 50px;
    height: 50px;
    display: block;
    float: left;
    list-style: none;
    border: 5px solid #fff;
    margin: 0;
}
.day
{
    background-color: #666;
    color: #fff;
    font-weight: bold;
}
.date
{
    background: #ccc;
}
.today
{
    font-size: 24px;
    font-weight: bold;
}
.today:before
{
    border: 5px solid Blue;
    top: -5px;
    bottom: -5px;
    left: -5px;
    right: -5px;
    position: absolute;
}
.footer
{
    width: 410px;
    float: left;
    margin: 15px 5px 5px 5px;
    height: 30px;
    overflow: hidden;
    line-height: normal;
}
.text
{
    font-weight: bold;
    font-size: 18px;
}
.left_container, .right_container
{
    width: 30px;
}
.left_container
{
    float: left;
}
.right_container
{
    float: right;
}
.clickable
{
    cursor: pointer;
}
.left, .right
{
    border-style: dashed;
    border-color: transparent;
    border-width: .65em;
    display: -moz-inline-box;
    display: inline-block;
    font-size: 15px;
    height: 0;
    line-height: 0;
    position: relative;
    vertical-align: middle;
    width: 0;
}
.left
{
    border-right-width: 1em;
    border-right-style: solid;
    border-right-color: #fff;
    right: .25em;
}
.right
{
    border-left-width: 1em;
    border-left-style: solid;
    border-left-color: #fff;
    left: .25em;
}
.avfall
{
    background-color: Red;
}
.kompost
{
    background-color: Green;
}
