@font-face {
    font-family: "Open Sans Condensed";
    font-style: normal;
    font-weight: 700;
    src: local("Open Sans Condensed Bold"), local("OpenSans-CondensedBold"), url("http://themes.googleusercontent.com/static/fonts/opensanscondensed/v6/gk5FxslNkTTHtojXrkp-xPUElwBKSJspwatXPrN-vBY.woff") format("woff");
}

/* ----------------------------------- */
/* typo3temp/stylesheet_94592ff793.css */
/* ----------------------------------- */

/* default styles for extension "tx_a1teasermenu_pi1" */
      table.tx-a1teasermenu-pi1 {padding: 0 0 0 0px; spacing: 0 0 0 0px; border: 0 0 0 0px;}
      tr.tx-a1teasermenu-pi1 {}
      td.tx-a1teasermenu-pi1 {vertical-align: top;}
/* default styles for extension "tx_felogin_pi1" */
  .tx-felogin-pi1 label {
    display: block;
  }
/* default styles for extension "tx_cssstyledcontent" */
  /* Captions */
  DIV.csc-textpic-caption-c .csc-textpic-caption { text-align: center; }
  DIV.csc-textpic-caption-r .csc-textpic-caption { text-align: right; }
  DIV.csc-textpic-caption-l .csc-textpic-caption { text-align: left; }

  /* Needed for noRows setting */
  DIV.csc-textpic DIV.csc-textpic-imagecolumn { float: left; display: inline; }

  /* Border just around the image */
  DIV.csc-textpic-border DIV.csc-textpic-imagewrap .csc-textpic-image IMG, DIV.csc-textpic-border DIV.csc-textpic-single-image IMG {
    border: 2px solid black;
    padding: 0px 0px;
  }

  DIV.csc-textpic-imagewrap { padding: 0; }

  DIV.csc-textpic IMG { border: none; }

  /* DIV: This will place the images side by side */
  DIV.csc-textpic DIV.csc-textpic-imagewrap DIV.csc-textpic-image { float: left; }

  /* UL: This will place the images side by side */
  DIV.csc-textpic DIV.csc-textpic-imagewrap UL { list-style: none; margin: 0; padding: 0; }
  DIV.csc-textpic DIV.csc-textpic-imagewrap UL LI { float: left; margin: 0; padding: 0; }

  /* DL: This will place the images side by side */
  DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image { float: left; }
  DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image DT { float: none; }
  DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image DD { float: none; }
  DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image DD IMG { border: none; } /* FE-Editing Icons */
  DL.csc-textpic-image { margin: 0; }
  DL.csc-textpic-image DT { margin: 0; display: inline; }
  DL.csc-textpic-image DD { margin: 0; }

  /* Clearer */
  DIV.csc-textpic-clear { clear: both; }

  /* Margins around images: */

  /* Pictures on left, add margin on right */
  DIV.csc-textpic-left DIV.csc-textpic-imagewrap .csc-textpic-image,
  DIV.csc-textpic-intext-left-nowrap DIV.csc-textpic-imagewrap .csc-textpic-image,
  DIV.csc-textpic-intext-left DIV.csc-textpic-imagewrap .csc-textpic-image {
    display: inline; /* IE fix for double-margin bug */
    margin-right: 10px;
  }

  /* Pictures on right, add margin on left */
  DIV.csc-textpic-right DIV.csc-textpic-imagewrap .csc-textpic-image,
  DIV.csc-textpic-intext-right-nowrap DIV.csc-textpic-imagewrap .csc-textpic-image,
  DIV.csc-textpic-intext-right DIV.csc-textpic-imagewrap .csc-textpic-image {
    display: inline; /* IE fix for double-margin bug */
    margin-left: 10px;
  }

  /* Pictures centered, add margin on left */
  DIV.csc-textpic-center DIV.csc-textpic-imagewrap .csc-textpic-image {
    display: inline; /* IE fix for double-margin bug */
    margin-left: 10px;
  }
  DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image .csc-textpic-caption { margin: 0; }
  DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image IMG { margin: 0; vertical-align:bottom; }

  /* Space below each image (also in-between rows) */
  DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image { margin-bottom: 10px; }
  DIV.csc-textpic-equalheight DIV.csc-textpic-imagerow { margin-bottom: 10px; display: block; }
  DIV.csc-textpic DIV.csc-textpic-imagerow { clear: both; }
  DIV.csc-textpic DIV.csc-textpic-single-image IMG { margin-bottom: 10px; }

  /* IE7 hack for margin between image rows */
  *+html DIV.csc-textpic DIV.csc-textpic-imagerow .csc-textpic-image { margin-bottom: 0; }
  *+html DIV.csc-textpic DIV.csc-textpic-imagerow { margin-bottom: 10px; }

  /* No margins around the whole image-block */
  DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-firstcol { margin-left: 0px !important; }
  DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-lastcol { margin-right: 0px !important; }

  /* Add margin from image-block to text (in case of "Text w/ images") */
  DIV.csc-textpic-intext-left DIV.csc-textpic-imagewrap,
  DIV.csc-textpic-intext-left-nowrap DIV.csc-textpic-imagewrap {
    margin-right: 10px !important;
  }
  DIV.csc-textpic-intext-right DIV.csc-textpic-imagewrap,
  DIV.csc-textpic-intext-right-nowrap DIV.csc-textpic-imagewrap {
    margin-left: 10px !important;
  }

  /* Positioning of images: */

  /* Above */
  DIV.csc-textpic-above DIV.csc-textpic-text { clear: both; }

  /* Center (above or below) */
  DIV.csc-textpic-center { text-align: center; /* IE-hack */ }
  DIV.csc-textpic-center DIV.csc-textpic-imagewrap { margin: 0 auto; }
  DIV.csc-textpic-center DIV.csc-textpic-imagewrap .csc-textpic-image { text-align: left; /* Remove IE-hack */ }
  DIV.csc-textpic-center DIV.csc-textpic-text { text-align: left; /* Remove IE-hack */ }

  /* Right (above or below) */
  DIV.csc-textpic-right DIV.csc-textpic-imagewrap { float: right; }
  DIV.csc-textpic-right DIV.csc-textpic-text { clear: right; }

  /* Left (above or below) */
  DIV.csc-textpic-left DIV.csc-textpic-imagewrap { float: left; }
  DIV.csc-textpic-left DIV.csc-textpic-text { clear: left; }

  /* Left (in text) */
  DIV.csc-textpic-intext-left DIV.csc-textpic-imagewrap { float: left; }

  /* Right (in text) */
  DIV.csc-textpic-intext-right DIV.csc-textpic-imagewrap { float: right; }

  /* Right (in text, no wrap around) */
  DIV.csc-textpic-intext-right-nowrap DIV.csc-textpic-imagewrap { float: right; clear: both; }
  /* Hide from IE5-mac. Only IE-win sees this. \*/
  * html DIV.csc-textpic-intext-right-nowrap .csc-textpic-text { height: 1%; }
  /* End hide from IE5/mac */

  /* Left (in text, no wrap around) */
  DIV.csc-textpic-intext-left-nowrap DIV.csc-textpic-imagewrap { float: left; clear: both; }
  /* Hide from IE5-mac. Only IE-win sees this. \*/
  * html DIV.csc-textpic-intext-left-nowrap .csc-textpic-text,
  * html .csc-textpic-intext-left ol,
  * html .csc-textpic-intext-left ul { height: 1%; }
  /* End hide from IE5/mac */

  DIV.csc-textpic DIV.csc-textpic-imagerow-last { margin-bottom: 0; }

  /* Browser fixes: */

  /* Fix for unordered and ordered list with image "In text, left" */
  .csc-textpic-intext-left ol, .csc-textpic-intext-left ul {padding-left: 40px; overflow: auto; }
/* default styles for extension "tt_news" */

/*-----------------------------------  clearer  -----------------------------------*/
/* prevent floated images from overlapping the div-containers they are wrapped in  */

.news-list-container HR.clearer, .news-single-item HR.clearer, .news-latest-container HR.clearer{
  clear:right;
  height:1px;
  border:1px solid #F9FFE5;

}
.news-latest-container HR.clearer {
  clear:left;
}

/*-----------------------------------  tt_news LATEST view  -----------------------------------*/

.news-latest-container {
  border:1px solid #333;
  background-color:#BBE53A;
}

.news-latest-container H2,.news-latest-gotoarchive {
  color:#fff;
  padding:3px;
  margin:3px;
  border:1px solid #666;
  /*background-color:#D8FA70;*/
  background-color:#769024;
}

.news-latest-gotoarchive {
  font-weight:bold;
  margin-top:5px;
}
.news-latest-gotoarchive A:LINK, .news-latest-gotoarchive A:VISITED, .news-latest-gotoarchive A:HOVER {
  color:#fff;
}
.news-latest-gotoarchive A {
  color:#fff;
}
.news-latest-item {
  /* IE hack */
  height: 1%;
  line-height: 1.3;
  /* IE hack end */
  padding:3px;
  margin:3px;
  border:1px solid #666;
  background-color:#F9FFE5;
}

.news-latest-item IMG {

  margin-bottom:5px;
  margin-right:5px;
  border:1px solid #666;
  float:left;
}
.news-latest-category IMG {
  float: none;
  border:none;
  margin:0px;
}
.news-latest-date,.news-latest-morelink,.news-latest-category {
  font-size:9px;
}

.news-latest-morelink {
  height:12px;
}

.news-latest-morelink A {
  float:right;
}


/*--------------------------------- tt_news LIST view  -----------------------------------*/
.news-list-container {

  border:1px solid #000;
  background-color:#BBE53A;
}


.news-list-item {
  /* IE hack */
  height: 1%;
  line-height: 1.3;
  /* IE hack end */
  padding:3px;
  margin:3px;
  border:1px solid #666;
  background-color:#F9FFE5;

  }
