/*	-------------------------------------------------	*/
/*	 Papier.Css Version 12 pkh@webseitenbetreuung.de	*/
/*	----------------- 28. Juni 2005 -----------------	*/
/*	allgemeine Hintergrundformatierung			*/
body	{ color: black;
	  font-family: Helvetica, Arial, sans-serif;
	  background: #ffd080;
	  background-color: #ffd080;
}

/*	Die Titelzeile						*/
h1	{ font-family: Helvetica, Arial, sans-serif;
	  font-variant: small-caps;
	  margin: 6px;
	  text-align: center;
	  color: black;	}
h1 big 	{ font-size: 120%;
	}
h1 small { font-size: 100%;
	}
h2	{ font-family: Helvetica, Arial, sans-serif;
	  font-variant: small-caps;
	  margin-top: 6px;
	  margin-left: 0px;
	  margin-right: 0px;
	  margin-bottom: 6px;
	  text-align: left;
	  color: black;	}
h2 big 	{ font-size: 120%;
	}
h2 small { font-size: 110%;
	}

h3	{ font-family: Helvetica, Arial, sans-serif;
	  font-variant: small-caps;
	  margin: 6px;
	  text-align: left;
	  color: black;	}
h3 big 	{ font-size: 120%;
	}
h3 small { font-size: 110%;
	}


/*	Der Untertitel 'i'ngenieur'b'uero			*/
.ib	{ font-variant: small-caps;
	  text-align: center;
	  margin: 4px;}

/*	Seiteninhalt, Tabelle 					*/
table	{ table-layout:fixed;}
table.t	{ table-layout:auto;}
th	{ font-family: Helvetica, Arial, sans-serif;
	  text-align: left;
	  vertical-align: top;}
td	{ font-family: Helvetica, Arial, sans-serif;
	  vertical-align: top;}

/*	Seiteninhalt, Tabelle 'l'inke 's'eite			*/
td.ls	{ font-family: Helvetica, Arial, sans-serif;
	  text-align: right;}

/*	Seiteninhalt, Tabelle 'r'echte 's'eite			*/
td.rs	{ font-family: Helvetica, Arial, sans-serif;
	  text-align: left;}

/*	Seiteninhalt, Tabelle 'l'inke 's'eite			*/
td.s1	{ font-family: Helvetica, Arial, sans-serif;
	  text-align: right;
	  vertical-align: middle;}

/*	Seiteninhalt, Absatz					*/
p	{ margin-top: 4px;
	  margin-left: 0px;
	  margin-right: 0px;
	  margin-bottom: 4px;}

/*	Seiteninhalt, 'me'hr					*/
.me	{ text-align: right;}

/*	Seiteninhalt, 'no'br					*/
.no	{ white-space: nowrap;}

/*	Seiteninhalt, Listen					*/
ul	{ margin: 4px;}
ul.tu	{ font-family: Helvetica, Arial, sans-serif;
	  margin-left: 28pt;
	  margin-top: 0pt;
	  margin-bottom: 4pt;
	  margin-right: 0pt;}
li.tu	{ list-style-type: disk;	/* 'Tu'ning		*/
	  margin: 2px;}
dl	{ margin: 4px;}
dt	{ font-weight: bold;}

/*	Seiteninhalt, Adressfeld				*/
td.adr	{ border-width:2px;
	  border-style:solid;
	  border-color:#000;
	  background: #fff;
	  background-color: #fff;}

/*	------------------------------------------------	*/
/*	Link-Klassen und Farben					*/
.st	{ color: #000;			/* 'St'andard		*/
	  background: #ffd080;
	  text-decoration: underline;}
.im	{ color: #000;			/* 'Im'pressum		*/
	  text-decoration: none;
	  white-space: nowrap;}
.n1	{ color: #666;			/* 'Nav'igation 1	*/
	  font-weight: 600;
	  text-decoration: none;}
.n2	{ color: #111;			/* 'Nav'igation 2	*/
	  font-weight: 600;
	  text-decoration: none;}
a:link	{ background: #ffd080; color:#000; text-decoration: underline;}
a:visited {background: #ffd080; color:#000; text-decoration: underline;}
a:hover { background: #Ccf;  color:#000; text-decoration: none;}
a:active {background: #ffd080; color:#000; text-decoration: underline;}
/*	------------------------------------------------	*/
