/* ALL */
body {
  margin: 0;
  padding: 0;
  width: 100%;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  text-align: center;
  background-color: #E9EDEE;
}
.clear {
  clear: both;
}
.error {
  color: red !important;
}
p {
  margin: 0 0 1em 0;
}
small {
  font-size: 90%;
}
h1 {
  font-size: 200%;
  font-weight: normal;
  line-height: 120%;
}
h2 {
  font-size: 100%;
  font-weight: bold;
}
h3 {
  font-size: 100%;
  font-weight: bold;
}
h4 {
  font-size: 100%;
  font-weight: bold;
}
a:link, a:visited, a:hover, a:active {
  color: #243a51;
}
#menu .acc {
  display: inline;
}
.right {
  float: right !important;
}
h1 {
  margin: 0 80px 0.2em 0;
}
h2 {
  margin: 0 0 0.1em 0;
}
h3 {
  margin: 0.5em 0 1em 0;
}
form {
  margin: 0;
  padding: 0;
}
img {
  border: 0;
}
hr {
  margin-top: 0;
  margin-bottom: 0;
}
.hr {
  clear: both;
  margin: 0 0 1.6em 0 !important;
  height: 1px;
  overflow: hidden;
  background-color: #CBCED1;
}
input, textarea {
  color: #6C7487;
  border: 1px solid #b4b0a7;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 120%;
}
input.chkBox {
  border: 0;
}
select {
  color: #6c7487;
  border: 1px solid #b4b0a7;
}
fieldset {
  border: 0;
  padding: 0;
}
.formfield {
  display: block;
  margin: 0 0 1em 0;
}
.button {
  position: relative;
  width: auto;
  margin: 0 10px 0 0;
  padding: 0 10px 0 12px;
  text-align: left;
  cursor: pointer;
  color: #E60004;
  font-weight: normal;
  font-size: 100%;
  border: none;
}
.sp-mailto {
  text-decoration: none !important;
}
a:link.sp-mailto, a:visited.sp-mailto {
  border-bottom: 0;
}
a:hover.sp-mailto, a:active.sp-mailto {
  border-bottom: 1px solid #234A51;
}
.sp-mailto img {
  margin: 0;
  padding: 0 0 1px 0;
  vertical-align: bottom;
}
#logo {
  position: absolute;
  width: 148px;
  height: 75px;
  left: 12px;
  top: 12px;
  padding: 0;
  margin: 0;
  z-index: 1000;
}
div.ilink {
  position: absolute;
  top: 24px;
  left: 178px;
  z-index: 2000;
}
div.ilink img {
  display: block;
}

/* schriften */
html {
  overflow-y: scroll;
}
body {
  height: 100%;
}
body, div {
  font-size: 70%;
  line-height: 135%;
}
div {
  font-size: 100%;
}
.infobox {
  font-size: 100%;
}
.infobox h3 {
  font-weight: bold;
}
#submenu a:link, #submenu a:visited,
#sitemap a:link, #sitemap a:visited {
  font-size: 100%;
  line-height: 100%;
  margin-bottom: 1px;
}
.linklist a:link, .linklist a:visited {
  font-size: 100%;
  font-weight: normal;
  color: #346699;
}
.links a:link, .links a:visited {
  font-size: 100%;
  font-weight: normal;
  color: #346699;
}
.newsbox a:link, .newsbox a:visited {
  color: #346699;
}

/* farben */
body {
  color: #243a51;
}
.teaserimg h2 {
  color: #243a51;
}
h1 {
  color: #243a51;
}
h2 {
  color: #243a51;
}
h3 {
  color: #243a51;
}

.global {
  font-weight: normal;
  color: #e9e9e4;
}
.global a:link, .global a:visited {
  padding: 0 3px;
  color: #e9e9e4;
  text-decoration: none;
}
.global a:hover, .global a:active {
  color: #e9e9e4;
  text-decoration: none;
}
.global a:focus { 
  outline: none; 
}
.global .en_GB {
  background-image:url(../img/flag_great_britain.png);
  background-position: right center;
  background-repeat: no-repeat;
  display: inline-block;
  margin: 0 3px;
  padding: 0 20px !important;
}
.global .de_DE {
  background-image:url(../img/flag_germany.png);
  background-position: right center;
  background-repeat: no-repeat;
  display: inline-block;
  margin: 0 3px;
  padding: 0 20px !important;
}

/* Formatierung */
a:link, a:visited {
  text-decoration: none;
}
a:active, a:hover {
  text-decoration: underline;
}
.global {
  position: absolute !important;
  right: 0 !important;
  top: -31px !important;
  width: auto !important;
}
h1 {
  padding: 0 0 0.3em 0;
  font-family: "Times New Roman", Times, serif;
}

