@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700);
/* font-family: 'Open Sans', sans-serif; */

/* font-family: "futura-pt",sans-serif; */


    body {
      padding: 0;
      margin: 0;
      text-align: center;
      background-color: #E4E4E4;
      background-image: url(../images/bg_body.jpg);
      background-repeat: repeat-x;
      font-family: 'Open Sans', sans-serif;
      font-size: 13px;
      color: #5F595E;
    }
    .bglogo {
      background:url(../images/strip_out_right_big.png) no-repeat scroll center 85px transparent;
      min-width:980px;
      position:relative;
    }
    .main {
      margin: 0 auto;
      text-align: left;
      background-image: url(../images/bg_middle.png);
      width: 1041px;
    }
    .main .top-brd {
      background-image: url(../images/bg_top.png);
      height: 19px;
    }
    .main .bottom-brd {
      background-image: url(../images/bg_bottom.png);
      height: 33px;
    }
    .main .innermain {
      margin: 0 28px;
    }
    .header .logo {
      margin: 8px 0 14px 29px;
      background-image: url(../images/logo.png);
      background-repeat: no-repeat;
      width: 172px;
      height: 44px;
      display: block;
    }

.header {
  position: relative;
} 

#topmainnavi {
  list-style-type: none;
  position: absolute;
  right: 20px;
  top: 0;
}
#topmainnavi li {
  list-style-type: none;
  float: left;
}
#topmainnavi a {
  display: block;
  padding: 10px 15px;
  font-size: 16px;
}
    
    #navi {
      width: 230px;
      background-image: url(../images/strip_bg_navi.jpg);
      background-repeat: no-repeat;
      padding-top: 72px;
      float: left;
      font-size: 13px;
    }
    #navi ul {
      list-style-type: none;
      margin: 0 20px 15px 30px;
      padding: 0;
      border-top: 1px dotted #999;
    }
    #navi ul li {
      margin: 0;
      border-bottom: 1px dotted #999;
    }
    #navi ul li a {
      margin: 3px 0;
      color: #666666;
      display: block;
      line-height: 1.3em;
      padding:5px 0;
    }
    #navi ul ul {
      margin: 0;
      padding: 0 0 0 15px;
      border: none;
      font-size: 12px;
    }
    #navi a.active, #navi a:hover {
      color: #B10059;
    }

    /* ========== Horizontales Untermenue (rechts, ueber dem Hauptmenue)========== */

     .subMenue{
       position: absolute;
       top: -20px;
       right: 25px;
     }

    .subMenue ul li{
      display: inline;
      list-style: none;
      padding-right: 10px;
      font-size: 12px;
    }

    .subMenue ul li:hover{
      text-decoration: underline;
    }

    .subMenue ul li a{
      color: #5F595E;
    }


    /* ==================== */

    
    .rightcolumn {
      float: left;
      width: 750px;
    }
    .clear {
      clear:both;
    }
    .strip {
      background-color: #B1005C;
      padding-top: 10px;
    }
    .strip img {
      margin: 0 0 -3px;
      border: none;
    }
    .strip #slideshow {
      height: 150px;
      overflow: hidden;
      background-color: #fff;
    }

    img {
      border: none;
    }
    img.abstand_unten {
      margin-bottom: 20px;
    }
    
    #breadcrump {
      padding: 8px 12px;
      border-bottom: 1px dotted #999;
    }
    #footer {
      font-size: 11px;
      padding: 10px 12px;
      border-top: 1px dotted #999;
    }
    #breadcrump ul, #footer ul {
      margin: 0;
      padding: 0;
      list-style-type: none;
    }
    #breadcrump ul li, #footer ul li {
      display: inline;
    }
    
    #breadcrump ul li a, #footer ul li a {
      color: #5F595E;
      font-size: 10px;
      text-transform: uppercase;
    }
    #breadcrump ul li a:hover, 
    #footer ul li a:hover, 
    #breadcrump ul li a.active, 
    #footer ul li a.active {
      color: #B10059;
    }


    #content {
      margin: 20px 12px 20px 0;
    }

    #content ul, #content ol {
      line-height: 16px;
    }
    #content ol li {
      padding-bottom: 10px;
    }
    #content ul {
      list-style-type: square;
      list-style-image: url(../images/bullet_magenta.png);
    }
    #content ul li {
      margin-bottom: 0.6em;
    }
    
    h1, h2, h3, h4, h5, h6 {
/*
      font-family: "futura-pt-i5", "futura-pt", sans-serif;
      font-style: italic;
*/
      font-family: "futura-pt", sans-serif;
      font-weight: 500;
    }

    h1 {
      font-size: 20px;
      text-transform: uppercase;
      padding: 4px 0;
      margin: 2px 0 15px 0;
      color: #666666;
    }
    h1.block {
      background: #6B6D6E;
      color: #FFFFFF;
      padding: 8px 0 8px 12px;
      font-size: 15px;
    }
    h2 {
      font-size: 16px;
      padding: 0;
      margin: 4px 0;
      color: #666666;
      line-height: 22px;
    }
    h3 {
      font-size: 11px;
      padding: 0;
      margin: 4px 0;
      color: #5F595E;
    }
    h3.xsmall {
      font-size: 11px;
      font-weight: normal;
      margin: 0;
    }
    .ansprechpartner_right {
      margin: 0 0 5px;
      line-height: 1.27;
    }
    .ansprechpartner_right h3,
    .referenz_right h3,
    .stellenangebot_right h3,
    .standort_right h3 {
      margin: 0;
      font-family: inherit;
      font-weight: 700;
    }
    a {
      color: #B10059;
      text-decoration: none;
    }
    .container p {
      margin: 1em 0;
      line-height: 20px;
    }
    .container .inner {
      margin: 0 12px;
    }
    .smaller {
      font-size: 11px;
      line-height: 16px;
    }
    .verysmall {
      font-size: 11px;
    }
    .topline {
      border-top: 1px dotted #999;
      margin-bottom: 10px !important;
      padding-top: 10px;
    }
    .cap {
      text-transform: uppercase;
    }
    
    .c_2_3 {
      width: 475px;
      float: left;
    }
    .c_2_3 .norightmargin {
      margin-right: 0;
    }
    .c_2_3 .picture {
      width: 120px;
      margin: 0 30px 0 0;
      float:left;
    }
    .c_2_3 .right_content {
      width: 296px;
      float:right;
    }
    .c_1_3 {
      width: 231px;
      float: left;
    }
    .c_2_3_1 {
      width: 224px;
      margin: 10px 0;
      float: left;
    }
    .c_2_3_1.smaller { width: 218px; }
    .c_2_3_1 > img {
      margin-bottom: 10px;
    }
    .hasNext {
      margin-right: 15px;
    }
    .c_2_3_1 .picture {
      width: 80px;
      margin-right: 10px;
    }
    .right {
      float: right !important;
    }
    .left {
      float: left !important;
    }
    .bold {
      font-weight: bold;
    }

    .c_1_3 .content {
      border-left: 1px dotted #999;
      border-right: 1px dotted #999;
      padding: 10px 8px 20px;
    }
    .c_1_3 .border-bottom {
      border-bottom: 1px dotted #999;
      margin-bottom: 10px;
    }
    .c_1_3 .footer {
      display:block;
    }

    .ansp_pic {
      float: left;
      margin: 3px 5px 15px 0;
    }

    .aktuelles {
      margin-bottom: 15px;
    }
    .aktuelles.imfokus h1 {
      background-color: #B3005C;
    }
    .aktuelles.imfokus.c_1_3 .content {
      padding-bottom: 0;
    }
    .aktuelles h1 {
      margin: 0;
    }
    .aktuelles .item {
      margin-bottom: 2em;
    }
    .aktuelles .item .date {
      font-size: 11px;
    }
    .aktuelles .item h3 {
      font-size: 14px;
      text-transform: uppercase;
      padding: 0;
      line-height: 18px;
    }
    .aktuelles .item .text, .aktuelles .item .text p {
      font-size: 12px;
      line-height: 18px;
    }
    .aktuelles .content .more {
      display:none;
    }
    .aktuelles .footer {
      background-image: url(../images/btn_drop_down.png);
      height: 21px;
    }
    .aktuelles .footer_active {
      background-image: url(../images/btn_drop_up.png);
    }

    .ansprechpartner {
      width: 443px;
      min-height: 400px;
      _height: 400px;
      text-align: left;
      padding: 10px;
    }
    .ansprechpartner_right .smaller {
      line-height: 16px;
      font-size: 12px;
    }
    .ansprechpartner img {
      float: left;
      margin-right: 20px;
    }
    .ansprechpartner .details {
      float: left;
      width: 335px;
      position:relative;
    }
    .ansprechpartner #tab {
      margin-top: 10px;
      font-family: 'Open Sans', sans-serif;
      font-size: 1em;
    }
    .ansprechpartner .ui-widget-content, .ansprechpartner .ui-state-default a {
      color: #5F595E;
    }
    .ansprechpartner .ui-state-default {
      border: 1px solid #999999;
    }
    .ansprechpartner a.xing {
      display: block;
      background: url(/project-m/images/xing_it.jpg) no-repeat scroll 0 0 transparent;
      width: 49px;
      height: 16px;
      margin: 10px 0 0;
    }

    /* Accordion */
  .acc .btn {
    width: 22px;
    height: 22px;
    margin-left: 10px;
    float:left;
    background-image: url(../images/btn_plus.jpg);
    cursor: pointer;
    margin-top: 3px;
  }
  .acc .opened {
    background-image: url(../images/btn_minus.jpg);
  }
  .acc .inner {
    float:left;
    width: 410px;
    line-height: 16px;
  }
  .acc .maincontent {
    display:none;
  }
    /* END Accordion */

  /* loginbereich */
  .error {
    color: #B10059;
  }
  .we_comment {
    padding: 15px;
    font-size: 13px;
    font-family: Verdana;
    border: 1px solid red;
  }
  label {
    width: 120px;
    float:left;
    margin-bottom: 14px;
  }
  .logoutbtn {
    width: 120px;
    text-align: right;
    float: right;
  }
  /* END Loginbereich */

  a.print_link {
    font-size: 10px;
    color: #5F595E;
  }

  .ui-widget-content a {
    color: #B10059;
  }