.news-search-form {
  padding:3px;
  margin-bottom:5px;
  border:1px solid #666;
  background-color:#F9FFE5;

}
.news-search-emptyMsg{
  margin:0px;
}
.news-search-form FORM {
  margin:0px;
}
.news-list-container H3 {
  margin-bottom: 5px;
  padding: 2px;
  border-bottom: 1px solid #769024;
  background-color: #769024;
}
.news-list-container H3 A:LINK,.news-list-container H3 A:VISITED,.news-list-container H3 A:HOVER {
  color:#fff;
  padding-left:2px;
}
.news-list-container H3 A {
  color:#fff;

}
.news-list-container P {
  padding-left:3px;
}
.news-list-date {
  float: right;
  color: #3E551C;
  width: 180px;
  text-align: right;
  height: 20px;
  margin-top: -2px;
  margin-right: -2px;
  font-size: 9px;
  font-weight: normal;
  background-color: #F9FFE5;
  }

.news-list-imgcaption {
  float: right;
  padding-top:3px;
  padding-right:3px;
  font-size: 9px;

  }

.news-list-container IMG {

  float: right;
  border:1px solid #666;
  margin-bottom:5px;
  margin-right:2px;
  margin-left:5px;
}
.news-list-category IMG {
  float: none;
  border:none;
  margin:0px;
}

.news-list-morelink,.news-list-category {
  font-size:9px;
  margin-left:3px;
}
.news-list-morelink  {
  margin-bottom:3px;
}
.news-list-browse {
  text-align: center;
}



  /*---------------------------------  tt_news Page-Browser ---------------------------------*/
.tx-ttnews-browsebox, .browseBoxWrap {
  margin:3px;
  border:1px solid #666;
  padding:3px;
  background-color:#F9FFE5;
}

.tx-ttnews-browsebox TD {
  font-size: 10px;
}
.tx-ttnews-browsebox-strong, .tx-ttnews-browsebox-SCell {
  font-weight: bold;
}
.tx-ttnews-browsebox-SCell P,.tx-ttnews-browsebox TD P{
  margin:0px;
}

.tx-ttnews-browsebox-SCell {
  background-color: #BBE53A;
  border:1px solid #666;
}
.news-search-emptyMsg {
  font-size: 11px;
  margin-left: 10px;
}
  /*--------------------------------- tt_news SINGLE view  ---------------------------------*/
.news-single-item {
  padding:5px;
  margin-bottom:5px;
  border:1px solid #666;
  background-color:#F9FFE5;

}
.news-single-item H2 {
  font-size: 16px;
  font-weight:bold;
  color: #85A600;
  margin-bottom: 0px;
}
.news-single-item H3 {
  margin-bottom: 15px;
}



.news-single-img {
  float: right;
  margin-left:5px;

}



.news-single-imgcaption {
  padding:3px;
  clear:both;
}

.news-single-category {

  float: right;
}
.news-single-backlink, .news-single-backlink a {
  font-weight: bold;
  font-size: 10px;
  margin-bottom: 15px;
  margin-top: 10px;
}
.news-single-timedata {
  float: right;
}
.news-single-timedata, .news-single-author,.news-single-imgcaption {
  font-size: 9px;
}
.news-single-author {
  padding-bottom: 3px;
}
.news-single-additional-info {
  background-color: #BBE53A;
/*  clear: both;*/
  margin-top: 15px;
  border: 1px solid #666;
  padding:3px;
  padding-bottom:0px;

}
.news-single-related,.news-single-files,.news-single-links  {
  border: 1px solid #666;
  margin:0px;
  margin-bottom: 3px;
  padding:3px;
  background-color:#F9FFE5;
}

.news-single-related DD, .news-single-links DD, .news-single-files DD {
  margin-left:20px;
}

.news-single-related DT, .news-single-links DT, .news-single-files DT {
  font-weight: bold;
  font-size: 11px;
  margin-left:5px;
  width:90%;
}

/*--------------------------------- tt_news Archivemenu (AMENU) --------------------------------- */
.news-amenu-container {
  margin-top:10px;
  padding:3px;
  border:1px solid #333;
  background-color:#BBE53A;
}
.news-amenu-container LI {
  padding-bottom:1px;
}
.news-amenu-container UL {
  padding:3px;
  margin-top:5px;
  margin-left:0px;
  margin-bottom:0px;
  border:1px solid #666;
  background-color:#F9FFE5;
  list-style-type: none;
}
.news-amenu-container H2 {
  color:#fff;
  padding:3px;
  border:1px solid #666;
  background-color:#769024;
}
.news-amenu-item-year {
  font-weight: bold;
  border: 1px solid #666;
  padding: 2px;
  background-color: #769024;
  color:#fff;
}

/*--------------------------------- tt_news Categorymenu (CATMENU) --------------------------------- */


.news-catmenu  {
  padding:5px;
  margin:10px 0px 10px 10px;
  border:1px solid #666;
  background-color:#F9FFE5;
}
.news-catmenu-header {
  font-size:11px;
  font-weight:bold;
}
.news-catmenu DIV {
  font-size:10px;
  white-space: nowrap;
}
.news-catmenu DIV img, .news-catmenu img, .news-catmenu-header img {
  margin:0px;
  padding: 0px;
  vertical-align: middle;
}
.news-catmenu-ACT {
  font-weight:bold;
}

/*  Styles for catmenu mode "nestedWraps" */
.level1 {
  padding:1px;
  padding-left:10px;
  background-color:#ebf8bf;
  border-left:1px solid #666;
  border-top:1px solid #666;
}
.level2 {
  padding:1px;
  padding-left:10px;
  background-color:#ddf393;
  border-left:1px solid #666;
}
.level3 {
  padding:1px;
  padding-left:10px;
  background-color:#cae46e;
  border-left:1px solid #666;
  border-top:1px solid #666;

}
.level4 {
  padding:1px;
  padding-left:10px;
  background-color:#b0cb51;
  border-left:1px solid #666;
}





/* ------------------------------------ */
/* fileadmin/templates/ml2010/style.css */
/* ------------------------------------ */

/*
(c) 2010 Christian Kohout
www.getaweb.at

blue 1: #006;
blue 2: #ddf;
orange: #ffcd03;
grey 1: #999;
grey 2: #ddd;
grey 3: #f3f3f3;

themes:
lexikon (blue):         #006    #ddf
forum (violet):         #660054  #ede
arbeitsblaetter (red):  #5c0000  #fdd
videos (green):         #062    #dfd

*/

/* FONTS */

html {
  font-family: Arial, Tahoma, sans-serif;
}

h1, h2, h3, #tbar a, #mainmenu a, #submenu a, .menu a, .t a {
  font-family: 'Open Sans Condensed', Tahoma, Arial, sans-serif;
}

/* COMMON TAGS */

a {
  border: 0px;
  outline: 0px;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.lexikon a { color: #779; }
.videos a { color: #797; }
.worksheets a { color: #977; }

a img {
  outline: 0px;
}

hr {
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
	border: 0px;
	border-bottom: 1px solid #eee;
	margin: 10px 0px;
	padding: 0px;
}

body {
  background: #eee;
  margin: 0px;
  padding: 0px;
}

pre {
  font-family: 'Courier New';
  padding: 10px;
  border: 1px solid #cdc;
  background: #efe;
  font-size: 12px;
}

#wrapper {
  width: 970px;
  background: #fff;
  padding: 0px 10px 10px;
  position: relative;
}

.sep {
  clear: both;
  display: block;
  overflow: hidden;
  height: 0px;
}

.appsFrame {
  border: 0px;
  width: 100%;
  height: 220px;
}

.small {
  font-size: 11px;
}

.hidden {
  display: none;
  visibility: hidden;
}

/* TITLE */

#title {
  margin-top: 70px;
  padding: 15px 250px 5px 10px;
}

h1, .entity-score {
  color: #999;
  font-size: 24px;
  line-height: 24px;
  padding: 0px 0px 4px 0px;
  margin: 0px;
  font-weight: normal;
  font-family: 'Open Sans Condensed';
}

.lexikon h1 { color: #779; }
.forum h1 { color: #878; }
.arbeitsblaetter h1 { color: #977; }
.videos h1 { color: #797; }

.summary {
  display: block;
  padding: 2px;
  font-size: 13px;
  line-height: 18px;
  color: #999;
}

/* BREADCRUMB */

#breadcrumb {
  border-top: 1px dotted #ccc;
  padding: 0px 12px;
}

#breadcrumb span {
  display: block;
  padding: 5px 0px 10px;
  font-size: 11px;
  color: #999;
}

#breadcrumb a {
  font-size: 11px;
  color: #999;
  text-decoration: none;
  margin: 0px 3px;
}

#breadcrumb a:hover {
  text-decoration: underline;
}

/* TBAR */

#tbar {
  position: relative;
  height: 32px;
  overflow: hidden;
}

#tbar ul {
  margin: 0px;
  padding: 10px 0px 0px 0px;
  float: right;
}

#tbar li {
  display: inline;
  margin: 0px;
  padding: 0px 0px 0px 2px;
  list-style: none;
}

#tbar li a {
  background: #eee;
  margin: 0px;
  text-decoration: none;
  color: #666;
  font-size: 11px;
  display: inline-block;
  padding: 3px 25px;
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-top: 1px solid #ddd;
  border-top-left-radius: 6px;
  -moz-border-top-left-radius: 6px;
  -webkit-border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  -moz-border-top-right-radius: 6px;
  -webkit-border-top-right-radius: 6px;
}

#tbar li a:hover {
  background: #ddd;
}

.lexikon #tbar li.lexikon a {
  background: #006;
  border: 1px solid #006;
  border-bottom: 0px;
  color: #fff;
}

.videos #tbar li.videos a {
  background: #062;
  border: 1px solid #062;
  border-bottom: 0px;
  color: #fff;
}

.arbeitsblaetter #tbar li.arbeitsblaetter a {
  background: #5c0000;
  border: 1px solid #5c0000;
  border-bottom: 0px;
  color: #fff;
}

.tools #tbar li.tools a {
  background: #670;
  border: 1px solid #670;
  border-bottom: 0px;
  color: #fff;
}

.forum #tbar li.forum a {
  background: #660054;
  border: 1px solid #660054;
  border-bottom: 0px;
  color: #fff;
}

/* LOGIN */

#login {
  position: absolute;
  top: 5px;
  right: 0px;
  font-size: 12px;
}

#login a {
  display: inline-block;
  padding: 3px 10px;
  color: #fff;
  text-decoration: none;
  margin-left: 5px;
}

.lexikon #login a {
  background: #006;
  border: 1px solid #005;
}

