/*CSS-Definitionen krupsconsultants.de
Autor: Ansgar Bolle, multimediadesign.net
letzte Änderung: 11.1.2012*/

@media all {

/*Allgemeine Auszeichnungen*/

* {
  margin: 0;
  padding: 0;
}

html {
  height: 100%;
  margin-bottom: 1px;
}

html * {
  font-size: 100.01%;
}

body {
  color: #52565a;
  font-size: 80%;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  background-color: #d2d9e1;
  text-align: center;
}

textarea,pre,tt,code {
  font-family: "Courier New", Courier, Monaco, monospace;
}

a,a:link,a:visited {
  text-decoration: none;
  outline-style: none;
}

a:focus {
  outline-style: none;
}

a:hover {
  text-decoration: underline;
}

ul {
  list-style-type: none;
}

option {
  padding-left: 0.4em;
}

fieldset,img {
  border-style: solid;
  border-width: 0;
}

small {
  font-size: 70%;
  line-height: 1.2em;
}

/*Seitenstruktur*/

div#wrapper {
  background-image: url(../shared/bg_wrapper.gif);
  background-repeat: repeat-y;
  background-position: left top;
  text-align: left;
  width: 1000px;
  height: auto;
  overflow: hidden;
  margin-right: auto;
  margin-left: auto;
}

div#wrapper-content {
  width: 960px;
  height: auto;
  margin-right: 19px;
  margin-left: 19px;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
}

div#header {
  background-color: #1f436a;
  position: relative;
  width: 960px;
  border-bottom: 1px solid #fff;
}

div#header-content {
  width: 960px;
}

div#logo {
  padding-top: 40px;
  padding-bottom: 10px;
  padding-left: 20px;
}

div#motiv {
  background-color: white;
  width: auto;
  height: 150px;
  overflow: hidden;
  border-bottom: 1px solid #fff;
}

div#main {
  background-image: url(../shared/bg_main.gif);
  background-repeat: repeat-x;
  background-position: 0 top;
  width: 960px;
  clear: both;
  margin-top: 0;
  margin-right: auto;
  margin-left: auto;
  padding: 0;
  border-top-style: solid;
  border-top-width: 10px;
  border-bottom-style: solid;
  border-bottom-width: 10px;
}

div#main.industrie {
  border-top: 10px solid #6f6c88;
  border-bottom: 10px solid #6f6c88;
}

div.dienstleister {
  border-top: 10px solid #8c8555;
  border-bottom: 10px solid #8c8555;
}

div.verwaltung {
  border-top: 10px solid #5a7c7a;
  border-bottom: 10px solid #5a7c7a;
}

div.healthcare {
  border-top: 10px solid #27728c;
  border-bottom: 10px solid #27728c;
}

div.unternehmer {
  border-top: 10px solid #7d6e58;
  border-bottom: 10px solid #7d6e58;
}

div.privateequity {
  border-top: 10px solid #8a5650;
  border-bottom: 10px solid #8a5650;
}

div.standard {
  border-top: 10px solid #1f436a;
  border-bottom: 10px solid #1f436a;
}

div#main-content {
  
}

div#breadcrumb {
  height: 30px;
  padding-top: 10px;
}

div#col1 {
  width: 260px;
  float: left;
}

div#col1-content {
  position: relative;
  margin-right: 40px;
  margin-left: 20px;
  padding-top: 60px;
}

div#col2 {
  width: auto;
  margin-right: 0;
  margin-left: 260px;
}

div#col2-content {
  position: relative;
  margin-right: 40px;
  padding-bottom: 25px;
}

div#columns {
  overflow: hidden;
}

div#colLeft, div#colRight {
  width: 320px;
}

div#colLeft {
  float: left;
}

div#colRight {
  float: right;
}

div#footer {
  background-color: #1f436a;
  background-image: url(../shared/bg_footer.gif);
  background-repeat: repeat-x;
  background-position: 0 bottom;
  width: 960px;
  height: 100px;
  clear: both;
  margin-right: auto;
  margin-left: auto;
  border-top: 1px solid #fff;
}

div#footer-content {
  margin-right: 20px;
  margin-left: 260px;
  padding-top: 15px;
  padding-bottom: 15px;
}

