@charset "utf-8";
/* CSS Document */

.box_small {
	width: 200px;
}
.box_middle {
	width: 400px;
}
.box_big {
	width: 640px;
}
.box_max {
	width: 860px;
}
.left {
	float: left;
	text-align: justify;
}
.right {
	float: left;
}

.buchen_button {
	border: none;
}