/* Styles fuer den Contentbereich */
#content .spitzmarke {
  margin-bottom: 5px;
}
#content div {
  margin: 0 0 0.2em 0;
  padding: 0;
}
#content div.intro {
  margin: 0 0 1em 0;
  font-weight: bold;
  padding: 0 40px 0 0;
}
#content div div {
  margin: 0;
  padding: 0;
}
#content div.box {
  margin: 0 0 2em 0;
  padding: 0 40px 0 0;
}
#content .teaser .imgLeft {
  width: 52px;
  height: 52px;
  clear: both;
  float: left;
  position: relative;
  margin: 0 10px 8px 0;
  background: white;
}
#content .teaser .imgLeft br {
  clear: both;
}
#content .teaser .imgLeft img {
  float: left;
}
#content .imgLeft, #content .imgRight {
  position: relative;
  top: 0.25em;
}
#content .imgLeft {
  float: left;
  margin: 0 14px 0 0;
}
#content .imgLeft img {
  padding-bottom: 0;
}
#content .imgLeft img.imgShadow, #content .imgRight img.imgShadow, #content .imgFull img.imgShadow {
  border: 1px solid #c9c9c7;
  background-color: #FFFFFF;
  padding: 2px;
}
.home img.imgShadow {
  border: 0 !important;
  padding: 0 !important;
}
#content .imgLeft.small img {
  padding-bottom: 0;
}
#content .imgLeft div {
  margin: 0;
}
#content .imgRight {
  float: right;
  margin: 0 0 0 10px;
}
#content .imgFull {
  position: relative;
  width: 370px;
  margin: 0;
  padding: 8px 0 4px 50px;
}
#content .bu {
  padding: 2px 12px 5px 0;
  line-height: 1.2em;
  text-align: left;
  min-height: 16px;
  position: relative;
  font-size: 100%;
  width: 80%;
}
#content .bu small {
  font-weight: normal;
  font-size: 1em;
}
#content .imgLeft br, #content .imgRight br, #content .imgFull br {
  clear: both;
  display: none;
}
#content .imgLeft img, #content .imgRight img, #content .imgFull img {
  margin: 0 0 2px 0;
}
#content .zoom {
  display: block;
  float: right;
  top: 0px;
  right: -4px !important;
  position: relative;
}
#content #linklist {
  clear: both;
  margin: 1em 0 0 0;
  padding: 0;
  width: 490px;
}
#content .linklist {
  position: relative;
  clear: both;
  margin: 0 0 1em 0;
  padding: 0;
}
#content .linklist h3 {
  font-weight: bold;
  margin: 0;
  padding: 0.1em 0 0.3em 0;
  border-bottom: 1px solid #c9c5ba;
}
#content .linklist ul {
  padding: 0.6em 0 0.5em 0;
  margin: 0.2em 0 0 0;
  list-style: none;
}
#content .linklist li {
  position: relative;
  background-repeat: no-repeat;
  background-position: 0 0.35em;
  padding: 0 0 0.8em 18px;
}
#content .linklist li.internal {
  background-image: url(../img/pfeil_intern.gif);
}
#content .linklist li.external {
  background-image: url(../img/pfeil_extern.gif);
}
#content .linklist li.download {
  background-image: url(../img/pfeil_download.gif);
}
#content .anchor ul {
  padding: 0;
  margin: 1.5em 0;
  list-style: none;
}
#content .anchor li {
  position: relative;
  background-repeat: no-repeat;
  background-position: 0 0.5em;
  padding: 0 0 0 18px;
  background-image: url(../img/arrow_submenu_down.gif);
}
#content li {
  margin: 0;
  padding: 0;
}
#content .links {
  list-style-type: none;
  padding: 0 0 1.6em 0;
  margin: 0;
}
#content .links li {
  position: relative;
  float: left;
  background-repeat: no-repeat;
  padding-left: 18px;
  margin-bottom: 0.5em;
  background-position: 1px 0.3em;
  font-weight: normal;
}
#content .links li.internal {
  background-image: url(../img/pfeil_intern.gif);
}
#content .links li.external {
  background-image: url(../img/pfeil_extern.gif);
}
#content .links li.download {
  background-image: url(../img/pfeil_download.gif);
}
#content ul.distributor {
  margin: 0.2em 0 0 0;
  padding: 0.6em 0 0.5em 0;
  list-style: none;
}
#content ul.distributor li {
  position: relative;
  padding: 0 0 0.8em 18px;
  background-image: url(../img/pfeil_intern.gif);
  background-repeat: no-repeat;
  background-position: 1px 0.3em;
}
#content ul.distributor li.back {
  background-image: url(../img/pfeil_back.gif);
}
#content ul.distributor a:link, #content ul.distributor a:visited {
  color:#346699;
  font-size:100%;
  font-weight:normal;
}
#content table {
  border-collapse: collapse;
}
#content th, #content td {
  padding: 0;
}

/* Footer fuer Rubrik- Contentseiten */

.footer {
  clear: both;
  font-family: verdana, arial, sans-serif;
  margin: 30px 0px 0px 0px;
  padding: 0;
  height: 16px;
  width: 490px;
  font-size: 90%;
}
.footer a:link, .footer a:visited {
  text-decoration: none;
}
.footer a:active, .footer a:hover {
  text-decoration: underline;
}
.up {
  margin: 0;
  padding: 2px 18px 0px 0px;
  background: url(../img/symbol_up.gif) no-repeat center right;
  float: right;
  vertical-align: top;
}
.printoben {
  float: right;
  height: 16px;
  margin: 0px;
  padding: 2px 20px 0px 0px;
  background: url(../img/symbol_print.gif) no-repeat center right;
}
.printunten {
  float: left;
  height: 16px;
  margin: 0px;
  padding: 2px 0px 0px 20px;
  background: url(../img/symbol_print.gif) no-repeat center left;
}
.contentPrint {
  position: absolute;
  float: right;
  right: 20px;
  top: 5px;
  font-size: 90%;
}

