/* lars-bilharz.de (c) 2010 */

html,
body {
  background: #afcfe2 url(../_binary/bg_site.png) repeat-x 0 0;
  font: normal 12px/18px Arial, Verdana, sans-serif;
  color: #333;
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
  overflow: auto;
  overflow-y: scroll;
}

.bm-container {
  position: relative;
  text-align: center;
  background: url('../_binary/bg_head.png') no-repeat 50% 0;
}

#bm-main {
  background: #fff;
  text-align: left;
  margin: 0 auto;
  width: 984px;
  border-radius: 5px;
  box-shadow: #999 2px 2px 2px 0;
}

#bm-topic {
  clear: both;
}

/*########################*/
/*########  BOXES ########*/
/*########################*/

.bm-floating-box {
  float: left;
  margin-left: 14px;
}

.bm-double .bm-double,
.bm-triple .bm-triple,
.bm-single .bm-floating-box,
.bm-floating-box:first-child {
  margin-left: 0;
}

.bm-double .bm-double,
.bm-triple .bm-triple,
.bm-single .bm-floating-box,
.bm-quintuple {
  margin-bottom: 14px;
}

.bm-single {
  width: 180px;
}

.bm-double {
  width: 374px;
}
/*irgendwo wurde eine Breite geändert. damit auf der Reg-Seite beide Spalten wieder nebeneinander sind, dieser Fix:*/
body.bm-register .bm-double {
  width: 372px;
}
.bm-triple {
  width: 568px;
}

.mathe-portal .bm-triple,
.mathe-glossar .bm-triple{
    width: 566px;
}

.bm-quadruple {
  width: 762px;
}

.bm-quintuple,
.bm-quintuple:first-child {
  width: 956px;
  padding: 0 14px;
  margin-left: -14px;
}

.bm-right-separation {
  margin-right: -5px;
  background: url('../_binary/bg_boxes_vertical_seperator.png') repeat-y 100% 0;
  padding: 40px 5px 0 0;
  margin-top: -40px;
  min-height: 450px;
}

.bm-right-separation p{
  padding-right: 14px;
}

/*##########################*/
/*########  CONTENT ########*/
/*##########################*/

.bm-content {
  background: #fff;
  min-height: 450px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  padding: 40px 14px 77px;
  overflow: hidden;
  font: normal 14px/22px Arial, Verdana, sans-serif;
  color: #666;
  clear: both;
}

.bm-content h1 {
  font: normal 26px/32px "DIN Next LT pro", Arial, Verdana, sans-serif;
  color: #fff;
  background: #f8b908;
  margin: 30px -14px 0 -14px;
  padding: 0 14px;
}

h1.bm-colored {
  margin: 0;
  color: #f8b908;
  background: none;
  padding: 0;
  font: normal 35px/40px Arial, Verdana, sans-serif;
}

h2.bm-subline {
  color: #666;
  font: normal 16px/26px Arial, Verdana, sans-serif;
}

h3 {
  color: #333;
  font: normal 16px/26px Arial, Verdana, sans-serif;
  margin: 20px 0 0 0;
}

em {
  font-style: italic;
  font-weight: normal;
}

.bm-container a {
  text-decoration: none;
  color: #666;
}

.bm-container a:hover {
  text-decoration: underline;
}

.bm-next a, #reg-form .bm-reg-infos a  {
  font: 14px/26px Arial, Verdana, sans-serif;
  text-decoration: none;
  background: url("../_binary/icon-next.png") no-repeat scroll 0 10px transparent;
  padding-left: 12px;
}

.bm-next #forgot_password  {
    margin-left: 80px;
}

.bm-teaser {
  position: relative;
  display: block;
}

.bm-teaser img {
  display: block;
}