.lexikon #login a:hover {
  background: #005;
}

.forum #login a {
  background: #660054;
  border: 1px solid #505;
}

.forum #login a:hover {
  background: #505;
}

.arbeitsblaetter #login a {
  background: #5c0000;
  border: 1px solid #400000;
}

.arbeitsblaetter #login a:hover {
  background: #400000;
}

.videos #login a {
  background: #062;
  border: 1px solid #051;
}

.videos #login a:hover {
  background: #051;
}

/* HEADER */

#fix-to-top {
    position: absolute;
    width:970px;
    top: 32px;
    z-index: 2;
}

#fix-to-top.fixed {
    position: fixed;
    top: 0px;
}

#header {
  position: relative;
  height: 40px;
  border-top-left-radius: 10px;
  -moz-border-top-left-radius: 10px;
  -webkit-border-top-left-radius: 10px;
}

.lexikon #header { background: #006; }
.forum #header { background: #505; }
.arbeitsblaetter #header { background: #600; }
.tools #header { background: #670; }
.videos #header { background: #062; }

#header a.logo {
  position: absolute;
  left: 12px;
  top: -24px;
  height: 20px;
  width: 184px;
  text-indent: -9999px;
}

.lexikon #header a.logo {
  background: url(../img/sprites-1.3.png) no-repeat 0px 0px;
}

.forum #header a.logo {
  background: url(../img/sprites-1.3.png) no-repeat 0px -20px;
}

.arbeitsblaetter #header a.logo {
  background: url(../img/sprites-1.3.png) no-repeat 0px -40px;
}

.videos #header a.logo {
  background: url(../img/sprites-1.3.png) no-repeat 0px -60px;
}

.tools #header a.logo {
  background: url(../img/sprites-1.3.png) no-repeat 0px -80px;
}

#header a img {
  border: 0px;
}

/* MAINMENU */

#mainmenu {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  height: 30px;
  overflow: hidden;
}

#mainmenu ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

#mainmenu li {
  display: inline;
}

#mainmenu li a {
  color: #ddd;
  text-decoration: none;
  font-size: 16px;
  display: block;
  float: left;
  padding: 5px 16px 7px 14px;
  border-top-left-radius: 6px;
  -moz-border-top-left-radius: 6px;
  -webkit-border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  -moz-border-top-right-radius: 6px;
  -webkit-border-top-right-radius: 6px;
}

#mainmenu li:first-child  a {
  border-top-left-radius: 0px;
  -moz-border-top-left-radius: 0px;
  -webkit-border-top-left-radius: 0px;
}

#mainmenu li a:hover {
  color: #fff;
}

#mainmenu li.s a,
#mainmenu li.s a:hover {
  color: #fff;
}


.lexikon #mainmenu li.s a,
.lexikon #mainmenu li.s a:hover{ background: #779; }

.forum #mainmenu li.s a,
.forum #mainmenu li.s a:hover{ background: #878; }

.arbeitsblaetter #mainmenu li.s a,
.arbeitsblaetter #mainmenu li.s a:hover{ background: #977; }

.tools #mainmenu li.s a,
.tools #mainmenu li.s a:hover{ background: #670; }

.videos #mainmenu li.s a,
.videos #mainmenu li.s a:hover{ background: #797; }

#submenu {
  height: 30px;
  border-bottom-right-radius: 10px;
  -moz-border-bottom-right-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
}

.lexikon #submenu { background: #779; }
.forum #submenu { background: #878; }
.arbeitsblaetter #submenu { background: #977; } 
.tools #submenu { background: #997; } 
.videos #submenu { background: #797; }

#submenu ul {
  padding: 0px 0px 0px 6px;
  margin: 0px;
  list-style: none;
}

#submenu li {
  display: inline;
  float: left;
}

#submenu li a {
  display: block;
  font-size: 13px;
  line-height: 13px;
  padding: 8px;
  color: #ddd;
  text-decoration: none;
}

#submenu li a:hover {
  text-decoration: underline;
}

#submenu li.s a { color: #fff; text-decoration: underline; }

/* CONTENT */

#content-frame {
  padding: 0px 0px 20px 0px;
}

#content {
  float: left;
  width: 660px;
}

#content.col1 {
  float: none;
  width: auto;
}

#content h2 {
  font-size: 24px;
  color: #666;
  font-weight: normal;
  padding: 0px 0px 5px 0px;
  margin: 0px;
}

#content p,
#content li,
#content td,
#content th,
#content dd,
#content dt {
  font-size: 14px;
  line-height: 150%;
}

#content .formel,
#content .formel2,
#content .formel3 {
  display: block;
  padding: 20px;
  margin: 30px 0px 30px 0px;
  border: 3px solid #ccc;
  background: #f3f3f3;
  color: #666;
  clear: both;

  border-top-left-radius: 10px;
  -moz-border-top-left-radius: 10px;
  -webkit-border-top-left-radius: 10px;

  border-bottom-right-radius: 10px;
  -moz-border-bottom-right-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
}

#content .formel p,
#content .formel2 p,
#content .formel3 p {
  font-family: Georgia, Garamond, "Times New Roman", Serif;
  font-style: italic;
  font-size: 16px;
  padding: 0px 0px 5px 0px;
  margin: 0px;
}

#content .formel3 {
  border: 3px solid #dd3;
  background: #ffc;
  color: #663;
}

#content .formel img,
#content .formel2 img,
#content .formel3 img,
#content .mit-formel img {
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
    vertical-align: middle;
}

#mehrwertsteuerrechner label,
#prozentrechner label {
	display: block;
}

#mehrwertsteuerrechner select,
#mehrwertsteuerrechner input,
#prozentrechner select,
#prozentrechner input {
	margin-bottom: 10px;
}

#mehrwertsteuerrechner a,
#prozentrechner a {
	background: #630;
	color: #fff;
	text-decoration: none;
	padding: 3px 10px;
	margin-bottom: 10px;
	display: inline-block;
}

#prResult {
	border: 1px dotted #630;
	padding: 10px;
	text-align: center;
}

/* TEASER */

.teaser {
  margin-bottom: 20px;
}

.t {
  padding: 15px 10px 15px 0px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0px 3px 3px #eee;

  border-top-left-radius: 10px;
  -moz-border-top-left-radius: 10px;
  -webkit-border-top-left-radius: 10px;

  border-bottom-right-radius: 10px;
  -moz-border-bottom-right-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
}

.t a, .t a:hover {
  font-size: 18px;
  line-height: 28px;
  font-weight: bold;
  text-decoration: none;
  font-family: 'Open Sans Condensed';
  padding-left: 2px;
}

.lexikon .t a { color: #779; }
.arbeitsblaetter .t a { color: #977; }
.tools .t a { color: #997; }
.videos .t a { color: #797; }
.t-hover a { color: #fff !important; }

.t a:hover {
  color: #fff;
}

.t a h3 {
  margin: 0px;
  padding: 0px;
  color: #999;
  font-size: 28px;
  line-height: 28px;
  font-weight: normal;
}

.t a:hover h3 {
  text-decoration: underline;
}

.t-hover a {
  color: #fff;
}

.lexikon .t-hover {
  background: #779;
  color: #fff;
}

.arbeitsblaetter .t-hover {
  background: #977;
  color: #fff;
}

.tools .t-hover {
  background: #997;
  color: #fff;
}

.videos .t-hover {
  background: #797;
  color: #fff;
}


.t p {
  padding: 0px 0px 0px 3px;
  margin: 0px;
  font-size: 13px;
  line-height: 135%;
}

.t .l {
  float: left;
  width: 60px;
  padding-left: 12px;
}

.t .l a {
  position: relative;
  border-top-left-radius: 10px;
  -moz-border-top-left-radius: 10px;
  -webkit-border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  -moz-border-bottom-right-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
}

.t .l a img {
  position: absolute;
  top: 10px;
  left: 10px;
  border-top-left-radius: 6px;
  -moz-border-top-left-radius: 6px;
  -webkit-border-top-left-radius: 6px;
  border-bottom-right-radius: 6px;
  -moz-border-bottom-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
}

.t .r {
  float: right;
  width: 550px;
}

.t .i {
  width: 65px;
  height: 70px;
}

.video-detail .t .r {
  width: 390px;
}

.related .t {
  padding: 5px;
  border-bottom: 0px;

  border-top-left-radius: 6px;
  -moz-border-top-left-radius: 6px;
  -webkit-border-top-left-radius: 6px;
  border-bottom-right-radius: 6px;
  -moz-border-bottom-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;

  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}

.related .t .l {
    padding-left: 0px;
    width: 30px;
}

.related .t .r {
    width: 230px;
    padding-top: 8px;
}

.related .t .r a {
    font-size: 13px;
    line-height: 15px;
}

.related .t span.time {
    margin: 0px 5px 0px 0px;
    font-family: 'Open Sans Condensed';
    display: inline-block;
    float: right;
    font-size: 13px;
    color: #fff;
}

/* RIGHT */

#right {
  float: right;
  width: 300px;
}

/* Layer 1 */
.menu {
  list-style: none;
  margin: 0px 0px 10px 0px;
  padding: 0px;
}

.menu li {
  display: block;
  margin: 0px 0px 5px 0px;
  padding: 0px;
  width: 300px;

  background: #eee;
  border-top-left-radius: 10px;
  -moz-border-top-left-radius: 10px;
  -webkit-border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  -moz-border-bottom-right-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
}

.menu li a {
  display: block;
  font-size: 18px;
  padding: 10px 15px;
  color: #999;
  text-decoration: none;

  border-top-left-radius: 10px;
  -moz-border-top-left-radius: 10px;
  -webkit-border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  -moz-border-bottom-right-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
}

.menu li a:hover,
.menu li.s a { color: #fff; }

.lexikon .menu li a:hover,
.lexikon .menu li.s { background: #779; } 

.forum .menu li a:hover,
.forum .menu li.s { background: #878; } 

.arbeitsblaetter .menu li a:hover,
.arbeitsblaetter .menu li.s { background: #977; } 

.videos .menu li a:hover,
.videos .menu li.s { background: #797; } 

.menu li.s a {
  color: #fff;
}

/* Layer 2 */
.menu li.s ul {
  padding: 0px 0px 15px 25px;
}

.menu li.s li {
  background: none;
  border: 0px;
  width: auto;
}

.menu li.s li a {
  background: none;
  color: #ddd;
  padding: 0px;
  margin: 0px 30px 0px 0px;
  line-height: 24px;
  font-size: 16px;
}

.menu li.s li a:hover {
  text-decoration: underline;
}

.menu li.s li.s a {
  color: #fff;
}

/* Layer n */

.menu li.s li.s ul {
  padding: 5px 0px 10px 20px;
}

.menu li.s li.s li a {
  color: #ddd;
  font-size: 13px;
  line-height: 20px;
  padding-right: 30px;
}

.menu li.s li.s li.s a {
  color: #fff;
}

.menu li.s li.s li.s ul {
  padding-bottom: 0px;
  margin-bottom: 0px;
}

.menu li.s li.s li.s li a {
  color: #ddd;
}

.menu li.s li.s li.s li.s a {
  color: #fff;
}

/* FOOTER */

#footer {
  min-height: 100px;
  padding: 20px;
  color: #fff;
  font-size: 11px;
  line-height: 150%;
  margin: 0px 0px 0px;
  border-top-left-radius: 10px;
  -moz-border-top-left-radius: 10px;
  -webkit-border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  -moz-border-bottom-right-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
}

#footer a {
  color: #fff;
}

.lexikon #footer { background: #779; }
.arbeitsblaetter #footer { background: #977; } 
.forum #footer { background: #878; }
.videos #footer { background: #797; }

.f {
  color: #fff;
  width: 280px;
  min-height: 250px;
  padding: 20px;
  float: left;
}

.f h3 {
  color: #fff;
  font-size: 18px;
  font-weight: normal;
}

.fs {
  width: 280px;
  background: url(../img/sprites-h.png) 0px -488px no-repeat;
}

/* ADS */

#a1 {
  width: 468px;
  height: 15px;
  overflow: hidden;
  font-size: 10px;
}

#a2, #a2a, #a2b, #a2c {
  font-size: 10px;
  margin-bottom: 10px;
}

#a2 {
  margin-bottom: 20px;
}

#a2c {
  margin-top: 20px;
  margin-left: 103px;
}

#a2 {
  margin-top: 20px;
  clear: both;
}

#a2a {
  margin-top: 10px;
  margin-left: 0px;
}

#a3, #a4 {
  width: 300px;
  height: 250px;
  overflow: hidden;
  font-size: 10px;
  margin-bottom: 20px;
}

