/* ===================================================================== */
/* Links                                                                 */
/* ===================================================================== */

/* ======================================================= Links in Tabellen */

table a {color: #AA0000;}
table a:hover {text-decoration: underline;}

/* ======================================================= Links in Absätzen */

p a {color: #AA0000;}
p a:hover {text-decoration: underline;}

/* ===================================================================== */
/* Text über Tabelle                                                     */
/* ===================================================================== */

/* ======================================================= Text-Wrapper */

div.TextWrapper{
  position: relative;
  max-width: 1000px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

p {padding-left: 5px; padding-right: 5px;}

a.ZentralasienLink{
  font-size: 20pt;
}

/* ===================================================================== */
/* Wrapper der Tabelle                                                   */
/* ===================================================================== */

div#SeiteninhaltWrapper1 {
  position: relative;
  max-width: 1000px;
  overflow-x: auto;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
}

div#SeiteninhaltWrapper2 {
  position: relative;
  width: 1000px;
}

/* ===================================================================== */
/* Eigentliche Tabelle                                                   */
/* ===================================================================== */

/* ======================================================= Allgemeine Tabelleneigenschaften */

table#ausruestungsTabelle, td{
  border-collapse: collapse;
  /*border: 1px solid #DDDDDD;*/
}

td{
  padding-left: 5px;
  padding-right: 5px;
  vertical-align: top;
}

/* ======================================================= Spacer-Zeile */

tr.spacerLine{
  height: 50px;
}

/* ======================================================= Titel */

td.title{
  color: #AA0000;
  font-size: 14pt;
  font-weight: 500;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #EEEEEE;
}

/* ======================================================= Definierte Spaltenbreiten*/

col#Typ{width: 140px;}
col#Bild{width: 50px;}
col#Nutzungsdauer{width: 90px;}
col#Gewicht{width: 70px; text-align: right;}
col#Kommentar{width: 300px;}
col#Packschema{width: 60px;}

/* ======================================================= Gewichtsangabe rechtsbündig */

td.GewZ{text-align: right;}

/* ======================================================= Tabellen-Linien und "outdated" */

tr.outd{} /* Outdated */
tr.ovli{border-top: 1px solid #DDDDDD;} /* Overline */
tr.unli{border-bottom: 1px solid #DDDDDD;} /* Underline */

/* ======================================================= Bilder */

img.thumbnail{
  width: 50px;
  border: 2px solid white;
  /* border-radius: 4px; */
  transition: 0.2s;
}

img.thumbnail:hover{
  border: 2px solid #AA0000;
}

/* ======================================================= Packschema-Icons */

img.PackschemaIcon{
  width: 40px;
  margin-top: 4px;
}

/* ======================================================= Gewichtsummen */

tr.SummeGewicht{
  text-align: right;
  color: #AA0000;
  font-weight: 600;
  background-color: #EEEEEE;
}