/* Submenue live */
#submenu {
  width: 188px;
  margin: 0;
  padding: 0 0 15px 0;
  overflow: hidden;
  background-image: url(../img/bg_submenue.gif);
  background-repeat: repeat-y;
  background-position: left top;
}
#submenu ul {
  width: 188px;
  padding: 0;
  margin: 0;
  list-style: none;
  font-weight: normal;
}
#submenu ul ul {
  width: 177px;
  border-top: 1px solid #DAD8D0;
}
#submenu ul li {
  width: 177px;
  margin: 0;
  padding: 0 0 0 10px;
  border-bottom: 1px solid #DAD8D0;
  float: left;
}
#submenu ul li li {
  background-image: none;
  padding: 0;
}
#submenu ul li.last {
  border-bottom: none;
}
#submenu ul li li.last {
  border-bottom: none;
}
#submenu ul li a:link, #submenu ul li a:visited {
  color: #38576C;
  text-decoration: none;
  background-image: url(../img/square_submenue.gif);
  background-repeat: repeat-y;
  background-position: left top;
}
#submenu ul li a.id135040100000008074 {
  background-image: url(../img/square_submenue_extranet.gif);
}
#submenu li a:link, #submenu li a:visited {
  width: 168px;
  display: block;
  margin: 0 0 1px -10px;
  padding: 0.6em 0 0.45em 20px;
}
#submenu li li a:link, #submenu li li a:visited {
  width: 158px;
  margin: 0 0 1px 0;
  padding: 0.65em 0 0.4em 20px;
  background-image: url(../img/arrow_submenu_right.gif);
  background-repeat: no-repeat;
  background-position: 10px 0.8em;
}
#submenu li li.node a:link, #submenu li li.node a:visited {
  width: 158px;
  padding: 0.65em 0 0.4em 20px;
  background-image: url(../img/arrow_submenu_down.gif);
  background-repeat: no-repeat;
  background-position: 8px 1.15em;
}
#submenu li li.node li a:link, #submenu li li.node li a:visited {
  width: 148px;
  padding: 0.65em 0 0.4em 30px;
  background-image: url(../img/arrow_submenu_right_grey.gif);
  background-repeat: no-repeat;
  background-position: 20px 0.9em;
}
#submenu li.active a:link, #submenu li.active a:visited {
  font-weight: bold;
}
#submenu li.active li a:link, #submenu li.active li a:visited {
  font-weight: normal;
}
#body {
  position: relative;
  width: 946px;
  margin: 17px auto;
  text-align: left;
  background-color: #FFFFFF;
  padding: 10px;
}
#head {
  position: relative;
  height: 188px;
  width: 942px;
  border-top: 2px solid #d6d6d4;
  border-right: 2px solid #d6d6d4;
  border-left: 2px solid #d6d6d4;
  padding: 0;
  margin: 0;
}
#main {
  position: relative;
  width: 942px;
  margin: 0;
  padding: 0;
  border-right: 2px solid #d6d6d4;
  border-left: 2px solid #d6d6d4;
  border-bottom: 2px solid #d6d6d4;
  border-top: 1px solid #d8d8d8;
  background-image: url(../img/bg_main.gif);
  background-repeat: repeat-y;
  background-position: left top;
}
#leftcolumn {
  position: relative;
  width: 195px;
  margin: -6px 0 5em 0;
  float: left;
}
#menuecolumn {
  position: relative;
  width: 188px;
  margin: -6px 0 0 0;
  left: -5px;
  float: left;
}
#content {
  position: relative;
  width: 542px;
  margin: 0;
  padding: 0 10px 0 0;
  float: right;
}
#content .contentText {
  position: relative;
  width: 502px;
  margin: 0;
  padding: 20px 10px 20px 30px;
  background-image: url(../img/bg_contentText.gif);
  background-repeat: no-repeat;
  background-position: left bottom;
}
#homeIllu, #rubrikIllu, #contentIllu, #Illu {
  margin: 0;
  padding: 0;
  width: 565px;
  height: 188px;
  float: right;
}
#footer {
  position: relative;
  width: 512px;
  padding: 0.6em 0 1em 30px !important;
}
#footer .buttonContainer {
  position: absolute;
  top: 0.4em;
  right: 0px;
  width: 145px;
  border: 1px solid #B3B1A8;
  padding: 1px;
  background: white;
}
#footer .button {
  position: relative;
  width: 100%;
  margin: 0;
  border: 0;
  padding: 0;
  color: #697588;
  background: #DADADA;
  display: block;
  font-weight: normal;
  font-size: 100%;
  text-align: center;
  text-decoration: none;
}

/*  Schatten Columns Top */
.ShadowLeftcolumnTop {
  float: left;
  width: 195px;
  height: 6px;
  overflow: hidden;
  background-image: url(../img/bg_shadow_column_top.gif);
  background-repeat: repeat-x;
  background-position: left top;
}
.ShadowMenuecolumnTop {
  float: left;
  width: 188px;
  height: 6px;
  overflow: hidden;
  background-image: url(../img/bg_shadow_column_top.gif);
  background-repeat: repeat-x;
  background-position: left top;
}

/*  Schatten Boxen rechts */
.ShadowRight {
  float: left;
  width: 190px;
  background-image: url(../img/bg_shadow_right_leftcolumn.gif);
  background-repeat: no-repeat;
  background-position: right top;
}
#menuecolumn .ShadowRight {
  float: left;
  width: 195px;
  background-image: url(../img/bg_shadow_right.gif);
  background-repeat: no-repeat;
  background-position: right -4px;
}
#menuecolumn .ShadowRight.first {
  background-position: right top;
}
#content .newsbox .ShadowRight {
  float: none;
  width: auto;
  background: none;
}

/*  Teaser Verteilerseite */
#content .teaser {
  position: relative;
  padding: 0;
  margin: 0 0 2em 0;
}
#content .teaser .date {
  font-weight: bold;
  margin: 0 0 0.2em 0;
  padding: 0;
  line-height: 100%;
}
#content .teaser .imgleft {
  margin: 0 20px 0 0;
}
#content .teaser .imgleft img {
  padding: 0;
  margin: 0;
}
#content .teaser h2 {
  margin: 0;
  padding: 0;
}

