@charset "utf-8";
/* Navigation */

div.navigation {
	background-image: url(../images/sidebar_bg.gif);
	background-repeat: no-repeat;
	width: 165px;
	float: left;
	color: #910000;
	padding: 10px 0px;
	text-align: left;
}

div.navigation .firstelement {
	border-top: 1px solid #999999;
	width: 160px;
}

div.navigation a, div.navigation .nolink {
	color: #910000;
	text-decoration: none;
	display: block;
	width: 146px;
	padding: 1px 7px 2px;
	border-bottom: 1px solid #999999;
}

div.navigation a:hover {
	background-color: #dedede;
}

div.navigation .active_element a {
	background-color: #e5d8d8;
}

div.navigation .calendar {
	width: 146px;
	padding: 2px 7px;
	border-bottom: 1px solid #999999;
	border-top: 1px solid #999999;
	margin-top: 30px;
}

div.navigation .calendar table {
	width: 100%;
}

div.navigation .calendar td, div.navigation .calendar th {
	text-align: center;
	font-size: 8pt;
}

div.navigation .calendar a {
	font-weight: bold;
	color: #720000;
	text-decoration: none;
	display: inline;
	width: auto;
	padding: 0px;;
	border-bottom: none;
	background: none;
}

div.navigation .calendar a:hover {
	text-decoration: underline;
	background: none;
}

#sponsor {
	padding: 2px 7px;
	margin: 0px;
	border-bottom: 1px solid #999999;
	border-top: 1px solid #999999;
	margin-top: 30px;
	width: 146px;
}

#sponsor td {
	padding: 0px;
	font-size: 8pt;
	vertical-align: top;
	color: #910000;
}

#sponsor img, #sponsor a, #sponsor a:hover {
	border: none;
	margin: 0px;
	padding: 0px;
	background: none;
}