/* ========================================================================== */
/* Basis Aufteilung des Fensters */
/* ========================================================================== */

.table_base {
/*	background-color: #888888; */
	border-collapse: collapse;
	empty-cells: show;
	width: 100%;
/*	border: 0; */
}

/* ========================================================================== */
/* Rahmen festlegen */
/* ========================================================================== */
.bound_table {
 	border: 0px;
  empty-cells: hide;
  border-collapse: collapse;
/*	padding: 0;
	margin: 0; */
}


.separator_vertical {
  border-top: 0px;
  border-left: 2px solid #c5c589;
  border-right: 0px;
  border-bottom: 0px;
}

.separator_horizontal {
  border-top: 2px solid #c5c589;
  border-left: 0px;
  border-right: 0px;
  border-bottom: 0px;
}


/* Definition des Rahmen Layouts */
/* ============================= */

.bound_top_left {
  border-top: 2px solid #c5c589;
  border-left: 2px solid #c5c589;
  border-right: 0px;
  border-bottom: 0px;
}

.bound_top_right {
  border-top: 2px solid #c5c589;
  border-left: 0px;
  border-right: 2px solid #c5c589;
  border-bottom: 0px;
}

.bound_top {
  border-top: 2px solid #c5c589;
  border-left: 0px;
  border-right: 0px;
  border-bottom: 0px;
}

.bound_left {
  border-top: 0px;
  border-left: 2px solid #c5c589;
  border-right: 0px;
  border-bottom: 0px;
}

.bound_right {
  border-top: 0px;
  border-left: 0px;
  border-right: 2px solid #c5c589;
  border-bottom: 0px;
}

.bound_bottom_left {
  text-align: center;
  font-size: x-small;
  border-top: 2px solid #c5c589;
  border-left: 0px;
  border-right: 0px;
  border-bottom: 0px;
}

.bound_bottom_right {
  text-align: center;
  font-size: x-small;
  border-top: 2px solid #c5c589;
  border-left: 0px;
  border-right: 0px;
  border-bottom: 0px;
}

.bound_bottom {
  text-align: center;
  font-size: x-small;
  border-top: 2px solid #c5c589;
  border-left: 0px;
  border-right: 0px;
  border-bottom: 0px;
}


/* Copywright + Andresse */
/* ===================== */
.copywright_left {
  text-align: center;
  border-top: 0px;
  border-left: 2px solid #c5c589;
  border-right: 0px;
  border-bottom: 2px solid #c5c589;
  background-color: #1f3b53;
	white-space: nowrap; /* kein Zeilenumbruch */
}

.copywright_right {
  text-align: center;
  border-top: 0px;
  border-left: 0px;
  border-right: 2px solid #c5c589;
  border-bottom: 2px solid #c5c589;
  background-color: #1f3b53;
	white-space: nowrap; /* kein Zeilenumbruch */
}

.copywright_bottom {
  text-align: center;
  font-size: x-small;
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
  border-bottom: 2px solid #c5c589;
  background-color: #1f3b53;
	white-space: nowrap; /* kein Zeilenumbruch */
}


