/* green = #8ab11a blue = #00406e orange = #f78f1e | green light = #e8efd1 blue light = #ccd9e2 orange light = #fde9d2 */

body {
  margin: 0;
  background: #fff;
  font: 15px Helvetica, Arial, sans-serif;
  color: #303030;
}

img {
  border: 0;
}

form,
fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

a {
  color: #00406E;
  text-decoration: none;
}

a:hover, input[type="submit"]:hover {
  text-decoration: underline;
}

input,
textarea,
select {
  color: #333;
  vertical-align: middle;
  font: 14px Helvetica, Arial, sans-serif;
}

#wrapper {
  width: 920px;
  margin: 0 auto;
}

#header {
  overflow: hidden;
  width: 100%;
  padding: 24px 0 53px;
}

#header .wrapp {
  overflow: hidden;
  width: 100%;
  padding: 0 0 34px;
}

.top-nav {
  margin: 0;
  padding: 0 13px 0 0;
  list-style: none;
  float: right;
}

.top-nav li {
  float: left;
  margin: 0 0 0 23px;
  display: inline;
}

.top-nav li a {
  color: #303030;
}

.logo {
  background: url(img/logo-bbag.gif) no-repeat;
  width: 203px;
  height: 49px;
  text-indent: -9999px;
  overflow: hidden;
  float: left;
}

.logo a {
  display: block;
  height: 100%;
}

#nav {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  width: 100%;
  background: url(img/bg-nav-bbag.gif) repeat-x;
}

#nav li {
  float: left;
}

#nav li a {
  color: #fff;
  float: left;
  font-size: 18px;
  line-height: 44px;
  padding: 0 15px;
}

#nav li a:hover,
#nav li.active a {
  background: #8ab11a;
  text-decoration: none;
}

#main {
  width: 100%;
  overflow: hidden;
  padding: 0 0 50px;
  position: relative;
}

#main p {
  line-height: 21px;
  margin-top: 0;
  margin-bottom: 27px; /*margin:0 0 21px;*/
}

#main h1 {
  color: #00406E;
  font-size: 30px;
  line-height: 35px;
  font-weight: normal;
  margin: 0 0 20px;
}

.text-holder {
  overflow: hidden;
  width: 100%;
  padding: 0 0 33px;
}

.twocolumns {
  overflow: hidden;
  width: 994px;
  margin: 0 -75px 0 0;
}

.column {
  float: left;
  width: 439px;
  margin: 0 57px 0 0;
}

.news-list {
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  width: 100%;
}

.news-list li {
  vertical-align: top;
  height: 1%;
  border-top: 1px solid #b2c9dd;
  padding: 4px 0 24px;
  margin: -1px 0 1px;
}

.news-list h3 {
  margin: 0;
  font-size: 18px;
  line-height: 22px;
}

#main .news-list p {
  margin: 0 0 8px;
  font-size: 13px;
  line-height: 17px;
}

.news-list .meta {
  overflow: hidden;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

.news-list .meta li {
  float: left;
  background: url(img/separator-meta.gif) no-repeat 0 50%;
  padding: 0 5px;
  margin: 0 5px 0 -5px;
  display: inline;
  font-size: 11px;
  border: 0;
}

.column .heading {
  overflow: hidden;
  width: 439px;
  border-top: 3px solid #8ab11a;
  position: relative;
}

.column .heading h2 {
  margin: 0;
  background: #8ab11a;
  padding: 0 15px 2px;
  color: #fff;
  float: left;
  font: 15px/28px Helvetica, Arial, sans-serif;
}

.column .box {
  color: #00406E;
  padding: 0 0 37px;
}

.column .box h3,
#main .tab-holder #content-courses h1 {
  margin: 0;
  padding: 0;
  font: 24px Helvetica, Arial, sans-serif;
  line-height: 28px;
  font-weight: normal;
}

#main .tab-holder #content-courses h1 {
  margin: 0;
}

#main .tab-holder #content-courses h2.content-title2-short {
  padding-top: 0;
  margin-top: 0;
}

#main .tab-holder #content-courses .help-content-table {
  width: 620px;
  margin: 20px 0 27px 0;
  text-align: left;
}

#main .tab-holder #content-courses .help-content-table th {
  width: 145px;
  font-weight: normal;
}

#main .tab-holder #content-courses .help-content-table th,
#main .tab-holder #content-courses .help-content-table td {
  padding: 11px 10px 17px 10px;
  vertical-align: top;
  text-align: left;
}

#main .tab-holder #content-courses .help-content-table .odd-row {
  background: #e8e8e8;
}

#main .tab-holder #content-courses .help-content-table .odd-row th,
#main .tab-holder #content-courses .help-content-table .odd-row td {
  border-bottom: 3px solid white;
}

#main .tab-holder #content-courses .help-content-table .even-row {
  background: #e0e9f1;
}

