#main-top 
{
    
    width: 960px;
    height: 404px;
    margin-top: 10px;
    
    }

#main-left-left 
{
    float: left;
    width: 310px;
    }
#main-left-right
{
    float: left;
    width: 310px;
    margin-left: 30px;
    }
    
/* EVENTKALENDER */
h3.event-header
{
    width: 300px;
    height: 45px;
    background: url('/Css/Images/eventkalender-top.gif') top left no-repeat;
    margin: 0px;
    padding: 4px 0px 0px 5px;
}
.event-block
{
    width: 300px;
    background: url('/Css/Images/eventkalender-body.gif') top left repeat-y;
    padding: 0px 5px 5px 5px;
}
.event-block a
{
    margin: 0;
}
.event-block p
{
    margin-bottom: 3px;
}
.event-bottom
{
    width: 280px;
    height: 10px;
    background: url('/Css/Images/eventkalender-bottom.gif') top left no-repeat;
    margin-bottom: 10px;
}

