/*******************************************************************************
*  HTML Komponenten
*******************************************************************************/

body					{ Margin: 10px 0px 20px 0px; Background: #6C868C URL('./gr/BG_Body') repeat-x top left; Overflow: auto; }
form					{ Margin: 0px; Padding: 0px; }
table					{ Border-Collapse: Collapse; Table-Layout: fixed; }
a, a:active, a:visited	{ Color: black; Text-Decoration: none; }
a:hover					{ Color: blue; }

/*******************************************************************************
* Menu
*******************************************************************************/

.Menu {
	Height: 20px;
	Padding: 0px;
	Margin: 4px 0px 5px 40px;
	List-style-type: none;
}

.Menu li {
	Margin-right: 2px;
	Width: 130px;
	Float: left;
	Text-Align: center;
	Background-Color: #D3DCE3;
	Border: 1px solid #5A84A5;
}


/*******************************************************************************
* Global
*******************************************************************************/

.StatsTable					{ Width: 100%; Font-family: Verdana, Arial, Helvetica, sans-serif; Font-size: 12px; Border: 1px solid black; Background-Color: #D3DCE3; }
.StatsTable tr				{ Height: 20px; }
.StatsTable thead			{ cursor: pointer; }
.StatsTable thead,
.StatsTable tfoot			{ Font-Weight: bold; Background-Color: #D3DCE3; }
.StatsTable .headerSortUp	{ Color: green; }
.StatsTable .headerSortDown	{ Color: blue;}
.StatsTable .even			{ Background-Color: #E5E5E5; }
.StatsTable .odd			{ Background-Color: #D5D5D5; }
.StatsTable .Place			{ Width: 50px; Text-Align: center; }
.StatsTable .Count			{ Width: 80px; Text-Align: center; }
.StatsTable .CountL			{ Width: 80px; Text-Align: right; }
.StatsTable .User			{ Text-Align: left; }
.StatsTable .Dimension		{ Width: 110px; Text-Align: right }
.StatsTable .Rang			{ Width: 85px; Text-Align: center; }
.StatsTable .Date			{ Width: 80px; Text-Align: center; }

/*******************************************************************************
* Home
*******************************************************************************/

.WelcomeMsg {

	Margin: 30px auto 30px auto;
	Padding: 15px;
	Width: 700px;
	Height: 300px;

	Border: 1px solid black;
	Background-Color: white;

}
