/* CSS Document */
body {
	behavior: url(../csshover.htc);
	font-family:Arial, Helvetica, sans-serif;
	background-color: #000000;
	background-image: url(images/back_bellen.jpg);
	background-repeat: repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-attachment: fixed;
	background-position: left top;
}
body,td,th {
	color: #FFFFFF;
	font-size: 16px;
}

.txtHighlight {
	color: #FFCC33;
}

.index {
	background-image: none;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}
.index, a {
	color: #FFFFFF
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
}
.index, a:hover {
	color: #FF9900;
	text-decoration: none;
}

.text, h2 {
	font-size: 18px;
	font-weight: bold;
	color: #FFCC33;
	text-decoration: underline;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.text, p {
	font-size: 16px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
.text, a {
	text-decoration: none;
	font-size: 16px;
	font-weight: normal;
	color: #FFCC33;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.text, a:hover {
	color: #FFFFFF;
}
.text, .high {
	font-size: 16px;
	font-weight: bold;
	color: #FFCC33;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
}