html, body {
 margin: 0;
 padding: 0;
 height: 100%;
}
#headerInner {
 margin: 0 auto;
 position: relative;
 width:990px;
 min-width: 990px;
}
#hauptmenue {
 background-image: url('../images/back_mnu_preise.jpg');
}
#content {
 padding-top: 0px;
 height: 1900px;
 min-height: 1900px;
}
.calendarRow {
 margin-left: 20px;
 margin-top: 20px;
 width: 175px;
 float: left;
 height: 200px;
 border: 1px solid black;
}
.month {
 width: 175px;
 min-width: 175px;
 text-align: center;
}
.calender {
    width:800px;
	height: 680px;
	min-height: 680px;
}
* html .calender,
* + html .calender {
    width:800px;
	height: 630px;
	min-height: 630px;
}
.calender div.after,
.calender div.before{
    color:silver;
}
.day {
    float:left;
    width:25px;
    height:25px;
    line-height: 25px;
    text-align: center;
}
.day.headline {
    background:silver;
}
.day.current {
    background-color: #ff6600;
}
.pagination {
    text-align: center;
    height:10px;
    line-height:10px;
    font-weight: bold;
}
.pagination a {
    width:10px;
    height:10px;
}
