/* Greenstyle.css
 * Das neue Design des LMS
 * 2002, 2003 by Leonidas
 * gradamani@surfeu.de
 */

/* Der weisse Hyperlink in der Navileiste*/ 
a.navi {
	color: White;
	text-decoration: none;
	/*font-family: verdana, arial, helvetica, sans-serif;
	font-size: x-small;*/
}
a:hover.navi {
	color: White;
	text-decoration: underline;
}
a:link.navi {
	color: White;
	text-decoration: none;
}

/* Die restlichen Hyperlinks mit dem Kastenefekt */
a.green {
	color: #006600;
	border: 1px;
	padding: 1px 2px;
	text-decoration: none;
}
a:hover.green {
	color: White;
	border: 1px solid black;
	background: #33CC66;
}

b.navi {
	color: White;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: x-small;
}

img.borderless {
	border: 0px;
}


/* Haupttabelle, beinhaltet alle anderen,
 * das ist auch die groesse der ganzen Seite */
table.content {
	text-align: left;
	width: 600px;
	border-spacing: 0px; 
}
/* Das muss auch bei einer aenderung von content geaendert werden */
table.middle {
  width: 600px;
  border-spacing: 0px;
}
/* Unten, die Leiste mit dem LMS PNG */
table.footer { width: 75%; }

/* Fuer Tabellen in den Threads, dazu muessen
 * aber die "span" c8 durch "div" c1 ersetz werden */
table.inline {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: x-small;
	border-spacing: 0px;
	width: 100%;
}

/* Das LMS Logo */
td.lms {
	text-align: center;
	width: 50%;
}
/* Hier das W3C Logo */
td.w3c { width: 50%; }
/* Platzhalter fur irgendein anderes Logo */
td.css { width: 0%; }

/* Der dunkelgruene Hintergrund */
td.bg { 
	background-color: #2D732B;
}
/* Diese kleinen, dunkelgruenen Kaestchen am Rand,
 * die scheinbar um die Ecke biegen */
td.edge { width: 20px; }
/* Die hellere Leiste mit dem Thema */
td.topic {
	background-color: #51A251;
	color: White;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: x-small;
}
/* Die Untere Leiste mit dem Text */
td.text {
	background-color: #81C081;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: x-small;
}

/* Nett, mit roemischen nummerierung :) */
ul.roman { list-style-type: upper-roman; }
/* Normal, mit quadrat */
ul.square { list-style-type: square; }
/* Fuer FAQs (die Tabellen) */
td.faq { vertical-align: top; }

/* Bilder im Text */
img.float {
	float: left;
	margin-right: 5px;
}