/*Navigationen*/

div#navi-header {
  position: absolute;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

div#navi-header ul {
  
}

div#navi-header ul li {
  display: inline;
}

div#navi-header ul li a {
  color: #afc0d3;
  font-size: 80%;
  font-weight: bold;
  line-height: 1em;
  background-color: #1f436a;
  background-image: url(../shared/bg_navi-header_a.gif);
  background-repeat: repeat-x;
  background-position: 0 bottom;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  float: left;
  padding: 8px 20px;
  border-top: 1px solid #4c6988;
  border-right: 1px solid #1f436a;
  border-left: 1px solid #4c6988;
  border-bottom-style: none;
  white-space: nowrap;
}

div#navi-header ul li a:hover {
  text-decoration: none;
}

div#navi-header ul li a:hover, div#navi-header ul li a.active {
  color: #fff;
}

ul.subnavi {
    padding-bottom: 30px;
    }

ul.subnavi li {
    font-size: 85%;
    line-height: 0;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #fff;
    }

ul.subnavi li a {
  line-height: 1.2em;
  background-image: none;
  text-decoration: none;
  height: auto !important;
  height: 1.2em;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  padding-left: 1em;
  border-style: none;
  display: block;
}

div#main ul.subnavi li a.active {
  color: #1f436a;
  font-weight: bold;
}

ul.subnavi a:hover {
  color: #1f436a;
}

ul.subnavi li ul {
  padding-top: 0.2em;
  border-top-style: none;
  border-bottom-style: none;
  border-bottom-width: 1px;
}

ul.subnavi li ul li {
  font-size: 100%;
  line-height: 1em;
  margin-left: 8px;
  border-bottom-style: none;
  white-space: nowrap;
}
  ul.subnavi li ul li ul li {
    font-size: 90%;
  }

  ul.subnavi li ul li ul li ul li {
    font-size: 100%;
  }

  ul.subnavi li ul li a {
  line-height: 1.4em;
  background-repeat: no-repeat;
  background-position: -6px 1px;
  text-transform: none;
  padding-top: 0;
  padding-bottom: 0.4em;
  padding-left: 8px;
  border-bottom-style: none;
  white-space: nowrap;
}

div#main ul.subnavi li ul li a.active {
  color: #1f436a;
}

div#main.industrie ul.subnavi li {
  color: #6f6c88;
  background-color: #e2e2e7;
}

div#main.industrie ul.subnavi li a:hover {
  color: #1f436a;
}

div#main.industrie ul.subnavi li ul li a {
  background-image: url(../shared/bg_subnavi_industrie.gif);
  background-repeat: no-repeat;
}

div#main.industrie ul.subnavi li ul {
  padding-bottom: 0.5em;
}

div#main.dienstleister ul.subnavi li {
  color: #8c8555;
  background-color: #e8e7dd;
}

div#main.dienstleister ul.subnavi li a:hover {
  color: #1f436a;
}

div#main.dienstleister ul.subnavi li ul li a {
  background-image: url(../shared/bg_subnavi_dienstleister.gif);
  background-repeat: no-repeat;
}

div#main.dienstleister ul.subnavi li ul {
  padding-bottom: 0.5em;
}

div#main.verwaltung ul.subnavi li {
  color: #5a7c7a;
  background-color: #dee5e4;
}

div#main.verwaltung ul.subnavi li a:hover {
  color: #1f436a;
}

div#main.verwaltung ul.subnavi li ul li a {
  background-image: url(../shared/bg_subnavi_verwaltung.gif);
  background-repeat: no-repeat;
}

div#main.verwaltung ul.subnavi li ul {
  padding-bottom: 0.5em;
}

div#main.unternehmer ul.subnavi li {
  color: #5a7c7a;
  background-color: #e5e2de;
}

div#main.unternehmer ul.subnavi li a:hover {
  color: #1f436a;
}

div#main.unternehmer ul.subnavi li ul li a {
  background-image: url(../shared/bg_subnavi_unternehmer.gif);
  background-repeat: no-repeat;
}

div#main.unternehmer ul.subnavi li ul {
  padding-bottom: 0.5em;
}

