/*

	CSS Stylesheet für den CSS Contest

	Name:			RGB
	Autor:			fphilipe
	ID:			1098553245
	Eingesendet:		23.10.2004/19:40
	Besitzer:		YToyOntpOjA7czo4OiIzZWNhNTU1NCI7aToxO2k6MTA5ODQ4MjQwMDt9

*/

/* Philipe Fatio <philipe@bluewin.ch> */

html {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	margin: 25px;
	cursor: default;
	text-align: center;
	background: #f6f6f6;
}

body {
	margin: 0 auto;
	padding: 10px;
	border: 1px solid #ddd;
	text-align: left;
	width: 750px;
	background: #fff;
}

p, address {
	margin: 1em 10px;
}

h1 {
	margin: 0;
	padding: 5px 25px;
	background: #009046;
	color: #fff;
	border-bottom: 1px solid #ddd;
	font-family: Trebuchet MS, serif;
	font-size: 150%
}

#sheets h1, #foo_aktien h1 {
	background: #AC0004;
}

/* TOP */

#top h1 {
	margin: 0 0 10px 0;
	padding: 20px 20px 20px 60px;
	font-size: 200%;
	border: 1px solid #ddd;
	background: #0066CC;
	color: #fff;
	font-weight: normal;
}

#top h1:after {
	display: block;
	font-size: 60%;
	content: "Style: \"RGB\" von fphilipe";
}

#top h1:before {
	display: block;
	font-size: 60%;
	content: " www.webmasterpro.de präsentiert";
}

/* NAVI */

#toc h2 {
	display: none;
}

#toc ul {
	background: #eee;
	border: 1px solid #ddd;
	text-transform: uppercase;
	list-style: none;
	margin: 0 0 10px 0;
	padding: 5px 0;
}

#toc li {
	display: inline;
	margin: 0;
	padding: 0;
}

#toc a {
	padding: 0 6px 0 10px;
	border-left: 1px solid #666;
}

#toc li:first-child a {
	padding: 0 6px 0 10px;
	border-left: 0;
}

#toc a:link, #toc a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #666;
}

#toc a:hover, #toc a:active {
	color: #999;
}

#toc li ul {
	display: none;
}

/* CONTENT */

#content {
	position: relative;
}


#content:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* UEBER */

#ueber {
	float: left;
	margin: 0 0 10px 0;
	width: 488px;
	padding: 0;
	background: #FcFcFc;
	border: 1px solid #ddd;
}

/* BLINDTEXT */

#blindtext {
	clear: left;
	margin: 0;
	width: 488px;
	padding: 0;
	background: #FcFcFc;
	border: 1px solid #ddd;
}

#blindtext p {
	text-align: justify;
}

/* SHEETS */

#sheets {
	float: right;
	margin: 0 0 10px 0;
	background: #FcFcFc;
	border: 1px solid #ddd;
	width: 248px;
}

#sheets ol {
	margin: 10px;
	padding: 0;
	list-style: none;
}

#sheets li {
	height: 2.5em;
	margin: 2px 0;
	border-bottom: 1px solid #ddd;
	text-align: right;
}

#sheets li:last-child {
	border-bottom: 0;
}

#sheets a:link, #sheets a:visited {
	color: #666;
	text-decoration: none;
	text-align: left;
}

#sheets a:hover, #sheets a:active {
	color: #999;
	text-decoration: none;
}

#sheets a[href*="sheet"] {
	display: block;
}

#sheets_manage {
	display: none;
}

/* FOO_AKTIEN */

#foo_aktien {
	clear: right;
	float: right;
	background: #FcFcFc;
	border: 1px solid #ddd;
	width: 248px;
}

/* COUNTER */

#counter {
	display: none;
}

acronym {
	margin: 0;
	padding: 0;
	border-bottom: 1px dotted #333;
	cursor: help;
	font-style: italic;
}

p a:link, p a:visited, address a:link, address a:visited {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

p a:hover, a:active, address a:hover, address a:active {
	color: #666;
}

acronym:hover
{
	letter-spacing: -1000px;
}

acronym:hover:after
{
	letter-spacing: normal;
	content: attr(title);
}

#ueber p:last-child {
	letter-spacing: -1000px;
}

#ueber p:last-child:after {
	letter-spacing: normal;
	content: "-- fphilipe";
}

/* Table */

table {
	border-spacing: 1px;
	padding: 0 10px;
	width: 230px;
}

td, th {
	border: 1px solid #ddd;
	background: #fff;
	padding: 3px 5px;
}

tfoot td:before {
	content: "Alle Angaben ";
}

tbody tr td:last-child {
	text-align: right;
	color: #009046;
	font-weight: bold;
}

tbody tr td:last-child:first-letter {
	color: #fff;
}

tbody tr:first-child + tr + tr td:last-child, tbody tr:first-child + tr + tr + tr + tr td:last-child {
	color: #AC0004;
}