.bm-teaser span {
  display: block;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.bm-content p {
  margin: 10px 0 0 0;
}

.bm-content .bm-column_first,
.bm-content .bm-column_second {
  width: 266px;
  float: left;
}

.bm-content .bm-column_first {
  margin-right: 20px;
}

.bm-quote {
  background: url(../_binary/_teaser/bg_quote_double.png) no-repeat 0 0;
  height: 120px;
  padding: 20px 48px;
  position: relative;
  clear: both;
  margin-top: 14px;
}

.bm-quote:first-child {
  margin-top: 0;
}

.bm-news .bm-quote {
  height: auto;
  background: url(../_binary/bg_quote_foot.png) no-repeat 100% 100%;
  padding: 0 48px 20px 48px;
}

.bm-news .bm-quote h3 {
  background: url(../_binary/bg_quote_head.png) no-repeat 0 0;
  margin-left: -46px;
  padding-left: 46px;
}

.bm-quote p {
  font: 16px/20px Arial, Verdana, sans-serif;
  color: #87a5b9;
}

.bm-quote-name-subtitle,
.bm-quote-name {
  display: block;
  font: 14px/26px Arial, Verdana, sans-serif;
  color: #666;
  font-style: italic;
}

.bm-quote-name-subtitle {
  font-size: 11px;
  line-height: 14px;
}

.bm-testamonials .bm-quote {
  background: none;
  height: auto;
  padding: 14px;
}

.bm-testamonials .bm-quote .bm-quote-name {
  background: url(../_binary/bg_quote_simple.png) no-repeat 0 0;
  padding: 0 0 10px 40px;
  line-height: 14px;
}

.bm-quote .bm-next a {
  color: #333;
  position: absolute;
  right: 0;
  bottom: 0;
}

.bm-innercontent {
  clear: both;
  background: url(../_binary/bg_innercontent.png) repeat 0 0;
  overflow: auto;
}

.bm-news {
  background: url(../_binary/hr_topic.png) repeat-x 0 100%;
  margin-top: 30px;
  margin-bottom: 30px;
}

.bm-news-details {
  padding: 0 20px 0 40px;
  margin-left: -40px;
  margin-top: 0;
}

.bm-comment,
.bm-innerrow {
  clear: both;
  overflow: hidden;
  padding: 20px 0 40px 0;
  min-height: 240px;
  background: url(../_binary/hr_subtopic.png) repeat-x 0 0;
}

.bm-separated,
.bm-separate-subtopic {
  background: url(../_binary/hr_subtopic.png) repeat-x 0 0;
}
.bm-separated:first-child,
.bm-footer {
  background-image: url(../_binary/hr_topic.png);
}

.bm-footer {
  margin-top: -14px;
  padding-top: 21px;
}

.bm-innerrow:first-child {
  background-image: none;
}

.bm-comment,
.bm-news .bm-innerrow {
  min-height: inherit;
}

.bm-comment {
  padding: 20px 0 40px 10px;
  margin-top: 20px;
}

#reg-form > div,
#reg-form > label,
.bm-comment li {
  margin: 10px 0;
}

#reg-form .bm-checkbox{
    padding-top: 7px;
}

#reg-form .bm-indented {
  margin: 10px 35px 0 160px!important;
  border-top: 1px dashed #999;
}

#reg-form .bm-reg-infos {
  margin-top: 10px;
  padding-top: 10px;
}

#reg-form .bm-reg-infos a {
  display: block;
  margin-bottom: 20px;
}
#reg-form .bm-reg-infos a:hover {
  text-decoration: underline;
}

#reg-form .bm-reg-infos span {
  display: block;
  margin-top: -20px;
}

#reg-form label,
.bm-comment label {
  width: 100px;
  float: left;
  clear: left;
  text-align: right;
  padding: 0 10px 0 0;
}

#reg-form label {
  white-space: nowrap;
  width: 150px;
  color: #999999;
  font-size: 12px;
}

#reg-form .bm-checkbox label {
  white-space: normal;
  width: auto;
  clear: none;
  float: none;
  line-height: 12px;
}

#reg-form input,
#reg-form textarea,
.bm-comment input,
.bm-comment textarea {
  width: 350px;
  padding: 3px;
  border: 1px solid #333;
}

#reg-form input,
#reg-form textarea {
  width: 320px;
  border-color: #999999;
  color: #666666;
}
#reg-form input.error,
#reg-form textarea.error {
    border-color: #eb0000;
}

#reg-form .form-checkbox {
  width: auto;
  border: none;
}