div#main.privateequity ul.subnavi li {
  color: #8a5650;
  background-color: #f3eeed;
}

div#main.privateequity ul.subnavi li a:hover {
  color: #1f436a;
}

div#main.privateequity ul.subnavi li ul li a {
  background-image: url(../shared/bg_subnavi_pe.gif);
  background-repeat: no-repeat;
}

div#main.privateequity ul.subnavi li ul {
  padding-bottom: 0.5em;
}

div#main.healthcare ul.subnavi li {
  color: #005a91;
  background-color: #e5eef4;
}

div#main.healthcare ul.subnavi li a:hover {
  color: #1f436a;
}

div#main.healthcare ul.subnavi li ul li a {
  background-image: url(../shared/bg_subnavi_pe.gif);
  background-repeat: no-repeat;
}

div#main.healthcare ul.subnavi li ul {
  padding-bottom: 0.5em;
}

div#main.standard ul.subnavi li {
  color: #1f436a;
  background-color: #d2d9e1;
}

div#main.standard ul.subnavi li a:hover {
  color: #295a8f;
}

div#main.standard ul.subnavi li ul li a {
  background-image: url(../shared/bg_subnavi_standard.gif);
  background-repeat: no-repeat;
}

div#main.standard ul.subnavi li ul {
  padding-bottom: 0.5em;
}

/*Hauptmenue Startseite*/

div#navi-main {
  line-height: 1em;
  background-image: none;
  width: 960px;
  height: auto;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #fff;
  display: block;
}

div.dropnavi {
  position: relative;
  width: 192px;
  height: 130px;
  float: left;
}

div.dropnavi2 {
  position: relative;
  width: 192px;
  height: auto;
  float: left;
}

div.navi {
  position: relative;
  width: 192px;
  float: left;
}

div#industrie {
  background-color: #c9c7d3;
}

div#dienstleister {
  background-color: #d4d3be;
}

div#verwaltung {
  background-color: #c1cecd;
}

div#unternehmer {
  background-color: #cec9bf;
}

div#healthcare {
  background-color: #cad3d9;
}

div#privateequity {
  background-color: #d3bfbc;
}

div#standard {
  background-color: #a5b4c3;
}

.dropdown {
  width: 192px;
  height: auto;
  overflow: hidden;
}

.dropdown dt {
  overflow: hidden;
  padding-top: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid #fff;
}

.dropdown dt a {
  color: white;
  font-size: 80%;
  font-weight: bold;
  line-height: 1em;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
  overflow: hidden;
  padding-left: 10px;
  border-bottom-style: none;
  display: block;
}

.dropdown dt:hover {
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: 0 0;
}

.dropdown dd {
  position: absolute;
  width: 192px;
  display: none;
  z-index: 200;
  overflow: hidden;
  opacity: 0
}

.dropdown ul {
  padding-bottom: 1px;
  list-style: none;
}

.dropdown li {
  display: inline
}

.dropdown li a, .dropdown li a:active, .dropdown li a:visited {
  color: #1f436a;
  font-size: 80%;
  font-weight: bold;
  line-height: 1em;
  background-color: #fff;
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  margin-right: 1px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  border-right: 1px solid #d2d9e1;
  border-bottom: 1px solid #d2d9e1;
  border-left: 1px solid #d2d9e1;
}

.dropdown li a:hover {
  background-color: #e5f0f6;
}

div#industrie .dropdown dt {
  background-color: #6f6c88;
  background-image: url(../shared/bg_navi_industrie.gif);
  background-repeat: repeat-x;
  background-position: right bottom;
  border-right: 1px solid #fff;
}

div#industrie .dropdown dt:hover, div#industrie .dropdown dt.active {
  background-image: url(../shared/bg_navi_industrie_hover.gif);
}

div#healthcare .dropdown dt {
  background-color: #6f6c88;
  background-image: url(../shared/bg_navi_healthcare.gif);
  background-repeat: repeat-x;
  background-position: right bottom;
  border-right: 1px solid #fff;
}

div#healthcare .dropdown dt:hover, div#healthcare .dropdown dt.active {
  background-image: url(../shared/bg_navi_healthcare_hover.gif);
}