#main .tab-holder #content-courses .help-content-table td ol {
  margin: 0;
  padding: 0;
}

#main .tab-holder #content-courses .help-content-table td ol li {
  list-style-position: inside;
  margin: 10px 0 0 0;
  padding: 0;
  font-weight: bold;
}

#main .tab-holder #content-courses .help-content-table td ol li p {
  margin-bottom: 0;
  font-weight: normal;
}

#main .tab-holder #content-courses h3.content-title3 {
  margin: 0;
  padding: 27px 0 0 0;
}

#main .tab-holder #content-courses h3.content-title3-short,
.main-container-content h3 {
  margin: 0;
  padding: 3px 0 0 0;
}

.main-container-content h3.content-title3,
#main .tab-holder #content-courses h3.content-title3,
#main .tab-holder #content-courses .help-content-table h3 {
  font: 15px Helvetica, Arial, sans-serif;
  font-weight: bold;
}

#main .tab-holder #content-courses .help-content-table h3 {
  margin: 0;
  padding: 0;
}

#main .tab-holder #content-courses .help-content-table h3 span {
  font-weight: normal;
}

#main .tab-holder #content-courses .tabset {
  margin: 25px 0 35px 0;
}

#main .column .box p {
  margin: 0 0 25px;
  line-height: 21px;
}

.btn, .btn-long {
  background: url(img/bg-btn.gif) no-repeat;
  width: 108px;
  height: 38px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  line-height: 35px;
  display: inline-block;
}

.btn-long {
  background: url(img/bg-btn-long.gif) no-repeat;
  width: 165px;
}

.column .heading {
    margin-bottom: 10px;
}

.column .img-holder {
  margin: -25px 0 19px;
}

.column .img-holder img {
  display: block;
}

dl.info {
  margin: 0;
  overflow: hidden;
  width: 100%;
  line-height: 21px;
}

.column .info dt {
  float: left;
  width: 71px;
  font-weight: bold;
}

.column .info dd {
  overflow: hidden;
  height: 1%;
  margin: 0 0 19px;
}

.step-list {
  margin: 0;
  padding: 14px 0 33px;
  list-style: none;
  overflow: hidden;
  width: 100%;
}

.step-list li {
  float: left;
  margin: 0 20px 0 0;
  color: #6e6e6e;
}

.step-list li a {
  color: #6e6e6e;
}

.step-list li.active {
  color: #00406e;
  text-decoration: none;
}

.tabset-box {
  overflow: hidden;
  width: 100%;
  border-bottom: 3px solid #8ab11a;
  margin: 0 0 18px;
}

.tabset {
  overflow: hidden;
  height: 1%;
  margin: 0;
  padding: 0;
  list-style: none;
}

.tabset li {
  float: left;
  margin: 0 3px 0 0;
}

.tabset li a,
.tab-link {
  float: left;
  color: #fff;
  background: url(img/bg-tabset-bbag.gif) no-repeat;
  padding: 0 0 0 9px;
  font-size: 13px;
  line-height: 26px;
  cursor: pointer;
}

.tab-link {
  float: right;
}

.tabset li a span,
.tab-link span {
  float: left;
  background: url(img/bg-tabset-bbag.gif) no-repeat 100% 0;
  padding: 0 10px 0 0;
}

.tabset li a:hover,
.tab-link:hover {
  text-decoration: none;
  background-position: 0 -26px;
}

.tabset li.active a,
.tab-link-active,
.tab-link-active:hover {
  text-decoration: none;
  background-position: 0 -52px;
}

.tabset li.inactive a {
  text-decoration: none;
  background-position: 0 -78px;
  cursor: default;
}

.tabset li a:hover span,
.tab-link:hover span {
  background-position: 100% -26px;
}

.tabset li.active a span,
.tab-link-active span,
.tab-link-active:hover span {
  background-position: 100% -52px;
}

.tabset li.inactive a span {
  background-position: 100% -78px;
  color: #6e6e6e;
}

.tab-holder {
  overflow: hidden;
  width: 100%;
}

#content-courses {
  float: left;
  width: 620px;
}

.tag-list {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  width: 100%;
}

.tag-list li {
  vertical-align: top;
  overflow: hidden;
  width: 100%;
  border-top: 3px solid #7f9fb6;
  margin: -8px 0 8px;
  font-size: 13px;
  padding: 5px 0 34px;
  line-height: 17px;
}

.tag-list .sub-title {
  display: block;
  font-size: 11px;
  line-height: 14px;
}

.tag-list h3 {
  margin: 0;
  font-size: 16px;
  line-height: 19px;
  color: #00406E;
  overflow: hidden;
  width: 100%;
}

.tag-list h3 a {
  background: url(img/arrow.gif) no-repeat 100% 50%;
  float: left;
  padding: 0 15px 0 0;
}

