body {
	background-color: #E6E8EF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	margin: 0px;
}
a {
	font-weight: bold;
	color: #003399;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #0033CC;
	text-decoration: none;
}
td.menu1 {
	background-color: #BB1F26;
	font-weight: bold;
	text-align: left;
	}
td.menu1 ul{
	margin-top: 10px;
}
td.menu1 li{
	list-style-type: square;
	margin-left: -15px;
}
td.menu2 {
	background-color: #BB1F26;
	text-indent: 20px;
	line-height: 20px;
	text-align: left;
	}
td.menu2 a {
	display: block;
	width: 140px;
	line-height: 20px;
	background-color: #BB1F26;
	background-repeat: no-repeat;
	color: #ffffff;
}
td.menu2 a:hover {
	background-position: 3px 1px;
	background-image: url(img/zeiger.gif);
	background-color: #F7CC19;
	background-repeat: no-repeat;
	color: #0033CC;
}
td.menu3 {
	background-color: #F7CC19;
	text-indent: 20px;
	line-height: 30px;
	text-align: left;
	}
td.menu3 a {
	display: block;
	width: 140px;
	line-height: 30px;
	background-color: #F7CC19;
	background-repeat: no-repeat;
	color: #003399;
}
td.menu3 a:hover {
	background-position: 3px 6px;
	background-image: url(img/zeiger.gif);
	background-color: #F7CC19;
	background-repeat: no-repeat;
	color: #0033CC;
}
td.menu_space {
	background-color: #E4E7F6;
	height: 2px;
}
div.content {
	padding-left: 5px;
}
div.content table {
	empty-cells: show;
	border-collapse: collapse;
	border-width: 2px;
	border-color: #BB1F26;
	border-style: solid;
	background-color: #ECEAE1;
}
div.content td {
	border-width: 1px;
	border-color: #BB1F26;
	border-style: solid;
	padding: 4px;
}
div.content h1 {
	color: #000000;
	font-size: 10pt;
}
table.chat {
	empty-cells: show;
	border-collapse: collapse;
	border-width: 2px;
	border-color: #BB1F26;
	border-style: solid;
	background-color: #ECEAE1;
}
table.chat td {
	padding: 4px;
}
