/*

	CSS Stylesheet für den CSS Contest

	Name:			simplicity+in+its+beauty
	Autor:			fphilipe
	ID:			1121674576
	Eingesendet:		18.07.2005/10:16
	Besitzer:		YToyOntpOjA7czo4OiI1MTNmMTRiYyI7aToxO2k6MTEyMTYzNzYwMDt9

*/

* {
margin:0;
padding:0;
font:12px/1.6 "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
}
html {
background:#454545 url("1121674576.css.files/body.jpg") repeat-x;
padding:20px;
color:#222;
}
body {
width:450px;
background:#fff;
margin:0 auto;
padding:0 25px 20px;
}
a {
color:#444;
text-decoration:underline;
}
a:hover, a:focus {
text-decoration:none;
background:#e8e8e8;
}
#top h1 {
text-indent:-9999px;
background:url("1121674576.css.files/head.jpg") no-repeat;
height:160px;
width:500px;
margin:0 -25px 0;
}
#toc h2, #toc ul ul {
display:none;
}
#toc ul {
list-style:none;
text-align:center;
}
#toc li {
display:inline;
padding:0 5px;
}
#toc li a {
padding:5px;
font-weight:bold;
text-decoration:none;
}
p {
margin:10px 0;
}
#content {
clear:both;
}
#content h1, #content h2 {
color:red;
font-size:16px;
border-top:20px solid #454545;
margin:20px -25px 10px;
padding:20px 25px 0;
}
#content h1:first-child {
margin-top:0;
}
#content h2 {
font-size:13px;
}
ol {
margin:10px 20px;
list-style:none;
}
ol li {
color:#fff;
margin:5px 0;
border-bottom:1px dotted #d8d8d8;
}
ol a {
text-decoration:none;
}
ol a[href^="style"] {
display:none;
}
table {
border-collapse:collapse;
width:300px;
margin:10px auto;
}
td, th {
border:1px solid #d8d8d8;
padding:2px 5px;
text-align:center;
}
tbody td:first-child, th:first-child {
border-left:none;
}
tbody td:last-child, th:last-child {
color:green;
border-right:none;
}
tfoot td {
border-width:2px 0 1px;
}
th, th:last-child {
border-bottom-width:2px;
color:red;
border-top:none;
}
tbody tr:first-child+tr, tbody tr:first-child+tr+tr+tr, tbody tr:first-child+tr+tr+tr+tr+tr {
background:#e8e8e8;
}
tbody tr:first-child+tr+tr td:last-child, tbody tr:first-child+tr+tr+tr+tr td:last-child {
color:red;
}
acronym, abbr {
cursor:help;
border-bottom:1px dotted #333;
}
label {
display:block;
margin:10px 0 0;
}
input[type="text"], textarea {
border:1px solid #ccc;
border-width:2px 1px 1px 2px;
padding:2px 5px;
width:437px;
}
input[type="text"]:hover, textarea:hover, input[type="text"]:focus, textarea:focus {
border-color:#aaa;
}
