/************ GENERAL */

*, body
{
  font-family: Arial, Helvetica, sans-serif;
}

body, table
{
  font-size: 12px;
  line-height: 140%;
  color: #494949;
}

hr
{
  width: 100%;
  margin: 15px 0 14px 0;
  border: none;
  border-bottom: 1px solid #B4B4B4;
  line-height: 1px;
  height: 1px;
  clear: both;
  display:block;
}

.mini
{
  font-size: 11px;
}


/************ LINKS */

a
{
  color: #883744;
  text-decoration: underline;
}

a:hover
{
  color: #4f9aad;
  text-decoration: underline;
}

.pfeil a,
a.pfeil {
  padding: 0 0 0 10px;
  background: url('../../img/main/li_magenta.png') no-repeat left 4px;
}

.pfeil a:hover,
a.pfeil:hover
{
  text-decoration: none;
  background-image: url('../../img/main/li_magenta.png');
}

.pfeil_zurueck a,
a.pfeil_zurueck {
  padding: 0 0 0 10px;
  background: url('../../img/main/li_back.png') no-repeat left 5px;
}

.pfeil_zurueck a:hover,
a.pfeil_zurueck:hover
{
  text-decoration: none;
}


/************ BUTTON */

.buttonClear
{
  /* generic container (i.e. div) for floating buttons */
  overflow: hidden;
  width: 100%;
}

span.glossy_button a,
div.glossy_button a
{
  background: transparent url( '../../img/main/glossy_button_right.png' ) no-repeat scroll top right;
  color: #fff !important;
  display: block;
  float: left;
  font: bold 11px arial, sans-serif;
  text-transform:uppercase;
  height: 34px;
  padding-right: 9px; /* sliding doors padding */
  text-decoration: none;
}

span.glossy_button a:hover,
div.glossy_button a:hover
{
  text-decoration: none;
}

span.glossy_button a span,
div.glossy_button a span
{
  background: transparent url( '../../img/main/glossy_button_left.png' ) no-repeat;
  display: block;
  line-height: 34px;
  padding: 0 0 0 18px;
}

span.glossy_button a:active,
div.glossy_button a:active
{
  background-position: bottom right;
  color: #fff;
  outline: none; /* hide dotted outline in Firefox */
}

span.glossy_button a:active span,
div.glossy_button a:active span
{
  background-position: bottom left;
}


/************ PARAGRAPHS */

p.klein
{
  font-size: 11px;
}

p.highlight,
span.highlight
{
  color: #FE019A;
}

p.hinweis {
  padding: 0 0 0 10px;
  background: url('../../img/main/li.png') no-repeat left 4px;
  font-style: italic;
}


/************ HEADLINES */

h1
{
  font-size: 16px;
  font-weight: bold;
  color: #7a1828;
  margin:20px 0 25px 0;
  padding:0;
}


h2
{
  font-size: 14px;
  font-weight: bold;
  color: #7a1828;
  line-height: 120%;
  margin:0 0 15px 0;
}

div#head_content .head_right div.top_thema h2 {
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  line-height: 140%;
  margin:8px 5px 0 0;
}

h3
{
  font-size: 13px;
  font-weight: bold;
  color: #7a1828;
  line-height: 120%;
  margin-bottom:10px;
}

h4
{
  font-size: 12px;
  font-weight: bold;
  margin-bottom:10px;
  line-height: 120%;
  color:#7a1828;
}

h5
{
  font-size: 12px;
  color: #000;
  font-weight: bold;
  margin-bottom: 0;
}

h6
{
  font-size: 11px;
  font-weight: bold;
  color: #000;
  margin-bottom:0;
}




/************ LISTEN */

div.content_main ul
{
  list-style-type: none;
  padding: 0;
  margin-left: 0px;
}

div.content_main ul li
{
  background: url('../../img/main/li.png') left 5px no-repeat;
  padding: 0 0 0 20px;
  margin: 0 0 10px 0;
}


div.content_main ol
{
  padding: 0;
  margin-left: 25px;
}

div.content_main ol li
{
  margin: 0 0 5px 0;
  padding-left: 0px;
}




/************ TABLES */

table
{
  border-collapse: collapse;
  padding: 0;
  margin: 0;
}

td, th
{
  vertical-align: top;
  padding: 5px;
  border: 1px solid #d6d6d6;
}


th p, td p
{
  margin: 7px 0 0 0;
}

tr th
{
  text-align: left;
  background: #ececec;
}

tfoot td
{
  font-size: 11px;
  color: #949494;
}


table caption
{
  font-size: 13px;
  margin-top: 10px;
  line-height: 120%;
  text-align: left;
}


table.fullWidth
{
  width: 100%;
}

tbody.rahmenGrau
{
}

.rahmenGrau th, .rahmenGrau td
{
  border: 1px solid #b4b4b4;
}

.rahmenGrau th
{
  background-color: #fafafa;
}

td.highlight
{
  background-color: #A5BED2;
  font-weight: bold;
  border: 2px solid #0a5390;
}

td.verticalMiddle
{
  vertical-align: middle;
}

table.noStyles
{
}

table.noStyles th, table.noStyles td
{
  border: none;
  background-color: Transparent;
}

