/*
 * Stylesheet definitions for PingNet.DE
 * This minimal definitions should be compatible even with Netscape Navigator 4
 * 2005-08-02, alex@PingNet.DE
 */

BODY {
	font-family: Geneva, sans-serif;
	background: white;
	color: black;
}

DIV.Logo {
	text-align: right;
	border-bottom: 1px solid black;
}

DIV.Nav {
	border-bottom: 1px solid black;
	padding-bottom: 1em;
}

H1, H2, H3, H4, H5, H6 {
	font-family: Verdana, sans-serif;
	font-weight: bold;
}

H1 { font-size: 1.6em; }

H2 { font-size: 1.2em; }

H3 { font-size: 1.1em; }

H4, H5, H6 { font-size: 1.0em; }

TABLE {
	border-collapse: collapse;
}
	
TD, TH {
	text-align: left;
	vertical-align: top;
}

TABLE.list {
	border: 1px solid black;
}

TABLE.list TH {
	color: black;
	background: #eee;
}

TABLE.leftList TH { text-align: right; }

TABLE.list TR:hover { background: #fee; }

TABLE.footer {
	font-size: 0.8em;
	color: gray;
}

IFRAME {
	border: 1px solid gray;
}

P.Error {
	color: red;
	background: transparent;
}

P.OK {
	color: #080;
	background: transparent;
}

/* -eof- */