.tag-list li.active h3 a {
  text-decoration: none;
  background: url(img/arrow2.gif) no-repeat 100% 50%;
}

.tag-list .slide {
  overflow: hidden;
  width: 100%;
  padding: 4px 0 0;
}

.tag-list .slide .course-description {
  display: none;
}

#main .tag-list p {
  margin: 0 0 13px;
  line-height: 17px;
}

.tag-list .link-info {
  background: url(img/ico-info.gif) no-repeat;
  padding: 0 0 0 25px;
  display: inline-block;
  line-height: 19px;
  margin: 0 0 26px;
}

.tag-list table {
  border-collapse: collapse;
  width: 100%;
  color: #00406E;
}

.tag-list table th {
  padding: 0 5px 9px;
  text-align: left;
  background: url(img/bg-table-head.gif) repeat-x 0 100%;
  color: #303030;
}

.tag-list table td {
  padding: 5px 5px 18px;
  vertical-align: top;
}

.tag-list table .mark td {
  background: #e8e8e8 url(img/bg-table-mark.gif) repeat-x 0 100%;
}

.tag-list table .first {
  padding-left: 5px;
  width: 135px;
}

.tag-list table .second {
  width: 125px;
}

.tag-list table .last a:hover {
  text-decoration: none;
}

.tag-list table .last a {
  float: right;
}

.btn-table, .btn-table-submit {
  background: url(img/btn-table.gif) no-repeat;
  width: 86px;
  height: 25px;
  line-height: 23px;
  color: #fff;
  text-align: center; /*display: none;*/
  float: right;
  border: 0;
}

.btn-table-submit {
  font-size: 13px;
}

.btn-table-submit:hover {
  cursor: pointer;
}

.tag-list table .last {
  padding-right: 10px;
  width: 105px;
  overflow: hidden;
  text-align: right;
}

.tag-list table .numeric {
  text-align: right;
}

.tag-list table tr:hover td,
.tag-list table tr.hover td {
  background: #d2dfec url(img/bg-table-hover.gif) repeat-x 0 100%;
  cursor: pointer;
}

.tag-list table tr:hover td.last,
.tag-list table tr.hover td.last {
  cursor: auto;
}

.tag-list table tr:hover .btn-table,
.tag-list table tr.hover .btn-table {
  display: block;
}

.tag-list table tr:hover .third a,
.tag-list table tr.hover .third a {
  text-decoration: none;
}

#sidebar-right,
#sidebar-left {
  float: right;
  width: 260px;
  padding: 2px 0 0;
  overflow: hidden;
}

#sidebar-left {
  float: left;
  margin-right: 40px;
}

.heading-box {
  background: #8ab11a;
  padding: 8px 15px;
  margin: 0 0 2px;
}

.heading-box h2 {
  color: #fff;
  font-size: 15px;
  line-height: 19px;
  font-weight: normal;
  margin: 0;
}

.promo-block {
  background: #e0e9f1;
  padding: 11px 18px 0;
  height: 1%;
  margin: 0 0 10px;
}

#sidebar-left .promo-block,
#sidebar-right .promo-block {
  margin-bottom: 10px;
  padding: 14px 11px 19px 15px;
}

#sidebar-left h3 span,
#sidebar-right h3 span {
  font-weight: normal;
  position: absolute;
  right: 0;
}

#sidebar-left h3,
#sidebar-right h3 {
  border-bottom: 1px solid #b3c9e0;
  padding-bottom: 3px;
  margin: 0 0 10px 0;
  position: relative;
}

#sidebar-left dl {
  display: inline-block;
  width: 100%;
  margin: 0 0 10px 0;
}

#sidebar-left dl dt {
  float: left;
  display: inline-block;
  clear: left;
  width: 80px;
}

#sidebar-left dl dd {
  float: right;
  display: inline-block;
  clear: right;
  width: 110px;
  text-align: right;
}

.promo-block table {
  border-collapse: collapse;
  padding: 0;
  width: 100%;
}

.promo-block th {
  vertical-align: top;
  font-weight: normal;
  text-align: left;
  padding-left: 0;
  margin-left: 0;
  padding-right: 5px;
}

.promo-block td.right {
  text-align: right;
}

#sidebar-left p,
#sidebar-right p {
  line-height: normal;
  margin-bottom: 0;
}

.address-block {
  margin-top: 25px;
}

#sidebar-left ul {
  margin: 0;
  padding: 0;
}

#sidebar-left ul li {
  list-style: square;
  margin: 4px 0;
  margin-left: 18px;
}

.total-box {
  overflow: hidden;
  width: 100%;
  padding: 0 0 18px;
}

.total-table {
  border-collapse: collapse;
  width: 100%;
  color: #00406E;
  font-size: 13px;
  margin: 0 0 10px;
}

.total-table th {
  padding: 0 0 2px;
  text-align: left;
  font-weight: normal;
  font-size: 15px;
  line-height: 18px;
  border-bottom: 1px solid #9cb9d3;
}

