.site {
	color: #FFFF00;
}

a:link {color: #CC0000; text-decoration: underline}
a:visited {color: #FF0000}
a:hover {text-decoration: underline; color: #FF6600; background-color: #FFFFFF; }
a:active {color: #FF0000}

BODY { 
	color: #000000; 
	background-color: #000000; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px; 
	
	scrollbar-base-color: #ffff00;
	scrollbar-face-color: #cc0000;
	scrollbar-track-color: #000000;
	scrollbar-arrow-color: #000000;
	scrollbar-highlight-color: #ff0000;
	scrollbar-3dlight-color: #ffffff;
	scrollbar-shadow-color: #000000;
	scrollbar-darkshadow-color: #000000;
}
	
td {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 11px;
}

th {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 11px;
}	

hr{
background-color:#900000; /* Mozilla 1.4 */
color:#900000; /* IE 6 */
border: #900000; /* Opera 7.11 */
height: 1px; /* in Opera fr die Anzeige ntig, in Mozilla fr die einheitliche Hhe */
}

select, option, textarea, input, file {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #e5d5d5;
	color: #660000;
	font-size : 8pt;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	background-image: url(images/field_bg.jpg);
	background-repeat: repeat-x;
}

button, input[type="file"], input[type="submit"], input[type="button"], input[type="reset"], input[type="image"], inputbutton  {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	background: #444444;
	color: #ffffff;
	border: 1px solid #000000;
    font-size : 8pt;
	font-weight: bold;
	background-image: url(images/button_bg.jpg);
	background-repeat: repeat-x;
}

.button {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	background: #444444;
	color: #ffffff;
	border: 1px solid #cc0000;
    font-size : 8pt;
	font-weight: bold;
	background-image: url(images/button_bg.jpg);
	background-repeat: repeat-x;
}

.HeadlineBars {
	background-image:  url("images/headline_bar.jpg");
	background-position: top center;
	background-attachment: scroll;
	background-repeat: no-repeat;
	color: #000000;
	padding-bottom: 13px;
	padding-top: 2px;
	width: 100%; 
	height: 100%;
	font-size: 11px;
}
.redBox {
	background-color: #AA0000;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FF0000;
	border-right-color: #990000;
	border-bottom-color: #990000;
	border-left-color: #FF0000;
}
.winBG {
	background-color: #004400;
	list-style-type: circle;
}
.loseBG {
	background-color: #440000;
	list-style-type: circle;
}

.inputbox {
	font-family : Verdana; 
    font-size : 8pt
}.greenBorderedBox {
	border: 1px solid #cc0000;

}
.standardText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFF00;
}
.secondTableColor {
	background-color: #d5d5d5;
}
.smallFont {
	font-size: 11px;
}
.verySmallFont {
	font-size: 9px;
}
.tableBorder {
	border: 1px solid #cc0000;
}
.borderAround {
	border: 1px solid #000000;
}
.headline {
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
}
.specialText {
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;
}
.teamBlue {
	background-color: #666699;
}
.teamRed {
	 background-color: #996666;
}
.contentBox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.historyWin {
	border: 1px solid #00aa00; 
	background-color: #dfffd5;
}
.historyLoss {
	border: 1px solid #cc0000; 
	background-color: #ffd5d5;
}
.historyDraw {
	border: 1px solid #cccccc; 
	background-color: #d5d5d5;
}
.scheduleToday {
	background-color: #ffd5d5;
	border: 1px solid #cc0000; 
}
.ps1 {
	border: 1px solid #000000; 
}
.ps2 {
	background-color: #ffd5d5;
	border: 1px solid #cc0000; 
}
.ps3 {
	background-color: #d5d5d5;
	border: 1px solid #000000; 
}
.ps4 {
	background-color: #d5d5ff;
	border: 1px solid #0000cc; 
}
.ps5 {
	background-color: #d5ffd5;
	border: 1px solid #00aa00; 
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24 px;
	font-style: italic;
	font-weight: bold;
}
.sideBarField {
	background-image:  url("images/sidebar_bg.jpg");
	font-size: 10px;
	font-weight: bold;
	height: 20px;
}
.leftbar:link {color: #000000; text-decoration: none}
.leftbar:visited {color: #000000; text-decoration: none}
.leftbar:hover {text-decoration: underline; color: #FF6600;}
.leftbar:active {color: #000000; text-decoration: none}

.verticalSpace {
	padding-top: 10px;
	padding-bottom: 10px;
}