body {
   font-family: Rockwell, "Times New Roman", serif;
   background-color: #d0d0d0;
   color: #000080;
}

#toppanel {
	position: absolute
        top: 0;
	left: 0;
        right: 0;
}

#navigation {
	position: absolute;
	left: 0;
	top: 8em;
	width: 160px;
        font-family: Ariel, sans-serif;
        font-size: .85em;
        font-weight: bold;

}

#navigation p {
	margin-left: 10px;
	margin-right: 10px;
}

#navigation a {
        text-decoration: none;
}

#navigation a:visited, #navigation a:link, #navigation a:active {
	color: blue;
}

#kalender {
	margin-top: 20px;
        background-color: #e0e0e0;
}

#centerpanel {
	top: 70px;
	margin-left: 160px;
	margin-right: 10px;
        background-color: #ffffff;
}

#innerpanel {
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}

#rightpanel {
	position: absolute;
	right: 0;
	top: 6em;
	width: 10px;
}

#bottompanel {
	margin-left: 10em;
	margin-right: 1em;
        padding-left: 10px;
        padding-right: 5px;
        height: 7em;
        line-height: 0.7em;
        background-color: #d0d0d0;
}

#bottompanel table {
        margin-top: 5px;
        text-align: left;
        width: 100%;
        margin-left: 5px;
        margin-right: 5px;
}
