/* helpcss9 */

html,body,div,p, a, h1,h2,h3,h4,h5, ul,ol,form,img,li, fieldset, label, legend, textarea, input, select {
font-family: Verdana, Geneva, Arial, sans-serif;
border:0;
margin:0;
padding:0;
line-height:1.6em;
color:#d8cf77;
}



body {
font-size: 80.01%;
background-color:#120c0a !important; 	/* hier die Hintergrundfarbe für die Seite */
background: url(img/earth.jpg) 20%;
/*background-repeat:repeat-x;
background-position:bottom;
background-attachment:fixed;
*/
background-size: cover;
}

td {
background-color: rgba(0,0,0,0.8);
}
.button {color: #222;}

input {
border: 1px solid;
padding: 3px;
cursor:pointer;
color:#fff;
background:#000 !important;
}

input#regname {background:#000 !important;}

fieldset {
		margin-top:2em;
        width: 21em;
        padding: 1.5em .1em .5em 1em;
		border: 1px solid;
}
legend {color:#d8cf77 !important;border:1px solid;}

#rules {
	background: rgb(0,0,0,0.8); padding-left: 2em;
}

#help {
	background: rgb(0,0,0,.8);
	padding: 0 1em;
}
.footer {background-color:#000;}