/*  Quicklinks */
.quicklinks {
  position: relative;
  float: left;
  padding: 0;
  margin: 0;
  width: 187px;
}
.quicklinks.q1 {
  background-image: url(../img/bg_quicklinks_ddim.gif);
  background-repeat: no-repeat;
  background-position: left bottom;
}
.quicklinks.q2 {
  background-image: url(../img/bg_quicklinks_interim.gif);
  background-repeat: no-repeat;
  background-position: left bottom;
}
.quicklinks.q3 {
  background-image: url(../img/bg_quicklinks_provider.gif);
  background-repeat: no-repeat;
  background-position: left bottom;
}
.quicklinks.q4 {
  background-image: url(../img/bg_quicklinks_markt.gif);
  background-repeat: no-repeat;
  background-position: left bottom;
}
.quicklinks .infobox {
  background-image: none;
}
#leftcolumn h2 {
  position: relative;
  margin: 0;
  padding: 0 6px 0 24px;
  line-height: 1.6em;
  color: #3d556e;
}
#leftcolumn ul {
  position: relative;
  margin: 0;
  padding: 0 6px 8px 24px;
}
#leftcolumn ul li {
  position: relative;
  margin: 0;
  padding: 0 0 0 11px;
  background-image: url(../img/arrow_submenu_right.gif);
  background-position: 1px 0.4em;
  background-repeat: no-repeat;
}
#leftcolumn ul li a:link, #leftcolumn ul li a:visited {
  position: relative;
  left: -2px;
  margin: 0;
  padding: 0;
  color: #38576c;
  font-size: 90%;
}

/*  Infobox */
.infobox {
  position: relative;
  float: left;
  padding: 0;
  margin: 0;
  overflow: hidden;
  width: 188px;
  background-image: url(../img/bg_infobox.gif);
  background-repeat: no-repeat;
  background-position: left bottom;
}
#menuecolumn .infobox {
  padding: 0 0 4px 0;
}
#menuecolumn .infobox.last .banner {
  padding: 20px 0 35px 0;
}
#content .newsbox .infobox {
  float: none;
  width: auto;
  background: none;
}
#leftcolumn .ShadowTop {
  position: relative;
  left: 10px;
  float: left;
  width: 178px;
  height: 14px;
  margin: -4px 0 0 0;
  padding: 0;
  background-image: url(../img/bg_quicklinks_bottom.gif);
  background-repeat: repeat-x;
  background-position: left top;
}
#leftcolumn .quicklinks .ShadowRight.first .ShadowTop {
  background-image: none;
}
#menuecolumn .ShadowTop {
  position: relative;
  left: 10px;
  float: left;
  width: 178px;
  height: 0px;
  margin: -4px 0 0 0;
  padding: 14px 0 0 0;
  background-image: url(../img/bg_quicklinks_bottom.gif);
  background-repeat: repeat-x;
  background-position: left top;
}
#menuecolumn .ShadowRight.first .ShadowTop {
  margin: 0;
}
.infobox .banner {
  padding: 6px 0 6px 10px;
  margin: 0;
  text-align: center;
}
.infobox .banner div {
  padding: 0;
  margin: 0 0 13px 0;
}
.infobox h2 {
  position: relative;
  margin: 0;
  padding: 0 6px 0 24px;
  line-height: 1.6em;
  color: #38576c;
}
.infobox h3 {
  position: relative;
  margin: 0;
  padding: 0 6px 0 24px;
  line-height: 1.6em;
  color: #38576c;
}
.infobox .p {
  margin: 0;
  padding: 0 6px 8px 24px;
}
.infobox img {
  margin: 0;
}
.infobox .infoBoxImg {
  padding: 0;
  margin: 0;
  height: 121px;
  width: 230px;
}
.infobox .infoBoxText {
  position: relative;
  padding: 4px 11px 4px 11px;
  margin: 0;
  font-weight: bold;
  float: left;
}
.infobox ul {
  list-style-type: none;
  padding: 0 0 8px 14px;
  margin: 0;
}
.infobox.last ul {
  background-image: none;
  background-repeat: no-repeat;
  background-position: left bottom;
}
.infobox ul li {
  position: relative;
  padding: 0 0 0 10px;
  margin: 0;
  background-image: url(../img/arrow_submenu_right.gif);
  background-repeat: no-repeat;
  background-position: 0 0.45em;
}
.infobox ul li a:link, .infobox ul li a:visited {
  padding: 0;
  margin: 0;
  font-size: 90%;
  color: #38576c;
}