.total-table td {
  padding: 8px 0 4px;
}

.total-table th span {
  font-weight: bold;
  display: inline-block;
  padding: 0 15px 0 0;
}

.total-table tr.header th {
  padding-top: 10px;
}

.total-table .btn-delete {
  background: url(img/btn-delete.gif) no-repeat;
  width: 13px;
  height: 13px;
  display: block;
  text-indent: -9999px;
  overflow: hidden;
}

.total-table td.total-col {
  color: #6e6e6e;
  text-align: right;
}

.total-table th.total-th {
  text-align: right;
}

.total {
  color: #303030;
  overflow: hidden;
  width: 100%;
  font-weight: bold;
  border-bottom: 3px solid #7f9fb6;
  padding: 8px 0 2px;
}

.total strong {
  float: left;
}

.total .total-num {
  float: right;
}

.inform-box h3,
.problem-box h3 {
  margin: 0 0 5px;
  font-size: 15px;
  line-height: 18px;
  font-weight: normal;
}

.problem-box h3 {
  color: #c01229;
}

.inform-box {
  padding-bottom: 18px;
}

.yellow-box {
  background: #fdfdcb;
  margin: -4px -18px 0;
  position: relative;
  padding: 4px 18px 18px;
  width: 224px;
  display: none;
}

.ico-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.ico-list li {
  padding: 0 0 4px 19px;
  line-height: 13px;
  font-size: 13px;
  width: 100%;
}

.ico-list li.ico-offen {
  background: url(img/ico-offen.png) no-repeat;
}

.ico-list li.ico-ok {
  background: url(img/ico-ok.png) no-repeat;
}

.ico-list li.ico-no {
  background: url(img/ico-no.png) no-repeat;
}

.btn-fertig {
  background: url(img/btn-fertig.gif) no-repeat;
  width: 106px;
  height: 29px;
  text-align: center;
  line-height: 27px;
  color: #fff;
  display: inline-block;
}

.contact-form {
  border-top: 3px solid #7f9fb6;
  padding: 4px 145px 0 0;
}

.contact-form .row {
  background: url(img/bg-row.gif) repeat-x;
  overflow: hidden;
  height: 1%;
  padding: 9px 7px;
  vertical-align: top;
}

.contact-form .error {
  background-color: #fdfdd9
}

.contact-form .row label,
.contact-form .label-row {
  font-weight: bold;
  line-height: 22px;
  float: left;
  width: 210px;
}

.contact-form .row label span {
  font-weight: normal;
}

.contact-form .row span.row-value {
  float: left;
  line-height: 22px;
  width: 248px;
}

.contact-form .text-row {
  height: 1%;
  padding: 0 7px 8px;
  margin: -6px 0 0;
  font-size: 13px;
  line-height: 22px;
  display: block;
  overflow: hidden;
  height: 1%;
}

.contact-form .radio-box {
  overflow: hidden;
  height: 1%;
}

.contact-form .row .radio-box label {
  float: left;
  width: auto;
  font-size: 13px;
  line-height: 15px;
  font-weight: normal;
  margin: 0 15px 0 0;
}

.contact-form .row .radio {
  float: left;
  margin: 0 5px 0 0;
  padding: 0;
  width: 15px;
  height: 15px;
}

.contact-form .row .text {
  float: left;
  background: url(img/bg-text.gif) no-repeat;
  width: 248px;
  height: 22px;
  overflow: hidden;
}

.contact-form .row .text input {
  float: left;
  padding: 2px 6px;
  width: 236px;
  height: 18px;
  line-height: 18px;
  background: none;
  border: 0;
}

.contact-form .row .zip {
  background: url(img/bg-text-zip.gif) no-repeat;
  width: 50px;
}

.contact-form .row .zip input {
  width: 38px;
}

.contact-form .row .city {
  background: url(img/bg-text-city.gif) no-repeat;
  width: 188px;
  margin-left: 10px;
}

.contact-form .row .city input {
  width: 176px;
}

.contact-form .row .select {
  float: left; /*background: url(img/bg-text.gif) no-repeat;*/
  width: 248px;
  height: 28px;
  overflow: hidden;
}

.contact-form .row .profession {
  height: 56px;
}

.contact-form .row .select select {
  float: left;
  padding: 2px 6px;
  width: 236px;
  height: 24px;
  line-height: 18px;
  /*background: none;
  border: 0;*/
}

.contact-form .slide {
  display: none;
}

.contact-form h2 {
  color: #004c8c;
  font-size: 15px;
  line-height: 18px;
  margin: 0 0 12px;
}

.section-form {
  border-top: 3px solid #7f9fb6;
  margin: 35px 0 0;
  padding: 4px 0 0;
}

.contact-form .check-row .check {
  float: left;
  margin: 0 3px 0 0;
  padding: 0;
  width: 15px;
  height: 15px;
}