#a5 {
  text-align: center;
  padding-bottom: 30px;
}

.a-list {
  padding: 10px 0px;
}

.a-list-center {
    width: 468px;
    margin: 0px auto;
}

.a-list-video,
.a-list-worksheet {
    padding: 20px 30px;
    margin: 20px 0px;
    text-align: center;
    display: block;
}

.a-list-video { background: #260; }
.a-list-worksheet { background: #5C0000; }

/* ICONS */

.i {
  display: block;
  margin: 0px;
  padding: 0px;
  text-decoration: none;
  width: 60px;
  height: 60px;
  overflow: hidden;
  text-indent: -9999px;
  background: #fff url(../img/sprites-1.3.png) no-repeat;
  cursor: pointer;
}

.i-tiny {
  width: 30px !important;
  height: 30px !important;
}

.i-item {
  background-position: -60px -120px;
}

.i-item:hover {
  background-position: 0px -120px;
}


.i-thumb-up {
  background-position: -180px -180px;
}

.i-thumb-up:hover {
  background-position: -120px -180px;
}


.i-thumb-down {
  background-position: -60px -180px;
}

.i-thumb-down:hover {
  background-position: 0px -180px;
}


.i-comment {
  background-position: -240px -60px;
}

.i-comment:hover {
  background-position: -180px -60px;
}


.i-forum {
  background-position: -360px -60px;
}

.i-forum:hover {
  background-position: -240px -60px;
}


.i-contact {
  background-position: -665px -180px;
}

.i-contact:hover {
  background-position: -440px -180px;
}


.i-upload {
  background-position: -180px -120px;
}

.i-upload:hover {
  background-position: -120px -120px;
}


.i-facebook {
  background-position: -300px -180px;
}

.i-facebook:hover {
  background-position: -240px -180px;
}


.i-video {
  background-position: -300px -120px;
}

.i-video:hover {
  background-position: -240px -120px;
}


.i-work {
  background-position: -665px -60px;
}

.i-work:hover {
  background-position: -440px -60px;
}

.i-tiny-upload {
  background-position: -210px -30px;
}

.i-tiny-upload:hover {
  background-position: -180px -30px;
}

.i-tiny-video {
  background-position: -270px -30px;
}

.i-tiny-video:hover {
  background-position: -240px -30px;
}

.i-tiny-item {
  background-position: -330px -30px;
}

.i-tiny-item:hover {
  background-position: -300px -30px;
}

/* TABELLE */

#content table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 30px;
}

#content table th,
#content table td {
  padding: 5px 3px;
  vertical-align: top;
}

#content table th {
  text-align: left;
  background: #f3f3f3;
}

#content table td {
  border-top: 1px dotted #ddd;
}

/* MATHEBaR */

#mb {
  clear: both;
  padding: 20px 0px 0px 0px;
}

#mb ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
  display: block;
  height: 100px;
}

#mb li {
  display: block;
  width: 75px;
  height: 85px;
  float: left;
  margin-right: 15px;
  font-size: 11px;
  color: #666;
  text-align: center;
  position: relative;

  box-shadow: 0px 0px 5px #e0e0e0;
  -moz-box-shadow: 0px 0px 5px #e0e0e0;
  -webkit-box-shadow: 0px 0px 5px #e0e0e0;

  border-top-left-radius: 10px;
  -moz-border-top-left-radius: 10px;
  -webkit-border-top-left-radius: 10px;

  border-bottom-right-radius: 10px;
  -moz-border-bottom-right-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
}

#mb li:hover,
#mb li.hover {
  box-shadow: 0px 0px 5px #ccc;
  -moz-box-shadow: 0px 0px 5px #ccc;
  -webkit-box-shadow: 0px 0px 5px #ccc;
}

#mb li a {
  margin-left: 11px;
}


/* NEWS */

.news-latest2 {
  11px;
}

.news-latest2 h3 {
  font-size: 11px;
  font-weight: bold;
  color: #666;
}

.news-latest2 a,
.news-latest2 p {
  font-size: 12px;
}

.news-list-browse {
  padding-top: 10px;
}

.news-list-browse p {
  padding: 0px;
  margin: 0px;
  display: inline;
}

.tx-ttnews-browsebox, .browseBoxWrap {
  background: none;
  border: 0px;
  padding: 5px;
  margin: 5px;
}

.tx-ttnews-browsebox-strong {
  font-weight: bold;
}

.tx-ttnews-browsebox-SCell {
  background: none;
  border: 0px;
}

.news-list-browse td a {
  display: block;
  padding: 5px 10px;
  border: 1px solid #999;
  text-decoration: none;
  color: #666;
}

.news-list-browse td a:hover {
  border: 1px solid #600;
  color: #600;
}

.news-list-browse td.tx-ttnews-browsebox-SCell a {
  background: #fee;
  border: 1px solid #600;
  color: #600;
}

/* FELOGIN */

.tx-felogin-pi1 fieldset {
  border: 0px;
  padding: 30px 200px;
}

.tx-felogin-pi1 fieldset div {
  clear: both;
  padding: 10px;
}

.tx-felogin-pi1 fieldset label {
  display: block;
  width: 180px;
  float: left;
}

.tx-felogin-pi1 #user,
.tx-felogin-pi1 #pass {
  display: block;
  width: 250px;
  float: left;
  border: 1px solid #ccc;
  padding: 3px;
}

.tx-felogin-pi1 .login_button {
  padding-left: 200px;
}

.tx-felogin-pi1 .login_button input {
  background: #660054;
  border: 1px solid #505;
  color: #fff;
  cursor: pointer;
  padding: 5px 10px;
}

.tx-felogin-pi1 .login_button input:hover {
  background: #505;
}

/* COMMENT */

.comment_form {
  clear: both;
  background: #c8b06a;
  padding: 15px;
  display: none;
  margin: 10px;

  border-top-left-radius: 10px;
  -moz-border-top-left-radius: 10px;
  -webkit-border-top-left-radius: 10px;

  border-bottom-right-radius: 10px;
  -moz-border-bottom-right-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
}

.comment_form fieldset {
  margin: 0px;
  padding: 0px;
  border: 0px;
}

.comment_form label {
  display: inline-block;
  width: 120px;
  padding: 5px 10px;
  text-align: right;
  color: #fff;
  font-size: 12px; 
  vertical-align: top;
}

.comment_form p {
  margin: 0px;
}

.comment_form .txt,
.comment_form textarea {
  width: 250px;
  font-size: 14px;
}

.comment_form input,
.comment_form textarea {
  margin-top: 10px;

  border: 1px solid #999;
  padding: 5px 10px;
  background: #fff;

  border-top-left-radius: 6px;
  -moz-border-top-left-radius: 6px;
  -webkit-border-top-left-radius: 6px;

  border-bottom-right-radius: 6px;
  -moz-border-bottom-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
}

.comment_form input.submit-post {
    background: #660;
    color: #fff;
    border: 0px;
}

.comment_form .submit {
  margin-left: 140px;
}

.tx-comments-required-error {
  margin: 5px 0px 10px 140px !important;
  display: block;
  font-size: 12px;
  width: 250px;
  padding: 5px 10px !important;
}

#comments {
  margin: 0px;
  padding: 0px;
  font-size: 12px;
}

#comments dt.comment_info {
  margin: 2px 0px 0px 0px;
  clear: both;
  float: left;
  width: 180px;
}

#comments dt.comment_info .i {
  float: left;
}

#comments dt.comment_info span {
  display: block;
  margin: 13px 0px 0px 0px;
  float: left;
  font-size: 12px;
  line-height: 14px;
  color: #999;
}

.comment_text {
  float: right;
  width: 420px;
  margin: 0px 10px 10px 0px;
  padding: 15px 20px 20px;
  font-size: 12px;
  line-height: 14px;
  background: #eee;
  color: #444;

  border-top-left-radius: 10px;
  -moz-border-top-left-radius: 10px;
  -webkit-border-top-left-radius: 10px;

  border-bottom-right-radius: 10px;
  -moz-border-bottom-right-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
}