#reg-form input.bm-submit,
.bm-comment .bm-submit input {
  width: auto;
  padding: 3px 0 0 11px;
  border: none;
  background: url(../_binary/icon-next.png) no-repeat 0 -43px;
  color: #fd7a10;
  margin-left: 113px;
}

#reg-form input.bm-submit {
  clear: left;
  display: block;
  margin-left: 163px;
}

#reg-form .bm-isValid {
  position: absolute;
  right: 14px;
  width: 24px;
  height: 24px;
  background: url(../_binary/bg_formcheck.png) no-repeat 0 -58px;
}

#reg-form div.bm-error .bm-isValid {
  background-position: 0 0;
}
#reg-form input.bm-error {
  border-color: #eb0000;
}

#reg-form div.bm-valid .bm-isValid {
  background-position: 0 -28px;
}

#reg-form .bm-description, #reg-form .error-txt {
  font: 11px/16px Arial, Verdana, sans-serif;
  margin-left: 161px;
  padding-top: 3px;
  width: 327px;
}
#reg-form .error-txt {
  color: #eb0000;
}
.bm-innerrow p{
  padding: 0 6px 0 0;
}
.bm-innerrow h3 {
  padding: 0 20px 0 0;
}

.bm-innerrow .bm-floating-box:first-child p,
.bm-innerrow .bm-floating-box:first-child h3{
  padding: 0 0 0 20px;
}

.bm-news .bm-floating-box:first-child p,
.bm-news .bm-floating-box:first-child h3{
  padding: 0 20px 0 20px;
}

.bm-simple {
  background: url(../_binary/_teaser/bg_simple_double.png) no-repeat 0 0;
  height: 243px;
}

.bm-simple.bm-single {
  background-image: url(../_binary/_teaser/bg_simple_single.png);
}

.bm-simple h3 {
  padding: 30px 11px 0 11px;
  color: #fff;
  font-weight: normal;
  margin: 0;
}

.bm-simple p {
  padding: 10px 11px 0 11px;
}

.bm-simple ul {
  padding: 0 18px 0 18px;
}

.bm-simple li {
  padding: 10px 0 0 12px;
  background: url(../_binary/icon-next.png) no-repeat 0 0;
  line-height: 16px;
}

.bm-teaser_guidedtour {background-image:url(/_binary/_teaser/guidedtour.png);}
.bm-teaser_advantages {background-image:url(/_binary/_teaser/advantages.png);}
.bm-teaser_movie {background-image:url(/_binary/_teaser/movie.png);}
.bm-teaser_testforfree {background-image:url(/_binary/_teaser/testforfree.png);}
.bm-teaser_testforfree_big {background-image:url(/_binary/_teaser/testforfree_big.png);}
.bm-teaser_excercises {background-image:url(/_binary/_teaser/excercises.png);}

.bm-box {
  box-shadow: #ccc 1px 1px 1px 0;
  border-radius: 3px;
}

.bm-news-box {
  background: #fff5dc;
  height: auto;
  padding: 30px 0;
}

.bm-news-box h3 {
  background: url(../_binary/_teaser/bg_news_headline.png) no-repeat 0 0;
  padding: 0 18px;
  line-height: 34px;
}

.bm-news-box a {
  color: #666666;
  text-decoration: none;
}

.bm-news-box li {
  background-position: 0 -35px;
}

.orange-arrow li {	
  background: url(../_binary/icon-next-orange-arrow.png) no-repeat scroll 0 -29px transparent;
}

.bm-news .bm-next a {
  color: #fd7a10;
  background-position: 0 -45px;
}

.bm-bottom-teaser {
  background: #e4eedc;
  color: #387105;
  height: 238px;
  overflow: hidden;
}

.bm-bottom-teaser h3 {
  background: url(../_binary/_teaser/bg_bottom-teaser-headline.png) no-repeat 100% 0;
  padding: 0 18px;
  line-height: 34px;
  color: #fff;
}

.bm-bottom-teaser ul {
  float: left;
  width: 200px;
  margin: 14px 0 0 40px;
}

.bm-bottom-teaser ul li {
  background: url("../_binary/icon-next.png") no-repeat scroll 0 -92px transparent;
  padding: 0 0 10px 11px;
}

.bm-bottom-teaser a {
  color: #387105;
}

