﻿body,td,th {
	font-family: "Times New Roman", Times, Serif;
	font-size: 12px;
	color: #dedede;
}
.TextOrange {
	font-size: large;
	font-family: "Times New Roman", Times, Serif;
	color: #CC6600;
}
.TextLinks {
	font-size: large;
	text-decoration: none;
}
.LinkohneStrich {
	text-decoration: none;
	font-family: "Times New Roman", Times, Serif;
	font-size: large;
}
a {
	color: #666666;
}
a:visited {
	color: #666666;
}
a:hover {
	color: #CC6600;
}
.haupt {
	background-color: #dedede;
	color: #000000;
	font-weight: bold;
	border: 1px solid #FFFFFF;
}
.table {
	border: 1px solid #cc6600;
}
.neben1 {
	background-color: #C0C0C0;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #cc6600;
	color: #000000;
}
.neben2 {
	background-color: #333333;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #cc6600;
}

.red {
	color:red;
}