.comment_text p {
  margin: 0px;
  padding: 0px;
}

.tx-comments-form-top-message {
  background: #ff0;
  border: 2px solid #aa0;
}




/* ---------------------------------- */
/* typo3conf/ext/comments/res/pi1.css */
/* ---------------------------------- */

.tx-comments-comment-admin { margin: 10px 20px; background-color: #e0e0e0; padding: 5px 9px; text-align: center; }

.tx-comments-comment-form LABEL { width: 100px; display: block; float: left; padding-top: 5px; }
.tx-comments-comment-form INPUT, .tx-comments-comment-form TEXTAREA, .tx-comments-comment-form IMG { margin-top: 5px; }
.tx-comments-comment-input, .tx-comments-comment-form TEXTAREA { width: 245px; }
.tx-comments-comment-form BR { clear: left; }
.tx-comments-comment-name { font-weight: bold; }
.tx-comments-comment-date { font-weight: bold; }
.tx-comments-comment-1, .tx-comments-comment-2 { border: 1px solid #e0e0e0; margin-bottom: 10px; padding: 3px 5px; }
.tx-comments-comment-content { padding: 3px 0; text-align: justify; }
.tx-comments-required-mark { color: red; }
.tx-comments-required-error { margin-left: 10px; color: red; background-color: #f5f500; padding: 3px 5px; }
.tx-comments-captcha { padding-left: 100px; }
.tx-comments-captcha IMG { border: 1px solid #d0d0d0; margin-left: 0px; }
.tx-comments-form-top-message { border: 1px solid #d0d0d0; padding: 10px 20px; text-align: center; font-weight: bold; }

.tx-comments-closed { border: 1px solid #d0d0d0; padding: 10px 10px; margin: 10px 0; }
.tx-comments-closed IMG { vertical-align: baseline; margin-left: 4px; padding-right: 4px; }

.tx-comments-comment-report { font-size: 80%; margin: 7px 0 5px 15px; }

.tx-comments-rating { margin-left: 15px; }

.tx-comments-comment-form fieldset { border: none; }





/* --------------------------------------- */
/* typo3conf/ext/pagebrowse/res/styles.css */
/* --------------------------------------- */

.tx-pagebrowse { text-align: center; list-style: none inside none; padding: 0 0; margin: 0 0; width: 100%; }
.tx-pagebrowse li { display: inline; list-style: none; margin: 0 0; padding: 0 5px 0 0; }
li.tx-pagebrowse-pages { width: 80%; }
li.tx-pagebrowse-pages ol { display: inline; margin: 0 0; padding: 0 10px; }






/* ------------------------------------ */
/* fileadmin/templates/ml2010/forum.css */
/* ------------------------------------ */

/***
 * GENERAL DISPLAY OPTION
 ***/
 
tx-mmforum-pi1 td, tx-mmforum-pi1 th {
  font-family: Tahoma;
  font-size: 11px;
}
 
 
 
table.tx-mmforum-table {
  -border: 1px solid #dddddd;
  border: 0px none;
  border-collapse: collapse;
}
 
  
 
td.tx-mmforum-td, th.tx-mmforum-th {
  -border: 1px solid #dddddd;
  border-style: hidden !important;
  border-top: 1px solid #dddddd !important;
  border-bottom: 1px solid #dddddd !important;
  border-collapse: collapse;
    padding:5px;
  font-size:11px;
  color:#545353;
}

td.tx-mmforum-td2 {
  padding:5px;
  font-size:11px;
  color:#545353;
}
 
td.tx-mmforum-subth {
  -border: 1px solid #dddddd;
  border-style:hidden !important;
  border-top: 1px solid #dddddd !important;
  border-bottom: 1px solid #dddddd !important;
  border-collapse: collapse;
  background-color: #F1F2F2;
}
 
th.tx-mmforum-th {
  background: #660054;
  color: #FFFFFF;
  padding: 5px;
  text-align: left;
  font-size: 12px;
}
 
div.tx-mmforum-th {
 background: #660054;
 color: #FFFFFF;
 padding: 5px;
 text-align: left;
 font-size: 12px;
 border: 1px solid #dddddd;
 font-weight: bold;
}
 
.tx-mmforum-tdtext {
 font-size: 11px;
  border-style:hidden !important;
  border-top: 1px solid #dddddd !important;
  border-bottom: 1px solid #dddddd !important;
 padding: 4px;
}
 
.tx-mmforum-tdtext-noborder {
 font-size: 11px;
 padding: 4px;
}
 

div.tx-mmforum-rootline {
 color: #666666;
 font-family: Tahoma;
 font-size: 11px;
 border: 1px solid #dddddd;
 margin: 4px 0px;
 padding: 2px;
}
 
div.tx-mmforum-rootline a {
 color: #666666;
 text-decoration: none;
}
 
div.tx-mmforum-pagenav {
 text-align:right;
 font-size:10px;
 margin: 8px 0px;
}
 
td.tx-mmforum-text {
 padding: 15px;
 font-family: Tahoma,Arial,Helvetica,sans-serif;
 font-size: 11px;
}
 
td.tx-mmforum-smalltext {
 padding: 3px;
 font-family: Tahoma,Arial,Helvetica,sans-serif;
 font-size: 11px;
}
 
td.tx-mmforum-subth2 {
 color:#660054;
 font-size:11px;
 text-align: center;
 padding: 5px;
 background-color: #eeeeee;
}
 
.tx-mmforum-desc {
 font-size: 11px;
 color: #666666;
 margin-left: 30px;
 line-height: 12px;
}
 
.tx-mmforum-smalldesc {
 font-size: 10px;
 color: #666666;
}
 
.tx-mmforum-pi1-markread {
 
}
 
div.tx-mmforum-error {
  border: 3px solid #FF0000;
  padding: 10px;
  font-weight: bold;
  text-align: center;
  margin: 4px 0px;
}

div.tx-mmforum-success {
  border: 3px solid #008000;
  padding: 10px;
  font-weight: bold;
  text-align: center;
  margin: 4px 0px;
}
 
a.tx-mmforum-buttonsmall {
  margin: 5px 0px 5px 5px;
  background-color:white;
  border:1px solid #6FA7C3;
  color:#6FA7C3 !important;
  font-weight: bold;
  vertical-align: middle;
  font-size: smaller;
  padding: 2px;
}

a.tx-mmforum-button {
  margin: 5px 0px 5px 5px;
  background-color:white;
  border:1px solid #6FA7C3;
  color:#6FA7C3 !important;
  font-weight: bold;
  vertical-align: middle;
  padding: 4px;
}
 
a.tx-mmforum-button:hover {
  text-decoration: none;
}
 
/***
 * POST LISTING
 ***/
 
div.tx-mmforum-pi1-listpost-date {
 float: left;
 padding: 5px;
 font-size:9px;
 color: #333333;
}
 
div.tx-mmforum-pi1-listpost-options {
 text-align: right;
}
 
td.tx-mmforum-pi1-listpost-user {
 width:120px;
 padding: 5px;
}
 
td.tx-mmforum-pi1-listpost-text {
 font-family: Tahoma,Arial,Helvetica,sans-serif;
 font-size: 11px;
 padding: 15px;
 min-height:50px;
 width: auto;
}
 
div.tx-mmforum-pi1-codeboxnote {
 text-align: left;
 border: 1px solid rgb(213, 213, 213);
 font-family: Tahoma,Arial,Helvetica,sans-serif;
 font-size: 11px;
 color: rgb(68, 68, 68);
 line-height: 125%;
 background-color: rgb(250, 250, 250);
 padding:10px;
}
 
/***
 * POST TEXTS
 ***/
.tx-mmforum-pi1-pt-quote {
 text-align: left;
 border: 1px solid rgb(213, 213, 213);
 font-family: Tahoma,Arial,Helvetica,sans-serif;
 font-size: 11px;
 color: rgb(68, 68, 68);
 line-height: 125%;
 background-color: rgb(250, 250, 250);
 padding:10px;
}
 
.tx-mmforum-pi1-pt-code {
 border: 1px solid rgb(213, 213, 213);
 font-family: Courier,'Courier New',sans-serif;
 font-size: 11px;
 color: rgb(90, 90, 90);
 background-color: rgb(250, 250, 250);
 margin-left:40px;
 padding: 5px;
}
 
.tx-mmforum-pi1-highlight {
  background-color: yellow;
}
 
/***
 * TOPIC LISTING
 ***/
 
.tx-mmforum-pi1-listtopic-newtopic {
    margin-bottom: 8px;
}
 
.tx-mmforum-pi1-listtopic-topic {
  font-size: 8pt;
  text-align: left !important;
  border-style: hidden;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  border-collapse: collapse;
}
 
.tx-mmforum-pi1-listtopic-replies {
  width: 60px;
  text-align: center;
  font-size: 10px;
  border-style: hidden !important;
  border-top: 1px solid #dddddd !important;
  border-bottom: 1px solid #dddddd !important;
  border-collapse: collapse;
}

.tx-mmforum-pi1-listtopic-rating {
  width: 60px;
  text-align: center !important;
  font-size: 10px;
  border-style: hidden !important;
  border-top: 1px solid #dddddd !important;
  border-bottom: 1px solid #dddddd !important;
  border-collapse: collapse;
}
 
.tx-mmforum-pi1-listtopic-author {
  width: 120px;
  text-align: center;
  font-size: 10px;
  border-style: hidden;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  border-collapse: collapse;
}
 
.tx-mmforum-pi1-listtopic-lastpost {
  width: 150px;
  text-align: center;
  font-size: 10px;
  border-style: hidden !important;
  border-top: 1px solid #dddddd !important;
  border-bottom: 1px solid #dddddd !important;
  border-collapse: collapse;
}
 
.tx-mmforum-pi1-listtopic-image {
  float: left;
  margin-right: 8px;
  margin-left: 4px;
}
 
.tx-mmforum-pi1-listtopic-topicname {
 font-weight: bold;
}
 
.tx-mmforum-pi1-listtopic-prefix {
 color: blue;
}
 
.tx-mmforum-pi1-listtopic-pages {
 padding-left:30px;
 color: #888888;
 font-size:9px;
}
 
.tx-mmforum-pi1-listtopic-pages a{
 color: #888888 !important;
 text-decoration: none;
}
 
.tx-mmforum-pi1-listtopic-location {
 padding-left:30px;
 color: #888888;
 font-size:9px;
 font-weight:normal;
}
 
/***
 * BOARD LISTING
 ***/
 
.tx-mmforum-pi1-listforum-forum {
 text-align: left !important;
 font-size: 11px;
}
 
.tx-mmforum-pi1-listforum-topics {
 width: 60px;
 text-align: center;
 font-size: 11px;
}
 
.tx-mmforum-pi1-listforum-posts {
 width: 60px;
 text-align: center;
 font-size: 11px;
}
 
.tx-mmforum-pi1-listforum-lastpost {
  width: 150px;
  text-align: center;
  font-size: 10px;
}
 
/***
 * TOPIC CREATION
 ***/
 
td.tx-mmforum-pi1-newpost-left {
 border-top: 1px solid #dddddd;
 border-bottom: 1px solid #dddddd;
 border-collapse: collapse;
 width: 150px;
 text-align: left;
 font-family: Tahoma;
 font-size: 11px;
 padding: 10px;
}
 
td.tx-mmforum-pi1-newpost-middle {
 border-top: 1px solid #dddddd;
 border-bottom: 1px solid #dddddd;
 border-collapse: collapse;
 text-align: center;
 font-family: Tahoma;
 font-size: 11px;
 padding: 10px;
}
 
td.tx-mmforum-pi1-newpost-right {
 border: 1px solid #dddddd;
 border-collapse: collapse;
 text-align: right;
 font-family: Tahoma;
 font-size: 11px;
 padding: 10px;
}
 
/***
 * POST ALERTION
 ***/
 
.tx-mmforum-pi1-tooltip {
 position: absolute;
 display: none;
 background-color:#FFFFFF;
 border:1px solid #dddddd;
}
 
.tx-mmforum-pi1-tooltip-header {
 background: #660054;
 color: #FFFFFF;
 padding: 5px;
 text-align: left;
 font-size: 12px;
 border-bottom: 1px solid #dddddd;
 font-weight: bold;
}
 
.tx-mmforum-pi1-tooltip-text {
 padding: 5px;
}
 
.tx-mmforum-pi1-postalert-error {
 color: #ff0000;
 font-weight: bold;
 text-align: left;
 padding-top: 8px;
}
 
/***
 * USER DETAILS
 ***/
 
.tx-mmforum-pi1-userdetail-fieldname {
  text-align: right;
  padding: 3px;
  font-size: 11px;
}
 
.tx-mmforum-pi1-userdetail-fieldvalue {
  text-align: left;
  padding: 3px;
  font-size: 11px;
}
 
.tx-mmforum-pi1-moderator {
 color: #0D71A4;
 font-weight: bold;
}
 
.tx-mmforum-pi1-administrator {
 color: #660054;
 font-weight: bold;
}
 
/***
 * PRIVATE MESSENGING
 ***/
 
.tx-mmforum-pi3-pminbox-item {
 font-family: Tahoma;
 font-size: 11px;
 padding: 5px;
 text-align: center;
}
 
.tx-mmforum-pi3-pminbox-unread {
 font-weight: bold;
}
 
.tx-mmforum-pi3-message-text {
 border: 1px solid #DDDDDD;
 padding: 5px;
 margin: 5px;
 background: #EEEEEE;
}
 
.tx-mmforum-pi3-newposts {
 float: right;
}
 
 
 
#tx_mmforum_pi3_get-stats {
 /*position: relative;*/
}
 
#tx_mmforum_pi3_quicksearch {
    position: absolute;
    /*top: 0px;
    left: 0px;*/
    background: #ffffff;
    border: 1px solid #dddddd;
    width: 143px;
}
 
 
 
#tx_mmforum_pi3_quicksearch ul , #tx_mmforum_pi3_quicksearch li {
    margin: 0;
    padding: 0;
    list-style: none;
}
 
.tx-mmforum-pi3-quicksearch_item {
    display: block;
    border: 0;
    font: normal 10px Tahoma;
    padding: 3px 10px !important;
    color:#000000 !important;
    text-decoration: none;
}
 
.tx-mmforum-pi3-quicksearch_itemHover {
    display: block;
    border: 0;
    font: normal 10px Tahoma;
    padding: 3px 10px !important;
    color:#ffffff !important;
    background: #660054;
    cursor: pointer;
    text-decoration: none;
}
 
/***
 * FORM FIELDS
 ***/
 
textarea.tx-mmforum-post {
 
}
 
.tx-mmforum-input {
    border: 1px solid #AAAAAA !important;
    font-family: Tahoma !important;
    font-size: 11px !important;
    padding: 2px;
    vertical-align: middle;
}
 
select.tx-mmforum-select {
 border: 1px solid #AAAAAA;
 font-family: Tahoma;
 font-size: 11px;
}
 
select.tx-mmforum-select option, option.tx-mmforum-option2 {
 font-family: Tahoma;
 font-size: 11px;
 border-top: 1px solid #DCDDDE;
 color: #666666;
}
 
select.tx-mmforum-select optgroup, option.tx-mmforum-option1 {
 font-family: Tahoma;
 font-size: 11px;
 font-weight: bold;
 font-style: normal;
 color: #666666;
}
 
input.tx-mmforum-button {
 margin: 5px 0px 5px 5px;
 background-color:#660054;
 border:1px solid #660054;
 color:#FFFFFF;
 font-weight: bold;
 vertical-align: middle;
 
}
 

/***
 * User Registration
 ***/
 
 
.tx-mmforum-pi2-fliesstext_rot2 {
    font-family:  Tahoma, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
 color: #660054;
    padding-left: 10px;
    padding-top:5px;
}
 
.tx-mmforum-pi2-container {
 border:1px solid #A5ACB2;
}

DIV.tx-mmforum-pi2-container p label {
    float:left;
    width:130px;
    padding-left: 10px;
}
span.error, div.error, .errorlist {
    list-style: none;
    background: #600;
    color: #fff;
    font-weight: bold;
    padding: 5px 10px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    font-size: 12px;
    margin: 0px 0px 10px 0px;
}

#content .errorlist li {
    font-size: 12px;
    margin: 0px 0px 0px 140px;
}

 
/***
 * PORTAL INFO
 ***/
.tx-mmforum-pi6-container {
    border:1px solid #e5e5e5;
    padding:0px;
    margin:0px 25px 10px 25px;
    color:#aaaaaa;
    font-size:10px;
    text-align:left;
}
 
.tx-mmforum-pi6-container h3 {
    font-size:11px;
    color:#9b9a9a;
    margin:0px;
    padding:0px;
}
 
.tx-mmforum-pi6-container a {
    color:#aaaaaa; 
}
 
.tx-mmforum-pi6-us {
     padding:3px 0px 3px 5px;
     background-color:#faf9f9;
     border-bottom:1px solid #e5e5e5;
}
 
.tx-mmforum-pi6-content {
    padding:5px 10px 10px 10px;
}
 
.tx-mmforum-pi6-strong {
    color:#9b9a9a;
    font-weight:bold;
}
 
a.tx-mmforum-pi6-admin {
 color:#660054 !important;
 font-weight: bold;
 
}
a.tx-mmforum-pi6-mod {
 font-weight:bold;
 color:#f19d55 !important;
}
 
 .tx-mmforum-pi6-container a { /*color: #bf2236;*/ }        
 

/**
* CSS for search
**/
 

.tx-mmforum-pi4-search_options {
    padding:10px 0px 10px 0px;
}
 
.tx-mmforum-pi4-search_options_header {
    font-size:12px;
    font-weight:bold;
    color:#FFFFFF;
    background:#660054;
    padding:2px 0px 2px 5px;
   
}
.tx-mmforum-pi4-search_options_details {
    border:1px solid #DDDDDD;
    padding:0px;
 
}
 
.tx-mmforum-pi4-suche-abstand {
    margin-top:2px;
    margin-right:7px;
    margin-left:0px; 
    padding-top:10px;
    padding-left:10px;   
    float:left;
}
 
.tx-mmforum-pi4-suche-details-abstand {
    margin-top:10px;  
}
 
.tx-mmforum-pi4-suche-details-sort select {
    width:200px;  
}
 
.tx-mmforum-pi4-suche-details-abstand-check {
    width:100px;
    margin-top:5px;
    border:1px solid red;
    float:left;
}
 
.tx-mmforum-pi4-geloest {
    padding-top:1px;
    padding-right:5px;
    float:left;
}
 
.tx-mmforum-pi4-suche-abstand input {
    width:200px;
}
 
.tx-mmforum-pi4-suche-box {      
    padding:10px;
    background-color:#f6f5f5;
    border-bottom:1px solid #dddddd;
    border-top:1px solid #dddddd;
}
 
.tx-mmforum-pi4-suche-starten-abstand {
    padding-top:10px;   
}
.tx-mmforum-pi4-abstand-bottom {
    height:10px;
    width:100px;      
}
 
/* INFO BOX */
 
.tx-mmforum-pi4-info-box {
    position: absolute;
    visibility: hidden;
    z-index: 9999;
    width: 600px;
    border: 1px solid #DDDDDD;
    background: #FFFFFF;
    margin-left: 20px;
 
}
 

.tx-mmforum-pi4-infoBoxHeader {
 color:#FFFFFF;
 width: 600px;
 height: 20px;
 background: #660054;
 font-weight: bold;
}
.tx-mmforum-pi4-infoBoxHeader a{ color:#FFFFFF; }
.tx-mmforum-pi4-infoBoxHeader a:hover{ color:#FFFFFF; }
                                                         
 
.tx-mmforum-pi4-infoBoxContent {
 clear:both;
 
}
 
.tx-mmforum-pi4-kurzanleitung {
 padding:5px 0px 5px 10px;
 font-size:11px;
}
 
#dasx a {
 color:#FFFFFF;   
}
 
#dasx a:hover {
    color:#FFFFFF;   
}
 
.tx-mmforum-pi4-regeln li {
    border-bottom:1px solid #e4e5e5;
    border-top:1px solid #e4e5e5;
    margin-bottom:20px;
    padding:5px 10px 10px 10px;
    background-color:#fafbfb;
}
 

.tx-mmforum-pi4-search_infobox {
    margin-left:5px;
    margin-right:10px; 
    width:150px;
    font-size:10px;
    color:#616161;
    border: 1px solid#DDDDDD;
    background-color:#eeeded;  
}
.tx-mmforum-pi4-search_info {
    line-height:12px;
    font-size:10px;
    color:#aaaaaa;
    background:#FFFFFF;
    border-top:1px solid #DDDDDD;
    padding:2px 0px 2px 5px;
}
 
.tx-mmforum-pi4-infobox-titel {
    padding-left:5px;
}
 
.tx-mmforum-pi4-search-box-aussen {
 border:1px solid #eceded;
 width:100%;
 float:left;
 background-repeat:no-repeat;
}
 
.tx-mmforum-pi4-search-box-rechts {
 width:170px;
 height:100px;  
    margin-top:10px;
 float:right;
}
 
.tx-mmforum-pi4-search-box-links {
 width:70%;
    padding:5px;     
 float:left;
}
 
.tx-mmforum-pi4-search-box-links a {
    font-size:11px;
    font-weight:bold;
}
 
.tx-mmforum-pi4-search-box-unten {
 width:100%;
 text-align:right;
 float:left;
}
 
.tx-mmforum-pi4-search_title {
 margin-top:10px;
 padding-top:2px;
 padding-bottom:2px;
 background-color:#dddddd;
 font-size:13px;
 font-weight:bold;
 width:100%;
 float:left;
 border-top:1px solid #eceded;
 border-left:1px solid #eceded;
 border-right:1px solid #eceded;
}
 
.tx-mmforum-pi4-search-link {
 text-align:left;  
 float:left;     
 padding-left:8px;
 padding-bottom:2px;
 color:#660054;
}
 
.tx-mmforum-pi4-search-link a {
    font-size:11px;
    font-weight:bold;
}
 
/***
 * USER CONFIGURATION
 ***/
.tx-mmforum-pi5-configleft {
 text-align: right;
}
 
/***
 * USER CONTROL CENTER
 ***/
.tx-mmforum-pi1-user {
    width: 100%;
}
.tx-mmforum-pi1-user-menu {
    text-align: right;
    border: 1px solid #dddddd;
    border-bottom: 0px;
    border-top: 0px;
    display:block;
    margin:0;
    padding:4px;
}
 
.tx-mmforum-pi1-user-content {
    border:     1px solid #dddddd;
    padding: 8px;
}
 
/***
 * CODE HIGHLIGHTING
 ***/
.tx-mmforum-pi1-codeheader{
 border-top:   1px solid #BCBEC0;
 border-left:   1px solid #BCBEC0;
 border-right:   1px solid #BCBEC0;
 background:   #ddd;
 font-weight:  bold;
 padding:   5px;
}
.tx-mmforum-pi1-codeblock {
  border:       1px solid #BCBEC0;
  background-color:   #F6F6F6; 
  overflow:      auto;   
  padding-left:    7px;
  line-height:    15px;
  padding-top:    4px;
  padding-bottom:    4px;
}
 
.tx-mmforum-pi1-codeblock a {
 text-decoration:  none;
}

.tx-mmforum-pi1-codeblock a:hover {
 text-decoration:  none;
 background-color:  yellow;
}
.tx-mmforum-pi1-codeblock a:visited {
 text-decoration:  none;
}
 
.tx-mmforum-pi1-linenumbering{
  float:        left; 
  background:      #ddd;
  color:        #000;
  border-top:      1px solid #ddd;
  border-left:    1px solid #BCBEC0;
  border-bottom:    1px solid #BCBEC0;
  padding:      4px;
  line-height:    15px; 
  text-align:      right;
}
 
 
 
.tx-mmforum-pi1 a{
    color:#545353;
}
 
.tx-mmforum-pi1 a:hover{
    color:#660054;
}
 
.tx-mmforum-pi3 a{
    color:#660054;
}
 
.tx-mmforum-pi3 a:hover{
    color:#660054;
}
 
.listforum {
    border-collapse: collapse;
}
 

.listforum tr,.listforum td {
  font-family:  Tahoma, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: normal;
  border: 1px solid #DDDDDD;
 
}
 
div#tx-mmforum-footer {
    font-size: 10px;
    color: #999999;
    text-align: center;
}

.tx-mmforum-pi1-attachmentlabel {
    font-weight: bold;
}

.tx-mmforum-pi1-attachment {
    padding-left: 16px;
}
 
.tx-mmforum-poll-question {
    font-weight: bold;
}

.tx-mmforum-poll-expireson {
    font-size: 10px;
    color: #aaaaaa;
    margin-top: 8px;
} 

.tx-mmforum-pi4-title {
    color: #666666;
}

.tx-mmforum-pi4-title a {
    color: #666666;
    font-weight: bold;
}

.tx-mmforum-pi4-title a:hover {
    color: #660054;
}

.tx-mmforum-pi4-content a {
    color: #666666;
}

.tx-mmforum-pi4-content a:hover {
    color: #660054;
}

th.tx-mmforum-th a {
    color: white !important;
}

.tx-mmforum-pi1-listposts-prefix {
  color: black !important;
}

.tx-mmforum-poll-icon {
  float: left;
  margin-right: 8px;
}

.tx-mmforum-pi3-pminbox-icon {
  float: left;
  margin-right: 8px;
}

.tx-mmforum-textbutton {
    float: left;
    padding: 3px;
    border: 1px solid #660054;
    margin: 0px 4px 0px 0px;
    text-decoration: none;
    background-color: #f0f0f0;
    white-space: nowrap;
}

.tx-mmforum-textbutton a {
    text-decoration: none;
    color: #660054;
    font-size: 10pt;
}

.tx-mmforum-textbutton img {
    vertical-align: middle;
    margin-right: 8px;
}

.tx-mmforum-pi1-listpost-topicicon {
    float: left;
    margin-right: 16px;
}

.tx-mmforum-pi3-buttons {
    margin: 8px 0px;
}

.tx-mmforum-pi1-listpost-options .tx-mmforum-textbutton {
  float:right;
}

.tx-mmforum-pi2-textbutton img {
  vertical-align: middle;
  margin-right: 8px;
}

td.tx-mmforum-optth {
  color:#660054;
  font-size:11px;
  padding: 2px 4px;
  background-color: #eeeeee;
  border-style: hidden !important;
  border-top: 1px solid #dddddd !important;
  border-bottom: 1px solid #dddddd !important;
  border-collapse: collapse;
}

td.tx-mmforum-optth-disabled {
  color:#666666;
  font-size:11px;
  padding: 2px;
  background-color: #eeeeee;
  border-style: hidden !important;
  border-top: 1px solid #dddddd !important;
  border-bottom: 1px solid #dddddd !important;
  border-collapse: collapse;
}

.tx-mmforum-pi1-listpost-rating {
  float: left;
}

.tx-mmforum-pagenav .tx-pagebrowse {
  text-align: right !important;
}













/* jquery.fancybox-1.3.4.css */
/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Examples and documentation at: http://fancybox.net
 *
 * Copyright (c) 2008 - 2010 Janis Skarnelis
 * That said, it is hardly a one-person project. Many people have submitted bugs, code, and offered their advice freely. Their support is greatly appreciated.
 *
 * Version: 1.3.4 (11/11/2010)
 * Requires: jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  cursor: pointer;
  overflow: hidden;
  z-index: 1104;
  display: none;
}