/*  Infobox */
#content .newsbox {
  position: relative;
  padding: 0;
  margin: 0 0 2em 0;
  width: 488px;
  background-color: #FFFFFF;
  border: 1px solid #c8c6ba;
  color: #646464;
}
#content .newsbox h2 {
  position: relative;
  padding: 0.1em 0 0.1em 15px;
  margin: 1px;
  height: 18px;
  text-transform: uppercase;
  background-color: #d7d7d7;
  color: #646464;
}
#content .newsbox h3 {
  color: #646464;
  margin: 0;
  padding: 0;
}
#content .newsbox .infoboxContent {
  width: 458px;
  margin: 0;
  padding: 1em 15px 1em 15px;
  float: left;
}
#content .newsbox .banner {
  padding: 0;
  margin: 3px 18px 0 0;
  float: left;
}
#content .newsbox .banner img {
  border: 1px solid #e1e1e1;
}
#content .newsbox .p {
  margin: 0;
  padding: 0 0 2em 0;
  display: table-cell;
}
#content .newsbox .p.last {
  padding-bottom: 1em;
}
#content .newsbox .infoboxContent ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#content .newsbox .infoboxContent ul li {
  margin: 0 0 1em 0;
  padding: 0 0 0 16px;
  float: none;
}
#content .newsbox .infoboxContent ul li.internal {
  background-repeat: no-repeat;
  background-position: 0 0.3em;
  background-image: url(../img/pfeil_intern.gif);
}
#content .newsbox .infoboxContent ul li.external {
  background-repeat: no-repeat;
  background-position: 0 0.3em;
  background-image: url(../img/pfeil_extern.gif);
}
#content .newsbox .infoboxContent ul li.download {
  background-repeat: no-repeat;
  background-position: 0 0.3em;
  background-image: url(../img/pfeil_download.gif);
}
#content .newsbox .p a:link.internal, #content .newsbox .p a:visited.internal {
  padding: 0 0 0 16px;
  background-repeat: no-repeat;
  background-position: 0 0.2em;
  background-image: url(../img/pfeil_intern.gif);
}
#search {
  background: url(../img/btn_search.gif) no-repeat right center;
  position: absolute;
  margin: 0;
  padding: 0;
  top: 113px;
  left: 10px;
  z-index: 100;
  border: 1px solid #b3b1a8;
  height: 18px;
}
#membersearch {
  background: url(../img/btn_search.gif) no-repeat right center;
  position: absolute;
  margin: 0;
  padding: 0;
  top: 135px;
  left: 10px;
  z-index: 100;
  border: 1px solid #b3b1a8;
  height: 18px;
}
#search input, #membersearch input {
  width: 128px;
  margin: 0;
  font-size: 100%;
  padding: 2px;
  height: 13px;
  color: #697588;
  border: none;
}
#search .words, #membersearch .words {
  float: left;
}
#search .btn-search, #membersearch .btn-search {
  position: relative;
  top: 1px;
  width: 17px;
  height: 16px;
  color: #616A6E;
  margin: 0;
  padding: 1px 0;
  border: none;
  background-color: transparent;
  font-weight: bold;
  cursor: pointer;
}
*html #search .btn-search, #membersearch .btn-search {
  top: 0px;
}
#ilogin {
  position: absolute;
  margin: 0;
  padding: 0;
  top: 113px;
  left: 200px;
  z-index: 100;
}
#ilogin input, #ilogin2 input {
  width: 146px;
  height: 14px;
  margin: 0 0 2px 0;
  clear: both;
  font-size: 100%;
  padding: 2px;
  color: #697588;
  border: 1px solid #b3b1a8;
}
#ilogin input.submit, #ilogin2 input.submit {
  width: 152px;
  height: 22px;
  background: url(../img/bg_submit.gif) no-repeat left center;
}
#personalization {
  position: absolute;
  margin: 0;
  padding: 0;
  top: 65px;
  left: 210px;
  z-index: 100;
}
#personalization ul {
  position: relative;
  margin: 1em 0;
  padding: 0;
  list-style-type: none;
}
#personalization li {
  position: relative;
  margin: 0;
  padding: 0 0 0 11px;
  background: url(../img/arrow_submenu_right.gif) no-repeat 1px 0.4em;
}

/*  Kontaktformular */
#content .contact .intro {
  padding: 0;
  font-weight: normal;
}
#content .contact h3 {
  font-weight: bold;
  margin: 3em 0 1.5em;
  padding: 0.1em 0 0.3em 0;
  border-bottom: 1px solid #c9c5ba;
}
#content #frmMail .description {
  margin-bottom: 1.75em;
}
#content #frmMail fieldset {
  margin: 0;
  border: 0;
  padding: 0;
}
#content #frmMail table {
  /* margin: 0 0 0 30px; */
  border-collapse: collapse;
}
#content #frmMail td.col1 {
  width: 140px;
  padding: 5px 0 3px 0;
  vertical-align: top;
}
#content #frmMail td.col2 {
  padding: 4px 0;
  vertical-align: top;
}
#content #frmMail input {
  border: 1px solid #B3B1A8;
  margin: 0;
  width: 240px;
}
#content #frmMail input.check, #content #frmMail input.radio {
  width: auto;
  margin: 1px;
  border: 0;
}
#content #frmMail textarea {
  border: 1px solid #B3B1A8;
  height: 50px;
  margin: 0;
  width: 240px;
}
#content #frmMail input.chkBox {
  width: 15px;
  margin: 1px;
  border: 0;
}
#content #frmMail select {
  width: 242px;
  margin: 0;
  border: 1px solid #B3B1A8;
}
#content #frmMail .formfield {
  display: block;
  margin: 0 0 1em 0;
}
#content #frmMail .buttonContainer {
  width: 238px;
  border: 1px solid #B3B1A8;
  padding: 1px;
  background: white;
}
#content #frmMail .button {
  position: relative;
  width: 100%;
  margin: 0;
  border: 0;
  padding: 0;
  color: #697588;
  background: #DADADA;
  text-align: center;
  cursor: pointer;
  font-weight: normal;
  font-size: 100%;
}

