/* allgemein */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color: #EC8016;
	color: #000000;
}

pre,code {
	font-family: fixed
}

/* überschrifften */
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #000000;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13pt;
	color: #000000;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17pt;
	color: #000000;
}

/* links allgemein */
a:link {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
}

a:visited {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
}

a:active {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #BB1F25;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

/* links bleiben schwarz */
a.blacklink:link {
	color: #000000;
	background-color: transparent;
	text-decoration: none;
}

a.blacklink:visited {
	color: #000000;
	background-color: transparent;
	text-decoration: none;
}

a.blacklink:active {
	color: #000000;
	background-color: transparent;
	text-decoration: none;
}

a.blacklink:hover {
	color: #000000;
	background-color: transparent;
	text-decoration: none;
}

/* links schwarz unterstrichen */
a.blackunderline:link {
	color: #000000;
	background-color: transparent;
	text-decoration: underline;
}

a.blackunderline:visited {
	color: #000000;
	background-color: transparent;
	text-decoration: underline;
}

a.blackunderline:active {
	color: #000000;
	background-color: transparent;
	text-decoration: underline;
}

a.blackunderline:hover {
	color: #949494;
	background-color: transparent;
	text-decoration: underline;
}

/* links bleiben grau */
a.greylink:link {
	color: #949494;
	background-color: transparent;
	text-decoration: none;
}

a.greylink:visited {
	color: #949494;
	background-color: transparent;
	text-decoration: none;
}

a.greylink:active {
	color: #949494;
	background-color: transparent;
	text-decoration: none;
}

a.greylink:hover {
	color: #000000;
	background-color: transparent;
	text-decoration: none;
}

/* links werden nicht bold */
a.slim:link {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	background-color: transparent;
	text-decoration: none;
}

a.slim:visited {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	background-color: transparent;
	text-decoration: none;
}

a.slim:active {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	background-color: transparent;
	text-decoration: none;
}

a.slim:hover {
	color: #949494;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	background-color: transparent;
	text-decoration: none;
}

/* header */
td.headertd {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-weight: bold;
	background-color: #FFFFFF;
	white-space: nowrap;
}

/* footer */
td.footertd {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #DDDDDD;
	white-space: nowrap;
}

/* main content */
tr.main {
	background-color: #EEEEEE;
}

/* navigation bar */
td.navselect {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-align: center;
	background-color: #FEF4D6;
	white-space: nowrap;
}

td.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-align: left;
	background-color: #DDDDDD;
	white-space: nowrap;
}

td.navspace {
	background-color: #FFFFFF;
}

td.hspaceselect {
	background-color: #FEF4D6;
}

td hspace {
	background-color: #FFFFFF;
}

/* tabelle allgemein */
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

tr {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

/* tipps,spielstand tabelle */
td.frame {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color: #000000;
}

tr.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-align: center;
	background-color: #DDDDDD;
}

tr.fields {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color: #FFFFFF;
}

td.et {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color: #EEEEEE;
}

td.wh {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color: #FFFFFF;
}

/* league tabelle */
td.lt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color: #949494;
}

/* summary tabelle */
tr.summaryheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color: #DDDDDD;
}

tr.summaryfields {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color: #FFFFFF;
}

/* kleine Schrifft */
span.smallfont {
	font-family: Arial, Helvetica, Verdana;
	text-align: left;
	color: #000000;
	font-size: 11px;
	white-space: nowrap;
}

/* input box allgemein */
input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

/* input box light */
input.light {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	border-left: #000000 1px solid;
	border-right: #000000 1px solid;
	border-top: #000000 1px solid;
	border-bottom: #000000 1px solid;
	background-color: #FFFFFF;
}

/* input box tipps */
span.bet input {
	color: #000000;
	background-color: #FFFFFF;
	border-left: #000000 1px solid;
	border-right: #000000 1px solid;
	border-top: #000000 1px solid;
	border-bottom: #000000 1px solid;
	width: 18px;
	text-align: right;
}

/* textarea light */
textarea.light {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	border-left: #000000 1px solid;
	border-right: #000000 1px solid;
	border-top: #000000 1px solid;
	border-bottom: #000000 1px solid;
	background-color: #FFFFFF;
}