div#dienstleister .dropdown dt {
  background-color: #8c8555;
  background-image: url(../shared/bg_navi_dienstleister.gif);
  background-repeat: repeat-x;
  background-position: right bottom;
  border-right: 1px solid white;
}

div#dienstleister .dropdown dt:hover, div#dienstleister .dropdown dt.active {
  background-image: url(../shared/bg_navi_dienstleister_hover.gif);
}

div#verwaltung .dropdown dt {
  background-color: #5a7c7a;
  background-image: url(../shared/bg_navi_verwaltung.gif);
  background-repeat: repeat-x;
  background-position: right bottom;
  border-right: 1px solid white;
}

div#verwaltung .dropdown dt:hover, div#verwaltung .dropdown dt.active {
  background-image: url(../shared/bg_navi_verwaltung_hover.gif);
}

div#unternehmer .dropdown dt {
  background-color: #7d6e58;
  background-image: url(../shared/bg_navi_unternehmer.gif);
  background-repeat: repeat-x;
  background-position: right bottom;
  border-right: 1px solid white;
}

div#unternehmer .dropdown dt:hover, div#unternehmer .dropdown dt.active {
  background-image: url(../shared/bg_navi_unternehmer_hover.gif);
}

div#privateequity .dropdown dt {
  background-color: #8a5650;
  background-image: url(../shared/bg_navi_privateequity.gif);
  background-repeat: repeat-x;
  background-position: right bottom;
}

div#privateequity .dropdown dt:hover, div#privateequity .dropdown dt.active {
  background-image: url(../shared/bg_navi_privateequity_hover.gif);
}

/*Typographie*/

div#main.industrie a {
  color: #6f6c88;
  border-bottom-color: #6f6c88;
}

div#main.healthcare a {
  color: #006d86;
  border-bottom-color: #006d86;
}

div#main.dienstleister a {
  color: #8c8555;
  border-bottom-color: #8c8555;
}

div#main.verwaltung a {
  color: #5a7c7a;
  border-bottom-color: #5a7c7a;
}

div#main.unternehmer a {
  color: #7d6e58;
  border-bottom-color: #7d6e58;
}

div#main.privateequity a {
  color: #8a5650;
  border-bottom-color: #7d6e58;
}

div#main.standard a {
  color: #1f436a;
  border-bottom-color: #7d6e58;
}

a.more {
  background-image: url(../shared/icon_link_more.gif);
  background-repeat: no-repeat;
  background-position: 0 3px;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 17px;
}

div#col2 h1 {
  font-size: 190%;
  font-weight: normal;
  line-height: 1.4em;
  margin-right: 200px;
  padding-top: 10px;
  padding-bottom: 1em;
}

div#col2 h2 {
  color: #1f436a;
  font-size: 120%;
  font-weight: bold;
  line-height: 1.4em;
  margin-right: 200px;
  padding-bottom: 1em;
}

div#main.industrie h1, div#main.industrie h2 {
  color: #6f6c88;
}

div#main.healthcare h1, div#main.healthcare h2 {
  color: #006d86;
}

div#main.dienstleister h1, div#main.dienstleister h2 {
  color: #8c8555;
}

div#main.verwaltung h1, div#main.verwaltung h2 {
  color: #5a7c7a;
}

div#main.unternehmer h1, div#main.unternehmer h2 {
  color: #7d6e58;
}

div#main.privateequity h1, div#main.privateequity h2, div#main.standard h1, div#main.standard h2 {
  color: #8a5650;
}

div#main.standard h1, div#main.standard h2 {
  color: #1f436a;
}

div#col2 p {
  font-size: 100%;
  line-height: 1.5em;
  margin-bottom: 0.4em;
}

div#col2 ol {
  margin-left: 30px;
  list-style-type: decimal;
}

div#main.unternehmer div#col2 ol li {
  background-image: none;
  list-style-type: decimal;
}

div#col2 ul, div#col2 ol {
  margin-top: 0.8em;
  margin-right: 200px;
  margin-bottom: 0.8em;
}

div#col2 ul ul {
  margin-right: 0;
}

div#col2 ul li {
  font-size: 100%;
  line-height: 1.3em;
  background-repeat: no-repeat;
  background-position: 0 3px;
  margin-bottom: 0.2em;
  padding-left: 18px;
  display: block;
}

