/* Anfang MOBILE_OPTIMIZATION - passt Schriftgroessen aus default.css an */
/*
 - Fuer Hochformat: Standardschriftgroesse * 2
 - Fuer Querformat: Standardschriftgroesse * 1.5 
*/
@media (max-width: 1000px) and (orientation: portrait) {
  body, table, tr, th
  {
    font-size: 20pt;
  }
}
@media (max-width: 1000px) and (orientation: landscape) {
  body, table, tr, th
  {
    font-size: 15pt;
  }
}

@media (max-width: 1000px) and (orientation: portrait) {
  span.f_Abschnitt
  {
    font-size: 24pt;
  }
}
@media (max-width: 1000px) and (orientation: landscape) {
  span.f_Abschnitt
  {
    font-size: 18pt;
  }
}

@media (max-width: 1000px) and (orientation: portrait) {
  span.f_CodeExample
  {
    font-size: 16pt;
  }
}
@media (max-width: 1000px) and (orientation: landscape) {
  span.f_CodeExample
  {
    font-size: 12pt;
  }
}

@media (max-width: 1000px) and (orientation: portrait) {
  span.f_Heading1
  {
    font-size: 40pt;
  }
}
@media (max-width: 1000px) and (orientation: landscape) {
  span.f_Heading1
  {
    font-size: 30pt;
  }
}

@media (max-width: 1000px) and (orientation: portrait) {
  span.f_Hyperlink
  {
    font-size: 22pt;
  }
}
@media (max-width: 1000px) and (orientation: landscape) {
  span.f_Hyperlink
  {
    font-size: 16.5pt;
  }
}

@media (max-width: 1000px) and (orientation: portrait) {
  span.f_Teilabschnitt
  {
    font-size: 22pt;
  }
}
@media (max-width: 1000px) and (orientation: landscape) {
  span.f_Teilabschnitt
  {
    font-size: 16.5pt;
  }
}

@media (max-width: 1000px) and (orientation: portrait) {
  span.f_Unterkapitel
  {
    font-size: 32pt;
  }
}
@media (max-width: 1000px) and (orientation: landscape) {
  span.f_Unterkapitel
  {
    font-size: 24pt;
  }
}

@media (max-width: 1000px) and (orientation: portrait) {
  .p_Abschnitt
  {
    font-size: 24pt;
  }
}
@media (max-width: 1000px) and (orientation: landscape) {
  .p_Abschnitt
  {
    font-size: 18pt;
  }
}

@media (max-width: 1000px) and (orientation: portrait) {
  .p_Aufzaehlung
  {
    font-size: 20pt;
  }
}
@media (max-width: 1000px) and (orientation: landscape) {
  .p_Aufzaehlung
  {
    font-size: 15pt;
  }
}

@media (max-width: 1000px) and (orientation: portrait) {
  .p_Bildblock
  {
    font-size: 20pt;
  }
}
@media (max-width: 1000px) and (orientation: landscape) {
  .p_Bildblock
  {
    font-size: 15pt;
  }
}
/* Ende MOBILE_OPTIMIZATION */
  
  a { color: #0000FF; text-decoration: none }
  a:visited {color: #0000FF }
  a:hover {color: #E4641C; text-decoration: underline }
  a.weblink {color: #0000FF; text-decoration: underline }
  a.weblink:visited {color: #0000FF}
  a.weblink:hover {color: #E4641C }
  a.popuplink {color: #FF0000; text-decoration: none}
  a.popuplink:visited {color: #FF0000}
  a.popuplink:hover {color: #FF0000; text-decoration: underline}
  a.filelink {color: #04BC14; text-decoration: none}
  a.filelink:visited {color: #04BC14}
  a.filelink:hover {color: #04BC14; text-decoration: underline}
  a.inline-toggle {color: Green; text-decoration: none;  font-weight: bold;  font-family: "Times New Roman", serif;     }
  a.inline-toggle:visited {color: Green; }
  a.inline-toggle:hover {text-decoration: underline}
  .fsmall {
  font-size: 10px;
	font-family: Verdana, Helvetica, sans-serif;
	text-align: center;
	margin: 10px 0px 0px 0px;
	}
  .crumbs {font-size: 8pt; margin-bottom: 3px; margin-top: 0px; color: #000000}
  .crumbs a {text-decoration: underline; color: #000000}
  .crumbs a:visited {text-decoration: underline; color: #000000}
  .crumbs a:hover {color: #F4BC5C}
  .expander {text-align: right; padding: 0; width: 100%; font-family: Verdana, Helvetica, sans-serif; font-size:9px; font-weight: bold; border-bottom: 2px; border-bottom-style: solid; border-bottom-color: grey;
  margin-bottom: 1px;}
 
@media screen{
  #idcontent {    
      background-color: white;    /* MOBILE_OPTIMIZATION */
      width: 100%; 
      padding: 0px !important; 
      padding: 10px 15px 5px 10px; 
   } 
  #innerdiv {    
      padding: 10px 5px 5px 10px !important;  
      padding: 0px; 
   } 
   
    .topichead {
       padding: 5px;
    }
    
    .navlinks {
      font-size: 10pt;
    }
    .navlinks a {
      text-decoration: none;
      color: blue;
    }
    .navlinks a:visited {
      text-decoration: none;
      color: blue;
    }
    .navlinks a:hover {
      text-decoration: underline;
      color: blue;
    }
    
   html.nonscroll { 
      overflow:hidden; 
   } 
   body.nonscroll {    
      overflow:hidden; 
      height:100%; 
   } 
}
