/*

	CSS Stylesheet für den CSS Contest

	Name:			Rotgelb2
	Autor:			UhuSchuhu
	ID:			1129130240
	Eingesendet:		12.10.2005/17:17
	Besitzer:		YToyOntpOjA7czo4OiI1MDkwYzFmMiI7aToxO2k6MTEyOTA2ODAwMDt9

*/

/* 
   Design für http://www.pberndt.com/additional/css_contest/index.php 
   Von UhuSchuhu
	 Eingesendet am 12.10.2005
*/

/*Allgemein*/
body {
	background-color: #c64000;
	color: #000
}


a {
	color: #c64000;
	background-color: transparent;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	font-style: italic;
}

acronym {
	cursor: help;
	color: #c64000;
	background-color: transparent;
}

#top {
	float: left;
	width: 79%;
	padding: 2px;
}

#top h1 {
	border: 2px solid #a4a400;
	background-color: #ffff95;
	color: #c64000;
	text-align: center;
	width: 100%;
	font-size: 30px;
	font-variant: small-caps;
}

/*Inhaltsverzeichnis wird hier nicht gebraucht, also wird es versteckt*/
#toc {
	display: none;
}

#content {
	border-left: 2px solid #a4a400;
	border-top: 2px solid #a4a400;
	border-right: 2px solid #a4a400;;
	background-color: #ffff95;
	color: #000;
	float: left;
	padding: 2px;
	width: 79%;
}

#content h1 {
	color: #c64000;
	background-color: transparent;
	border-bottom: 1px solid #c64000;
	font-size: 20px;
	text-align: center;
}

#content h2 {
	color: #c64000;
	background-color: transparent;
	border-bottom: 1px solid #c64000;
	font-size: 20px;
	text-align: center;
}

#content h3 {
	font-size: 20px;
	color: #c64000;
	background-color: transparent;
}
/*Die Style-Liste wird an den rechten Rand getackert*/
ol {
	position: absolute;
	width: 20%;
	top: 50px;
	right: 8px;
}

ol li {
	padding: 3px;
	margin-top: 3px;
	border-top-style: solid;
	color: #000;
	background-color: #ffff80;
	border-bottom-style: solid;
	list-style-type: none;
	width: 100%;
	border-left-style: solid;
	border-color: #a4a400;
	border-width: 2px;
}

ol li:hover {
	background-color: #dfdf00;
	color: #000;
}

ol a {
	display: block;
	color: #c64000;
	background-color: transparent;
	text-decoration: underline;
	font-size: 14px;
	font-weight: bold;
}

ol a:hover {
	text-decoration: none;
}

ol a+a {
	color: #a4a400;
	background-color: transparent;
	display: inline;
	text-decoration: underline;
}

ol a+a:hover {
	text-decoration: none;
}
/*Die Überschrift wird nicht gebraucht*/
#sheets h1 {
	visibility: hidden;
}

label {
	display: block;
}

input, textarea {
	border: 1px solid #000000;
	background-color: #c64000;
	color: #ffffa8;
}

/*Die Aktientabelle wird umgeformt
  Entschuldigt bitte die schlechte Schreibweise, ich hatte keinen Bock, das alles per Hand zu machen,
  weil es hauptsächlich verändern und ausprobieren war, deshalb habe ich auf ein CSS-Bau-Programm zurückgegriffen*/ 
thead {
	color: #000000;
	background-color: transparent;
	display: none;
}

tr {
	color: #008000;
	background-color: #ffffff;
	margin-right: 5px;
	background-image: url("1129130240.css.files/plus.gif");
	display: block;
	border-color: #000000;
	background-position: left top;
	border-width: 2px;
	background-repeat: no-repeat;
	border-style: solid;
	float: left;
	cursor: crosshair;
}

/*Die Negativ-Werte rot einfärben und einen Pfeil-Runter als Hintergrund setzen*/
tr+tr+tr {
	color: #ff0000;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url("1129130240.css.files/minus.gif");
}

tr+tr+tr+tr {
	color: #008000;
	background-color: #fff;
	background-repeat: no-repeat;
	background-image: url("1129130240.css.files/plus.gif");
	background-position: left top;
}

tr+tr+tr+tr+tr {
	background-position: left top;
	color: #ff0000;
	background-color: #fff;
	background-repeat: no-repeat;
	background-image: url("1129130240.css.files/minus.gif");
}

tr+tr+tr+tr+tr+tr {
	background-position: left top;
	color: #008000;
	background-color: #fff;
	background-repeat: no-repeat;
	background-image: url("1129130240.css.files/plus.gif");
}

tfoot tr {
	background-image: none;
	display: none;
}

td {
	display: block;
	font-weight: bold;
	text-align: right;
}

td+td {
	font-weight: normal;
	display: inline;
}

td+td+td {
	font-style: italic;
}

#counter {
	border-width: 2px;
	border-right-color: #a4a400;
	border-left-color: #a4a400;
	border-right-style: solid;
	border-left-style: solid;
	float: left;
	border-bottom-color: #a4a400;
	padding: 2px;
	background-color: #ffff95;
	color: #000;
	border-bottom-style: solid;
	width: 79%;
}