.contact-form .check-row label {
  font-size: 13px;
  line-height: 15px;
  display: block;
  overflow: hidden;
  height: 1%;
}

.contact-form .check-row {
  overflow: hidden;
  height: 1%;
  padding: 0 7px 8px;
  margin: -6px 0 0;
}

.contact-form .area {
  float: left;
  background: url(img/area.gif) no-repeat;
  width: 248px;
  height: 102px;
  overflow: hidden;
}

.contact-form .area textarea {
  float: left;
  overflow: auto;
  padding: 3px 6px;
  width: 236px !important;
  height: 96px !important;
  border: 0;
  background: none;
  margin: 0;
}

.contact-form .row .small {
  background: url(img/area-small.gif) no-repeat;
  height: 54px;
}

.contact-form .row .small textarea {
  height: 48px !important;
}

.contact-form .row .check-col {
  float: left;
  width: 248px;
  padding: 0 0 4px;
}

.contact-form .row .check-col label {
  float: left;
  width: 220px;
  line-height: 17px;
  font-size: 13px;
  font-weight: normal;
}

.contact-form .check-col input {
  float: left;
  margin: 2px 4px 0 0;
  width: 15px;
  height: 15px;
  padding: 0;
}

.btn-submit, .btn-change {
  background: url(img/bg-btn.gif) no-repeat;
  width: 108px;
  height: 38px;
  float: right;
  overflow: hidden;
  text-align: center;
  line-height: 27px;
  color: #fff;
  cursor: pointer;
  border: 0;
}

.btn-change {
  margin-right: 20px;
}

.btn-change:hover {
  text-decoration: underline;
}

.problem-box {
  background: #fdfdd9;
  padding: 14px 18px 18px;
  margin: 0 0 10px;
}

#main .problem-box p {
  margin: 0;
  line-height: 17px;
  font-size: 13px;
}

.problem-box ul {
  padding: 0;
  margin-left: 20px;
}

.problem-box ul li {
  list-style: square;
}

.main-container-content ul {
  margin: 0;
  padding: 0;
}

.main-container-content ul li {
  list-style: none;
  margin: 7px 0;
}

h2.content-title2,
.main-container-content h2 {
  font: 18px Helvetica, Arial, sans-serif;
  font-weight: bold;
  padding: 13px 0 0 0;
  margin: 0;
}

/* second part astina */
body {
  color: #111;
  font-size: 13px;
}

a:hover {
  text-decoration: underline;
}

h4 {
  margin: 5px 0;
  font-size: 14px;
}

#main {
  margin-top: 60px;
  padding-top: 0;
  padding-bottom: 0;
}

#main h1 {
  margin-top: 0;
}

/* header */
#header {
  position: relative;
  padding-bottom: 0;
}

#metanav {
  position: absolute;
  right: 0;
  top: 77px;
}

#metanav ul {
  float: right;
  margin: 0;
  padding: 0;
}

#metanav ul li {
  list-style: none;
  float: left;
}

#metanav a {
  display: inline-block;
  color: #444;
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  font-size: 14px;
  letter-spacing: 1px;
  text-decoration: none;
}

#metanav a:hover,
#metanav li.active a {
  color: #222633;
  background: #e8efd1;
}

#nav {
  height: 43px;
  overflow: hidden;
}

#nav li a {
  text-transform: uppercase;
  color: #EEE;
  line-height: 43px;
  margin-top: 3px;
}

#nav li a:hover {
  color: #EEE;
  background: #104f7d;
}

#nav li.active a:hover {
  background: #8AB11A;
}

/* form */
.contact-form .error {
  color: #C01229;
}

/* boxes */
.promo-block {
  margin-bottom: 0;
}

a.btn-fertig {
  margin-top: 10px;
}

/* lists */
#content-list {
  float: none;
  width: 100%;
}

#content-list .tag-list li {
  margin-top: 0;
}

.tag-list li a.link-info {
  background: url(img/ico-info-active.gif) no-repeat;
}

.tag-list li a.link-info:hover,
.tag-list li a.link-info-active {
  background: url(img/ico-info.gif) no-repeat;
}

/*
.tag-list li .sub-slide {
  display: none;
}
*/

.tag-list table td {
  background: url(img/bg-table-white-mark.gif) repeat-x 0 100%;
}

.tag-list h3 {
  margin: 1px 0 5px 0;
}

.tag-list table .last a:hover {
  text-decoration: underline;
}

/*
.tag-list h3 a:hover {
  background: url(img/arrow.gif) no-repeat 100% 50%;
}
*/

.event-list tr:hover {

}

/* mini grid */
#content {
  width: 920px;
  overflow: hidden;
}

/*clearing containing floats */
.w100 {
  width: 920px;
  clear: both;
  margin: 10px 20px 0 0;
}

