﻿#content
{
    background-color:blue;
    width:695px;
    min-height:350px;/* test */
    height:400px;
}
#newContent
{
    width:483px;
    min-height:400px;/* test */
    padding:0px 12px 0px 12px;
    display:table-cell;
    background:url('/images/bgcontent.gif');
    background-repeat:repeat-x;
    background-position:top;
    background-color:#E6E6E4;
    /* height:400px; */
    float:left;
}
* html #newContent {
	height:400px;
}
#breadcrumb
{
    float:left;
}
/* Kalender */ 
.calendarlistingarea
{
    width:483px;    
    float:left;
}
.monthcalendararea
{
    float:right;
    padding :0px 30px 0px 0px;
}
.calendar
{
    background-image:url('../images/leftmenu_bg.gif');
    background-repeat:repeat-x;    
}
.startcalendar {
	width:100%;
    background-image:url('../images/leftmenu_bg.gif');
    background-repeat:repeat-x;    
}
.calendaritem
{
    padding:0px;
}
.calendaritem A
{
    text-decoration:none;
}
.dayweekheader
{
    color:#FED312;
}
.datecellothermonth
{
    font-style:italic;
    font-size:90%;
}
.selecteddatecell
{
    background-color:#000000;
    color:#FFFFFF;
    font-weight:bold;
}
.selecteddatecell A
{
    color:#FFFFFF;
}
.weekendcell
{
    font-weight:bold;
}
.titlestyle
{
    font-weight:bold;
}
.linklist
{
    font-weight:bold;
    color:#000000;
}

.hasEvent
{
    font-weight:bold;
}
