/*

	CSS Stylesheet für den CSS Contest

	Name:			Monochrom
	Autor:			Skittles
	ID:			1138547559
	Eingesendet:		29.01.2006/16:12
	Besitzer:		YToyOntpOjA7czo4OiI1NDg1NGU1MiI7aToxO2k6MTEzODQ4OTIwMDt9

*/

* {
	margin:0;
	padding:0;
}
/** -------------------- TAGS -------------------- **/

body {
	background:#000;
         color:#C0C0C0;
	font:13px "Lucida Console", Verdana, serif;
}

a {
	padding:1px;
}

a:link, a:visited {
	background:#000;
	color:#C0C0C0;
}
a:active, a:hover {
	background:#C0C0C0;
	color:#000;
         text-decoration:none;
}

/** -------------------- TOP -------------------- **/

#top {
	border-style:solid solid none solid;
	border-color:#C0C0C0;
	border-width:1px;
         height:170px;
         margin:25px auto 0;
         width:700px;
}

#top h1 {
	background:#000 url("1138547559.css.files/logo.gif") center center no-repeat;
         color:#C0C0C0;
         height:90px;
         text-indent:-9999px;
}

#top #toc h2 {
         font-size:150%;
	height:20px;
         margin:10px 0 20px 0;
         padding-left:5px;
         text-decoration:underline;
}

#top #toc ul {
	height:20px;
	list-style:none;
         text-align:center;
}

#top #toc ul li {
	display:inline;
}

#top #toc ul li ul {
	border:0px;
	display:inline;
}

#top #toc ul li a {
	background:#000;
	border:1px #C0C0C0 solid;
	color:#C0C0C0;
	height:20px;
	line-height:20px;
	padding:5px;
	width:140px;
}

#top #toc ul li a:hover {
	background:#C0C0C0;
         color:#000;
}

/** -------------------- CONTENT -------------------- **/

#content {
	border-style:none solid solid solid;
	border-color:#C0C0C0;
	border-width:1px;
         margin:0 auto 25px;
         padding-top:1px;
         width:700px;
}

#content h1, #content h2 {
	font-size:150%;
         margin:5px;
         text-decoration:underline;
}

#content p {
	margin:10px;
}

/** Lange Selektion um das A von Autor beim Upload nicht zu betreffen **/
#content #ueber p:first-letter, #content #foo_aktien p:first-letter,
#content #foo_aktien p:first-letter, #content #blindtext p:first-letter {
	font-size:125%;
         font-weight:bold;
}
/** Bei dem -- sieht das doof aus, daher nehmen wir das raus **/
#content #ueber p+p+p+p+p:first-letter {
	font-size:100%;
         font-weight:normal;
}

#content #sheets ol {
	list-style-type:circle;
	margin:20px;
}

#content #sheets_manage h3 {
	margin:10px;
         text-decoration:underline;
}

#content #sheets_manage label {
	display:block;
         margin:5px 0;
}

#content #sheets_manage input, #content #sheets_manage textarea {
	background:#000;
         border:1px #C0C0C0 solid;
         color:#C0C0C0;
         font:13px "Lucida Console", Verdana, serif;
         padding:1px;
}
#content #sheets_manage input:focus, #content #sheets_manage textarea:focus {
	background:#C0C0C0;
         color:#000;
}

#content #foo_aktien table {
	margin-left:20%;
	width:60%;
}
#content #foo_aktien table, #content #foo_aktien td,
#content #foo_aktien th, #content #foo_aktien tr {
	border:1px #C0C0C0 solid;
         border-collapse:collapse;
}

#content #foo_aktien td, #content #foo_aktien th {
	padding:2px;
}

#content #foo_aktien tfoot td {
	text-align:center;
}

#content #blindtext address {
	margin:10px;
}

/** -------------------- COUNTER -------------------- **/

#counter {
	display:none;
}
