* {
  margin: 0;
  padding: 0;
}

body {
  background: #dadfec url("img/bg_body.gif") 0 0 repeat-x; 
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  color: #303030;
  text-align: center;
}

body * {
  font-size: 100.01%;
}

img, fieldset {
  border: 0;
}

a {
  color: #001e4c;
}

ul, li {
  list-style: none;
}

input, textarea, select {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  color: black;
  font-size: 11px;
  vertical-align: baseline;
}

* html input, textarea, select {
  vertical-align: middle;
}

input.text, textarea, select {
  margin: 2px 0 0 0;
}

p.buttons input, .button {
  font-weight: bold;
}

label {
  font-weight: bold;
}

.clearall, .clr {
  clear: both;
  overflow: hidden;
  width: 1px;
  height: 1px;
  margin: 0 -1px -1px 0;
  border: 0;
  padding: 0;
  font-size: 0;
  line-height: 0;
}

/* HEADER */

#header {
  width: 741px;
  margin: 0 auto;
  text-align: left;
  position: relative;
  z-index: 100;
  height: 139px;
  padding: 0 3px 0 3px;
  background: url("img/bg_header.jpg") 0 0 no-repeat;
}

#header div.logo {
  width: 83px;
  float: left;
}

#header div.left {
  width: 640px;
  float: right;
  padding: 4px 0 0 0;
}

/* metanavigation */

#header div.metanavigation {
  background: url("img/bg_label_marketingberatung.jpg") 0 3px no-repeat;
  width: 100%;
  overflow: hidden;
  height: 30px;
  font-size: 11px;
  color: #001e4c;
}

#header div.metanavigation a:hover {
  text-decoration: none;
}

/* meta */

#header .meta {
  float: left;
  padding: 3px 0 0 220px;
  width: 135px;
}

/* suche */

#header form.suche {
  float: left;
}

#header form.suche input.text {
  width: 88px;
  border: 1px solid #49668d;
  padding: 1px 0 1px 2px;
  margin: 0 2px 0 2px;
  vertical-align: middle;
}

#header form.suche input.button {
  vertical-align: middle;
}

/* lang */

#header form.lang {
  float: right;
}

#header form.lang select {
  width: 134px;
  color: #001e4c;
}


/* menu */

#menu-root {

}

#header div.menu {
  font-size: 12px;
  position: absolute;
  right: 3px;
  width: 660px;
  z-index: 100;
  font-weight: bold;
  top: 76px;
}

#header div.menu li {
  float: left;
}

#header div.menu a.level1 {
  display: block;
  height: 20px;
  color: white;
  padding: 5px 0 0 0;
  width: 90px;
  text-decoration: none;
  background: url("img/bg_menu.gif") 0 0 no-repeat;
  margin: 0 0 0 20px;
  text-align: center;
}

#header div.menu a.active, #header div.menu a.level1:hover, #header div.menu li.isOpen a.level1 {
  background: url("img/bg_menu_active.gif") 0 0 no-repeat;
}

#header div.menu ul.dropdown {
  background: #dadfec;
  border: 1px solid #001e4c;
  border-top: 10px solid #001e4c;
  width: 170px;
  position: absolute;
  visibility: hidden;
  z-index: 100;
  margin: 0 0 0 20px;
}

#header div.menu ul.dropdown li {
  float: none;
  display: inline;
}

#header div.menu ul.dropdown a {
  display: block;
  padding: 4px 12px 5px 12px;
  text-decoration: none;
  font-weight: normal;
  font-size: 11px;
}

#header div.menu ul.dropdown a:hover {
  background: #bdc7d9;
  text-decoration: underline;
}

/* newsTicker */

ul.newsTicker {
  width: 100%;
  overflow: hidden;
  position: relative;
  height: 15px;
  font-size: 11px;
  top: 90px;
  cursor: pointer;
}

ul.newsTicker li {
  position: absolute;
  white-space: nowrap;
  display: block;
  display: none;
  z-index: 0;
}

ul.newsTicker li span.tendenz_up {
  background: url("img/bg_tendenz_up.gif") 0 2px no-repeat;
  padding: 0 13px 0 9px;
}

ul.newsTicker li span.tendenz_down {
  background: url("img/bg_tendenz_down.gif") 0 2px no-repeat;
  padding: 0 13px 0 9px;
}

ul.newsTicker li span.red {
  color: red;
}

ul.newsTicker li span.green {
  color: green;
}

/* PAGEBODY */

