/* File: ksm.css */

/* ------------------------- FORMATINFO START ----------------------------- */
/*	font-family	: Times, "Times New Roman", serif;		*/
/*	font-style	: normal;					*/
/*	font-variant	: normal;					*/
/*	font-size	: 10pt;			# Z.-Breite		*/
/*	line-height	: 12pt;						*/
/*	font-stretch	: normal;		# n. a. Br.		*/
/*	font-weight	: normal;		# S.-Staerke		*/
/*	font		: bold, 10pt/12pt, Helvetica;	# mult. Def.	*/
/*	word-spacing	: 8pt;			# n. a. Br.		*/
/*	letter-spacing	: 0pt;			# n. a. Br.		*/
/*	text-align	: left;			center; right;		*/
/*	text-decoration	: none;						*/
/*	text-shadow	: none;			# n. a. Br.		*/
/*	text-transform	: none;						*/
/*	color		: #000000;					*/
/*	white-space	: normal;		# (Pre)Format		*/
/*	background-attachment	: fixed;				*/
/*	margin-top	: 10px;			# Abst. Z. - Fenst.	*/
/*	margin-bottom	: 10px;			# Abst. Z. - Fenst.	*/
/*	margin-left	: 10px;			# Abst. Z. - Fenst.	*/
/*	margin-right	: 10px;			# Abst. Z. - Fenst.	*/
/*	margin		: 10px;			# alle Def.		*/
/*	padding-top	: 0px;			# Abst. Z. - Elrahm.	*/
/*	padding-bottom	: 0px;			# Abst. Z. - Elrahm.	*/
/*	padding-left	: 0px;			# Abst. Z. - Elrahm.	*/
/*	padding-right	: 0px;			# Abst. Z. - Elrahm.	*/
/*	padding		: 0px;			# alle Def.		*/
/* ------------------------- FORMATINFO STOP ------------------------------ */

body {
	font-family	: "Century Schoolbook", "Times New Roman", serif;
	font-style	: normal;
	font-variant	: normal;
	font-size	: 12pt;
	line-height	: 14pt;
	font-weight	: normal;
	letter-spacing	: 0pt;
	text-decoration	: none;
	text-transform	: none;
	color		: #000000;
	white-space	: normal;
	background-attachment	: fixed;
	margin-top	: 10px;
	margin-bottom	: 10px;
	margin-left	: 10px;
	margin-right	: 10px;
	padding-top	: 0px;
	padding-bottom	: 0px;
	padding-left	: 0px;
	padding-right	: 0px;
}

tt {
	font-family	: "Luxi Mono"; "Courier New", monospace;
	font-size	: 9pt;
	line-height	: 11pt;
	font-weight	: normal;
	letter-spacing	: 1pt;
	text-decoration	: none;
	text-transform	: none;
	color		: #000000;
	white-space	: pre;
}

h1 {
	font-family	: "Century Schoolbook", "Times New Roman", serif;
	font-size	: 32pt;
	line-height	: 38pt;
	font-weight	: 500;
	margin-top	: 8px;
	margin-bottom	: 8px;
}

h2 {
	font-family	: "Century Schoolbook", "Times New Roman", serif;
	font-size	: 26pt;
	line-height	: 32pt;
	font-weight	: 400;
	margin-top	: 8px;
	margin-bottom	: 8px;
}

h3 {
	font-family	: "Century Schoolbook", "Times New Roman", serif;
	font-size	: 20pt;
	line-height	: 24pt;
	font-weight	: 300;
	margin-top	: 8px;
	margin-bottom	: 8px;
}

h4 {
	font-family	: "Century Schoolbook", "Times New Roman", serif;
	font-size	: 14pt;
	line-height	: 18pt;
	font-weight	: 200;
	margin-top	: 6px;
	margin-bottom	: 6px;
}

h5 {
	font-family	: "Century Schoolbook", "Times New Roman", serif;
	font-size	: 8pt;
	line-height	: 10pt;
	font-weight	: 100;
	margin-top	: 6px;
	margin-bottom	: 6px;
}

img {
	border		: none;
}

ul#navi {
	width		: 10em;
	margin		: 0;
	padding		: 0.4em;
	border		: 1px solid black;
	background-color: silver;
}

/* Korrekturen fuer IE 5.x */
* html ul#navi {
	width		: 11.6em;
	w\idth		: 10em;
	padding-left	: 0em;
	padd\ing-left	: 0.4em;
}

ul#navi li {
	list-style	: none;
	margin		: 0;
	padding		: 0;
}

ul#navi a {
	display		: block;
	margin		: 0;
	padding		: 0.4em;
	text-decoration	: none;
	font-weight	: bold;
	border		: 1px solid black;
	border-left-color: white;
	border-top-color: white;
	color		: blue;
	background-color: #b0b0b0;
}

/* Breitenangaben nur fuer IE */
* html ul#navi a {
	width		: 100%;
	w\idth		: 8.8em;
}

/* noch nicht besuchter link */
ul#navi a:link {
	color		: blue;
}

/* bereits besuchter link	*/
/* ul#navi a:visited {		*/
/*	color		: blue;	*/
/* }				*/

/* wenn link focus erhaelt */
ul#navi a:focus {
	color		: red;
}

/* wenn die maus auf link steht */
ul#navi a:hover {
	border-color	: white;
	border-left-color: black;
	border-top-color: black;
	color		: maroon;
	background-color: gray;
}

/* wenn link gerade angeclickt ist */
ul#navi a:active {
	color		: yellow;
}

/* ------------------------- KLASSEN -------------------------------------- */
.sw {
	color		: #000000;
}

.ws {
	color		: #FFFFFF;
}

.swws {
	color		: #000000;
	background-color: #FFFFFF;
}

.wssw {
	color		: #FFFFFF;
	background-color: #000000;
}

.float {
	white-space	: normal;
}
