/*/===========================================================================================================================
Projekt: ngk (template)
Datei: standard.css
------------------------------------------------------------------------------------------------------------------------------
copyright: Robert Rasche, spiderbyte 2006
------------------------------------------------------------------------------------------------------------------------------
Stylesheet für >> next generation konquest <<
===========================================================================================================================/*/

/* allgemeine Angaben */
body
{	background: #000000 url('graphics/bg.png') top left no-repeat;
	color: #BFBFBF; font: 10px Verdana,Arial,sans-serif normal justify;
	margin: 0px;
	}
/*/ Allgemeine Angaben /*/
img { border-style: none; vertical-align: middle;}
small { font-style: italic; }
p, li
{	font-size: 10px; text-align: justify;
	margin: 4px;}
/* Links */
a:link ,a:visited, a:active {color: #FFFFFF; text-decoration: none;}
a:hover {color: #FF7F00; text-decoration: none;}
/* Überschriften */
h1, h2, h3
{	display: block; height: 34px;
	background: url('graphics/titbar.png');
	padding: 8px; margin: 0px;
	color: #C0C0C0; font-weight: normal;
	}
	h1 {font-size: 20pt; }
	h2 {font-size: 16pt; }
	h3 {font-size: 14pt; }

h4, h5, h6
{	display: block;
	padding: 2px 4px; margin: 2px 0px; border-bottom: 1px solid #404040;
	font-weight: normal;
	}
	h4 {font-size: 14pt; }
	h5 {font-size: 12pt; }
	h6 {font-size: 10pt; }

/*/ Layout-Tabelle /*/
table.layout { width: 100%; margin: 0px; padding: 0px; overflow: hidden; }
table.layout td { margin: 0px; padding: 0px; border: 0px; vertical-align: top; background: none; }

/*/ Tabellen /*/
table.chart
{	width: 100%;
	overflow-y: scroll;
	margin-bottom: 4px; background: #181818;
	}
table.chart td
{	background: url('graphics/cell.png') bottom right no-repeat; background-color: #000000;
	vertical-align: middle; text-align: left;
	font-size: 10px;
	height: 16px; line-height: 12px;
	margin: 0px; padding: 0px 1px;

	} table.chart td td { background: none; border: none;}

table.chart th
{	background: url('graphics/button.png');
	text-align: left;
	font-size: 11px; font-weight: normal;
	height: 20px;
	margin: 0; padding: 0px; white-space: nowrap;
	}

/* Steuerknöpfe in Tabellen */
table.chart tr td.button
{	padding: 0px;
	width: 12px;
	text-align: center;
	background-color: #000000;
	}
table.chart td.button a:hover
{	font-weight: bold;
	}


table.chart th input { margin: 0px; background-color: #404040; border: none; padding: 0px; height: 14px; width: 13px; }

/*/ Formulare /*/
form
{ margin: 0px; border: 0px; }
textarea, input, select
{	color: #AFAFAF; font: 10px Verdana,Arial,sans-serif;
	border: 1px solid #404040; padding: 1px 2px; margin: 1px;
	background: url('graphics/cell.png') bottom right no-repeat; background-color: #000000;
	}
form table.layout tr td:first-child /* label-felder*/ { text-align: right; width: 40%; padding: 3px; }
form table.layout tr.spacer td { text-align: center; }

table td.label { padding-right: 4px; text-align: right; } /* Für Label */
table.layout td.value { padding-left: 4px; text-align: left; font: 11px Courier italic; color: #FFFFFF; } /* Für Werte */

input[type=checkbox],
input.noframe { border: none; background: none; vertical-align: middle; margin: 2px;}

a.button, input.button
{	background: url('graphics/button.png'); border: 1px solid #404040;
	padding: 3px; margin: 1px 2px; white-space: nowrap;
	color: #C0C0C0;
	}
a.button:hover, input.button:hover
{ background: url('graphics/button.hover.png'); color: #FFFFFF; }

select { padding: 0px; }

ul.dialog_options { line-height: 32px; text-align: center; }
ul.dialog_options li { list-style: none; display: inline; padding: 16px 8px; }

/*/ UniQue /*/
#banner
{	display: block; height: 34px; padding: 8px;
	background: url('graphics/titbar.png');
	}
#banner div#title
{	height: 50px;
	padding-left: 385px; padding-top: 20px;
	color: #C0C0C0;  font-size: 16px;
	background: url('graphics/banner.png') no-repeat;
	}
#banner span#version { font-size: 8px; }

#banner div#partner { position: absolute; right: 8px; top: 8px; }

#content
{	margin: 0px 20px;
	}
#bottom
{	width: 70%;
	margin: 16px 15% 0px 15%; border-top: 1px solid #404040;
	text-align: center;
	}
