/*

	CSS Stylesheet für den CSS Contest

	Name:			Flux
	Autor:			Twisting
	ID:			1121648694
	Eingesendet:		18.07.2005/03:04
	Besitzer:		YToyOntpOjA7czo4OiJkNTg3MDJiZCI7aToxO2k6MTEyMTYzNzYwMDt9

*/

*{
	padding:0;
	margin:0;
}
html,body{
	background:url("1121648694.css.files/main_bg.jpg") top left repeat-x black;
	font:13px "Trebuchet MS", Verdana, Arial, sans-serif;
	color:#fff;
	height:100%;
	overflow:hidden;
}
a{
	color:#FE7302;
}
a:hover{
	text-decoration:none;
	color:#C55902;
}
h1, h2, h3{
	display:none;
}
/* Navigation und Header */
#top{
	position:fixed;
	top:83px;
	width:35%;
	left:10%;
}
* html #top{
	position:absolute;
}
#toc h2{
	background:url("1121648694.css.files/navi_h2.jpg") no-repeat top left;
	width:200px;
	height:55px;
	margin-bottom:30px;
	display:block;
	text-indent:-9999px;
}
/* Navigation*/
#toc ul{
	list-style:none;
	margin-left:10px;
}
#toc ul li{
	display:block;
	margin-bottom:10px;
}
#toc ul li a, #toc ul ul li a{
	height:30px;
	width:75%;
	display:block;
	text-decoration:none;
	background:#D86511;
	color:white;
	text-indent:20px;
	line-height:28px;
	border:1px solid white;
}
#toc ul li a:hover, #toc ul ul li a:hover{
	background: #FE852D;
}
#toc ul ul{
	position:relative;
	margin:10px 0;
	display:block;
}
/* rechte Seite: Inhalt*/
#content{
	position:absolute;
	right:0;
	margin-left:50%;
	width:50%;
	height:100%;
	overflow:auto;
}
#content div{
	padding-top:160px;
	margin:0 0 1000px 0;
	line-height:23px;
	width:75%;
}
/* alle Bereiche*/

#ueber{
	background:url("1121648694.css.files/inhalt_h1.jpg") no-repeat 0 82px;
}
#sheets{
	background:url("1121648694.css.files/sheets_h1.jpg") no-repeat 1px 82px;
}
#sheets ol{
	list-style:none;
}
#sheets li{
	display:inline;
}
#sheets a{
	text-decoration:none;
}
#sheets a+a{
	color:white;
}
#sheets a+a:hover{
	color:#FE7302;
}
#sheets_manage {
	background:url("1121648694.css.files/sheets_upload.gif") 2px 81px no-repeat;
	padding-top:300px;
}
form{
	width:335px;
	margin-top:0px;
}
input{
	width:160px;
	float:right;
	clear:right;
	margin-top:10px;
	background:#FE852D;
}
input:focus{
	background:white;
}
label{
	float: left;
  	width: 150px;
  	text-align: left;
	clear:left;
	margin-top:10px;
}
textarea, input{
	color:black;
	padding:1px 2px;
	border:2px solid #f3f3f3;
}
textarea{
	width:330px;
	height:150px;
	margin-top:10px;
	background:#FE852D;
}
* html textarea{
	overflow:hidden;
}
textarea:focus{
	background:white;
}
input[type=submit]{
	width:100px;
	height:22px;
	font-size:9px;
	background:#FE852D;
	text-transform:uppercase;
	color:white;
	cursor:pointer;
	padding:0;
	font-weight:bold;
}
input[type=submit]:hover{
	background:white;
	color:#FE7302;
}
#foo_aktien{
	background:url("1121648694.css.files/foo_h1.jpg") no-repeat 2px 81px;
}
#foo_aktien p+p{
	display:none;
}
#foo_aktien table{
	width:100%;
	cursor: crosshair;
}
th{
	background:#FE7302;
	color:white;
}
th, td{
	width:33%;
	padding:1px 0;
	text-align:center;
	height:20px;
}
td{
	color:#FE7302;
	padding:0;
	border:1px solid #fff;
}
#blindtext{
	background:url("1121648694.css.files/blind_h1.jpg") no-repeat 2px 81px;
	padding-bottom:40px;
}
#blindtext address{
	display:none;
}
#counter{
	position:absolute;
	top:0;
	left:10px;
	background:url("1121648694.css.files/contest.jpg") no-repeat left;
	height:33px;
	width:100%;
}
#counter a{
	display:none;
}
acronym{
	cursor:help;
}