﻿@charset "UTF-8";
@media all
{
  /**
   * Fonts
   * (de) Zeichensatz und Schriftgroessen fuer Überschriften und uebliche Text-Elemente
   *
   * @section content-fonts
   */
  
  /* (de) Schriftgroesse von monospaced Elemente auf 16 Pixel setzen */
  textarea, pre, tt, code {
    font-family:"Courier New", Courier, monospace;      
  }
  /* (de) Basis-Layout erhaelt Standardschriftgroesse von 12 Pixeln */
  body {
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 100.00%;  
  }
  h1,h2,h3,h4,h5,h6 { 
      font-family: Verdana, Helvetica, Arial, sans-serif; 
      font-weight:normal; 
      margin: 0 0 0.25em 0; 
    line-height:1em;
  }
  h1 { font-size: 163.63%; }/* 18px */
  h2 { font-size: 145.45%; }/* 16px */
  h3 { font-size: 118.18%; }/* 13px */
  h4 { font-size: 100.00%; }/* 11px */
  h5 { font-size: 100.00%; }/* 11px */
  h6 { font-size: 100.00%; font-style:italic }/* 11px */
 
  /* default innerhit vererbung der schriftgroesse des umliegenden h-tags*/
  h1 *,
  h2 *,
  h3 *,
  h4 *,
  h5 *{font-size: 100.00%;font-weight:inherit;font-style:inherit; }
 
  #content_box .faq_list .entry a.title{
      font-family: Helvetica,Verdana,Arial, sans-serif; 
      font-size: 118.18%;
  }
  
  #content_box .tabs .tabs_header ul li a{
      font-family: Helvetica,Verdana,Arial, sans-serif;
      font-size:118.18%;
  }
  
  p { line-height: 1.5em; margin: 0 0 1em 0; }
  /* ### Listen  #### */
  ul, ol, dl { line-height: 1.5em; margin: 0 0 1em 1em }
  li { margin-left: 1.5em; }
  dt { font-weight: bold }
  dd { margin: 0 0 1em 2em }
  /* ### Textauszeichnung ### */
  cite, blockquote { font-style:italic }
  blockquote { margin: 0 0 1em 1.5em }
  strong,b { font-weight: bold }
  em,i { font-style:italic }
  pre, code { font-family: monospace; font-size: 1.1em; }
  acronym, abbr {
    letter-spacing: .07em;
    cursor: help;
  }
  /**
   * Generic Content Classes
   * (de) Standardklassen zur Positionierung und Hervorhebung
   *
   * @section content-generic-classes
   */
  .note {background: #dfd; padding: 1em; border-top: 1px #bdb dotted; border-bottom: 1px #bdb dotted;}
  .important {background: #ffd; padding: 1em; border-top: 1px #ddb dotted; border-bottom: 1px #ddb dotted;}
  .warning {background: #fdd; padding: 1em; border-top: 1px #dbb dotted; border-bottom: 1px #dbb dotted;}
  .center { text-align:center; margin: 0.5em auto }
  .print_only { display:none; }
  /**
   * External Links
   *
   * (de) Gestaltung von Hyperlinks
   *
   */
  a { text-decoration:none; }
  a:focus,
  a:hover,
  a:active {text-decoration:underline;}
  
  a * ,
  a:focus *,
  a:hover *,
  a:active *{
      cursor:pointer;
  }
  
  #topnav a { font-weight: normal; text-decoration:none; margin-right:2.05em;}
  #topnav a:focus, 
  #topnav a:hover,
  #topnav a:active { text-decoration:underline; }
  
  #footer a { }
  #footer a:focus, 
  #footer a:hover,
  #footer a:active { text-decoration:underline; }
  
  #footer .float_right * { font-weight:normal; }
 
 
  /**
   * Tabellen
   * (de) Generische Klassen fuer die Tabellenbreite und Gestaltungsvorschriften fuer Tabellen
   *
   * @section content-tables
   */
  table.small { width: auto; border-collapse:collapse; margin-bottom: 0.5em; }
  table.full { width: 100%; }
  table.fixed { table-layout:fixed }
  table { width: 100%; }
  th,td { padding: 0.5em; }
  thead th {  }
  tbody th {  }
  tbody th.sub {  }
  
  /**
   * Sonstiges
   *
   * @section content-misc
   */
  
  div.hr {
        display:block;
      height: 16px;
      border:none;
  }
  
  div.hr hr,hr{
        display: none;
  }
  
  hr.hidden{
      display:none;
  }
  
  ul.link_list{
      list-style:none;
    margin:0;
    padding:0;
  }
  
  ul.link_list li{
      display:inline;
    float:left;
    margin:0;
    padding:0;
    line-height:1.5em;
  }
  
 
  .startpage_big_box .content h1{
     padding:0px;
    margin-bottom:0.5em;
  }
  
  .startpage_big_box .content ul.link_list{
      padding-top:0.5em;
    width:30.36em;
  }
  
  .startpage_big_box .content ul.link_list li a{
    display:block;
    width:19.1em;
    background-position:left 0.56em; 
    background-repeat:no-repeat;
    padding-left:0.9em;
  }
  
  .image_text_box a.detail{
      background-position:left 0.45em; 
    background-repeat:no-repeat;
    background-color:transparent;
  }
 
 .side_small_box .content .text p{
     line-height:1.10em;
    margin:0;
    padding:0;
 }
 
 .box h1 span,
 .box h2 span,
 .box h3 span,
 .box h4 span,
 .box h5 span{
     font-size:0.90em;
     line-height:1.4em;
 }
 
 .side_big_box .content .news h4{
    font-weight:normal;
    margin:0 0 0.4em 0;
    padding:0;
    line-height:1.1em;
 }
 
 .side_big_box .content .news .text,
 .side_big_box .content .news .text *{
     line-height:1.2em;
 }
 
 .side_big_box .content .news .text .more_link{
     display:inline;
    float:right;
    position:relative;
    top:-1.1em;
    z-index:99;
 }
 
 .side_big_box .content p{
     margin:0;
    padding:0;
 }
 
 .side_big_box .content .news{
     padding:0;
    margin:0 0 0.5em 0;
 }
 
 .side_big_box .content .float_right,
 .small_box .content .float_right{
     display:inline;
     float:none;
 }
 
 #content_box .title span{
     font-size:1em;
 }
 
 .side_big_box .linklist ul li a,
 #content_box .linklist ul li a,
 #col3_content .float_left .narrow_box .linklist ul li a{
    padding-left:15px;
    background-position:left 0.56em; 
    background-repeat:no-repeat;
 }
 
 #col3_content .float_left .narrow_box .linklist h1,
 #col3_content .float_left .side_big_box .linklist h1{
     padding-bottom: 4px;
 }
 
 #content_box h1 span.date{
    font-size:0.61em;
 }
 
 #content_box h1 span.date_right{
     font-size:0.666em;
 }
 
  #content_box h3 span.date,
  #content_box h3 span.date_right{
     font-size:1.0em;
 }
 
  #content_box h3 span.date a,
  #content_box h3 span.date_right a{
      font-size:0.85em;
  }
 
 #content_box .text h4{
     font-size:119%;
     padding:0;
    margin:0 0 0.8em 0;
 }
 
 #content_box .a_to_z_list .entry h1 a,
 #content_box .a_to_z_list .entry h1 a:hover,
 #content_box .a_to_z_list .entry h1 a:active,
 #content_box .a_to_z_list .entry h1 a:focus{
     font-size:167%;
    text-decoration:none;
    cursor:default;
 }
 
