/* */
body {
	background-color: #DEDDCF;
}
/* */
h1 {
	font-family: "Times New Roman", Times, serif;
	letter-spacing: 3.5em;
	font-size: xx-large;
	font-variant: small-caps;
	color: #880000;
	width: auto;
	text-align: center;
}
/* */
a.menu {
	text-decoration:none;
	color:#CCCCCC;
}
/* */
a.window {
	text-decoration:none;
	color:#CCCCCC;
}
/* */
a.statistik {
	text-decoration:none;
	color:#CCCCCC;
}
/*Links innerhalb eine tabell im fenster (z.B. userliste)*/
a.innerwindowlink {
	text-decoration:none;
	color:#880000;
}
/*a:link {color:#FFFFFF; text-decoration:none }
a:visited {color:#FFFFFF; text-decoration:none }*/
a:hover {text-decoration:underline }
/*a:active {color:#E00000; text-decoration:underline }
a:focus {color:#00E000; text-decoration:underline }*/
/* */
.maintable {
	border: thin solid #880000;
}
/* */
.boxtableMenu {
	background-color: #880000;
	font-family: "Times New Roman", Times, serif;
	color: #CCCCCC;
	font-weight: bold;
	font-variant: small-caps;
	letter-spacing: 0.15em;

}
/* */
.boxheadline {
	font-family: "Times New Roman", Times, serif;
	font-variant: small-caps;
	color: #400000;
	font-weight: bold;
	letter-spacing: 0.2em;
	font-size: larger;
}
/* */
.boxtable {
	background-color: #880000;
	color: #CCCCCC;

}
/* */
.boxletter {
	font-family: Tahoma;
	font-size: x-small;
	font-weight: bold;
}
/* */
.windowTable {
	border: thin solid #800000;
}
/* */
.windowTableFirst {
	background-color: #800000;
	font-family: "Times New Roman", Times, serif;
	color: #FFFFFF;

}
/* */
.windowTableLast {
	background-color: #800000;
	color: #FFFFFF;

}
/* */
.windowTableMiddle {
	font-family: Tahoma;
	font-size: 16px;



}
/* */
.button {
	background: #800000;
  border: 1px solid #000000;
  color: #CCCCCC;
  font-family: Tahoma;
  font-size: x-small; 
  font-style: normal; 
  font-weight: bold;
  text-align: center;
}
/* */
.textbox
{ 
  background: transparent;
  background-color: #CCCCCC;
  border: 1px solid #000000;
  color: #880000;
  font-family: Tahoma;
  font-size: x-small;
  text-align: left;
  scrollbar-face-color: #999999;
  scrollbar-shadow-color: #000000;
  scrollbar-highlight-color: #000000;
  scrollbar-3dlight-color: #999999;
  scrollbar-darkshadow-color: #000000;
  scrollbar-track-color: #000000;
  scrollbar-arrow-color: #000000; 
}
/*Klein für Fussnoten und Hinweise*/
font.hinweis {
	font-size: xx-small;
}
