/************ GENERAL */

*, body.htmlarea-content-body
{
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

body.htmlarea-content-body, body, table
{
  font-size: 11px;
  line-height: 140%;
  color: #1D65AE;
}

hr
{
  width: 100%;
  margin: 15px 0 14px 0;
  border: none;
  border-bottom: 1px solid #B4B4B4;
  line-height: 1px;
  height: 1px;
  clear: both;
  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: #0a5390;
  text-decoration: none;
}

div.top_menu1 a
{
  font-family: Arial, Verdana, Helvetica, sans-serif;
  color: #ffffff;
  text-decoration: none;
}

div.top_menu2 a
{
  font-family: Arial, Verdana, Helvetica, sans-serif;
  color: #ffffff;
  text-decoration: none;
}

div.top_menu3 a
{
  font-family: Arial, Verdana, Helvetica, sans-serif;
  color: #ffffff;
  text-decoration: none;
}


.htmlarea-content-body a
{
  color: #0a5390 !important;
  text-decoration: none !important;
}

a.intern:hover,
a:hover
{
  color: #ca091f;
  text-decoration: underline;
}

a.none
{
  color: #ccc;
}

a.none:hover
{
  text-decoration: underline;
}

.arrow a,
a.arrow {
  padding: 0 0 0 15px;
  background: url('../images/li.png') no-repeat left 3px;
}

.arrow a:hover,
a.arrow:hover
{
  text-decoration: none;
  background-image: url('../images/li_red.png');
}

.arrow_forward a,
a.arrow_forward {
  padding: 0 15px 0 0;
  background: url('../images/li.png') no-repeat right 3px;
}

.arrow_forward a:hover,
a.arrow_forward:hover
{
  text-decoration: none;
  background-image: url('../images/li_red.png');
}

.arrow_backward a,
a.arrow_backward {
  padding: 0 0 0 15px;
  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.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;
}

p.notice {
  padding: 0 0 0 25px;
  background: url('../images/li.png') no-repeat 10px 3px;
  font-style: italic;
}




/************ HEADLINES */

h1
{
  font-size: 14px;
  font-weight: bold;
  color: #1D65AE;
  line-height: 120%;
  margin-top: 0px;
  border-bottom: 1px solid #D7D7D7;
}

h2
{
  font-size: 12px;
  font-weight: bold;
  color: #1D65AE;
  line-height: 120%;
  margin-top: 0px;
}

h3
{
  font-size: 14px;
  font-weight: bold;
  color: #CA091F;
  line-height: 120%;
}

h4
{
  font-size: 13px;
  color: #054e8b;
  font-weight: normal;
  margin-bottom: 0;
}

h5
{
  font-size: 12px;
  font-weight: normal;
  color: #ca091f;
}




/************ LISTS */

.ul {
list-style-image:url('../images/li.gif');
padding-left: 12px;
}


.right_items ul,
.content_main ul,
.htmlarea-content-body ul
{
  list-style-type: none;
  padding: 0;
  margin-left: 0px;
}

.right_items ul li,
.content_main ul li,
.htmlarea-content-body ul li
{
  background: url('../images/li.png') left top no-repeat;
  min-height:20px;
  height:auto !important;
  height:20px;
  padding: 0 0 0 30px;
  margin: 0 0 10px 0;
  font-weight:bold;
}

.right_items ol,
.content_main ol,
.htmlarea-content-body ol
{
  padding: 0;
  margin-left: 25px;
}

.right_items ol li,
.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;
}