.bm-search {
  padding: 0;
  height: 65px;
  background: #d6e7f2 url(../_binary/_teaser/bg_search.png) no-repeat -1px -2px;
}

.bm-search h3 {
  background: none;
  margin: 0;
  padding: 0;
}

.bm-search h3 label {
  float: left;
  width: 120px;
  background: none;
  text-indent: -1234em;
  overflow: hidden;
  height: 65px;
}

.bm-search form {
  line-height: 65px;
}

.bm-search form input {
  height: 18px;
  padding: 10px 0;
  font-size: 14px;
  width: 200px;
  color: #6e6e6e;
}

.bm-search form input.bm-submit {
  height: 35px;
  width: 30px;
  text-indent: -1234em;
  overflow: hidden;
  border: none;
  background: url(../_binary/_teaser/bg_search-button.png) no-repeat 0 0;
  cursor: pointer;
}

.bm-search form input.bm-submit:hover {
  background-position: 0 100%;
}

.bm-advantagesview {
  background: url(../_binary/bg_advantages.png) no-repeat 0 0;
  width: 855px;
  height: 525px;
  margin: 0 auto;
  padding-top: 30px;
  overflow: hidden;

}

.bm-advantagesview li {
  float: left;
  width: 360px;
  margin: 0 20px;
}

.bm-advantagesview h3 {
  padding: 3px 0 0 40px;
  background: url(../_binary/_intro/bg_list.png) no-repeat 0 0;
}

/*########################*/
/*########  INTRO ########*/
/*########################*/


#bm-main .bm-intro {
  background: url(../_binary/_intro/bg_intro.jpg) no-repeat 0 0;
  height: 342px;
  position: relative;
  padding: 0;
  margin-top: -38px;
  margin-bottom: 30px;
  font: 19px/25px Arial, Verdana, sans-serif;
  color: #666;
}

.bm-navigation .bm-people {
  position: absolute;
  right: 40px;
  top: 13px;
  z-index: 1;
}

.bm-navigation .bm-navigation-teacher-button {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  width: 130px;
  height: 45px;
  cursor: pointer;
  background: url(../_binary/_intro/bg_list.png) no-repeat -100px -100px;
}

#bm-main .bm-intro .bm-people {
  position: absolute;
  right: 10px;
  bottom: 3px;
}

.bm-intro h1 {
  display: none;
}

.bm-intro ul {
  margin: 120px 0 0 130px;
}

.bm-intro li {
  padding: 0 0 0 50px;
  line-height: 40px;
  background: url(../_binary/_intro/bg_list.png) no-repeat 0 50%;
}

.bm-priceoffer {
  position: absolute;
  top: 255px;
  left: 20px;
  width: 160px;
}

.bm-intro .bm-button {
  position: absolute;
  top: 280px;
  left: 360px;
}

/*###########################*/
/*########  REGISTER ########*/
/*###########################*/

.bm-reg-form {
    overflow: auto;
}
body.bm-register .bm-reg-form {
    min-height: 580px;
}
.bm-reg-tabs {
  position: relative;
  margin: 70px 14px 0 0;
  border: 1px solid #aaa;
  border-bottom: none;
  padding: 14px 14px 28px 14px;
  border-top-right-radius: 10px;
  min-height: 300px;
}

.bm-reg-tabs li h4 a {
  position: absolute;
  top: -38px;
  left: -1px;
  height: 36px;
  border: 1px solid #aaa;
  border-bottom: none;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  width: 100px;
  text-align: center;
  text-transform: uppercase;
  line-height: 38px;
  background: #d2d2d2 url('../_binary/bg_registration_menu.png') repeat-x 0 0;
  z-index: 3;
}
.bm-reg-tabs li h4 a:hover {
  color: #ffffff;
  text-decoration: none;
}
.bm-reg-tabs li.bm-parents h4 a {
  left: 100px;
}

.bm-reg-tabs li.bm-teacher h4 a {
  left: 201px;
}

.bm-reg-tabs li.bm-selected h4 a {
  background-color: #fff;
  height: 37px;
}
.bm-reg-tabs li.bm-selected h4 a:hover {
  color: #666666;
  text-decoration: none;
}
/*#########################*/
/*########  SLIDER ########*/
/*#########################*/

