body {
	margin: 0px auto;
	position: relative;
	width: 1050px;
}
a:active, a:focus,
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner { 
border: none;
-moz-outline-style: none;
}
.textinput, .option {
	background: #FFE38F;
	border: 1px inset #FFD452;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 10pt;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.textinput:focus, .option:focus {
	background: #FFD452;
}
.clear { clear: both; }

#goldwerte {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 11pt;
	list-style: none;
	margin: 0 0 20px 5px;
	padding: 0;
	width: 100%;
}
#goldwerte li {
	border: 1px solid #000;
	float: left;
	text-align: center;
	width: 93px;
}
#goldwerte li .name, #goldwerte li .wert { padding: 2px; }
#goldwerte li .name {
	background: #c00000;
	color:#fff;
}
#goldwerte li .wert {
	background: #ffc000;
	font-weight: bold;
}

#anruf td.textarea { vertical-align: top; }
#anruf .textinput {
	font-weight: 600;
	padding: 4px;
	width: 225px;
}
#anruf .option { width: 235px; }

.muenzen { margin-top: 5px; }
.toggle {
	background: #FFCC80;
	color: #CC0000;
	display: block;
	font-family: Arial, Helvetica, Sans-Serif;
	font-weight: 600;
	margin-left: 40px;
	padding: 3px;
	text-decoration: none;
	width: 600px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.css-arrow.right {
	background: #FFCC80;
	border-color: transparent transparent transparent #333333;
	border-style:solid;
	border-width:5px 0 5px 10px;
	color: #FFCC80;
	float:left;
	height: 0;
	line-height: 0;
	margin:4px 10px;
	width:0;
}
.css-arrow.down {
	background: #FFCC80;
	border-color:#333333 transparent transparent;
	border-style:solid;
	border-width:10px 5px 0 5px;
	color: #FFCC80;
	float:left;
	height: 0;
	line-height: 0;
	margin:4px 10px;
	width:0;
}