/************ GENERAL */

*, body
{
  font-family: Arial, Helvetica, sans-serif;
}

body, table
{
  font-size: 12px;
  line-height: 140%;
  color: #ffffff;
}

hr
{
  width: 100%;
  margin: 15px 0 14px 0;
  border: none;
  border-bottom: 1px solid #262626;
  line-height: 1px;
  height: 1px;
  clear: both;
  display:block;
}


/************ LINKS */

a
{
  color: #09a77f;
  text-decoration: none;
}

a:hover
{
  color: #fff;
}

a.none
{
  color: #ccc;
}

a.none:hover
{
  text-decoration: underline;
}


a.pfeil,
a.arrow {
  padding: 0 0 0 10px;
  background: url('../../img/main/li.png') no-repeat left 4px;
}

a.back {
  padding: 5px 0 0 10px;
  background: url('../../img/main/li_back.png') no-repeat left 11px;
  display:block;
  margin: 20px 0 0 0;
  border-top: 1px solid #d9d9d9;
}

a.download_pdf {
  padding: 2px 0 0 25px;
  background: url('../../img/main/icon_pdf.gif') no-repeat left top;
  display:block;
}

a.download_jpg {
  padding: 2px 0 0 25px;
  background: url('../../img/main/icon_jpg.gif') no-repeat left top;
  display:block;
}

a.download_zip {
  padding: 2px 0 0 25px;
  background: url('../../img/main/icon_zip.gif') no-repeat left top;
  display:block;
}


a.pfeil:hover,
a.arrow:hover,
a.back:hover,
a.download_pdf:hover,
a.download_jpg:hover,
a.download_zip: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 12px arial, sans-serif;
  height: 27px;
  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: 27px;
  padding: 0 5px 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 und SPAN */

p.small
{
  font-size: 11px;
}

p.copyright
{
  font-size: 11px;
  font-style: italic;
  color:#979797;
}

p.highlight,
span.highlight
{
  color: #09a77f;
}

p.right {
  text-align:right;
}


.align-justify
{
  text-align: justify;
}

.align-right
{
  text-align: right;
}

.align-center
{
  text-align: center;
}

.align-left
{
  text-align: left;
}

.hinweis {
  font-style: italic;
  font-size:11px;
}

.small,
.mini
{
  font-size: 11px;
}

.grey {
  color:#848484;
}

.white {
  color:#fff;
}

.white a:hover {
  color:#fff;
}

span.gruen {
  color: #09a77f;
}

span.info {
color:gray;
font-size:11px;
margin: 0 0 10px 0;
display:block;
}


/* LINK TO TOP */

div.top {
    font-size:11px;
    text-align:right;
}

div.top a,
div.top a:hover {
    color:#9e9e9e;
    text-decoration:none;
    background: url('../../img/main/li_top.png') no-repeat left 4px;
    padding:0 0 0 10px;
}


/************ HEADLINES */

h1
{
  font-size: 20px;
  font-weight: bold;
  color: #09a77f;
  line-height: 120%;
  margin-top:0;
  margin-bottom:15px;
}

h2
{
  font-size: 18px;
  font-weight: bold;
  color: #09a77f;
  line-height: 120%;
  margin-bottom:15px;
  border-bottom:1px solid #d9d9d9;
}

h3
{
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  line-height: 120%;
  margin-bottom:10px;
}

h4
{
  font-size: 14px;
  font-weight: bold;
  margin-bottom:10px;
  color: #09a77f;
  line-height: 120%;
}

h5
{
  font-size: 12px;
  color: #4b4b4b;
  font-weight: bold;
  margin-bottom: 0;
}

h6
{
  font-size: 11px;
  font-weight: bold;
  color: #4b4b4b;
  margin-bottom:0;
}




/************ LISTS */

/**** UL*/

.right_items ul,
.content_main ul,
.content_main ul
{
  list-style-type: none;
  padding: 0;
  margin-left: 10px;
}

.right_items ul li,
.content_main ul li,
.content_main ul li
{
  background: url('../../img/main/li.png') left 5px no-repeat;
  padding: 0 0 0 15px;
  margin: 0 0 3px 0;
}


/**** OL*/

.right_items ol,
.content_main ol
{
  padding: 0;
  margin-left: 25px;
}

.right_items ol li,
.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: 3px;
  border: 1px solid #262626;
}


th p, td p
{
  margin: 7px 0 0 0;
}

tr th
{
  text-align: left;
  background: #ececec;
}

tfoot td
{
  font-size: 11px;
  color: #949494;
}

table.ohneBorder
{
}

table.ohneBorder tr td,
table.ohneBorder tr th,
table.ohneBorder thead tr td,
table.ohneBorder thead tr th,
table.ohneBorder tbody tr td,
table.ohneBorder tbody tr th
{
  border:none;
}



table caption
{
  font-size: 13px;
  margin-top: 10px;
  line-height: 120%;
  text-align: left;
}


table.fullWidth
{
  width: 100%;
}

td.verticalMiddle
{
  vertical-align: middle;
}

table.noStyles
{
}

table.noStyles th, table.noStyles td
{
  border: none;
  background-color: Transparent;
}