.anspbox {
  border:none;
}
.smallerlink {
  font-size: 10px;
  cursor: pointer;
  margin-top: 1px;
  margin-left: 10px;
  color: #5F595E;
}
.biggerlink {
  font-size: 14px;  
  margin-left: 5px;
  margin-top: -2px;
  cursor: pointer;
  color: #5F595E;
}

ul.sitemap {
  margin: 0;
}
ul.sitemap ul {
  padding: 6px 0 0 16px;
}
ul.sitemap li {
  padding-bottom: 10px;
}
ul.sitemap li li {
  padding-bottom: 0px;
}
.contactdata {
  margin-left: 90px;
}
.contactdata span.bold {
  font-size: 12px;
}

/* social media */
.social-btn {
  margin: 16px 0 0 25px;
}
.social-btn a {
  width: 28px;
  height: 33px;
  display: block;
  margin: 0 4px 0;
  background: url(/project-m/images/btn_social.jpg) no-repeat scroll -3px 0 transparent;
  float: left;
}
.social-btn a.tumblr-btn {
  margin: 16px 0 0 25px;
  width: 24px;
  height: 24px;
  display: block;
  margin: 7px 5px 0;
  background: url(/project-m/images/tumblr-icon-web_c.jpg) no-repeat scroll 0 0 transparent;
  float: left;
}
.social-btn a.tumblr-btn:hover {
  background-position: 0 -28px;
}
.social-btn a:hover {
  background-position: -3px -34px;
}
.social-btn a.rss {
  background-position: -82px 0;
}
.social-btn a.rss:hover {
  background-position: -82px -34px;
}
.social-btn a.sshare {
  background-position: -44px 0;
}
.social-btn a.sshare:hover {
  background-position: -44px -34px;
}