#fancybox-loading div {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 480px;
  background-image: url('../img/fancybox/fancybox.png');
}

#fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1100;
  display: none;
}

#fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  overflow: auto;
  display: none;
}

#fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  padding: 20px;
  z-index: 1101;
  outline: none;
  display: none;
}

#fancybox-outer {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fff;
}

#fancybox-content {
  width: 0;
  height: 0;
  padding: 0;
  outline: none;
  position: relative;
  overflow: hidden;
  z-index: 1102;
  border: 0px solid #fff;
}

#fancybox-hide-sel-frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: 1101;
}

#fancybox-close {
  position: absolute;
  top: -15px;
  right: -15px;
  width: 30px;
  height: 30px;
  background: transparent url('../img/fancybox/fancybox.png') -40px 0px;
  cursor: pointer;
  z-index: 1103;
  display: none;
}

#fancybox-error {
  color: #444;
  font: normal 12px/20px Arial;
  padding: 14px;
  margin: 0;
}

#fancybox-img {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
  line-height: 0;
  vertical-align: top;
}

#fancybox-frame {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}

#fancybox-left, #fancybox-right {
  position: absolute;
  bottom: 0px;
  height: 100%;
  width: 35%;
  cursor: pointer;
  outline: none;
  background: transparent url('../img/fancybox/blank.gif');
  z-index: 1102;
  display: none;
}