.bm-sliderbox {
  height: 195px;
  overflow: auto;
  white-space: nowrap;
  border-radius: 5px;
  border: 1px solid #aaa;
}

.bm-bigslider {
  height: 236px;
  background: none;
}

.bm-sliderbox li {
  display: inline-block;
  margin-top: 9px;
  background: no-repeat 50% 10%;
  vertical-align: top;
}

.bm-sliderbox li.bm-topic_algebra {background-image: url(../_binary/_topics/bg_algebra.png)}
.bm-sliderbox li.bm-topic_stochastik {background-image: url(../_binary/_topics/bg_stochastik.png)}
.bm-sliderbox li.bm-topic_geometrie {background-image: url(../_binary/_topics/bg_geometrie.png)}

.bm-sliderbox li.bm-intro_studie {background-image: url(../_binary/_intro/studie.jpg)}
.bm-sliderbox li.bm-intro_themen {background-image: url(../_binary/_intro/themen.jpg)}
.bm-sliderbox li.bm-intro_so_funktionierts {background-image: url(../_binary/_intro/so_funktionierts.jpg)}
.bm-sliderbox li.bm-intro_mmdt {background-image:url(../_binary/_intro/sl_MMDT.jpg);}

.bm-sliderbox li a:hover {
  background:  url(../_binary/_topics/bg_hilight.png) no-repeat 50% 35%;
  text-decoration: none;
}

.bm-sliderbox li a {
  display: inline-block;
  width: 175px;
  height: 36px;
  padding: 132px 8px 5px 5px;
  text-align: center;
  white-space: normal;
  vertical-align: bottom;
}

.bm-bigslider li {
  margin: 0;
}

.bm-bigslider li a:hover {
  background: rgba(255,255,255,0.3);
}

.bm-bigslider li a {
  width: 566px;
  padding: 0;
  height: 236px;
}

.bm-bigslider li a em {
  display: none;
}

.bm-sliderboxcontainer {
  background: url(../_binary/bg_slider_big.png) no-repeat 0 0;    
  position: relative;
  margin: 0 auto;
  border-radius: 5px;

}

.bm-sliderboxcontainer .bm-sliderbox {
  overflow: hidden;
}

.bm-sliderboxcontainer span.bm-slider-next,
.bm-sliderboxcontainer span.bm-slider-previous {
  background: url(../_binary/bg_slider_navigation.png) no-repeat 0 0;
  width: 51px;
  height: 51px;
  display: block;
  position: absolute;
  top: 75px;
  left: 5px;
  cursor: pointer;
  z-index: 10;
}

.bm-sliderboxcontainer span.bm-slider-next:hover,
.bm-sliderboxcontainer span.bm-slider-previous:hover {
  background-position: 100% 0;
}

.bm-sliderboxcontainer span.bm-slider-next {
  background-position: 0 100%;
  left: auto;
  right: 5px;
}

.bm-sliderboxcontainer span.bm-slider-next:hover {
  background-position: 100% 100%;
}

.bm-sliderboxcontainer span.bm-disabled {
  cursor: inherit;
  opacity: 0.2;
}

.bm-sliderboxcontainer span.bm-disabled:hover {
  background-position: 0 0;
}

.bm-sliderboxcontainer span.bm-disabled.bm-slider-next:hover {
    background-position: 0 100%;
}

.bm-sliderboxcontainer .bm-fillup {
  width: 180px;
}
.bm-sliderboxcontainer .bm-lastfirst {
  width: 90px;
}

.bm-bigslider .bm-fillup {
  display: none;
}

.bm-sliderboxcontainer .bm-dropshadow {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  box-shadow: #aaa 0 0 15px 0 inset;
  border-radius: 5px;
  cursor: pointer;
}

.bm-sliderboxcontainer .bm-pagenav {
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    height: 20px;
    text-align: center;
}

.bm-sliderboxcontainer .bm-pagenav li {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url('../_binary/_intro/bg_pagenavigation.png') no-repeat 0 50%;
    margin: 10px 5px 0 5px;
    text-indent: -1234em;
    cursor: pointer;
}