/*  Mailformular */
#content #frmMail .description {
  margin-bottom: 1.75em;
}
#content #frmMail .confirmation {
  margin-bottom: 1.75em;
}
#content #frmMail fieldset {
  margin: 0;
  border: 0;
  padding: 0;
}
#content #frmMail table {
  width: 382px;
  margin: 0 0 0 30px;
  border-collapse: collapse;
}
#content #frmMail td.col1 {
  width: 140px;
  padding: 5px 0 3px 0;
  vertical-align: top;
}
#content #frmMail td.col2 {
  width: 242px;
  padding: 4px 0;
  vertical-align: middle;
}
#content #frmMail .formfield {
  display: block;
  margin: 0 0 1em 0;
}
#content #frmMail input {
  border: 1px solid #B3B1A8;
  margin: 0;
  width: 240px;
}
#content #frmMail input.check, #content #frmMail input.radio {
  width: auto;
  margin: 1px;
  border: 0;
}
#content #frmMail textarea {
  border: 1px solid #B3B1A8;
  height: 50px;
  margin: 0;
  width: 240px;
}
#content #frmMail input.chkBox {
  width: 15px;
  margin: 1px;
  border: 0;
}
#content #frmMail select {
  width: 242px;
  border: 1px solid #B3B1A8;
}
#content #frmMail .formfieldBox {
  position: relative;
  width: 242px;
  display: block;
  overflow: hidden;
}
#content #frmMail .email1 {
  position: absolute;
  top: -1.8em;
  left: 0px;
  display: none;
}
#content #frmMail .email2 {
  position: absolute;
  top: -1.8em;
  left: 0px;
  display: none;
}
#content #frmMail .email3 {
  position: relative;
  top: 0px;
  left: 0px;
}
#content #frmMail .email4 {
  position: absolute;
  top: -1.8em;
  left: 0px;
  display: none;
}
#content #frmMail .buttonContainer {
  width: 238px;
  border: 1px solid #B3B1A8;
  padding: 1px;
  background: white;
}
#content #frmMail .button {
  position: relative;
  width: 100%;
  margin: 0;
  border: 0;
  padding: 0;
  color: #697588;
  background: #DADADA;
  text-align: center;
  cursor: pointer;
  font-weight: normal;
  font-size: 100%;
}

/*  Mitglieder-Suche */
#memberSearch h2 {
  margin: 0 0 0.5em 0;
}
#content table.findManager {
  margin: 0 0 2.2em 0;
  width: 100%;
}
#content table.findManager td {
  padding: 0;
  vertical-align: middle;
}
#content table.findManager .buttonContainer {
  width: 238px;
  margin: 1em 0 2px 0;
  border: 1px solid #B3B1A8;
  padding: 1px;
  background: white;
}
#content table .col1 {
  width: 50%;
  text-align: left;
  vertical-align: middle;
}
#content table .col2 {
  width: 50%;
  text-align: left;
  vertical-align: middle;
}
#content table .indent {
  margin-left: 20px;
}
#content input {
  width: 240px;
  margin: 0.4em 0;
}
#content input.radio {
  width: 16px;
  margin: 3px 3px 0 0;
  vertical-align: middle;
  border: none;
}
#content input.checkbox {
  width: 16px;
  margin: 3px 3px 0 0;
  vertical-align: middle;
  border: none;
}
#content select {
  width: 242px;
  margin: 0.4em 0;
}
#content input.btn-search {
  width: 100%;
  margin: 0;
  border: 0;
  padding: 1px 0;
  font-size: 100%;
  color: #697588;
  background: #DADADA;
}

/*  Tabelle Mitglieder-Ergebnis */
#resultList {
  margin: 0 0 2.2em 0;
  width: 100%;
}
#resultList h2 {
  margin: 0 0 0.5em 0;
}
#resultList table {
  margin: 0 0 2em 0;
  width: 100%;
}
#resultList th, #resultList td {
  padding: 0.2em 0;
  vertical-align: top;
}
#resultList a:link.internal, #resultList a:visited.internal {
  display: block;
  padding: 0 0 0 18px;
  background-repeat: no-repeat;
  background-position: 1px 0.3em;
  background-image: url(../img/pfeil_intern.gif);
  color: #346699;
}

/*  Bilder-Großansicht (PopUp) in der Seite */
#overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 1001;
  overflow: hidden;
}
#overlay .background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  filter: alpha(opacity = 20);
  opacity: 0.2;
  z-index: 100;
}
#overlay .background2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #173368;
  filter: alpha(opacity = 85);
  opacity: 0.85;
  z-index: 100;
}
#overlay .background2 .background {
  filter: alpha(opacity = 0);
  opacity: 0.0;
}
#overlay #imgZoom {
  position: relative;
  top: 0;
  left: 0;
  width: 1px;
  margin: auto;
  border: 1px solid #868686;
  background: white none repeat scroll 0 0;
  z-index: 1000;
}
#imgZoom .navi {
  position: relative;
  height: 28px;
  text-align: left;
  overflow: hidden;
}
#imgZoom span.prev, #imgZoom span.next,
#imgZoom a.prev:link, #imgZoom a.prev:visited,
#imgZoom a.next:link, #imgZoom a.next:visited {
  width: 21px;
  height: 13px;
  display: block;
  text-decoration: none;
  line-height: 1000px;
  text-indent: 25px;
  overflow: hidden;
  float: left;
}
#imgZoom .prev {
  margin: 10px 0 0 7px;
}
#imgZoom .next {
  margin: 10px 0 0 3px;
}
#imgZoom a.close:link, #imgZoom a.close:visited {
  position: absolute;
  right: 2px;
  padding: 0 5px;
  color: #999999;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  line-height: 28px;
  display: block;
}
#imgZoom img {
  padding: 3px;
  border: 2px solid #CBCBCB;
}
#imgZoom .bu {
  position: relative;
  margin: 0;
  padding: 0 25% 7px 7px;
  min-height: 12px;
  text-align: left;
  font-size: 90%;
}
#imgZoom .copyright {
  position: absolute;
  top: 0;
  right: 16px;
  width: 25%;
  color: #999999;
  text-align: right;
}