#fancybox-left {
  left: 0px;
}

#fancybox-right {
  right: 0px;
}

#fancybox-left-ico, #fancybox-right-ico {
  position: absolute;
  top: 50%;
  left: -9999px;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  cursor: pointer;
  z-index: 1102;
  display: block;
}

#fancybox-left-ico {
  background-image: url('../img/fancybox/fancybox.png');
  background-position: -40px -30px;
}

#fancybox-right-ico {
  background-image: url('../img/fancybox/fancybox.png');
  background-position: -40px -60px;
}

#fancybox-left:hover, #fancybox-right:hover {
  visibility: visible; /* IE6 */
}

#fancybox-left:hover span {
  left: 20px;
}

#fancybox-right:hover span {
  left: auto;
  right: 20px;
}

.fancybox-bg {
  position: absolute;
  padding: 0;
  margin: 0;
  border: 0;
  width: 20px;
  height: 20px;
  z-index: 1001;
}

#fancybox-bg-n {
  top: -20px;
  left: 0;
  width: 100%;
  background-image: url('../img/fancybox/fancybox-x.png');
}

#fancybox-bg-ne {
  top: -20px;
  right: -20px;
  background-image: url('../img/fancybox/fancybox.png');
  background-position: -40px -162px;
}

#fancybox-bg-e {
  top: 0;
  right: -20px;
  height: 100%;
  background-image: url('../img/fancybox/fancybox-y.png');
  background-position: -20px 0px;
}