.social-btn a.google {
  width: 24px;
  height: 24px;
  margin: 7px 6px 0;
  background: transparent url(/project-m/images/btn_social_google.png) no-repeat 0 0;
}
.social-btn a.google:hover { background-position: 0 -24px; }

.social-btn a span, #footer a span {
  display: none;
}
#footer span.social {
  display: block;
  float: left;
  margin: 0 0 0 164px;
  font-size: 10px;
}

#footer a.social {
  width: 16px;
  height: 16px;
  display: block;
  margin: 0 4px 0;
  background: url(/project-m/images/btn_social.jpg) no-repeat scroll -132px -13px transparent;
  float: left;
}
#footer a.social:hover {
  background-position: -132px -47px;
}

#footer a.mw {
  background-position: -198px -13px;
}
#footer a.mw:hover {
  background-position: -198px -47px;
}

#footer a.de {
  background-position: -154px -13px;
}
#footer a.de:hover {
  background-position: -154px -47px;
}

#footer a.di {
  background-position: -176px -13px;
}
#footer a.di:hover {
  background-position: -176px -47px;
}

#footer a.la {
  background-position: -220px -13px;
}
#footer a.la:hover {
  background-position: -220px -47px;
}

#likes {
  margin-top: 20px;
  padding: 0 0 0 12px;
}
#likes .fb {
  display: block;
  float: left;
}

.geschaeftsfelder a {
  display: inline-block;
  background-color: #B3005C;
  color: #FFFFFF;
  padding: 2px 8px;
  margin: 0 5px 8px 0;
  text-transform: uppercase;
}

.weTextareaClass {
  background: #fff;
  padding: 5px;
}


/* bestellformular */
	.form.bestellung {  }
	.form input.human { display: none; }
	.form .control { margin: 10px; }
	.form label { display: block; width: 100%; }
	.form label.r { font-weight: bold; } /* r=required */
	.form label.h { display: inline-block; width: 110px; } /* h=horizontal */
	.form label.cb { width: 100%; } /* cb=checkbox */
	.form input { width: 240px; border: 0 none; border-bottom: 1px solid #666666; color: #666666; padding: 5px 10px; }
	.form .checkbox { float: left; width: 60px; text-align: center; }
	.form .checkbox-text { padding-left: 70px; }
	.form .submit { border: 0 none; background-color: #b1005c; color: #fff; border-radius: 3px; padding: 10px 10px; }
	.form .info { font-size: 0.85em; }