.bm-sliderboxcontainer .bm-pagenav li.bm-selected {
  background-position: 100% 50%;
}


/*#########################*/
/*########  PAGING ########*/
/*#########################*/

.bm-paging {
  position: absolute;
  width: 568px;
  clear: both;
  text-align: center;
}

.bm-paging li {
  display: inline;
  color: #333;
  border-left: 1px solid #333;
  padding: 0 6px;
}

.bm-paging li:first-child,
.bm-paging li.bm-first {
  border-left: none;
  padding: 0;
}

.bm-paging li.bm-first {
  padding-right: 6px;
}

.bm-paging a {
  color: #fd7a10;
  text-decoration: none;
}

.bm-paging a:hover,
.bm-paging .bm-selected a {
  color: #333;
}

/*#######################*/
/*########  MOOD ########*/
/*#######################*/

.bm-mood {
  height: 283px;
  position: relative;
  background: #fff url(../_binary/_mood/bg_zahlen.png) no-repeat 0 0;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  padding: 1px;
  margin-bottom: 44px;
}

.bm-mood_system {
  background-image: url(../_binary/_mood/bg_system.png);
}

.bm-mood .bm-people {
  position: absolute;
  bottom: 3px;
  right: 0;
  border-bottom-right-radius: 5px;
}

.bm-mood ul {
  list-style-type: circle;
  padding: 0 0 0 30px;
  font-size: 16px;
  line-height: 33px;
  margin: 20px;
}

.bm-mood p {
  padding: 0 0 0 30px;
  font-size: 14px;
}

/*#######################*/
/*########  HEAD ########*/
/*#######################*/

#bm-head {
  text-align: left;
  position: relative;
  width: 984px;
  margin: 0 auto;
  height: 76px;
}

#bm-head h1 a {
  position: absolute;
  top: 17px;
  left: 22px;
  width: 198px;
  height: 47px;
}

#bm-head h1 a span {
  display: none;
}

#bm-head .bm-login {
  float: right;
  padding-top: 21px;
  color: #1e465c;
}

#bm-head .bm-login label {
  text-transform: uppercase;
  font: normal 16px/20px "DIN Next LT pro", Arial, Verdana, sans-serif;
}

#bm-head .bm-login input + label {
  background: url('../_binary/bm_login_label_password.png') no-repeat 50% 50%;
  display: inline-block;
  width: 20px;
  height: 20px;
  text-indent: -1234em;
}

#bm-head .bm-login input.bm-username,
#bm-head .bm-login input.bm-password {
  background: transparent url('../_binary/bg_login_fields.png') no-repeat 0 100%;
  display: inline-block;
  width: 176px;
  border: none;
  height: 14px;
  padding: 5px 4px 3px;
  color: #1e465c;
}

#bm-head .bm-login input.bm-password {
  background-position: 100% 100%;
}

#bm-head .bm-login .bm-submit {
  background: url('../_binary/bg_login_submit.png') no-repeat 0 0;
  display: inline-block;
  width: 23px;
  height: 23px;
  text-indent: -1234em;
  border: none;
  cursor: pointer;
}
#bm-head .bm-login .bm-submit:hover {
  background-position: 0 -23px;
}
#bm-head .bm-loginhints {
    padding-left: 47px;
}

#bm-head .bm-loginhints a {
  color: #8097a5;
  background: url('../_binary/bg_loginhints.png') no-repeat 0 50%;
  padding: 0 10px;
  margin:0 50px 0 58px;
  line-height: 20px;
  text-decoration: none;
}

/*#######################*/
/*########  FOOT ########*/
/*#######################*/

#bm-foot {
  position: absolute;
  bottom: -81px;
  /*height: 112px;*/
  padding-top: 46px;
  left: 0;
  right: 0;
  background: url('../_binary/bg_foot.png') repeat-x 0 46px;
}

#bm-foot ul,
#bm-foot p {
  margin: 0 auto;
  width: 984px;
  clear: both;
  text-align: left;
}

#bm-foot p.bm-seo {
  color: #333333;
  padding: 20px 25px;
  width: 934px;
}

#bm-foot ul li,
#bm-foot ul li a {
  line-height: 31px;
  color: #bad8e9;
  text-decoration: none;
}