.w25 {
  float: left;
  width: 215px;
  margin: 10px 20px 0 0;
}

.w25 ul {
  margin: 10px 0;
  border-top: 1px solid #00406e;
}

.w25 ul li {
  list-style: none;
}

.w25 ul li a {
  display: block;
  font-size: 14px;
  text-decoration: none;
  padding: 5px 10px;
  border-bottom: 1px solid #00406e;
}

.w25 ul li a:hover {
  background: #c6d3dd;
}

.f1 {
  width: 50%;
  float: left;
}

.filterapp .f1 {
  width: 45%;
}

.filterapp .full {
  width: 100%;
  background: none !important;
}

.w50 {
  float: left;
  width: 450px;
  margin: 10px 20px 0 0;
}

.w75 {
  float: left;
  width: 680px;
  margin: 10px 20px 0 0;
}

.last {
  margin-right: 0 !important;
}

/* color stuff */
.blue h2 {
  background: #00406e;
}

.bluebg {
  background: #ccd9e2;
}

.blue h2, .themecolor h2 {
  color: #fff;
  line-height: 20px;
  font-size: 16px;
  font-weight: normal; /*letter-spacing: 1px;*/
/*text-transform: uppercase;*/
  padding: 5px 8px;
}

.faq h2 {
  background: #fff !important;
  color: #00406e;
  border-bottom: 1px solid #00406e;
}

.faq h2 a {
  text-decoration: none;
}

.weiterbildung ul {
  margin: 10px 0;
  border-top: 1px solid #00406e;
}

.weiterbildung ul li {
  list-style: none;
}

.weiterbildung ul li a {
  display: block;
  font-size: 14px;
  text-decoration: none;
  padding: 5px 10px;
  border-bottom: 1px solid #00406e;
}

.blue h3, .themecolor h3 {
  color: #000;
  line-height: 16px;
  font-size: 15px;
  font-weight: normal;
  /*
    letter-spacing: 1px;
    text-transform: uppercase;
  */
  padding: 8px 0 0 0;
}

h2 span {
  float: right;
  font-size: 11px;
  padding: 5px 0 0 0;
  text-transform: uppercase;
}

.spacerheading {
  border-top: 10px solid #fff;
}

/* home */
#quickselect {
  height: 308px;
  margin: 10px 0;
  padding: 0 0 0 20px;
}

#qs1, #qs2, #qs3 {
  float: left;
  position: relative;
}

#qs1 {
  width: 420px;
  margin: 36px 20px 0 0;
}

#qs2 {
  width: 220px;
  height: 225px;
  margin: 36px 20px 0 0;
}

#qs3 {
  width: 220px;
  height: 225px;
  margin: 36px 0 0 0;
}

#qs2 h2, #qs2 p, #qs3 h2, #qs3 p {
  padding: 0 10px;
}

#qs2 .largelink, #qs3 .largelink {
  display: block;
  position: absolute;
  top: 0;
  width: 218px;
  height: 223px;
  border: 1px solid #fff;
}

#qs2 .largelink:hover, #qs3 .largelink:hover {
  display: block;
  position: absolute;
  top: 0;
  width: 216px;
  height: 221px;
  border: 2px solid #fff;
}

#quickselect h2 {
  font-size: 18px;
  line-height: 24px;
  font-weight: normal;
  margin: 14px 0 0 0;
}

#qs1 h2 {
  font-weight: bold;
}

#quickselect p {
  font-size: 14px;
  line-height: 16px;
  margin: 5px 0 10px 0;
}

#quickselect a {
  text-decoration: none;
}

#quickselect ul {
  font-size: 13px;
  line-height: 16px;
  margin: 5px 0 10px 25px;
}

.itemtxt {
  padding: 0 8px;
}

.itemtxt p {
  padding: 6px 0 10px 0;
  margin: 0;
}

.w50 .itemtxt img {
  float: left;
  margin: 9px 12px 4px 0;
}

.w50 .itemtxt p img {
  float: left;
  margin: 3px 12px 4px 0;
}

.w50 .itemtxt dl {
  padding: 12px 0;
}

.w50 .itemtxt dt {
  float: left;
  clear: left;
  width: 100px;
  vertical-align: top;
  font-weight: bold;
  padding: 2px 0;
}

.w50 .itemtxt dl.wide dt {
  width: 140px;
}

.w100 .w50 .itemtxt dt {
/*forum formular only, I guess */
  width: 150px;
}

.w100 .w50 .itemtxt input {
/*forum formular only, I guess */
  width: 250px;
}

.w100 .w50 .itemtxt input#notify {
/*forum formular only, I guess */
  width: auto;
}

.w50 .itemtxt dd {
  margin: 0 0 0 110px;
  padding: 2px 0;
}

.w50 .itemtxt dl.wide dd {
  margin: 0 0 0 150px;
}

