#anfrage{
	width:400px;
	height:610px;
	/* border: 1px solid #ccc; */
}

.textklein h5{
	font-weight: bolder;
	text-align:center;
	margin:5px;
	padding:0px;
}
.error{
	color:red;
	font-weight: bolder;
	text-align:center;
}
.response{
	color: blue;
	font-weight: bolder;
	text-align:center;
}
#fragen{
	width:700px;
	float:left;
	padding-left:5px;
	line-height:20px;
	text-indent: 0px;
}
.zahl{
	padding:0px;
	margin:0px;
	margin-top:3px;
	margin-right:5px;
	border: 1px solid #ccc;
	height:15px;
	line-height:15px;
	text-align:center;
	clear:left;
	float:left;
	
	background: #D8D8D8;
	display:inline;
	
}
#arrow_l, #arrow_r{
	float:left;
	width:30px;
	height:30px;
	cursor:hand;
 	cursor:pointer;

}
#arrow_l{
	background: url(../images/arrow_l.gif) no-repeat;
	visibility:hidden;
}
#arrow_r{
	background: url(../images/arrow_r.gif) no-repeat;
	visibility:hidden;
}
#links_right{
	border: 1px solid #ccc;
	float:right;
	padding:5px;
	width:210px;
}
.my_link:link, .my_link:visited, .my_link:hover {
	font-size:18px;
}