#bm-foot p a {
  color: #bad8e9;
}

#bm-foot ul li {
  float: left;
  padding: 0 7px 0 10px;
  background: url('../_binary/bg_navigation_meta_seperator.png') no-repeat 0 55%;
}

#bm-foot ul li:first-child {
  background: none;
}

#bm-foot ul li.bm-copyright {
  float: right;
  font-size: 11px;
  color: #204860;
  background: none;
}

#bm-foot ul.bm-partners {
  margin-top: -46px;
  height: 46px;
  background: url(../_binary/hr_subtopic.png) repeat-x 0 0;
}

#bm-foot ul.bm-partners li {
  float: right;
    background: none;
}

#bm-foot ul.bm-partners li a {
  line-height: 46px;
}

#bm-foot ul.bm-partners li a img{
  vertical-align: middle;
}

.bm-meta-navigation {
  clear: both;
}

/*#############################*/
/*########  NAVIGATION ########*/
/*#############################*/

.bm-navigation {
  font: bold 16px/45px "DIN Next LT pro", Arial, Verdana, sans-serif;
  text-transform: uppercase;
  clear: both;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  position: relative;
  z-index: 5;
}

.bm-navigation ul {
  background: url('../_binary/bg_navigation.png') repeat-x 0 0;
  overflow: hidden;
  padding: 0 0 0 14px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  height: 45px;
}

.bm-navigation li {
  display: block;
  float: left;
}

.bm-navigation li.bm-lc {
  position: absolute;
  right: 0;
  background: url('../_binary/bg_navigation_teacher.png') 0 0;
  width: 134px;
  height: 45px;
  text-align: center;
  border-top-right-radius: 5px;
  overflow: hidden;
}

.bm-navigation a {
  color: #666;
  text-decoration: none;
  padding: 0;
  display: inline-block;
}

.bm-navigation li.bm-selected a {
  background: url('../_binary/bg_navigation.png') repeat-x 0 -46px;
}

.bm-navigation li.bm-selected a,
.bm-navigation li a:hover {
  color: #fff;
  text-decoration: none;
}

.jgcs ul li a {
  height: 45px;
  overflow: hidden;
}

.bm-navigation li.bm-selected a img,
.bm-navigation li a:hover img {
  position: relative;
  top: -46px;
}

/*#################################*/
/*########  SUB-NAVIGATION ########*/
/*#################################*/

.bm-content .bm-navigation {
  font: 14px/18px Arial, Verdana, sans-serif;
  text-transform: none;
  background: url('../_binary/bg_subnavi.png') no-repeat 0 0;
  border-radius: 0;
  margin: 0 -14px;
  padding: 5px 14px 0 14px;
  height: 43px;
}

.bm-content .bm-navigation a {
  color: #4e7692;
  border-left: 1px solid;
  padding-left: 10px;
  margin-left: 10px;
}

.bm-content .bm-navigation a:hover,
.bm-content .bm-navigation li.bm-selected a {
  color: #333;
  background: none;
}

.bm-content .bm-navigation a:hover {
  text-decoration: underline;
}

.bm-content .bm-navigation li:first-child a {
  border-left: none;
}

/*##########################*/
/*########  BUTTONS ########*/
/*##########################*/

a.bm-button {
  position: relative;
  background: url('../_binary/button_ws_right.png') no-repeat right 0;
  color: #fff;
  height: 26px;
  float: left;
  margin:0;
  padding:0 30px 0 0;
  cursor: pointer;
  text-decoration: none;
}

a.bm-button span {
  font-size: 14px;
  margin-left: 0;
  margin-right: 10px;
  padding: 0 0 0 17px;
  position: relative;
  right: -10px;
  top: 0;
  display: block;
  line-height: 26px;
  height: 26px;
  white-space: nowrap;
  min-width: 50px;
  text-align: center;
  background: url('../_binary/button_ws_left.png') no-repeat 0 0;
}

a.bm-button:hover {background-position: 100% -26px; text-decoration: none;}
a.bm-button:hover span {background-position: 0 -26px}


/*#########################*/
/*######## PRICING ########*/
/*#########################*/

.bm-pricing .bm-next a {
  background-position:0 -45px;
  color:#FD7A10;
}