div#main.industrie div#col2 li {
  background-image: url(../shared/bg_subnavi_industrie.gif);
}

div#main.healthcare div#col2 li {
  background-image: url(../shared/bg_subnavi_healthcare.gif);
}

div#main.dienstleister div#col2 li {
  background-image: url(../shared/bg_subnavi_dienstleister.gif);
}

div#main.verwaltung div#col2 li {
  background-image: url(../shared/bg_subnavi_verwaltung.gif);
}

div#main.unternehmer div#col2 li {
  background-image: url(../shared/bg_subnavi_unternehmer.gif);
}

div#main.privateequity div#col2 li {
  background-image: url(../shared/bg_subnavi_pe.gif);
}

div#main.standard div#col2 li {
  background-image: url(../shared/bg_subnavi_standard.gif);
}

div#col2 div#sitemap ul {
  font-size: 100%;
  font-weight: bold;
  margin: 0;
}

div#col2 div#sitemap ul ul {
  font-size: 100%;
  font-weight: normal;
}

div#col2 div#sitemap ul ul ul {
  font-size: 80%;
  font-weight: normal;
}

div#col2 div#sitemap ul li {
  margin-bottom: 0.8em;
}

div#col2 div#sitemap ul li li {
  margin-bottom: 0;
}

div#col2 div#sitemap ul li li li {
  margin-bottom: 0;
}

div#col1 div.infobox ul {
  font-size: 80%;
  line-height: 1.4em;
  margin: 0 0 10px;
  padding: 0;
}

div#col1 div.infobox ul li {
  background-image: url(../shared/bg_subnavi_standard.gif);
  background-repeat: no-repeat;
  background-position: 0 2px;
  padding-left: 15px;
}

div#footer-content p {
  color: #fff;
  font-size: 70%;
  line-height: 1em;
  text-transform: uppercase;
  letter-spacing: 1px;
}

div#footer-content a {
  color: #e5f0f6;
}

div.dropnavi p {
  color: black;
  font-size: 72%;
  font-weight: normal;
  line-height: 1.2em;
  margin: 10px 10px 0;
  padding: 0;
}

div#breadcrumb p {
  font-size: 70%;
  line-height: 1em;
  margin: 0;
  padding: 0;
}

div.infobox {
  background-repeat: repeat-x;
  background-position: left top;
  margin-bottom: 20px;
  padding: 8px 8px 4px;
  border: solid 1px #dcddde;
}

div#main.industrie div.infobox {
  background-image: url(../shared/bg_infobox_industrie.gif);
}

div#main.healthcare div.infobox {
  background-image: url(../shared/bg_infobox_healthcare.gif);
}

div#main.dienstleister div.infobox {
  background-image: url(../shared/bg_infobox_dienstleister.gif);
}

div#main.verwaltung div.infobox {
  background-image: url(../shared/bg_infobox_verwaltung.gif);
}

div#main.unternehmer div.infobox {
  background-image: url(../shared/bg_infobox_unternehmer.gif);
}

div#main.privateequity div.infobox {
  background-image: url(../shared/bg_infobox_pe.gif);
}

div#main.standard div.infobox {
  background-image: url(../shared/bg_infobox_standard.gif);
}

div.infoboxContent {
  
}

div#col1 div.infobox h1 {
  font-size: 90%;
  line-height: 1.2em;
  margin-bottom: 8px;
}

div#col2 div.infobox h1 {
  color: #52565a;
  font-size: 90%;
  font-weight: bold;
  line-height: 1.2em;
  margin: 0 0 10px;
  padding: 0;
}

div#col1 div.infobox h2 {
  font-size: 80%;
  font-weight: bold;
  line-height: 1.4em;
  margin-bottom: 3px;
}

div#col2 div.infobox h2 {
  font-size: 100%;
  font-weight: bold;
  line-height: 1.4em;
  margin-bottom: 3px;
}

div#col1 div.infobox p, div#col2 div.infobox p {
  font-size: 80%;
  line-height: 1.4em;
  padding-bottom: 0.5em;
}

div.textblock {
  overflow: hidden;
  margin-bottom: 2em;
}