/* #############################
** ######## Formular ###########
** #############################
*/
.form-field {clear:both; margin-bottom:0.8em;}
.form-action {clear:both; margin-bottom:0.8em;margin-left:11em;}
.form-action .send_button,
.form-action .cancel_button{ margin-left:2.09em;}

.form-error .error{clear:both; margin-top:0.6em; margin-left:11em; color:#d83c2e;}
.form-field .error { display:none;}
.form-error .error { display:block;}
.form-field textarea {font-size:1em;}
.form-field select {margin-left:1em; }

/* #############################
** ### Formular Buttons ########
** #############################
*/
 
form.yform div.type-button input#reset:focus, 
form.yform div.type-button input#reset:hover, 
form.yform div.type-button input#reset:active,
form.yform .type-button input#reset,
 .cancel_button{
     font-family: Verdana, Helvetica, Arial, sans-serif;
    letter-spacing: .01em;
     display:block;
    border:none;
    width:126px;
    height:20px;
    cursor:pointer;
    overflow:hidden;
    float:left;
    padding:0;
    margin-right:9px;
    font-size: 12px;
 }
 
form.yform div.type-button input#submit:focus, 
form.yform div.type-button input#submit:hover, 
form.yform div.type-button input#submit:active,
form.yform .type-button input#submit,
 .send_button{
     font-family: Verdana, Helvetica, Arial, sans-serif;
     display:block;
    border:none;
    width:94px;
    height:20px;
    cursor:pointer;
    overflow:hidden;
    float:left;
    padding:0;
    margin:0;
    font-size: 12px;
 }
 
 .suche_submit{
     font-family: Verdana, Helvetica, Arial, sans-serif;
    letter-spacing: .01em;
     display:block;
    border:none;
    width:5.64em;
    height:1.81em;
    cursor:pointer;
    overflow:hidden;
    float:left;
    padding:0;
    margin:0;
 }
 
 #nav_main * { 
      font-family: Verdana,Arial,Helvetica, sans-serif;
 }
 
 #nav_main ul{
     list-style-type:none;
    margin:0;
    padding:0;
 }
 
 #nav_main ul li{
     float:left;
    margin:0;
    padding:0;
 }
  
 #nav_main ul li strong {
     margin-top:5px;
     line-height:18px;
      font-weight: 600;
    white-space:nowrap;    
 }
  #nav_main ul li a:hover,
  #nav_main ul li a:active,
  #nav_main ul li a:focus{
    font-weight: 500;
  }
  
  #nav_main ul li a:hover{
      text-decoration:none;
  }
  
  .austria_box .content form.berater_suche span{
      font-size:80%;
  }
  
  #content_box .text .detail_info h2{
      font-size:118.18%;
    font-weight:bold;
  }
  
  .paging .subc{ cursor:default; }
  
  .search_entry h3{
      font-weight:bold;
    font-size:100%;
  }
  
   .search_entry a:hover{
     text-decoration:none;
     }
  
  table tr th,
  table tr td span.RechtsNormal,
  table tr td span.RechtsFett,
  table tr th span.RechtsNormal,
  table tr th span.RechtsFett { text-align:right; }
  
  table tr td span.MitteNormal,
  table tr td span.MitteFett,
  table tr th span.MitteNormal,
  table tr th span.MitteFett { text-align:center; }
  
  table tr td span.LinksNormal,
  table tr td span.LinksFett,
  table tr th span.LinksNormal,
  table tr th span.LinksFett { text-align:left; }
  
  table tr td span.LinksFett,
  table tr td span.MitteFett,
  table tr td span.RechtsFett{
      font-weight: bold;
  }
  
  .download_list .header .MitteNormal,
  .download_list .header .LinksNormal,
  .download_list .header .RechtsNormal{
      font-weight:normal;
    font-size: 118.18%;
    color:#2C6F3B;
  }
  
  .download_list .size a{
      white-space:nowrap;
  }
  .gallery a:hover{
    text-decoration:none;
  }
}
