/* formate.css */
body {
	background-color: #EFEFEF;
	color: black;
}

a:link,
a:visited {
	text-decoration: none;
	color: #008A9C;
}

a:focus {
	text-decoration: none;
	color: #F78A00;
}

a:active {
	text-decoration: none;
	color: #F78A00;
}

body, h1, h2, h3, h4, h5, h6, p, b, ul, ol, li, th, td, caption, sub, sup {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

p, b, ul, ol, li, th, td, caption, sub, sup {
	font-size: 10pt;
}

h1 {
	font-size: 12pt;
	font-weight: bold;
}

h2 {
	font-size: 11pt;
	font-weight: bold;
	margin-left: 1em;
}

/* für Nachtrag etc. */
h3 {
	font-size: 10pt;
	font-weight: bold;
	margin-left: 1em;
	margin-bottom: 1em;
}
 
/* Datum- und Copyright-Zeile */
small {
	font-size: 8pt;
}

/* Formeln und Quellcodes */
tt, pre {
	font-family: "Courier New", Courier, monospace;
	font-size: 10pt;
}

/* Formatierung der Textboxen */
.text {
	background-color: white;
	padding: 15px;
}

.text ul {
	list-style-type: square;
}

.text a {
	font-weight: bold;
}

.text a:hover {
	text-decoration: underline;
	color: #F78A00;
}

/* Formatierung der Navigationslisten */
.navi {
	background-color: transparent;
	margin-left: -10px;
	padding: 0px;
}

.navi ul {
	background-color: transparent;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.navi li {
	background-color: transparent;
	margin: 0px 0px 5px 10px;
	padding: 0px;
}

.navi a,
.navi span {
	background-color: #CECFCE;
	margin: 0px 0px 5px 0px;
	width: 125px;
	display: block;
	padding: 3px 3px 3px 10px;
	border-top: solid 1px silver;
	border-right: solid 2px gray;
	border-bottom: solid 2px gray;
}

* html .navi a,
* html .navi span {
	width: 150px;
	w\idth: 125px;
}

.navi a {
	border-left: solid 10px #008A9C;
}

.navi span {
	border-left: solid 10px #F78A00;
}

.navi a:hover {
	background-color: #DFDFDF;
	padding: 4px 2px 2px 11px;
	border-left-width: 11px;
	border-top: solid 2px gray;
	border-right: solid 1px silver;
	border-bottom: solid 1px silver;
}

/* Formatierung der Werbung */
.ads-left {
	background-color: transparent;
	padding-top: 20px;
	padding-left: 20px;
}

.ads-text {
	background-color: transparent;
	padding-top: 5px;
}

/* formate.css */
