/**
 * Default-Style für die Microsite
 * Die Farbschemata werden im Template an sich festgelegt
 */

body {
  background-color: #fff;
  padding: 0px;
  margin: 0px;
}

.redfont {
  color: #d80000;
  font-size: 12px;
}

#shadow {
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  background-image: url(/images/microsite/shadow.jpg);
  background-position: top center;
  background-repeat: repeat-y;
}

div#innerBody {
  width: 800px;
  margin-left: auto;
  margin-right: auto;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 12px;
}

div#innerBody a {
  color: #444;
}

table#header td {
  padding-top: 10px;
  padding-bottom: 10px;
}

table#header td#logo {
  font-size: 14px;
  font-weight: bold;
  padding: 5px 10px 5px 10px;
  background-color: #fff;
}

table#header td#company_name {
  text-align: left;
  padding-left: 20px;
  /*background:				url(/images/microsite/head_logo.gif) top left no-repeat*/
}

table#header td#company_name div#title {
  font-weight: bold;
}

table#header td#company_name div#slogan {
  padding-top: 5px;
  font-style: italic;
}

td#langcodes {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 10px;
  white-space: nowrap;
}
td#langcodes a {
  text-decoration: none;
}

table#navigation td {
  height: 50px;
  cursor: pointer;
}

table#navigation td a {
  display: block;
  color: #000;
  text-decoration: none;
  font-size: 12px;
  font-weight: bold;
  color: #444;
  padding-left: 5px;
  padding-right: 5px;
}

table#navigation td.active:hover,
table#navigation td.active {
  background: #828587 url(/images/microsite/navi_black.png) repeat-x top;
}
table#navigation td.active table#navigation td.active:hover a,
table#navigation td.active a {
  color: #fff;
}

/*
TABLE#navigation TD.active A {
    color: 					#fff;
    background:				#1C1819 url(/images/microsite/navi_black.png) repeat-x top;
}
TABLE#navigation TD.active A:HOVER {
	background:				#1C1819 url(/images/microsite/navi_black.png) repeat-x top;
}
*/

div#content {
  min-height: 200px;
  padding: 10px 60px 20px 60px;
}

div#content h1 {
  font-size: 16px;
}

div#content h2 {
  font-size: 14px;
}

div#content h3 {
  font-size: 12px;
}

div#footer {
  padding: 12px;
  text-align: center;
}

div#footer div:not(:last-child) {
  margin-bottom: 0.75em;
}

div#footer a {
  color: #000;
}

div#footer a.login {
  color: #444;
  font-size: 13px;
}

/* Testimonials */
.diagr_bg {
  background-image: url(/images/microsite/b3.gif);
  height: 125px;
  background-color: #eeeedd;

  border-color: #efefef #cccccc #cccccc #efefef;

  -moz-box-shadow: rgba(0, 0, 0, 0.1) 3px 3px 10px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 3px 3px 10px;
  filter: progid:DXImageTransform.Microsoft.Shadow(
      direction=135,
      color=silver,
      strength=3
    );
}
div.sf_testimonial_border {
  border: 1px solid #ccc;
  margin-top: 4px;
}
.scale_desc {
  height: 25px;
  text-align: right;
}
.bar {
  width: 8px;
  background-color: #66cc66;
  border-right: 1px solid #33aa88;
}
.leg {
  width: 10px;
  height: 20px;
  padding-top: 2px;
  padding-bottom: 0px;
  padding-left: 1px;
  padding-right: 1px;
}
.odd2,
.even2 {
  padding: 10px;
  border-bottom: #ccc 1px dotted;
  height: auto;
  margin-bottom: 15px;
}
a.page {
  font-family: Verdana Helvetica, sans-serif;
  color: #000179;
}
.page_active {
  font-family: Verdana Helvetica, sans-serif;
  font-weight: bold;
  color: #880000;
}
.iso {
  width: 450px;
  padding-left: 80px;
}
#__pleaseWaitDiv {
  position: absolute;
  z-index: 98;
  width: 600px;
  height: 80px;
  left: 10px;
  top: 10px;
  /*opacity:				0.94;*/
  padding-top: 45px;
  margin: 0px;
  text-align: center;
  font-family: Verdana, Arial, sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: #eee;
  background: url(/images/iconset/please_wait_bg.png) repeat-x top;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-box-shadow: 0 0 2px rgba(255, 255, 255, 0.3) inset,
    0 4px 6px rgba(255, 255, 255, 0.25) inset,
    0pt 11px 0 -2px rgba(255, 255, 255, 0.1) inset,
    0pt 13px 8px rgba(0, 0, 0, 0.07) inset, 4px 4px 10px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.3);
}
