body {
	font-family: Arial, Tahoma, Verdana, Geneva, Helvetica, sans-serif;
	background-color: White;
	color: Black;
	text-align: left;
}
/* envelope ist haupt-div fuer text usw. */
div.envelope {
	width: 100%;
}
/* head tags in envelope */
.envelope h1 {
	background: #B0C4DE;
	font-family: Verdana, Tahoma, Arial, Geneva, Helvetica, sans-serif;
	font-weight: bold;
	font-size: x-large;
	color: Black;
	padding: 0 0 2px 2px;
	margin: 0 0 10px 0;
	text-align: left;
}
.envelope h2 {
	background: #DBEAF5;
	font-family: Verdana, Tahoma, Arial, Geneva, Helvetica, sans-serif;
	font-weight: bold;
	font-size: large;
	color: Black;
	padding: 0 0 2px 2px;
	margin: 0 0 10px 0;
	text-align: left;
}
.envelope h3 {
	font-family: Verdana, Tahoma, Arial, Geneva, Helvetica, sans-serif;
	font-weight: bold;
	font-size: medium;
	color: Black;
	padding: 0 0 2px 2px;
	margin: 0 0 10px 0;
	text-align: left;
	/*border-bottom: 1px dotted Gray;*/
}
.envelope h4 {
	font-family: Verdana, Tahoma, Arial, Geneva, Helvetica, sans-serif;
	font-weight: bold;
	color: Black;
	padding: 0 0 2px 2px;
	margin: 0 0 10px 0;
	text-align: left;
	/*border-bottom: 1px dotted Gray;*/
	font-style: italic;
}
.envelope a {
	text-decoration: none;
}
.envelope a:link, .envelope a:visited {
	text-decoration: none;
}
.envelope a:hover, .envelope a:focus {
	text-decoration: underline;
}
/* TOC (Table Of Contents) in der seite */
.toc {
	font-size: small;
	text-decoration: none;
}
.toc ul {
	color: #001E5B;
	margin: 0 0 0 10px;
}
.toc ul, .toc li {
	color: #001E5B;
	list-style: none;
}
.toc li {
  	padding: 1px 0 2px 10px;
}
.toc a {
	/* color: #708090; */
	text-decoration: none;
  	/*float: left;
	padding: 0 0 10px 0;*/
	padding-left: 3px;
	padding-right: 3px;
}
.toc a:link, .toc a:visited {
	text-decoration: none;
	/* color: #708090; */
}
.toc a:hover, .toc a:focus {
	font-weight: bold;
	color: Black;
	text-decoration: none;
	background-color: #e8e8e8;
	border-bottom: 1px solid black;
	border-right: 1px solid black;
}
#gotop {
	position: fixed;
	width: 90%;
	padding-right: 200px;
	bottom: 10px;
	text-align: right;
	font-size: 8pt;
	font-weight: bold;
	color: Black;
}
#gotop a {
	font-weight: bold;
	text-decoration: none;
	color: Black;
}
#gotop a:link, #gotop a:visited {
	font-weight: bold;
	text-decoration: none;
	color: Black;
}
#gotop a:hover, #gotop a:focus {
	font-weight: bold;
	text-decoration: underline;
	color: Blue;
}
/* andere objekte */
.wrapleft {
	text-align: left;
}
.wrapcenter {
	text-align: center;
}
.wrapright {
	text-align: right;
}
.invisible {
	position: absolute;
	left: -9999px;
}
div.gmenucontainer, div.footmenu { 
	display: none;
}
div.footer {
	page-break-before: always;
	margin-top: -30px;
	vertical-align: top;
	/*display: none;*/
	width: 870px;
	text-align: left;
	font-size: 75%;
	color: silver;
	background-color: White;
	border-top: 1px dotted silver;
	padding: 2px 5px 2px 5px;
}
.footer a {
	color: #708090;
	text-decoration: none;
}
div.patoninfo {
	display: none;
	/*page-break-before: always;*/
}
/* patonline */
.buttons, .submitorder, .loginok, .searchok {
	text-align: center;
}
div.visitors {
	display: none;
}