#pagebody {
  width: 100%;
  overflow: hidden;
  background: white;
  padding: 19px 0 0 0;
  border-bottom: 1px solid #bdc7d9;
  position: relative;
    z-index: 0;
}

#pagebody-inner {
  width: 741px;
  margin: 0 auto;
  overflow: hidden;
  text-align: left;
  font-size: 0.6875em;
}

#content {
  width: 490px;
  overflow: hidden;
  float: left;
  padding: 6px 0 0 0;
}

#sidebar {
  width: 227px;
  overflow: hidden;
  float: right;
  margin: 0 0 3.5em 0;
}

p.userstatus {
  margin: 0 0 10px 0 !important;
}

/* CONTENT */


#content h1 {
  font-size: 1.4545em;
  color: #001e4c;
  margin: 0 0 0.75em 0;
}

#content-inner {
  margin: 0 0 3.5em 0;
  line-height: 135%;
}

#content h2 {
  color: #001e4c;
  margin: 0 0 0.5em 0;
}

#content h3 {
  margin: 0 0 0.25em 0;
}

#content p, #content ul {
  margin: 0 0 1.25em 0;
}

#content ul li {
  background: url("img/bg_list.gif") 0 5px no-repeat;
  padding: 0 0 2px 10px;
}

#content a:hover {
  text-decoration: none;
}

/* startTeaser */

div.startTeaser {
  background: #dadfec;
  width: 100%;
  overflow: hidden;
  padding: 8px 0 0 0;
}

div.startTeaserItem {
  float: left;
  width: 142px;
  padding: 0 0 0 8px;
  line-height: 135%;
}

div.startTeaserItem h3 {
  margin: 0 0 1em 0;
}

div.startTeaserItem p {
  margin: 0 0 1.25em 0;
}

div.startTeaserItem a {
  font-weight: bold;
}

/* sitemap */

div.sitemap {
  width: 100%;
  overflow: hidden;
}

div.sitemapItem {
  float: left;
  width: 220px;
  margin: 0 20px 0 0;
}

div.sitemap ul.sitemap_level03, div.sitemap ul.sitemap_level04 {
  margin: 2px 0 0 0 !important;
}

div.sitemap ul.sitemap_level03 li {
  background: none !important;
}

div.sitemapItemEnd02, div.sitemapItemEnd04, div.sitemapItemEnd06 {
  clear: both;
  overflow: hidden;
  width: 1px;
  height: 1px;
  margin: 0 -1px -1px 0;
  border: 0;
  padding: 0;
  font-size: 0;
  line-height: 0;
}

/* SIDEBAR */


/* box */

div.box {

}

div.box h4 {
  background: url("img/bg_level1_menu.gif") 0 0 no-repeat;
  font-size: 12px;
  padding: 5px 6px 5px 6px;
}

div.box h4 a {
  color: white;
  text-decoration: none;
}

div.boxBody {
  background: #dadfec;
  padding: 7px 6px 7px 6px;
}

div.boxBody li {
  display: inline;
}

div.boxBody a {
  display: block;
  padding: 0 0 4px 12px;
}

div.boxBody a.active {
  color: #303030;
  text-decoration: none;
  font-weight: bold;
  background: url("img/bg_level2_menu_item.gif") 0 4px no-repeat;
}

div.boxBody a:hover {
  text-decoration: none;
}

div.boxBody ul li ul li a {
  display: block;
  padding: 0 0 4px 24px;
}

div.boxBody ul li ul li a.active {
  background: url("img/bg_level2_menu_item.gif") 12px 4px no-repeat;
}
/* teaser */

div.teaser {
  width: 100%;
  overflow: hidden;
  margin: 10px 0 0 0;
}

div.teaser li {
  display: inline
}

div.teaser li a {
  float: left;
  width: 112px;
  height: 76px;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  font-size: 10px;
}

div.teaser li a span {
  display: block;
  padding: 56px 0 0 0;
}

div.teaser li.teaserItem01 a { margin: 0 3px 3px 0; }
div.teaser li.teaserItem02 a { margin: 0 0 3px 0; }
div.teaser li.teaserItem03 a { margin: 0 3px 0 0; }


div.teaser li a.teaser_helpcard { background: url("img/bg_teaser_helpcard.jpg") 0 0 no-repeat; margin: 0 3px 3px 0; }
div.teaser li a.teaser_karriere { background: url("img/bg_teaser_karriere.jpg") 0 0 no-repeat; margin: 0 0 3px 0; }
div.teaser li a.teaser_produkte { background: url("img/bg_teaser_produkte.jpg") 0 0 no-repeat; margin: 0 3px 0 0; }
div.teaser li a.teaser_akademie { background: url("img/bg_teaser_akademie.jpg") 0 0 no-repeat; }


