/* ============== Stylesheet f�r alle Browser ============== */

BODY, HTML {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	background-color: #FFFFFF;
	font-family: verdana;
	font-size: 11px;
	line-height: 16px;
	font-weight: normal;
	color: #666666;
}

IMG {
	border: 0px;
}

H1 {
	color: #666666;
	font-size: 18px;
	line-height:23px;
	margin: 20px 0px 0px 0px;
	font-weight: normal;
}

H2 {
	color: #EE7F00;
	font-size: 12px;
	line-height:17px;
	margin: 36px 0px 8px 0px;
	font-weight: bold;
}

H3 {
	color: #666666;
	margin: 48px 0px -12px 0px;
	padding: 0px;
	font-family: verdana;
	font-size: 12px;
	line-height: 17px;
	font-weight: bold;
}

P {
	margin: 16px 0px 16px 0px;
	padding: 0px;
	font-family: verdana;
	font-size: 11px;
	line-height: 16px;
	font-weight: normal;
	color: #666666;
}

A {
	text-decoration: none;
	color:#324A9C;
}

A:hover {
	text-decoration: underline;
	color:#324A9C;
}

FORM {
	margin: 0px;
	padding: 0px;
}

TD {
	font-family: verdana;
	padding: 3px;
	color: #666666;
	vertical-align: top;
	text-align:left;
	font-size: 10px;
	line-height: 15px;
	background-color: #FFFFFF;
}

TD.zeile {
	background-color: #EDEDED;
}

TABLE.table_list tr:nth-of-type(2n - 1) td {
	background-color: #EDEDED;
}


/*TABLE.table_list_klein tr:nth-of-type(2n - 1) td {*/
	/*background-color: #EDEDED;*/
/*}*/

TD.stats {background-image:url(../images/layout/statistik_bg.png); background-position:top; background-repeat:repeat-x; position:relative;}
TD.stats_zeile {background-color: #EDEDED; background-image:url(../images/layout/statistik_bg.png); background-position:top; background-repeat:repeat-x; position:relative;}


TD.zeile_select {
	background-color: #EE7F00;
	color: #FFFFFF;
}

TH {
	font-family: verdana;
	padding: 3px;
	color: #FFFFFF;
	vertical-align: top;
	text-align:left;
	font-size: 11px;
	line-height: 16px;
	background-color: #666666;
}

INPUT, TEXTAREA, SELECT {
	font-family: verdana;
	font-size: 10px;
	line-height: 15px;
	font-weight: normal;
	color: #666666;
	border: 1px solid #7F9DB9;
}

INPUT.checkbox { border: 0px; }

INPUT, SELECT {
	padding: 2px;
}

INPUT.tri-state-checkbox {
	background-color: transparent;
	font-size: 18px;
	width: 32px!important;
	border: none;
	text-align: center;
}

