body {
font-family:Verdana,Arial,Helvetica,Sans-serif;
font-size:12px;
color: #ffffff;
background-color:#000080;
margin:0;
padding:0;
text-align:center;
}

#contentHolder {
display:inline-block;
}

#header {
font-size:20px;
color:#ddddff;
font-weight:bold;
padding:10px 0 30px;
}

#footer {
font-size: 11px;
padding:30px 0 10px;
}

#calendar {
position:relative;
border:30px ridge #2a51ce;
background:url('../pics/background.jpg') no-repeat;
width:640px;
height:480px;
}

#calendar .clickArea {
display:inline-block;
position:absolute;
width:50px;
height:50px;
border:1px solid #666666;
}

/* Positionen der "Fensterchen" */
#day01 {
left:235px;
top:100px;
}

#day02 {
left:130px;
top:250px;
}

#day03 {
left:355px;
top:30px;
}

#day04 {
left:305px;
top:185px;
}

#day05 {
left:55px;
top:155px;
}

#day06 {
left:380px;
top:250px;
}

#day07 {
left:20px;
top:60px;
}

#day08 {
left:470px;
top:210px;
}

#day09 {
left:485px;
top:120px;
}

#day10 {
left:570px;
top:160px;
}

#day11 {
left:155px;
top:345px;
}

#day12 {
left:155px;
top:40px;
}

#day13 {
left:210px;
top:205px;
}

#day14 {
left:530px;
top:20px;
}

#day15 {
left:260px;
top:280px;
}

#day16 {
left:160px;
top:135px;
}

#day17 {
left:550px;
top:380px;
}

#day18 {
left:380px;
top:125px;
}

#day19 {
left:330px;
top:360px;
}

#day20 {
left:60px;
top:385px;
}

#day21 {
left:40px;
top:280px;
}

#day22 {
left:230px;
top:410px;
}

#day23 {
left:530px;
top:280px;
}

#day24 {
left:430px;
top:330px;
}

#tooltip {
position:absolute;
display:none;
height:65px;
width:65px;
padding:10px;
font-size:28px;
font-weight:bold;
background-color:#000080;
}

#tooltip table {
width:100%;
height:100%;
text-align:center;
vertical-align:middle;
border:none;
}