/* FOOTER */

#footer {
  width: 741px;
  background: url("img/bg_footer.jpg") 0 0 no-repeat;
  overflow: hidden;
  margin: 0 auto;
  text-align: left;
  padding: 20px 0 30px 0;
  font-size: 11px;
  line-height: 135%;
  text-align: center;
}

#footer a:hover {
  text-decoration: none;
}

@media print {

  body {
    background: white;
  }

  #header, #footer, #sidebar {
    display: none;
  }

  #pagebody {
    padding: 0;
    border-bottom: none;
  }

  #pagebody-inner {
    width: 100%;
  }

  #content {
    float: none;
    padding: 0;
  }

}

/* tickerall */

#content div.tickerall ul {
  margin: 0;
}

#content div.tickerall ul li {
  background: none;
  padding: 0;
}

#content div.tickerall ul li a {
  text-decoration: none;
  color: #303030;
}

#content div.tickerall ul li span.red {
  color: red;
}

#content div.tickerall ul li span.green {
  color: green;
}

#content div.tickerall .tickerall-link {
  text-align: right;
}

#content div.tickerall .tickerall-link img {
  vertical-align: middle;
  margin: 0 3px 0 0;
}


/* MAPLINKS */

ul#maplinks {
  overflow: hidden;
}

ul#maplinks li {
  display: inline;
}

ul#maplinks li a {
  float: left;
  width: 20px;
  height: 18px;
  text-align: left;
  padding: 0 0 0 30px;
}

ul#maplinks li a#at { background: url("img/bg_flag_at.gif") 0 0 no-repeat; }
ul#maplinks li a#hu { background: url("img/bg_flag_hu.gif") 0 0 no-repeat; }
ul#maplinks li a#cz { background: url("img/bg_flag_cz.gif") 0 0 no-repeat; }
ul#maplinks li a#sk { background: url("img/bg_flag_sk.gif") 0 0 no-repeat; }
ul#maplinks li a#pl { background: url("img/bg_flag_pl.gif") 0 0 no-repeat; }
ul#maplinks li a#si { background: url("img/bg_flag_si.gif") 0 0 no-repeat; }
ul#maplinks li a#gr { background: url("img/bg_flag_gr.gif") 0 0 no-repeat; }
ul#maplinks li a#ro { background: url("img/bg_flag_ro.gif") 0 0 no-repeat; }
ul#maplinks li a#bg { background: url("img/bg_flag_bg.gif") 0 0 no-repeat; }
ul#maplinks li a#ua { background: url("img/bg_flag_ua.gif") 0 0 no-repeat; }


/* MAPLINKS FOOTER */

#footer ul#maplinks {
  width: 660px;
  margin: 0 auto;
  padding: 0 0 28px 0;
}

#footer ul#maplinks li a {
  margin: 0 8px 0 8px;
}

/* MAPLINKS SIDEBAR */

#sidebar ul#maplinks {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 373px;
  background: url("img/bg_map.jpg") 0 0 no-repeat;
  line-height: 135%;
  z-index: 0;
}

#sidebar ul#maplinks li a {
  position: absolute;
}

#sidebar ul#maplinks li a:hover {
  text-decoration: none;
}

#sidebar ul#maplinks li a#at { left: 95px; top: 130px; }
#sidebar ul#maplinks li a#hu { left: 162px; top: 139px; }
#sidebar ul#maplinks li a#cz { left: 112px; top: 91px; }
#sidebar ul#maplinks li a#sk { left: 166px; top: 109px; }
#sidebar ul#maplinks li a#pl { left: 159px; top: 52px; }
#sidebar ul#maplinks li a#si { left: 105px; top: 164px; }
#sidebar ul#maplinks li a#gr { left: 219px; top: 277px; }
#sidebar ul#maplinks li a#ro { left: 234px; top: 153px; }
#sidebar ul#maplinks li a#bg { left: 249px; top: 210px; }
#sidebar ul#maplinks li a#ua { left: 316px; top: 86px; }


/* Editor */

h1 input.iediteditablecontent {
  font-size:1.4545em;
  width: 486px; 
  color: #001E4C;
}

textarea.mceEditorBig {
  width: 486px;
}

textarea.mceEditorMini {
  width: 138px;
}