#fancybox-bg-se {
  bottom: -20px;
  right: -20px;
  background-image: url('../img/fancybox/fancybox.png');
  background-position: -40px -182px;
}

#fancybox-bg-s {
  bottom: -20px;
  left: 0;
  width: 100%;
  background-image: url('../img/fancybox/fancybox-x.png');
  background-position: 0px -20px;
}

#fancybox-bg-sw {
  bottom: -20px;
  left: -20px;
  background-image: url('../img/fancybox/fancybox.png');
  background-position: -40px -142px;
}

#fancybox-bg-w {
  top: 0;
  left: -20px;
  height: 100%;
  background-image: url('../img/fancybox/fancybox-y.png');
}

#fancybox-bg-nw {
  top: -20px;
  left: -20px;
  background-image: url('../img/fancybox/fancybox.png');
  background-position: -40px -122px;
}

#fancybox-title {
  font-family: Helvetica;
  font-size: 12px;
  z-index: 1102;
}

.fancybox-title-inside {
  padding-bottom: 10px;
  text-align: center;
  color: #333;
  background: #fff;
  position: relative;
}

.fancybox-title-outside {
  padding-top: 10px;
  color: #fff;
}

.fancybox-title-over {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #FFF;
  text-align: left;
}

#fancybox-title-over {
  padding: 10px;
  background-image: url('../img/fancybox/fancy_title_over.png');
  display: block;
}

.fancybox-title-float {
  position: absolute;
  left: 0;
  bottom: -20px;
  height: 32px;
}

#fancybox-title-float-wrap {
  border: none;
  border-collapse: collapse;
  width: auto;
}

#fancybox-title-float-wrap td {
  border: none;
  white-space: nowrap;
}

#fancybox-title-float-left {
  padding: 0 0 0 15px;
  background: url('../img/fancybox/fancybox.png') -40px -90px no-repeat;
}

#fancybox-title-float-main {
  color: #FFF;
  line-height: 29px;
  font-weight: bold;
  padding: 0 0 3px 0;
  background: url('../img/fancybox/fancybox-x.png') 0px -40px;
}

#fancybox-title-float-right {
  padding: 0 0 0 15px;
  background: url('../img/fancybox/fancybox.png') -55px -90px no-repeat;
}

/* ML CALC PLUGIN */

.ml-calc-table {
	width: 100%;
}

a.ml-unit-refresh-button {
	display: inline-block;
	padding: 3px 15px;
	text-decoration: none;
	background: #666;
	color: #fff;
	margin: 10px 0px;
}

a.ml-unit-refresh-button:hover {
	background: #444;
}

.ml-result-box {
	border-bottom: 1px solid #666;
}

#mb .entity-score {
    padding-top: 20px;
    min-height: 36px;
}

#mb li.entity-rating {
    float: right;
    padding-top: 0px;
    text-align: center;
    width: 80px;
}

#mb li.entity-rating h1 {
    padding: 0px !important;
}

#mb li.entity-rating span {
    display: block;
    font-size: 10px;
}

.align-right {
    float: right;
    padding: 0px 0px 5px 10px;
}
.align-left {
    float: left;
    padding: 0px 10px 5px 0px;
}

/* ADVANCED PICTURES */

.right_inline {
    float: right;
    display: inline;
    margin-left: 10px;
}

.left_inline {
    clear: both;
    float: left;
    display: inline;
    margin-right: 10px;
}

.left {
    text-align: left;
}

.center {
    text-align: center;
}

.right {
    text-align: right;
}

.img {
    clear: both;
}

.img div {
    display: inline-block;
    margin-bottom: 5px;
    vertical-align: top;
}

.right_inline div,
.right div {
    margin-left: 10px;
}

.left_inline div:first-child,
.right_inline div:first-child {
    margin-left: 0px;
}


.left_inline div,
.left div {
    margin-right: 10px;
}

.img .caption {
    font-size: 11px;
    color: #666;
    padding: 1px 10px;
    display: block;
    text-align: center;
}

.csvtable-wraper .caption {
	margin: -20px 0px 20px 0px;
	font-size: 12px;
}

#content img {
	margin-bottom: 5px;
}

#contactform label {
	display: inline-block;
	width: 150px;
	color: #999;
}

#contactform-submit {
	margin: 0px 0px 0px 150px;
}

.error_msg {
	display: block;
	background: #900;
	color: #fff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin: 2px 40px 0px 160px;
	padding: 3px 5px;
}


/* .teaser-item-2012 */

.teaser-item-2012 {
    padding: 10px 0px 10px 60px;
    border-bottom: 1px dotted #ccc;
    margin-bottom: 10px;
    position: relative;
    cursor: pointer;
}

.teaser-item-2012 .i {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 45px;
    border-bottom-right-radius: 20px;
    -moz-border-bottom-right-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;
}

#right .teaser-item-2012 .i {
    top: -10px;
}

.teaser-item-2012 h4 {
    margin: 0px;
    font-family: 'Open Sans Condensed';
    display: inline-block;
    float: right;
}

.teaser-item-2012 h3 {
    margin: 0px;
    font-family: 'Open Sans Condensed';
}

.teaser-item-2012 h3 a {
    font-size: 16px;
    color: #444;
    text-decoration: none;
    font-family: 'Open Sans Condensed';
}

.teaser-item-2012 p {
    margin: 0px;
    color: #666;
}

.teaser-item-2012.hover h3 a,
.teaser-item-2012.hover p {
    color: #fff;
}

.videos .teaser-item-2012.hover {
    background: #797;
    border-color: #797;
}

.worksheet-detail {
    position: relative;
}

.video-detail {
    width: 500px;
    margin: 0px auto;
}

.worksheet-detail #mb,
.video-detail #mb {
    clear: both;
    padding-top: 20px;
}

.worksheet-detail a.back,
.video-detail a.back {
    position: absolute;
    top: 0px;
    right: 0px;
    text-decoration: none;
    background: #977;
    color: #fff;
    display: inline-block;
    padding: 5px 15px;

    border-top-left-radius: 6px;
    -moz-border-top-left-radius: 6px;
    -webkit-border-top-left-radius: 6px;

    border-bottom-right-radius: 6px;
    -moz-border-bottom-right-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
}

.video-detail a.back {
    background: #797;
    position: static;
    float: right;
}

.worksheet-detail a.back:hover { background: #600; }
.video-detail a.back:hover { background: #062; }

.worksheet-detail h2 {
    clear: both;
}

.worksheet-detail dl {
    padding: 0px;
    margin: 10px 0px 30px 0px;
}

.worksheet-detail dt {
    text-align: left;
    width: 200px;
    font-weight: bold;
    padding: 5px 10px 5px 0px;
    float: left;
    clear: both;
    border-top: 1px dotted #ccc;
    margin: 0px;
}

.worksheet-detail dt.last {
    float: none;
    border-top: 0px;
}

.worksheet-detail dd {
    width: 450px;
    padding: 5px 0px;
    float: left;
    border-top: 1px dotted #ccc;
    margin: 0px;
}

.pagination {
	padding: 10px 0px 20px 0px;
}

.pagination span,
.pagination a {
	display: inline-block;
	padding: 5px 10px;
	text-decoration: none;
	opacity: 0.8;
}

.pagination span:hover,
.pagination a:hover {
	opacity: 1;
}

.arbeitsblaetter .pagination span {
	color: #5c0000;
	background: #fff;
}

.arbeitsblaetter .pagination a {
	color: #fff;
	background: #5c0000;
}

.videos .pagination span {
	color: #062;
	background: #fff;
}

.videos .pagination a {
	color: #fff;
	background: #062;
}

/* RELATED CONTENT */

.related {
    background: #fff;
    border: #eee;
    margin-bottom: 20px;
    overflow: hidden;

    box-shadow: 0px 0px 5px #ddd;
    -moz-box-shadow: 0px 0px 5px #ddd;
    -webkit-box-shadow: 0px 0px 5px #ddd;

    border-top-left-radius: 10px;
    -moz-border-top-left-radius: 10px;
    -webkit-border-top-left-radius: 10px;

    border-bottom-right-radius: 10px;
    -moz-border-bottom-right-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
}

.related-content {
    padding: 10px;
}

.related .teaser-item-2012 {
    padding-top: 5px;
}

.related .teaser-item-2012:last-child {
    border-bottom: 0px;
    margin-bottom: 5px;
    padding-bottom: 0px;
}

.related h2 {
    margin: 0px;
    padding: 10px;
    font-size: 14px;
    color: #fff;
    background: #779;
}

#related_videos h2,
#related_videos .t-hover { background: #797; }

#related_worksheets h2,
#related_worksheets .t-hover { background: #977; }

.related h3 a {
    font-size: 13px;
    line-height: 135%;
}

.related h4 {
    font-size: 11px;
    line-height: 135%;
    color: #999;
}

.related p {
    font-size: 14px;
    line-height: 135%;
}


.span {
    float: left;
}

.span6 {
    width: 50%;
}

.span6 {
    width: 50%;
}

.graph {
    background: #cfc;
    height: 250px;
}

.field {
    position: relative;
    display: block;
    padding: 10px;
    margin: 10px 10px 0px 0px;
}

.field-selected {
    opacity: 0.5;
}

.field i.result {
    display: none;
    color: #fff;
    font-size: 60px;
    position: absolute;
    top: 20px;
    right: 10px;
    font-weight: bold;
}

.field input { display: block; }
.field span.result { display: none; }

.field-selected input { display: none; }
.field-selected span.result { display: block; }

.field i.result {
    cursor: pointer;
}

.field-selected i.result {
    display: block;
}

.grundwert-field {
    background: #99f;
}

.prozentwert-field {
    background: #ccc;
}

.prozentanteil-field {
    background: #f99;
}

.span p {
    margin-top: 0px;
}

#lb {
    display: block;
    position: relative;
    width: 728px;
    height: 90px;
    margin: 0px 0px 0px 262px; /* 970 - 728 - 2 * 10 */
}

#ss {
    display: block;
    position: absolute;
    top: 122px;
    left: 1000px;
}

#bb {
    margin: 0px 0px 0px 10px;
}

#b {
    margin: 0px 0px 10px 103px;
}

.clear {
    clear: both;
}