dt.required:after, span.required:after {
  content: '*';
  color: #a10;
}

.w50 .itemtxt p.center {
  text-align: center;
}

.w50 .itemtxt p.center img {
  float: none;
}

.w50 .itemtxt dt label, .w50 .itemtxt p label {
  font-weight: bold;
}

.w50 p label.normalweight {
  font-weight: normal;
}

.w50 .itemtxt .map_canvas {
  height: 400px;
  width: 430px;
  margin-bottom: 10px;
}

.w50 textarea {
  width: 425px;
  height: 200px;
}

.w50 input.text, .w50 textarea.text, .w50 select.text {
  width: 275px;
}

.w75 .itemtxt img {
  float: left;
  margin: 3px 16px 5px 0;
}

.w75 .itemtxt p img {
  float: left;
  margin: 3px 16px 5px 0;
}

a.more {
  float: right;
}

a.back {
  position: relative;
  top: 20px;
}

.itemtxt .postmeta {
  font-size: 11px;
  color: #888;
  clear: both;
  padding: 20px 3px 1px 3px;
  margin: 0 0 50px 0;
  text-align: right;
}

.itemtxt .postmeta a {
  color: #888;
  text-decoration: none;
}

.itemtxt .postmeta a:hover {
  color: #666;
  text-decoration: underline;
}

#eduqua .itemtxt {
  text-align: center;
}

#eduqua .itemtxt  p {
  text-align: left;
}

#eduqua .itemtxt  img {
  margin: 20px 0 10px 0;
}

#newsletter form {
  padding: 15px 0;
  display: block;
  text-align: center;
}

#newsletter form input {
  margin: 0 0 5px 0;
  width: 80%;
  color: #666;
}

#newsletter form input:focus {
  margin: 0 0 5px 0;
  width: 80%;
  color: #111;
}

#newsletter form input#sb {
  color: #111;
}

.submit a.bttnbig {
  display: block;
  width: 207px;
  height: 37px;
  line-height: 37px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
}

.floatleft {
  float: left;
}

/* kurse */
.filter {
  padding: 15px;
  clear: both;
}

.filter .submit {
  margin: 0 0 0 200px;
}

.blue .filter {
  border-top: 1px solid #00406e;
  border-bottom: 1px solid #00406e;
}

.w50 .checkboxes {
  width: 180px;
  float: left;
}

.w50 .checkboxes p {
  margin: 2px 0 6px 0;
}

.w50 .checkboxes input {
  clear: left;
  float: left;
  margin: 0 5px 0 0;
}

.w50 .checkboxes label {
  float: left;
  font-size: 12px;
  margin: -1px 0 0 0;
}

a.help {
  position: relative;
  display: block;
  width: 13px;
  height: 13px;
  margin: 0 0 0 80px;
  text-decoration: none;
  cursor: help;
}

a.longlabel {
  margin: 0 0 0 178px;
}

a.help span {
  display: none;
  color: #444;
  font-size: 11px;
  line-height: 14px;
}

a.help:hover span {
  position: absolute;
  top: -90px;
  display: block;
  width: 250px;
  padding: 10px;
  background: #fff;
}

.biglinks a {
  font-size: 16px;
  padding: 0 10px;
}

.itemtxt p.toggle {
  text-align: right;
}

.hidden {
  display: none;
}

/* filterapp */
.filterapp {
  width: auto;
  margin: 10px 0;
  padding: 10px 15px;
}

.filterapp input {
  margin: 0 5px 0 0;
}

.filterapp label {
  font-size: 12px;
  margin: 0 10px 0 0;
}

.f1 .checkboxes {
  padding: 0 0 0 200px;
}

.f1 .checkboxes a.help {
  margin-top: -16px;
}

.ajaxloader {
  margin: 13px 0 0 35px;
  display: none;
}

.submit {
  background: none !important;
}

ul.filterlist {
  width: auto;
  overflow: hidden;
  border-bottom: 1px solid #ddd;
  padding: 0 0 20px 40px;
  margin-bottom: 10px;
}

ul.filterlist li {
  list-style: none;
  float: left;
  width: 200px;
}

ul.filterlist li.wide {
  width: 800px;
  margin-bottom: 4px;
}

ul.filterlist li.other {
  padding-top: 12px;
  clear: left;
  width: auto;
}

.filterapp .submit a {
  margin-top: 12px;
  margin-left: 40px;
}

.w50 input.zip {
  width: 40px;
}

.w50 input.city {
  width: 225px;
}

/* profile page */
.profile {
  margin-top: 10px;
  padding: 0 0 25px 0;
}

.profile .itemtxt {
  margin: 25px;
}

.itemtxt ul {
  margin: 10px 25px;
}

.profileimg {
  float: right;
  margin: 0 0 0 20px;
  border: 5px solid #e6ecf1;
}

/* team */
.team .itemtxt .postmeta {
  height: 1px;
  padding: 0;
}