/*  PopUp-Fenster */
body.popup {
  margin: 0;
  background: white;
  text-align: left;
}
#logoPopup {
  height: 38px;
  margin: 10px 10px 0 10px;
  padding: 10px;
  border-top: 2px solid #C4C1B2;
  border-right: 2px solid #C4C1B2;
  border-left: 2px solid #C4C1B2;
  text-align: right;
}
#headlinePopup {
  position: absolute;
  top: 10px;
  left: 10px;
  margin: 0;
  padding: 10px;
}
#headlinePopup h1 {
  line-height: 38px;
}
#contentPopup {
  margin: 0 10px 10px 10px;
  border-top: 1px solid #D8D8D8;
  border-right: 2px solid #C4C1B2;
  border-bottom: 2px solid #C4C1B2;
  border-left: 2px solid #C4C1B2;
  background: #F1F0EE;
}
#contentPopup .box {
  position: relative;
  width: 100%;
  margin: 0;
}
#column {
  position: relative;
  margin: 0;
  border-left: 1px solid #D0D0C8;
  background: white;
  width: 266px;
  float: right;
}
#column .ShadowColumnTop {
  float: left;
  width: 266px;
  height: 6px;
  margin: -6px 0 0 0;
  overflow: hidden;
  background-image: url(../img/bg_shadow_column_top.gif);
  background-repeat: repeat-x;
  background-position: left top;
}
#column .ShadowColumnInnerTop {
  float: left;
  width: 255px;
  height: 6px;
  margin: 0 0 0 11px;
  overflow: hidden;
  background-image: url(../img/bg_shadow_column_top.gif);
  background-repeat: repeat-x;
  background-position: left top;
}
#column .ShadowRight {
  float: left;
  width: 273px;
  background-image: url(../img/bg_shadow_right_sitemap.gif);
  background-repeat: no-repeat;
  background-position: right top;
}
#column .box1 {
  float: left;
  width: 262px;
  margin-left: 1px;
  border-left: 10px solid #003C75;
  background-image: url(../img/bg_shadow_right_sitemap.gif);
  background-repeat: no-repeat;
  background-position: right top;
}
#column .box2 {
  float: left;
  width: 262px;
  margin-left: 1px;
  border-left: 10px solid #E2E2E0;
  background-image: url(../img/bg_shadow_right_sitemap.gif);
  background-repeat: no-repeat;
  background-position: right top;
}
#column .box1 .verlauf, #column .box2 .verlauf {
  width: 224px;
  padding: 30px 15px;
  background-image: url(../img/bg_sitemap.gif);
  background-repeat: repeat-y;
  background-position: left top;
}
#sitemap {
  width: 266px;
  margin: 0;
  padding: 0 0 15px 0;
  overflow: hidden;
  background-image: url(../img/bg_sitemap.gif);
  background-repeat: repeat-y;
  background-position: left top;
}
#sitemap ul {
  width: 266px;
  padding: 0;
  margin: 0;
  list-style: none;
  font-weight: normal;
}
#sitemap ul ul {
  width: 255px;
  border-top: 1px solid #dad8d0;
}
#sitemap ul li {
  width: 255px;
  padding: 0 0 0 10px;
  margin: 0;
  border-bottom: 1px solid #dad8d0;
  background-image: url(../img/square_submenue.gif);
  background-repeat: no-repeat;
  background-position: left top;
}
#sitemap ul li li {
  background-image: none;
  padding: 0;
}
#sitemap ul li.last {
  border-bottom: none;
}
#sitemap ul li li.last {
  border-bottom: none;
}
#sitemap ul li a:link, #sitemap ul li a:visited,

#sitemap ul li a:active, #sitemap ul li a:hover {
  color: #38576c;
  text-decoration: none;
}
#sitemap li a:link, #sitemap li a:visited {
  width: 246px;
  display: block;
  padding: 0.7em 0 0.15em 10px;
}
#sitemap li li a:link, #sitemap li li a:visited {
  width: 236px;
  padding: 0.7em 0 0.15em 20px;
  background-image: url(../img/arrow_submenu_right.gif);
  background-repeat: no-repeat;
  background-position: 10px 1.1em;
}
#sitemap li li.node a:link, #sitemap li li.node a:visited {
  width: 236px;
  padding: 0.7em 0 0.15em 20px;
  background-image: url(../img/arrow_submenu_down.gif);
  background-repeat: no-repeat;
  background-position: 8px 1.3em;
}
#sitemap li li.node li a:link, #sitemap li li.node li a:visited {
  width: 226px;
  padding: 0.7em 0 0.15em 30px;
  background-image: url(../img/arrow_submenu_right_grey.gif);
  background-repeat: no-repeat;
  background-position: 20px 1.1em;
}
#sitemap li.active a:link, #sitemap li.active a:visited {
  font-weight: bold;
}
#sitemap li.active li a:link, #sitemap li.active li a:visited {
  font-weight: normal;
}

