/*
StyleSheet - Industrieclub Sachsen - PRINT
webit! Gesellschaft für neue Medien mbH - www.webit.de
März 2005
*/



p#domizil,
ul#navigation,
p.img,
hr {
	display: none;
	}



a img {
	border: 0 none;
	}

/* ----------------------------------------------------------------- LOGO --- */

h1 {
	text-align: center;
	}

/* ----------------------------------------------------------------- TYPO --- */

#content {
	margin: 0 11%; 
	position: relative;
	top: 21pt;
	/* overflow */
	padding: 0 30pt;
	}

* {
	font-family: Georgia, Times, serif;
	}

h2 {
	font-size: 11pt;
	font-variant: small-caps;
	}
h3 {
	font-size: 9pt;
	line-height: 13pt;
	font-weight: normal;
	color: rgb(238,121,0);
	}
p {
	font-size: 9pt;
	line-height: 13pt;
	}
a {
	color: rgb(0,0,0);
	/* Opera */
	text-decoration: underline;
	}
acronym {
	border: 0 none;
	/* Safari */
	font-style: normal;
	}

/* --- Liste (Personen) --- */

dl {
	font-size: 9pt;
	line-height: 13pt;
	}
dt {
	padding-top: 13pt;
	}
dd {
	margin-left: 21%;

	padding-top: 6pt;
	}
* html dd {
	margin-left: 13%;
	}

/* --- Tabelle (Termine) --- */

table {
	margin-top: 18pt;
	font-size: 9pt;
	line-height: 13pt;
	border-collapse: collapse;
	border-spacing: 0;
	}
th {
	vertical-align: top;
	text-align: left;
	font-weight: normal;
	width: 20%;
	}
td {
	padding-bottom: 13pt;
	}
tfoot td {
	text-align: center;
	padding-bottom: 0;
	}
