/* CSS Document */

.borderleftbottom {
	border-left: 1px;
	border-left-style: solid;
	border-left-color: #265F99;
	border-bottom: 1px;
	border-bottom-style: solid;
	border-bottom-color: #265F99;
}
.borderrightbottom {
	border-right: 1px;
	border-right-style: solid;
	border-right-color: #265F99;
	border-bottom: 1px;
	border-bottom-style: solid;
	border-bottom-color: #265F99;
}
.kasten {
	border-left: 1px;
	border-left-style: solid;
	border-left-color: #265F99;
	border-right: 1px;
	border-right-style: solid;
	border-right-color: #265F99;
	border-bottom: 1px;
	border-bottom-style: solid;
	border-bottom-color: #265F99;
}