span.zitat {
  font-weight: bold;
}

div#main.standard span.zitat {
  color: #1f436a;
}

div#main.industrie span.zitat {
  color: #797492;
}

div#main.healthcare span.zitat {
  color: #006d86;
}

div#main.dienstleister span.zitat {
  color: #94905d;
}

div#main.verwaltung span.zitat {
  color: #648582;
}

div#main.unternehmer span.zitat {
  color: #857860;
}

div#main.privateequity span.zitat {
  color: #915e58;
}

span.zitatquelle {
  color: #97989c;
  font-size: 80%;
  line-height: 1.2em;
}

.marker {
  background-color: #ff0;
  padding: 3px;
}

div#col2 div.img_small p, div#col2 div.img_full p {
  color: white;
  font-size: 70%;
  font-weight: normal;
  line-height: 1.2em;
  margin: 0;
  padding: 5px 5px 7px 8px;
}

div#col2 div.img_full p {
  position: absolute;
  right: 0;
  bottom: 40px;
  width: 140px;
}

div#col2 div.img_small p a, div#col2 div.img_full p a {
  color: white;
}

div#col2 ul.downloadlist, div#col2 ul.linklist {
  padding: 10px;
  border: solid 1px #dcddde;
}

div#main div#col2 ul.downloadlist li, div#main div#col2 ul.linklist li {
  background-image: url(../shared/icon_download.gif);
  background-repeat: no-repeat;
  background-position: 0 0;
  padding-bottom: 3px;
  padding-left: 22px;
}

div.listview {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #d2d9e1;
}

div#col2 div.listview p.category {
  color: #52565a;
  font-size: 70%;
  font-weight: bold;
  line-height: 1em;
  margin: 0 0 0.5em;
  padding: 0;
}

div#col2 div.listview h2 {
  font-size: 120%;
  line-height: 1.4em;
  margin: 0 0 2px;
  padding: 0;
}

div#col2 div.infobox h2 {
  margin: 0 0 2px;
  padding: 0;
}

/*Formulare*/

form {
  
}

select {
  background-color: #e8ecf0;
  margin: 0;
  padding: 0;
  border-color: #a5b4c3 #d2d9e1 #d2d9e1 #a5b4c3;
  border-style: solid;
  border-width: 1px;
  cursor: pointer;
}

select option {
  font-size: 1em;
  line-height: 1em;
  padding-right: 10px;
  border-bottom: 1px solid #fff;
  cursor: pointer;
}

input, textarea {
  font-size: 100%;
  line-height: 1em;
  background-color: #e8ecf0;
  border-color: #a5b4c3 #d2d9e1 #d2d9e1 #a5b4c3;
  border-style: solid;
  border-width: 1px;
}

input.captcha {
  width: 50px;
  padding: 0.2em;
}

input.plz {
  padding: 0.2em;
  width: 50px;
}

input.textfeld {
  width: 175px;
  margin-right: auto;
  margin-left: auto;
  padding: 0.2em;
}

input[ type=button] {
  color: white;
  font-size: 90%;
  font-weight: bold;
  line-height: 1em;
  background-color: #1f436a;
  background-image: url(../shared/bg_submit.gif);
  background-repeat: repeat-x;
  background-position: 0 top;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 0.2em;
  border-color: #7f8b96 #16304c #16304c #7f8b96;
  border-style: solid;
  border-width: 1px;
  cursor: pointer;
}

input[ type=checkbox] {
  background-color: white;
  padding: 2px;
  outline: solid 1px #87a1bc;
}

input[disabled] {
  background-color: #d3d3d3;
  background-image: none;
  border-color: #d3d3d3 #a9a9a9 #a9a9a9 #d3d3d3;
  border-style: solid;
  border-width: 1px;
  cursor: wait;
}

label {
  width: 100px;
  float: left;
}

label.invisible {
  visibility: hidden;
}

textarea {
  font-size: 80%;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  line-height: 1.2em;
  width: 200px;
  padding: 0.7em;
}

/*Bilder*/

div#main.industrie div.img_small, div#main.industrie div.img_full {
  background-color: #6f6c88;
}

div#main.healthcare div.img_small, div#main.healthcare div.img_full {
  background-color: #006d86;
}