/*  Profilbearbeitung */
.editorblock {
  margin-top: 1em !important;
}
#part_languageSkills .matrix td {
  width: 16.5%;
  text-align: center;
}
#part_languageSkills .matrix td.rh {
  text-align: left;
}
#part_languageSkills .matrix th {
  font-weight: normal;
  text-align: center;
}
#content .box hr {
  border-color: #DAD8D0;
  border-style: none none solid;
  margin-bottom: 0.5em;
  margin-top: 0.5em;
  height: 1px;
}
#content input.date {
  width: 1.5em !important;
}
#content input.month {
  width: 1.5em !important;
}
#content input.year {
  width: 3em !important;
}
#content input.zip {
  width: 70px !important;
}
#content input.city {
  width: 159px !important;
}
.nolink {
  color: #dad8d0;
}
#op_layer {
  background-color: #FFF;
  border: 1px solid #1D2D67;
  display: block;
  margin-left: -205px;
  position: absolute; top: 100px; left: 50%;
  width: 410px; height: 550px;
  z-index: 1000;
}
#op_layer div.op_shadow {
  border-right: 3px solid #7E7E80; border-bottom: 3px solid #7E7E80;
  position: absolute; top: 1px; left: 1px;
  width: 410px; height: 550px;
  z-index: 999;
}
#op_layer div.op_top {
  background-color: #1D2D67;
  color: #FFF;
  font-weight: bold;
  line-height: 21px;
  position: relative;
  padding: 3px 10px 0 10px;
  width: auto; height: 21px; overflow: hidden;
  z-index: 1000;
}
#op_layer div.op_top span.op_title {
  display: block; float: left;
}
#op_layer div.op_top span.op_close {
  border: 2px solid #FFF;
  cursor: pointer;
  display: block; float: right;
  font-size: 10px;
  line-height: 11px;
  position: relative;
  text-align: center;
  width: 12px; height: 12px; overflow: hidden;
}
#op_layer div.op_content {
  overflow: hidden;
  padding: 0 10px 0 30px;
  position: relative;
  z-index: 1000;
}
#op_layer div.op_content span.op_logo {
  display: block;
  padding: 20px 0;
  text-align: right;
}
#op_layer div.op_content h2 {
  color: #1D2D67;
  font-size: 1.33em; font-weight: bold;
  margin-bottom: 1em;
}
#op_layer div.op_content h3 {
  color: #1D2D67;
  margin: 0;
}
#op_layer div.op_content ul,
#op_layer div.op_content li {
  list-style-type: none;
  margin: 0; padding: 0;
}
#op_layer div.op_content li a {
  text-decoration: underline;
}
#op_layer div.op_content ul {
  margin-bottom: 1.25em;
}
#op_layer div.op_content div.op_contentText,
#op_layer div.op_content p {
  color: #1D2D67;
  margin-bottom: 1.25em;
}
#head, #main, #content {
  z-index: 1;
}
.changelanguage {
  display: none;
}

/*  eNews-Flyer */
#content .index {
  margin: 2px -20px 16px -14px;
  border-width: 1px 0 1px 7px;
  border-style: solid;
  border-color: #CBCED1 #CBCED1 #CBCED1 #3A5C75;
  padding: 0;
  background: white url(../img/bg_inhalt.gif) repeat-y right 0;
}
#content .index div.imgLeft {
  top: 0;
}
#content .index h2, #content .index div.anchor {
  margin-left: 148px;
}
#content .index div.anchor ul {
  margin: 0.25em 0 0.5em 0;
}
#content #index-cards {
  margin: 30px 0 0 0;
}
#content #index-cards ul {
  margin: 0;
  padding: 0;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
}
#content #index-cards li {
  position: static;
}
#content #index-cards .crystal-tab {
  position: relative;
  height: 29px;
  margin: 0 0 -1px -14px;
  overflow: hidden;
  z-index: 1000;
}
#content #index-cards .crystal-tab li {
  position: relative;
  width: 128px;
  height: 28px;
  padding: 0;
  border-bottom: 1px solid #CCC8BC;
  background: url(../img/bg_shadow_tab.gif);
  display: block;
  float: left;
  z-index: 1000;
}
#content #index-cards .crystal-tab li.active {
  border-bottom: 1px solid #FFFFFF;
}
#content #index-cards .crystal-tab span {
  position: relative;
  height: 23px;
  margin: 5px 3px 0 0;
  border-left: 7px solid #3A5C75;
  background: #EFEEED;
  display: block;
  font-size: 0.9em;
  font-weight: bold;
}
#content #index-cards .crystal-tab .active span {
  background: #FFFFFF;
}
#content #index-cards .crystal-tab a {
  position: relative;
  display: block;
  padding: 4px 4px 3px 8px;
  text-decoration: none;
  outline-style: none;
}
#content #index-cards .register {
  position: relative;
  margin: 0 -10px 0 -30px;
  padding: 20px 30px 20px 30px;
  background: url(../img/bg_register.gif) no-repeat 0 0;
}
#content #index-cards .register .up {
  clear: both;
  font-weight: bold;
}
#content #index-cards .register .hr {
  height: 33px;
  margin: 0 -24px !important;
  background: url(../img/bg_separator.gif) no-repeat 0 0;
}
#content .cols {
  margin: 15px -20px 0 0;
  border-top: 1px solid #CBCED1;
  padding: 0;
}
#content .cols .column {
  width: 156px;
  padding: 10px 8px;
  border-left: 1px solid #CBCED1;
  border-right: 1px solid #CBCED1;
  overflow: hidden;
  float: left;
}
#content .cols .column.first {
  width: 156px;
  border: 0;
  padding-left: 0;
}
#content .cols .column.last {
  width: 156px;
  border: 0;
  padding-right: 0;
}
#content .register .imgFull, #content .cols .imgFull {
  position: static;
  padding: 0 0 4px 0px;
}
#content .register img, #content .cols img {
  border: 1px solid #CBCED1;
}
#content .register .links li, #content .cols .links li {
  margin: 0.5em 0 0 0;
}
#overlay .login {
  position: relative;
  top: 49%;
  left: 0px;
  width: 400px;
  margin: -155px auto;
  border: 1px solid #868686;
  background: white;
  z-index: 1000;
} 
#overlay #frmLogin2 {
  margin: 20px;
  border: 1px solid #E1E1E1;
  padding: 100px;
}
