/* =============================================================================
   HTML5 Boilerplate CSS: h5bp.com/css
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
html, button, input, select, textarea { font-size: 13px; font-family: Tahoma, sans-serif; color: #666; }
body { margin: 0; font-size: 1em; line-height: 1.4; }

::-moz-selection { background: #0096C5; color: #fff; text-shadow: none; }
::selection { background: #0096C5; color: #fff; text-shadow: none; }

a { color: #0096C5; text-decoration: none; }
a:visited { color: #0096C5; }
a:hover { color: #8088C5; }
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }

abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { position: relative; margin: 2em 0; padding: 0 40px 1.4em; font-size: 11px; font-style: italic; text-align: justify; background: url(../img/quote.png) no-repeat 15px 0; }
blockquote .cite { position: absolute; right: 0; bottom: 0; font-style: normal; }
blockquote.center { text-align: center; background: 0; }
blockquote.center .cite { width: 100%; text-align: center; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }

sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

svg:not(:root) { overflow: hidden; }

figure { margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }
button[disabled], input[disabled] { cursor: default; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }

.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }



/* ===== Primary Styles ========================================================
   Author: Annette Herking
   ========================================================================== */
   
body { background-color: #F9F2E9; }
h1, h2, h3, h4, p, ul, ol { margin: 0 0 1em; }
h1 { font-size: 18px; color: #222; }
h2 { font-size: 14px; font-weight: normal; }
h3 { font-size: 13px; }
.headergroup { margin: 0; }
.lavie { font-size: 16px; color: #0096C5; }
.bigger { font-size: 24px; margin: 0 5px; }
.smaller { font-size: 16px; }
.center { text-align: center; }
#text ul { list-style: none; list-style-image: none; margin: 0 0 1em 20px; padding: 0; }
#text ul li { padding: 0 0 5px 20px; background: url(../img/dot.png) no-repeat 0 6px; }
#text ul li ul { margin: 0 0 0 16px; list-style: outside; list-style-type: circle; }
#text ul li ul li { background: 0; padding: 0; }
table { margin: 0 0 1em; }
table td { padding: 0 20px 5px 0; }

#fullpagewrap { position: relative; width: 704px; height: 689px; padding: 30px 92px 50px 99px; margin: 25px auto 0; background: url(../img/bg.jpg) no-repeat; overflow: hidden; }

header { position: relative; /*height: 223px;*/ height: 216px; }
#logo { position: absolute; top: 16px; left: 0; }
#logo h1 { margin: 0; }
#navmain { position: absolute; top: 100px; left: 193px; width: 600px; padding: 30px 0; font-size: 14px; }
.navmainlist>li { position: relative; float: left; margin-right: 17px; }
.navmainlist>li:hover .navmainsub,
.navmainlist .active .navmainsub,
.navmainlist .open .navmainsub { display: block; }
.navmainlist .active { color: #8088C5; }
.navmainsub { display: none; position: absolute; top: 20px; left: 0; width: 100%; border: 1px solid #0096C5; }
.navmainsub>li { font-size: 12px; line-height: 1em; padding: 2px; border-bottom: 1px solid #0096C5; white-space: nowrap; }
.navmainsub>li.last { border: 0; }
.navmainsub>li a { display: block; }

#content { position: relative; height: 466px; }
#homekv { margin: 7px 0 10px; }
#homekvlinks p { text-align: center; font-size: 14px; }
#homekvlinks .mid { margin: 0 90px; }
#homeaktuell { margin: 30px 0 0; }
#homeaktuell p { text-align: center; margin: 0; }


/*#left { position: absolute; top: 63px; left: 20px; width: 108px; height: 277px; border: 1px solid #0096C5; }*/
#left { position: absolute; top: 7px; left: 0; }
#left img { border: 1px solid #0096C5; padding: 2px; }

#text { margin: 0 0 0 193px; padding: 0 5px 0 0; height: 450px; width: 510px; overflow-x:hidden; overflow-y:auto; }

#meta { position: absolute; top: 55px; right: 61px; }
.navmeta { list-style: none; list-style-image: none; margin: 0; padding: 0; }
.navmeta li { float: left; font-size: 12px; margin-left: 10px; }
.navmeta .active { color: #8088C5; }
#copyright { position: absolute; bottom: 0px; left: 0px; color: #ccc; font-size: 10px; }

/* Lernbox */
.lernbox { margin: 2em 0 1em 0; }
.lernbox h2 { margin: 0 0 0.4em; font-weight: bold; }
.lernboxtop { padding: 0 0 70px; margin: 0 0 10px; background: url(../img/lernbox-arrows.png) no-repeat center bottom; }
.lernboxleft { float: left; width: 40%; }
.lernboxright { float: right; width: 40%; }
.lernbox h3 { text-align: center; padding: 0 0 7px; margin: 0 0 7px; background: url(../img/underline.png) no-repeat center bottom; }
#text .lernbox ul { padding: 0; margin: 0; }
#text .lernbox ul li { text-align: center; padding: 8px 0 5px; margin: 0;  background: url(../img/dot.png) no-repeat center 0; }
#text .lernbox ul li.first { padding-top: 0; background: 0; }

/* Dropdown */
.dropdown { border: 1px solid #ccc; padding: 15px 15px 1px; margin: 0 0 1em; }
.js .dropdowntoggle h2 { cursor: pointer; color: #0096C5; }
.js .dropdowncontent { display: none; }

/* Termine */
.termine { border-top: 1px solid #ccc; margin: 16px 0 3em; }
.termine .col0 { width: 130px; margin-top: 1px; text-align: center;  }
.termine td { padding-top: 5px; border-bottom: 1px solid #ccc; }
.termine h2 { font-weight: bold; }
.termine h2, .termine p { margin-bottom: 5px; }



/* =============================================================================
   Non-Semantic Helper Classes
   ========================================================================== */

.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }

/* =============================================================================
   jScrollPane
   ========================================================================== */
 
.jspContainer{overflow:hidden;position:relative;}
.jspPane{position:absolute;}
.jspVerticalBar{position:absolute;top:0;right:0;width:8px; height:100%;background:fff;}
.jspHorizontalBar{position:absolute;bottom:0;left:0;width:100%;height:8px;background:red;}
.jspVerticalBar *,.jspHorizontalBar *{margin:0;padding:0;}
.jspCap{display:none;}
.jspHorizontalBar .jspCap{float:left;}
.jspTrack{background:#ccc;position:relative;}
.jspDrag{background:#0096C5;position:relative;top:0;left:0;cursor:pointer;}
.jspHorizontalBar .jspTrack,.jspHorizontalBar .jspDrag{float:left;height:100%;}
.jspArrow{background:#50506d;text-indent:-20000px;display:block;cursor:pointer;}
.jspArrow.jspDisabled{cursor:default;background:#80808d;}
.jspVerticalBar .jspArrow{height:16px;}
.jspHorizontalBar .jspArrow{width:16px;float:left;height:100%;}
.jspVerticalBar .jspArrow:focus{outline:none;}
.jspCorner{background:#eeeef4;float:left;height:100%;}
* html .jspCorner{margin:0 -3px 0 0;}

/* =============================================================================
   Print Styles
   ========================================================================== */
 
@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */  
  a, a:visited { text-decoration: underline; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  pre, blockquote { page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
  #fullpagewrap { height: auto; }
  #content { height: auto; }
  #text { height: auto; }
  .navmainsub, .navmainsub>li { border-color: black; }
  .ir { text-indent: 0; }
  #text ul { list-style: outside; list-style-image: none; margin: 0 0 1em 20px; padding: 0; }
  #text ul li { padding: 0 0 5px 0; background: 0; }
  #text ul li ul { margin: 0 0 0 10px; }
  #text ul li ul li { background: 0; padding: 0; }
  .dropdowncontent { display: block !important; }
  .jspContainer { height: auto !important; }
  .jspPane { position: relative !important; }
  #left { display: none; }
}