td.price,
td.price2,
td.price3,
td.price4{
   background-color:#FFF2CD;
   color:#666;
   font-size:14px;
}

td.price2 {
   background-color:#FFE4A3;
}

td.price3 {
   background-color:#FDD26E;
}

td.price4 {
   background-color:#FFDE8E;
}

td.price_line {
   border-bottom: 1px solid #fff;
   vertical-align:middle;
}
td.price{
    padding-left: 10px;
}

td.price_head {
   color:#333;
}

div.table_price_spacer {
   margin: 3px 0 3px 0px;
}

div.table_price_spacer2 {
   margin: 0;
}
div.table_price_spacer2 img{
    vertical-align: middle;
}

td.price2,td.price_head
{
    text-align: center;
}


/*##########################*/
/*######## LIGHTBOX ########*/
/*##########################*/


#lightbox {
  text-align: left;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('../_binary/lb_bg.png') repeat 0 0;
}

.lb_container #lightbox {
  /* this not ajax-rendered over the content*/
  display: block;
  margin: 10px auto;
  position: relative;
  left: auto;
  top: auto;
  background: none;
}

.lb_container h1 a {
  top: -110px;
  right: 122px;
}

#lightbox .lb_main {
  background: url('../plc/_binary/lb_bg_top.png') no-repeat 0 0;
  width: 670px;
  min-height: 300px;
  margin: 80px auto 0 auto;
  border: 1px solid transparent; /* WHY? */
  position: relative;
  z-index: 7;
}

.lb_container #lightbox .lb_main {
  /* this not ajax-rendered over the content*/
  margin: 110px auto 0 auto;
}

#lightbox  .lb_content {
  background: url('../plc/_binary/lb_bg_bottom.png') no-repeat 0 100%;
  padding: 46px 18px;
  position: relative;
  max-height: 400px;
  overflow-y: auto;
  overflow-x: hidden;
  width: 634px;
  margin: 17px auto;
}

.lb_content h2 {
  position: absolute;
  top: 5px;
  left: 1px;
  right: 3px;
  margin: 0;
  font: normal 26px/32px "DIN Next LT pro", Arial, Verdana, sans-serif;
  color: #fff;
  background: #f8b908;
  padding: 0 14px;
}

.bm-error .lb_content h2 {
  background-image: url('../plc/_binary/lb_bg_error_heading.png');
}

.lb_close {
  position: absolute;
  top: 59px;
  right: 157px;
  width: 30px;
  height: 48px;
  overflow: hidden;
  text-indent: -1234em;
  background: url('../plc/_binary/lb_button_close.png') no-repeat 0 0;
  z-index: 0;
}

.lb_container #lightbox .lb_close {
  /* this not ajax-rendered over the content*/
  top: -21px;
}

.lb_close:hover {
  background-position: -30px 0;
}

.bm-error a.plc-button, .bm-error a.plc-button:hover {
  background: url('../_binary/button_all_left.png') no-repeat scroll 0 -297px transparent;
  color: #FFFFFF;
  cursor: pointer;
  float: left;
  height: 26px;
  margin: 0 10px;
  padding: 0;
  position: relative;
  text-decoration: none;
}

.bm-error a.plc-button {
  background-position: 0 -270px;
}

.bm-error .plc-button span, .bm-error a.plc-button:hover span {
  background: url('../_binary/button_all_right.png') no-repeat scroll 100% -297px transparent;
  display: block;
  height: 26px;
  line-height: 26px;
  min-width: 50px;
  padding: 0 10px 0 0;
  position: relative;
  right: -10px;
  text-align: center;
  top: 0;
  white-space: nowrap;
  margin-right: 0;
}

.bm-error a.plc-button span {
  background-position: 100% -270px;
}

.plc-lb_buttonrow {
  background: url('../_binary/lb_bg_buttonrow.png') no-repeat scroll 0 0 transparent;
  bottom: 15px;
  left: 0;
  padding: 10px 0 0 125px;
  position: absolute;
  right: 0;
}

#flash_image_link {
  margin-left: 250px;
}

body.ntype-bm-glossar-entry .bm-content h4 {
    margin-top: 20px;
}
