body {
	margin-top: 5px;
	background-image: url('images/BG.JPG');
}
body, td, li {
	font-family: Verdana, sans-serif;
	font-size: 12px;
}
.back {
	width: 650px;
	height: 100%;
}
.logo {
	width: 100%;
	height: 105px;
	border: 2px solid #006FD0;
	background-image: url('images/logo2.png');
}
.menu {
	padding: 5px;
	vertical-align: top;
	line-height: 2em;
	padding-right: 15px;
	width: 175px;
	height: 100%;
	background-image: url('images/menu1.png');
	background-repeat: repeat-y;
	color: white;
}
.main {
	font-size: 0.75em;
	vertical-align: top;
	line-height: 1.5em;
	padding: 15px;
	width: 100%;
	height: 100%;
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	border-right: 2px solid #009C3B;
	text-align: justify;
}
a.bluelink:link {
	color: blue;
	text-decoration: underline;
	font-weight: normal;
}
a.bluelink:visited {
	color: blue;
	text-decoration: underline;
	font-weight: normal;
}
a.bluelink:hover {
	color: blue;
	text-decoration: underline;
	font-weight: normal;
}
.menu a:link, a:visited {
	color: white;
	font-weight: bold;
	text-decoration: none;
}
.menu a:hover {
	color: #D3D3D3;
}
.bottomtext {
	font-size: 10px;
}
h1 {
	font-size: 18px;
	padding-bottom: 10px;
}p {
	display: block;
}
.listleft {
	padding-left: 40px;
	width: 20%;
}
.listleft2{
	padding-left: 30px;
}
.kalender {
	height: 100px;
	background-color: #FFFFFF;
	border-collapse: collapse;
}
.kalendercell {
	font-size: 10px;
	border: 1px solid #000000;
	color: #000000;
	width: 14%;
	height: 25px;
	text-align: center;
}
.kalendercell2 {
	font-size: 10px;
	font-weight: bold;
	border: 1px solid #000000;
	width: 14%;
	height: 25px;
	text-align: center;
	background-color: red;
}
.monthright {
	font-size: 8px;
	color: #FFFFFF;
	text-align: right;
}
.monthleft {
	font-size: 8px;
	color: #FFFFFF;
	text-align: left;
	width: 20px;
}
.red {
	color: #FF0000;
}