body {
	background-color: none;
	}
a {
	font-family: sans-serif;
	font-size: 100%;
	color: black;
	font-family: sans-serif;
	font-size: 100%;
	text-decoration: none;
	font-style: normal;
	font-weight: bolder;
}
a:hover {
	color: orange;
	font-family: sans-serif;
	font-size: 100%;
	font-style: normal;
	font-weight: bold;
}

.line {
	color: #006400;
	border-bottom-color: #006400;
	border-bottom-style: solid;
	border-bottom-width: 15;
}

.logo {
	color: #006400;
	font-family: Palatino;
	font-size: 450%;
}
.Txt_High {
	color: orange;
	font-family: verdana;
	font-size: 85%;
}
.txt_INFO {
	color: gray;
	font-family: sans-serif;
	font-size: 90%;
}
.txt_Info_Small {
	color: green;
	font-family: Sans-serif;
	font-size: 80%;
}
.txt_Info_Small_b {
	color: #708090;
	font-family: verdana;
	font-size: 80%;
}
.txt_spec1 {
	color: black;
	font-family: verdana;
	font-size: 70%;
	font-weight: bold;
}
h1, h2, h3, h4, h5, h6 {
	color: #006400;
	font-family: sans-serif;
	font-weight: lighter;
}
h1 {
	font: 215%;
	color: orange;
}
h2 { font: 115%}
h3 { font: 80%}
h4 { font: 80%}
h5 { font: italic 100%}
h6 { font: small-caps 100%}


.txt_Info_XL {
	font-size: 200%;
	color: #3D598B;
	font-family: serif;
}

}.txt_inf_SWEET {
	color: #708090;
	font-family: Garamond;
	font-size: 125%;
	font-style: italic;
}

/* erste Tabelle aus Seite 62 IP Mai 2006 *
<table class="nav">
<tr><td><a href="nachrichten".html">
Nachrichten</a></td></tr>
<tr><td><a href="computer".html">
Computer-News</a></td></tr>
<tr><td><a href="medien".html">
Medien-News</a></td></tr>
</table>

/* erste Tabelle aus Seite 62 IP Mai 2006 *
<table class="nav">
<tr><td><a href="nachrichten".html">
Nachrichten</a></td></tr>
<tr><td><a href="computer".html">
Computer-News</a></td></tr>
<tr><td><a href="medien".html">
Medien-News</a></td></tr>
</table>
+++
** ist wohl html! ;-)
+++
/* zweite Tabelle aus Seite 62 IP Mai 2006 */

.nav {
	float: left;
	width: 134 px;
	line-height: 12px;
	border: 1px dotted #d3d3d3;	
}
.nav a {
	display: block;
	padding: 1px 0px 0px 10px;
	font: 11px , Courier;
	line-height: 18px;
	color:#505050;
	background: #FAFAFA;
	text-decoration: none;
}
.nav a:hover {
	color: #ffffff;
	background-color: #999999;
}
.leer {
   background-color: #d3d3d3;
   line-height: 1px;	
}