div#main.dienstleister div.img_small, div#main.dienstleister div.img_full {
  background-color: #8c8555;
}

div#main.verwaltung div.img_small, div#main.verwaltung div.img_full {
  background-color: #5a7c7a;
}

div#main.unternehmer div.img_small, div#main.unternehmer div.img_full {
  background-color: #7d6e58;
}

div#main.privateequity div.img_small, div#main.privateequity div.img_full {
  background-color: #8a5650;
}

div#main.standard div.img_small, div#main.standard div.img_full {
  background-color: #1f436a;
}

div.img_small {
  position: relative;
  width: 200px;
  float: right;
  margin-top: 5px;
  margin-bottom: 20px;
  margin-left: 50px;
}

div.img_full {
  position: relative;
  width: 100%;
  float: left;
  margin-top: 15px;
  margin-bottom: 5px;
}

img.icon-zoom {
  position: absolute;
  right: 0;
  bottom: 25px;
  z-index: 9999;
}

div.client {
  width: 510px;
  overflow: hidden;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #d2d9e1;
}

div.client img {
  float: right;
  margin-top: 3px;
  margin-left: 15px;
}

div.infobox img[ align=right] {
  margin-top: 3px;
  margin-left: 5px;
}

/*Tabellen*/

div#col2 table.datentable {
  margin-bottom: 20px;
  border-top: 1px solid #e4e5e6;
  border-left: 1px solid #e4e5e6;
}

div#col2 table.datentable td {
  font-size: 90%;
  line-height: 1.4em;
  text-align: left;
  vertical-align: top;
  padding: 0.4em;
  border-right: 1px solid #e4e5e6;
  border-bottom: 1px solid #e4e5e6;
}

div#col2 table.datentable th {
  font-size: 80%;
  font-weight: bold;
  line-height: 1em;
  padding: 0.4em;
  border-right: 1px solid #e4e5e6;
  border-bottom: 1px solid #e4e5e6;
}

/*Social Bookmarks*/

div#social {
  width: 100%;
  overflow: hidden;
  float: left;
  clear: both;
  margin-top: 50px;
  margin-bottom: 25px;
  border: solid 1px #dcddde;
}

div#social p {
  color: #97989c;
  font-size: 70%;
  line-height: 1em;
  text-transform: uppercase;
}

div#social a {
  border-bottom-style: none;
}

div#social div {
  overflow: hidden;
  float: left;
  margin: 10px;
}

/*Clearing von Floats*/

hr.clearboth {
  position: relative;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  clear: both;
  border-style: none;
  border-width: 0;
  outline-style: none;
  outline-width: 0;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden
}

.clearfix {
  display: block
}

.floatbox {
  overflow: hidden
}

#ie_clearing {
  display: none
}

/*Druckversion*/

div.url, div.adresse {
  visibility: hidden;
  display: none;
}

/*tag cloud*/

.tags {
  background-color: white;
  background-image: url(../../shared/bg_infobox.gif);
  background-repeat: repeat-x;
  background-position: left top;
  margin-top: 2em;
  margin-bottom: 0.7em;
  padding: 0.8em 0 0;
  border: solid 1px #dcdcdc;
}

.tag-cloud {
  font-weight: bold;
  font-size: 0.50em;
  text-align: left;
  padding: 0 0 5px;
  text-align: center;
}

.tag-cloud a {
  background-color: transparent;
  text-decoration: none;
  vertical-align: middle;
  padding: 3px;
}

.tag-cloud a:hover {
  text-decoration: underline;
}

/*Sprachweiche*/

div#language {
  position: absolute;
  top: 10px;
  right: 10px;
}
  /*disqus.com*/
  div#main.unternehmer div#col2 div#disqus_thread {
    padding: 10px;
    border: solid 1px #dcddde;
    }

  div#main.unternehmer div#col2 div#disqus_thread ul {
    background-image: none;
    margin: 0;
    padding: 0;
    list-style-image: none;
  }

  div#main.unternehmer div#col2 div#disqus_thread ul li {
      background-image: none;
    margin: 0;
    padding: 0 5px 0 0;
    list-style-image: none;
  }

}
