@CHARSET "UTF-8";

#col1_content_1 {
	width:511px;
	float:left;
}
#col1_content_2 {
	width:230px;
	float:left;
	padding-left:14px;
	padding-right: 0px;
}

 /**
  * ------------------------------------------------------------------------------------------------- #
  *
  * Tables | Tabellen
  *
  * (en) Generic classes for table-width and design definition
  * (de) Generische Klassen für die Tabellenbreite und Gestaltungsvorschriften für Tabellen
  *
  * @section content-tables
  */

  table { width: 100%; border-collapse:collapse; margin-bottom: 0.5em !important; border-top: 2px #888 solid; border-bottom: 2px #888 solid; }
  table caption { font-variant:small-caps; }
  table.full { width: 100%; }
  table.fixed { table-layout:fixed; }

  th,td { padding: 0.75em !important; vertical-align:top; }
  thead th { color: #000; border-bottom: 2px #800 solid; }
  tbody th { background: #e0e0e0; color: #333; }
  tbody th[scope="row"], tbody th.sub { background: #f0f0f0; }

  tbody th { border-bottom: 1px solid #888; text-align: left; }
  tbody td { border-bottom: 1px solid #888; }

