/************ GENERAL */


body.htmlarea-content-body, body, table
{
  font-size: 12px;
  line-height: 140%;
  color: #4a4235;
  font-family: Arial, Helvetica, sans-serif;
}

hr
{
  width: 100%;
  margin: 15px 0 14px 0;
  border: none;
  border-bottom: 1px solid #d5c5ad;
  line-height: 1px;
  height: 1px;
  clear: both;
  float:none;
  display:block;
}

.small,
.mini
{
  font-size: 11px;
}




/************ IMAGES */

.htmlarea-content-body img,
.content_main img
{
}



/************ BOXES */

.box_grau,
div.box_grau {
  background: #EFEFEF;
  padding: 10px;
  margin: 0 0 10px 0;

}

div.row3x {
  background:url('../images/dots.png') repeat-x left bottom;
  width:100%;
}

div.row3x .item {
  float:left;
  width:33%;
  line-height:30px;
}

div.row3x .item a {
  padding: 0 0 0 15px;
  background:url('../images/li.png') no-repeat left center;
  display:block;
}

div.row3x .item a:hover {
  text-decoration:none;
}



/************ LINKS */

a
{
  color: #7190a2;
  text-decoration: none;
}


.htmlarea-content-body a
{
  color: #7190a2 !important;
  text-decoration: none !important;
}

a.intern:hover,
a:hover
{
  color: #fda400;
  text-decoration: underline;
}

a.none
{
  color: #ccc;
}

a.none:hover
{
  text-decoration: underline;
}

.pfeil a,
a.pfeil {
  padding: 0 0 0 15px;
  background: url('../images/li.png') no-repeat left 3px;
}

.pfeil a:hover,
a.pfeil:hover
{
  text-decoration: none;
  background-image: url('../images/li.png');
}

.internal-link a,
a.internal-link {
  /*padding: 0 0 0 10px;
  background: url('../images/li.png') no-repeat left 3px;*/
}

.pfeil a:hover,
a.pfeil:hover
{
  text-decoration: none;
  background-image: url('../images/li.png');
}

.back a,
a.back {
	clear:both;
	margin: 10px 0;
  padding: 5px 0 0 10px;
  background: url('../images/li_back.gif') no-repeat left 11px;
  display: block;
  border-top:1px solid #d5c5ad;
  font-size:11px;
}

.back a:hover,
a.back:hover
{
  text-decoration: none;
}

.more a,
a.more {
  padding: 5px 0 0 10px;
  background: url('../images/li.png') no-repeat left 10px;
}

.more a:hover,
a.more:hover
{
  text-decoration: none;
}

.download a,
a.download {
  padding: 0 0 0 25px;
  background: url('../images/icon_pdf.gif') no-repeat left top;
  line-height:22px;
}

.download a:hover,
a.download:hover
{
  text-decoration: none;
  background-image: url('../images/icon_pdf.gif');
}

.item_spenden a,
a.item_spenden {
  padding: 0 0 0 10px;
  background: url('../images/li.png') no-repeat left 3px;
}

.item_spenden a:hover,
a.item_spenden:hover
{
  text-decoration: none;
}




.arrow_backward a,
a.arrow_backward {
  padding: 0 0 0 25px;
  background: url('../images/li_back.png') no-repeat left 3px;
}

.arrow_backward a:hover,
a.arrow_backward:hover
{
  text-decoration: none;
  background-image: url('../images/li_red_back.png');
}


/************ 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( '../images/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( '../images/glossy_button_left.png' ) no-repeat;
  display: block;
  height:34px;
  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;
  padding: 0 0 0 18px; /* push text down 1px */
}



/************ PARAGRAPHS */

p.hinweis {
  padding: 0 0 0 25px;
  background: url('../images/li.png') no-repeat 10px 3px;
  font-style: italic;
}

p.bodytext
{
  margin-top: 0;

}

p.small
{
  font-size: 11px;
}

p.highlightBlue,
span.highlightBlue
{
  color: #054e8b;
}

.align-justify
{
  text-align: justify;
}

.align-right
{
  text-align: right;
}

.align-center
{
  text-align: center;
}

.align-left
{
  text-align: left;
}





/************ HEADLINES */

h1
{
  font-size: 18px;
  font-weight: normal;
  font-family:Georgia;
  border-bottom:1px solid #d5c5ad;
  color: #817460;
  line-height: 120%;
  margin-top:15px;
  margin-bottom:15px;
}

h2
{
  font-size: 16px;
  font-family:Georgia;
  font-weight: normal;
  color: #fda400;
  line-height: 120%;
}

h3
{
  font-size: 14px;
  font-family:Georgia;
  font-weight: normal;
  margin:20px 0 10px 0;
  color: #7190a2;
  line-height: 120%;
}

h4
{
  font-size: 13px;
  color: #7190a2;
  font-weight: normal;
  margin-bottom: 0;
}

h5
{
  font-size: 12px;
  font-weight: normal;
  color: #ca091f;
}




/************ LISTS */


.content_main ul,
.htmlarea-content-body ul
{
  list-style-type: none;
  padding: 0;
  margin-left: 0px;
}

.content_main ul li,
.htmlarea-content-body ul li
{
  background: url('../images/li.png') left 6px no-repeat;
  padding: 0 0 0 14px;
  margin: 0 0 10px 0;
}

.content_main ol,
.htmlarea-content-body ol
{
  padding: 0;
  margin-left: 25px;
}

.content_main ol li,
.htmlarea-content-body 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 #efefef;
}

.rahmenGrau th
{
  background-color: #fafafa;
}

td.highlightBlue
{
  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;
}


body.htmlarea-showtableborders table, body.htmlarea-showtableborders td, body.htmlarea-showtableborders th
{
  padding: 3px;
  border: 1px dashed #316ac5 !important;
  border-collapse: separate !important;
}
