/*

	CSS Stylesheet für den CSS Contest

	Name:			Farbige+Streifen
	Autor:			henning007
	ID:			1144950190
	Eingesendet:		13.04.2006/19:43
	Besitzer:		YToyOntpOjA7czo4OiI1NDg2OWVhMyI7aToxO2k6MTE0NDg3OTIwMDt9

*/

/* 
	by Henning Birke (henning007)
	>> wwww.henningbirke.de
	
	In Firefox 1.5 und einer 1280*1024er Auflösung sieht's so aus wie ich mir das vorgestellt habe, im
	Internet Explorer funktioniert erstaunlicherweise auch :-) 
*/
body {
	background-color: Black;
	color: #EDEDED;
	font-family: "Trebuchet MS", Helvetica, Verdana, Arial, sans-serif;
	font-size:100%;
	margin:0;
}
a {
	text-decoration: none;
	color: white;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	background-color: Black;
}
a:hover {
	text-decoration: none;
	border: 0;
}

h1, h2 {
	margin-left: -300px;
	padding: 10px 10px 10px 300px;
	font-size:130%;
	font-weight: normal;
	text-align: right;
	width: 250px;
	margin-top: 60px;
}
p, address, #counter {
	width:500px;
}
acronym {
	cursor: help;
	border-width: 0px 0px 1px 0px;
	border-style: dotted;
}
#top, #content, #counter {
	padding-left: 300px;
}
/*TOP*/
#top h1 {
	background-color: #00D93E;
	color: White;
	padding: 20px 404px 20px 50px;
	font-size: 180%;
	text-align: left !important;
	float: right;
	margin-top:50px;
}
/*TOC*/
#toc {
	padding-top: 175px;
}
#toc h2 {
	background-color: #9CD900;
	color: White;
}
#toc a, #toc acronym {
	border-color: #9CD900;
}
#toc ul {
	list-style-type: decimal;
}
#toc ul li {
	margin-top: 5px;
}
#toc ul ul {
	list-style-type: lower-latin;
}
/*CONTENT*/
#ueber h1 {
	background-color: #D93C00;
	color: White;
}
#ueber a, #ueber acronym {
	border-color: #D93C00;
}
/*SHEETS*/
#sheets h1 {
	background-color: #3A00D9;
	color: White;
}
#sheets a, #sheets acronym {
	border-color: #3A00D9;
}
#sheets ol li {
	margin-top: 5px;
}
/*SHEETS_MANAGE*/
#sheets_manage h2 {
	background-color: #009AD9;
	color: White;
}
/*FOO AKTIENKURSE*/
#foo_aktien h1 {
	background-color: #D9A900;
	color: White;
}
#foo_aktien a, #foo_aktien acronym {
	border-color: #D9A900;
}
td, th {
	padding: 5px;
	border-bottom: 1px solid #D9A900;
	text-align: center;
}
#foo_aktien table {
	border-spacing:0;
}
#foo_aktien table thead tr th, #foo_aktien table tfoot tr td {
	background-color: #D9A900;
	color: White;
}
/*EIGENE STYLESHEETS*/
#sheets_manage input[type="text"], #sheets_manage textarea {
	width:400px;
	border:0;
	font-family: inherit;
	font-size: inherit;
	background-color: #EDEDED;
	color: Black;
}
#sheets_manage input[type="submit"] {
	background-color: #CEC98F;
	color: Black;
	border: 0;
	width: 400px;
	padding: 5px 0px;
}
label {
	display:block;
	margin-top: 5px;
}
/*BLINDTEXT*/
#blindtext h1 {
	background-color: #A700D9;
	color: White;
}
#blindtext a, #blindtext acronym {
	border-color: #A700D9;
}
/*COUNTER*/
#counter {
	margin: 20px 0px 20px 0px;
	font-size: 80%;
	text-align: right;
}
#counter a {
	color: Gray;
	background-color: Black;
}
