html, body {
	margin: 0;
	padding: 0;
	background-color: #fff;
} 
body {
	overflow:-moz-scrollbars-vertical;
} 

/* links */
a {color: #005522; text-decoration: underline;}
a:visited {color: #005522; text-decoration: underline;}
a:hover {color: #005522; text-decoration: underline;}
a:active {color: #005522; text-decoration: underline;}

#pagewidth { 
	width:100%; 
	margin: 0;
	padding: 0; 
	font: 12px arial,helvetica,sans-serif;
	color: #005522;
	} 
.klein { 
	font: 10px/14px arial,helvetica,sans-serif;
	color: #005522;
	}
img {
	border: none;
	} 

	
#kursplan {
	float: left;  
	margin: 0 0 0 20px; 
	background-color: transparent;
	width:100%;
	}
table {
	text-align:center;
	width:100%;
}
tr {
	height: 20px;
	background-color: #fff;
}
tr.green, td.green {
	background-color: #e8f9df;
	text-align: center;
}
td {
	text-align: center;
}
td p {
	text-align: left;
	margin: 0 0 0 5px;
	font-weight: bold;
}
.event br {
	margin-top:-6px;
}
tr.event, td.event {
	background-color: #bdeba0;
	font-weight: bold;
	text-align:center;
	line-height:16px;
}
#hinweis {
	position: absolute;
	top: 0;
	right: 0;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */