/********************************************************************************************/
/* Allgemein
/********************************************************************************************/
html, body 
{
  padding               : 0px 0px 0px 0px;
  margin                : 0px 0px 0px 0px;
}

/********************************************************************************************/
/* Text
/********************************************************************************************/
.text_reisebericht h1
{
  font-family  : Trebuchet MS, Verdana, Arial, sans-serif;
  font-size    : 16px;
  font-weight  : bold;
}

.popup_ueberschrift
{
  font-family  : Trebuchet MS, Verdana, Arial, sans-serif;
  font-size    : 16px;
  font-weight  : normal;
  border       : black solid 1px;
}

.popup_text
{
  font-family  : Trebuchet MS, Verdana, Arial, sans-serif;
  font-size    : 12px;
  font-weight  : normal;
}

.fehler
{
  color           : #FF0000;
  font-family     : Trebuchet MS, Verdana, Arial, sans-serif;
  font-size       : 14px;
  line-height     : 20px;
}

/********************************************************************************************/
/* Links
/********************************************************************************************/
a 
{
  text-decoration : underline;
}

a.text_reisebericht:link, a.text_reisebericht:visited, a.text_reisebericht:active, .text_reisebericht a:link, .text_reisebericht a:visited, .text_reisebericht a:active,
a.navi_reisebericht:link, a.navi_reisebericht:visited, a.navi_reisebericht:active, .navi_reisebericht a:link, .navi_reisebericht a:visited, .navi_reisebericht a:active
{
  font-family  : Trebuchet MS, Verdana, Arial, sans-serif;
  font-size    : 14px;
  color        : #000000;
}
a.text_reisebericht:hover, .text_reisebericht a:hover,
a.navi_reisebericht:hover, .navi_reisebericht a:hover
{
  font-family  : Trebuchet MS, Verdana, Arial, sans-serif;
  font-size    : 14px;
  color        : #000000;
}

.normal a:link, .normal a:visited, .normal a:active
{
  font-family  : Trebuchet MS, Verdana, Arial, sans-serif;
  font-size    : 10px;
  color        : #000000;
}
.normal a:hover,
{
  font-family  : Trebuchet MS, Verdana, Arial, sans-serif;
  font-size    : 10px;
  color        : #000000;
}

/********************************************************************************************/
/* Bilder
/********************************************************************************************/
img
{
  border       : 0px;
}

/********************************************************************************************/
/* Tabellen
/********************************************************************************************/
table.text_reisebericht, navi_reisebericht
{
  border-collapse : collapse;
}

td.text_reisebericht, td.navi_reisebericht
{
  border-width    : 1px 1px 1px 1px;
  border-style    : solid;
  border-color    : #000000;
  color           : #29314A;
  font-family     : Trebuchet MS, Verdana, Arial, sans-serif;
  font-size       : 14px;
  line-height     : 20px;
}

.text_reisebericht
{
  font-family     : Trebuchet MS, Verdana, Arial, sans-serif;
  font-size       : 14px;
  line-height     : 20px;
}

/********************************************************************************************/
/* Formulare */
/********************************************************************************************/

input.text
{
  font-family      : Trebuchet MS, Verdana, Arial, sans-serif;
  font-size        : 14px;
  height           : 22px;
  width            : 350px;
  border           : 1px solid;
  padding-left     : 3px;
  padding-top      : 1px;
}

select
{
  font-family      : Trebuchet MS, Verdana, Arial, sans-serif;
  font-size        : 14px;
  height           : 22px;
  width            : 70px;
  border           : 1px solid;
  padding-left     : 3px;
  padding-top      : 1px;
}

input.check
{
  height           : 14px;
  width            : 14px;
  border-style     : none;
}

textarea
{
  font-family      : Trebuchet MS, Verdana, Arial, sans-serif;
  font-size        : 14px;
  width            : 350px;
  border           : 1px solid;
  padding-left     : 3px;
  padding-right    : 0px;
  padding-top      : 1px;
}

input.button
{
  font-family      : Trebuchet MS, Verdana, Arial, sans-serif;
  font-size        : 13px;
  width            : 150px;
  height           : 22px;
  padding-top      : -5px;
  border           : 1px solid;
}
