/* helpcss13 */

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;
color: #555;
line-height:1.6em;
}



body {
font-size: 70.01%;
background-color:#fff !important; 	/* hier die Hintergrundfarbe für die Seite */
background-image:url(img/wa4.png);
background-repeat:repeat;
}

td {
background: #f6f6f6 !important;
}
input {
border: 1px solid;
padding: 3px;
cursor:pointer;
}
input.right {
border-radius:2em;
background:#ddd;
}
input.right:hover, input.right:focus {background:#fff;}


fieldset {
margin-top:2em;
width: 21em;
padding: 1.5em .1em .5em .1em;    
border: 1px solid;
}

.footer {background-color:#fff;}

@media (prefers-color-scheme: dark) {
	html {background:#000;}
	body, img{filter:invert(1);}
	#wdw_logo{filter:invert(0)}
}
/* damit dunkle Firefox-Themes die Skins nicht zerschießen */
@supports (-moz-appearance:none) {
	body, img{filter:invert(0);}
	#wdw_logo{filter:invert(0)}
}
