/* ================================================ */
/* ================= body-tags ==================== */

body {
/*	scrollbar-face-color: #eeeeee; */
/*	scrollbar-arrow-color: red; */
/*	scrollbar-base-color: #eeeeee; */
/*	scrollbar-highlight-color: #eeeeee; */
/*	scrollbar-shadow-color: #eeeeee; */
/*	scrollbar-3dlight-color: #006699; */
/*	scrollbar-track-color: #eeeeee; */
/*	scrollbar-darkshadow-color: #006699; */
/*	background-image: url(red.gif); */
/*	background-repeat: no-repeat; */
/*	background-attachment: fixed; */
/*	background-position: top left; */
	background-color: rgb(255,255,255);
/*	zoom: 1; */
/*	color: #006699; */
/*	font-family: arial, helvetica, sans-serif, geneva, lucida, verdana; */
/*	font-size: 9pt; */
	margin-left: 0pt;
	margin-right: 0pt;
	margin-top: 36pt;
	margin-bottom: 10pt;
	line-height: 1;
/*	text-align: left; */
}


/* ================================================ */
/* ================= font-tags ==================== */

h1, h2, h3, h4, h5, h6, p, a, ul, ol, li, div, table, tbody, tr, td, th, address, blockquote, nobr, b, i {
	font-family: arial, helvetica, sans-serif, geneva, lucida, verdana;
}

table, tbody, tr, td {
	margin-left: 0pt;
	margin-right: 0pt;
	margin-top: 0pt;
	margin-bottom: 0pt;
}

h1, h2, h3, h4, h5, h6, p, ul, ol, li {
	margin-left: 6pt;
	margin-right: 6pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
}

h1, h2, h3, h4, h5, h6, p, ul, ol, li, div, td, th, address, blockquote, nobr, b, i {
	color: green;
}

em {
/*	background-color: #eeeeee; */
}

p {
	font-size: 9pt;
	line-height: 1.5;
}

p.firstline:first-line {
	font-weight: bold
}

p.firstletter:first-letter {
	font-size: 200%;
	color: red
}

a:link, a:visited, a:active {
	font-size: 9pt;
	color: green;
	text-decoration: underline;
}

a:hover, a:focus {
	font-size: 9pt;
	color: green;
	text-decoration: underline;
	font-weight: normal;
}

ul {
	margin-left: 18pt;
	font-size: 9pt;
	list-style-type: square;
	list-style-position: outside;
}

ol {
	margin-left: 18pt;
	font-size: 9pt;
	list-style-position: outside;
}

img.left {
	float: left;
}

img.right {
	float: right;
}

h1 {
	font-size: 18pt;
	margin-top: 24pt;
	margin-bottom: 14pt;
	font-weight: bold;
	line-height: 1;
}

h2 {
	font-size: 16pt;
	margin-top: 22px;
	margin-bottom: 12px;
	font-weight: bold;
}

h3 {
	font-size: 14pt;
	margin-top: 20px;
	margin-bottom: 10px;
	font-weight: bold;
}

h4 {
	font-size: 12pt;
	margin-top: 18px;
	margin-bottom: 8px;
	font-weight: bold;
}

h5 {
	font-size: 10pt;
	margin-top: 16px;
	margin-bottom: 6px;
	font-weight: bold;
}

h6 {
	font-size: 9pt;
	margin-top: 14px;
	margin-bottom: 0px;
	font-weight: bold;
}


/* ================================================ */
/* ================= table-tags =================== */

td {
/* keine line-height wegen td höhe1 (grüne linie im netscape!) */
	font-size: 9pt;
}

th {
	background-color: #99cc99;
	font-size: 9pt;
}

.teaser {
	border-bottom: green 1px solid;
	border-left: green 1px solid;
	border-right: green 1px solid;
	border-top: green 1px solid
}

.teaserhead {
	margin-left: 6pt;
	font-weight: bold;
	background-color: #eeeeee;
}


/* ================================================ */
/* ============ input-tags ======================== */


textarea {
	font-family:courier, courier new;
	font-size:9pt;
	color: grey;
	font-weight: normal;
	border-bottom: green 1px solid;
	border-left: green 1px solid;
	border-right: green 1px solid;
	border-top: green 1px solid
}

select {
	font-family:arial, geneva, lucida, helvetica, sans-serif;
	font-size:9pt;
	color: green;
	font-weight: normal;
	border-bottom: green 0px solid;
	border-left: green 0px solid;
	border-right: green 0px solid;
	border-top: green 0px solid
}

input {
	font-family:courier, courier new;
	font-size:9pt;
	COLOR: grey;
	font-weight: normal;
	border-bottom: green 1px solid;
	border-left: green 1px solid;
	border-right: green 1px solid;
	border-top: green 1px solid
}

input.blank {
	border-style:none;
	border-width:0px;
}

input.green {
	border-style:none;
	border-width:0px;
	background-color: #99cc99;
}

input.button {
	font-family:arial, geneva, lucida, helvetica, sans-serif;
	font-size:9pt;
	color: green;
	font-weight: normal;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1pt;
	background-color: #cccccc;
	border-bottom: #eeeeee 1px outset;
	border-left: #eeeeee 1px outset;
	border-right: #eeeeee 1px outset;
	border-top: #eeeeee 1px outset;
}

/* ================================================ */
/* =============== classes ======================== */

.title {
	color: green;
	font-size: 16pt;
	font-weight: normal;
	margin-left: 6pt;
	margin-top: 0pt;
	margin-bottom: 0pt;
/*	text-transform: lowercase; */
}

<!-- ====== navigation links ======= -->

.navi, a:visited.navi, a:active.navi {
	text-decoration: underline;
	font-weight: bold;
	line-height: 1.8;
	letter-spacing: 1;
	color: green;
	margin-left: 0pt;
}

a:hover.navi {
	text-decoration: underline;
	font-weight: bold;
}

<!-- ====== links MainMenu ======= -->

.menumain {
	color: green;
	font-size: 11pt;
	font-weight: bold;
	text-decoration: none;
	margin-left: 0pt;
}

<!-- ====== links SubMenu ======= -->

a:link.menusub, a:visited.menusub, a:active.menusub {
	color: #ffffff;
	text-decoration: none;
	margin-left: 0pt;
}

a:hover.menusub {
}

<!-- ====== links SubSubMenu ======= -->

a:link.menusubsub, a:visited.menusubsub, a:active.menusubsub {
	color: green;
	text-decoration: none;
	margin-left: 0pt;
}

a:hover.menusubsub {
}

.help {
	cursor: help;
}

.white {
	color: white;
}

.teasertext {
	line-height: 1.4;
}

.red {
	color: red;
}

.grey {
	color: #cccccc;
	background-color: white;
}


a:link.redact, a:visited.redact, a:active.redact {
	color: red;
	font-weight: bold;
	text-decoration: none;
}

a:hover.redact {
	color: white;
	font-weight: bold;
	background-color: red;
	text-decoration: none;
}

a:link.ticker, a:visited.ticker, a:active.ticker {
	color: green;
	text-decoration: none;
}

a:hover.ticker {
	color: green;
	text-decoration: underline;
}

.macnavi {
	font-size: 11pt;
	margin-top: 0px;
	font-weight: bold;
	text-decoration: none;
}

