body {
	color: #FFFFFF;
	background-color: #313131;
	font-family: verdana;
	margin: 0px;
}
a:link {
	color: #FFFFFF;
	font-size: 8pt;
	text-decoration: none;
}
a:visited		{ color: #FFFFFF; font-family: "verdana"; font-size: 8pt; text-decoration: none; }
a:active		{ color: #FFFFFF; font-family: "verdana"; font-size: 8pt; text-decoration: none; }
a:hover			{ color: #FFFFFF; font-family: "verdana"; font-size: 8pt; text-decoration: none; }

textarea 
{
	border: 1px solid #000000;
	color: #FFFFFF;
	background: #323232;
	font-size: 8pt;
}

input {
	border: 1px solid #000000;
	font-size: 8pt;
	color: #FFFFFF;
	background: #323232;
}

select {
background: #FFFFFF;
font-size: 8pt;
}

table {
	color: #FFFFFF;
	font-size: 8pt;
}

td.subTitle {
	margin: 0px;
	background: url('images/menu_subTitle.gif');
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	padding: 5px;
	text-align: center;
	border: 1px solid black;
	height: 10px;
}
td.subTitle2 {
	margin: 0px;
	background: #3B4141;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	padding: 2px;
	text-align: center;
	border: 1px solid black;
	height: 7px;
}

td.mainTxt {
	margin: 0;
	border: 1px solid #000000;
	background: #464646;
	font-size: 11px;
	padding-left: 5px; 
}
td.mainTxtRed {
	margin: 0;
	border: 1px solid #000000;
	background: #950000;
	font-size: 11px;
	padding-left: 5px; 
}
.mainTxtGreen {
	margin: 0;
	border: 1px solid #000000;
	background: #006600;
	font-size: 11px;
	padding-left: 5px; 
}
td.menuLink {
	border: 1px solid #000000;
	border-top: 0; 
	margin: 0px;
	background: #202020;
	font-weight: normal
}

/**
 * RankBar
 */
#text {
 position: relative;
 width: 100px;
 height: 14px;
 text-align: center;
 padding: 0;
 margin: 0;
 text-align: center;
 font-weight: bold;
 font-size: 11px;
}
#bar_container {
 text-align:left;
 width: 96px;
 height: 14px;
 border: 1px solid #000000;
 background: #008000;
 position:relative;
}
#procenttext {
 color:#000000;
 z-index:1;
 position:absolute;
 left:0px;
 width:96px;
 text-align:center;
}
#procent {
 border-right: 1px solid #000000;
 background: #00FF00;
 height: 14px;
 position:relative;
 left:0px;
 
}
