/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	background: #999074;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
}
#ankleide-container {
	padding: 2em;
}
h2 {
	color: #38332d;
	font-size: 24px;
	font-weight: normal;
	letter-spacing: -0.018em;
	margin: 0 0 10px 0;
}
p {
	margin: 0 0 1em 0;
}
a.puppe {
	margin: 0 10px 15px 0;
	float: left;
	width: 210px;
	height: 401px;
	text-indent: -9999px;
}
#girl {
	background: transparent url(images/puppen.jpg) no-repeat top left;
}
#boy {
	background: transparent url(images/puppen.jpg) no-repeat -210px 0;
}
#girl:focus,
#girl:hover {
	background: transparent url(images/puppen.jpg) no-repeat 0 -401px;
}
#boy:focus,
#boy:hover {
	background: transparent url(images/puppen.jpg) no-repeat -210px -401px;
}
a.button {
	clear: both;
	background: transparent url(images/button.png) no-repeat center top;
	color: white;
	text-decoration:none;
	display: block;
	width: 113px;
	height: 15px;
	padding: 6px 8px 2px 13px;
	margin: 10px 0 10px 297px;
}

a.button:focus,
a.button:hover {
	background: transparent url(images/button.png) no-repeat center -23px ;
}
#abdunkler {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #333;
	-moz-opacity: 0.7;
	opacity: 0.7;
	filter:alpha(opacity=70);

}
#hilfe {
	position: absolute;
	top: 20px;
	left: 20px;
	width: 470px;
	background: #000;
	color: #fff;
	padding: 20px 20px 20px 35px;
	line-height: 110%; 
}
#hilfe h2 {
	color: #fff;
	margin: 3px 0 15px 0;
	font-size: 18px;
}
#hilfe h3 {
	margin: 0 0 4px 0;
}
#hilfe h4 {
	margin: 0 0 4px 0;
}
#close-button { 
	float: right; 
	color: #ddd;
	padding: 1px 17px 3px 0;
	background: transparent url(images/x.png) no-repeat right 2px;
}
#close-button:focus,
#close-button:hover {
	color: #fff; 
}
#hilfe ol {
	list-style: decimal;
}
#hilfe ul {
	list-style: square;
	padding-left: 15px;
}