/* faq */
.faq {
  margin: 10px 20px 0 0;
}

.faq .itemtxt {
  margin-bottom: 35px;
}

/* pagination */
.pagination {
  text-align: right;
  font-size: 14px;
}

.pagination a {
  padding: 5px 10px;
  background: #00406e;
  color: #fff;
  text-decoration: none;
}

.pagination span {
  padding: 5px 10px;
  background: #ccc;
  color: #333;
}

/* result table */
table.result {
  width: 100%;
  margin: 10px 0 0 0;
}


.themecolor th,
.themecolor td {
  padding: 8px;
}

.themecolor th {
  border-top: 1px solid #00406e;
  border-bottom: 1px solid #00406e;
  border-right: 1px solid #ddd;
  background: #ccd9e2;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 11px;
}

.themecolor td {
  border-bottom: 1px solid #00406e;
  border-right: 1px solid #ddd;
}

tr.month td {
  background: #e5ecf0;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 11px;
}

table.themecolor tr.month:hover td {
  background: #e5ecf0;
}

th.action, td.action {
  border-right: 0;
  padding: 4px 0 3px 8px;
  width: 230px;
  vertical-align: middle;
}

td.action a.bttnsmall {
  float: left;
  margin: 0 7px 0 0;
  display: block;
  width: 107px;
  height: 27px;
  line-height: 27px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
}

td.action span.bttnsmall {
  line-height: 27px;
  color: #888;
  padding: 0 18px;
  text-align: center;
}

th.lastcol, td.lastcol {
  border-right: 0;
}

td.integercol {
  text-align: center;
}

table.result td.action a {
  filter: alpha(opacity = 50); /* internet explorer */
  -khtml-opacity: 0.5; /* khtml, old safari */
  -moz-opacity: 0.5; /* mozilla, netscape */
  opacity: 0.5; /* fx, safari, opera */
}

table.result tr:hover td.action a {
  filter: alpha(opacity = 100); /* internet explorer */
  -khtml-opacity: 1.0; /* khtml, old safari */
  -moz-opacity: 1.0; /* mozilla, netscape */
  opacity: 1.0; /* fx, safari, opera */
}

a.pdf {
  background-image: url("img/icon_pdf.png");
  background-repeat: no-repeat;
  padding-left: 22px;
}

a.doc {
  background-image: url("img/icon_doc.jpg");
  background-repeat: no-repeat;
  padding-left: 22px;
}

a.xls {
  background-image: url("img/icon_xls.jpg");
  background-repeat: no-repeat;
  padding-left: 22px;
}

/* forum */
/*
td {
  vertical-align: top;
}
*/

td.author {
  width: 170px;
}

.author .date {
  color: #888;
  font-size: 12px;
}

.courseeventlist {
  margin-top: 50px;
}

a.courseeventlist {
  font-size: 15px;
}

/* error */
.error, .errormsg {
  color: #a10 !important;
  font-weight: bold !important;
}

.errortext {
  color: #a10;
}

input.error, textarea.error, .errorbox {
  border: 1px solid #a10;
}

.clear {
  clear: both;
}

.margin-top-large {
  margin-top: 70px;
}

/* footer */
#footer {
  border-top: 1px solid #BBB;
  border-bottom: 1px solid #BBB;
  display: inline-block;
  width: 100%;
  padding: 20px 0;
  margin: 50px 0;
  font-size: 10px;
  color: #888;
}

#footer ul {
  margin: 0;
  padding: 0;
}

#footer ul li {
  list-style: none;
  float: left;
  margin: 0 50px 0 0;
}

.footer-logo {
  background: url(img/logo-bbag-footer.gif) no-repeat;
  float: left;
  display: block;
  position: relative;
  left: 10px;
  width: 142px;
  height: 42px;
}

#bbag-adr {
  float: left;
  width: 920px;
}

#bbag-adr img {
  float: left;
  margin: 17px 29px 0 0;
}

#bbag-adr .f1 {
  float: left;
  width: 120px;
  margin: 17px 0;
}

#bbag-adr .f2 {
  margin: 17px 0 0 0;
}

/* overlay */
#overlay_bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
  z-index: 10001;
  filter: alpha(opacity = 50);
}

#overlay {
  position: absolute;
  top: 135px;
  z-index: 10002;
}

#overlay_canvas {
  width: 600px;
  height: 500px;
  padding: 20px;
  background: white;
  border: 5px solid #E0E9F1;
  position: relative;
}

#canvas_content {
  overflow: hidden;
  width: 600px;
  height: 500px;
}

#overlay-close {
  position: absolute;
  top: -13px;
  right: -13px;
  background: url(img/close.png) no-repeat right;
  width: 29px;
  height: 29px;
}

#overlay-close span {
  display: none;
}

p.warning {
    padding-top:20px;
    color: #a10;
}
