/* ----------------- */
/* allgemeine Angabe */
/* ----------------- */

body {
  color: black;
  background: #EEEEEE;
  font-family: Arial,Helvetica,sans-serif;
}

#vv_content {
  font-size: 80%;
}
#vv_content h1 {
  font-size: 160%;
  font-weight: normal;
  line-height: 160%;
  margin-left: 0;
/*  margin-right: 40px;
*/
}
#vv_content h2 {
  font-size:100%;
}

#vv_content .introduction {
  position: relative;
  font-weight:bold;
}
#vv_content .description {
  position: relative;
}
#vv_content .clear {
  clear: both;
}
#vv_content a:link, a:visited, a:hover, a:active {
  color: #282828;
}
#vv_content img.sp-email {
  border: none;
  vertical-align: middle;
}
#vv_content a img.sp-email {
  border-bottom: 1px solid black;
}
#content .imgRight, #vv_content .imgRight {
  float: right;
}

/* ----------------- */
/* Tabs              */
/* ----------------- */
#vv_content .tabs {
  position: relative;
  z-index: 100;
  height: 28px;
  margin-top: 0.5em;
  font-family: Arial, Helvetica, sans-serif;
}
#vv_content .tabs div {
  float: left;
  width: 136px;
  font-weight: normal;
  overflow: hidden;
}
#vv_content .tabs div.active a {
  font-weight: bold;
}
#vv_content .tabs a {
  text-decoration: none;
}
#vv_content .tabs a,
#vv_content .tabs span {
  text-align: center;
}
#vv_content .tabs .accesskey {
  padding: 0 !important;
  background: none !important;
  display: inline !important;
}

/* ----------------- */
/* Tab Infos         */
/* ----------------- */
#vv_content #ali_infos {
  position: relative;
}
#vv_content #ali_infos .inner a,
#vv_content #ali_infos .inner span {
  display: block;
  background-image: url(../img/tab_inactive.gif);
  background-repeat: no-repeat;
  background-position: left bottom;
  padding: 11px 2px 2px 2px;
}
#vv_content #ali_infos.active {
  background-image: url(../img/tab_active.gif);
  background-repeat: no-repeat;
  background-position: left bottom;
}
#vv_content #ali_infos.active .inner a,
#vv_content #ali_infos.active .inner span {
  background-image: none;
  padding: 11px 2px 2px 2px;
}
/* ---------------*/
/* Tab Unterlagen */
/* ---------------*/
#vv_content #ali_unterlagen {
  position: relative;
}
#vv_content #ali_unterlagen .inner a,
#vv_content #ali_unterlagen .inner span {
  display: block;
  background-image: url(../img/tab_inactive.gif);
  background-repeat: no-repeat;
  background-position: left bottom;
  padding: 11px 2px 2px 2px;
}
#vv_content #ali_unterlagen.active {
  background-image: url(../img/tab_active.gif);
  background-repeat: no-repeat;
  background-position: left bottom;
}
#vv_content #ali_unterlagen.active .inner a,
#vv_content #ali_unterlagen.active .inner span {
  background-image: none;
  padding: 11px 2px 2px 2px;
}
/* --------------------*/
/* Tab Downloads Links */
/* --------------------*/
#vv_content #ali_links {
  position: relative;
}
#vv_content #ali_links .inner a,
#vv_content #ali_links .inner span {
  display: block;
  background-image: url(../img/tab_inactive.gif);
  background-repeat: no-repeat;
  background-position: left bottom;
  padding: 11px 2px 2px 2px;
}
#vv_content #ali_links.active {
  background-image: url(../img/tab_active.gif);
  background-repeat: no-repeat;
  background-position: left bottom;
}
#vv_content #ali_links.active .inner a,
#vv_content #ali_links.active .inner span {
  background-image: none;
  padding: 11px 2px 2px 2px;
}
/* -------------*/
/* Tab Produkte */
/* -------------*/
#vv_content #ali_produkte {
  position: relative;
}
#vv_content #ali_produkte .inner a,
#vv_content #ali_produkte .inner span {
  display: block;
  background-image: url(../img/tab_inactive.gif);
  background-repeat: no-repeat;
  background-position: left bottom;
  padding: 11px 2px 2px 2px;
}
#vv_content #ali_produkte.active {
  background-image: url(../img/tab_active.gif);
  background-repeat: no-repeat;
  background-position: left bottom;
}
#vv_content #ali_produkte.active .inner a,
#vv_content #ali_produkte.active .inner span {
  background-image: none;
  padding: 11px 2px 2px 2px;
}

/* --------------*/
/* Tab Kontakt   */
/* --------------*/
#vv_content #ali_kontakt {
  position: relative;
}
#vv_content #ali_kontakt .inner a,
#vv_content #ali_kontakt .inner span {
  display: block;
  background-image: url(../img/tab_inactive.gif);
  background-repeat: no-repeat;
  background-position: left bottom;
  padding: 11px 2px 2px 2px;
}
#vv_content #ali_kontakt.active {
  background-image: url(../img/tab_active.gif);
  background-repeat: no-repeat;
  background-position: left bottom;
}
#vv_content #ali_kontakt.active .inner a,
#vv_content #ali_kontakt.active .inner span {
  background-image: none;
  padding: 11px 2px 2px 2px;
}
element.style {
font-size:80%;
}

/* ---------------  */
/* Inhalt der Tabs  */
/* ---------------  */

#vv_content .vvbody {
  position: relative;
  top: -1px;
  margin: 0 0 15px 0;
  border-top: 1px solid #c2c2c2;
  border-left: 1px solid #c2c2c2;
  border-right: 1px solid #c2c2c2;
  border-bottom: 1px solid #c2c2c2;
  padding: 10px;
  background: white;
  color: black;
  clear: both;
}

/*  Styles der verschiedenen Listen und  Links */

#vv_content .oeLink ul,
#vv_content .person ul,
#vv_content .product ul,
#vv_content .downloadlinks ul,
#vv_content .analogicalProduct ul {
  margin: 0 0 0.5em 0;
  padding: 0;
  list-style-type: none;
}

/*  Verknüpfte Organisationen */

#vv_content .oeLink li a {
  margin: 0 0 3px 0;
  padding: 0 0 0 16px;
  background: url(../img/symbol_vv_organisation_s.gif) no-repeat 1px 0.15em;
  display: inline-block;
}
#vv_content .oeLink li .structureTable .name a {
  background-image: none;
  padding: 0;
}
#vv_content .structureTable thead {
  display: none;
}
#vv_content .structureTable th,
#vv_content .structureTable td {
  vertical-align: top;
}
/*  Downloads und Links  */

#vv_content .downloadlinks li a {
  margin: 0 0 3px 0;
  padding: 0 0 0 16px;
  background: url(../img/symbol_vv_links_s.gif) no-repeat 1px 0.25em;
  display: inline-block;
}

/*  Zuständig Mitarbeiter  */

#vv_content .person li a {
  margin: 0 0 3px 0;
  padding: 0 0 0 16px;
  background: url(../img/symbol_vv_person_s.gif) no-repeat 1px 0em;
  display: inline-block;
}
#vv_content .person table td.person_name a {
  margin: 0 0 3px 0;
  padding: 0 0 0 16px;
  background: url(../img/symbol_vv_person_s.gif) no-repeat 1px 0em;
  display: inline-block;
}

/*  Listen von Produkten und ähnliches Produkten */

#vv_content .analogicalProduct li a, 
#vv_content .product li a {
  margin: 0 0 3px 0;
  padding: 0 0 0 16px;
  background: url(../img/symbol_vv_anliegen_s.gif) no-repeat 1px 0.1em;
  display: inline-block;
}

/* Die Organisationsstruktur  */

#vv_content .structure li.angle ul,
#vv_content .departmentlist li.angle ul, 
#vv_content .person .oeLink li.angle ul {
  padding: 0 0 0 20px;
  background: url(../img/vv_gliederung_winkel.gif) no-repeat 0.8em 0em;
}
#vv_content .structure ul,
#vv_content .departmentlist ul,
#vv_content .person .oeLink .department ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

/* Bei dem Mitarbeitern leider etwas anders: */
#vv_content.person .oeLink .angle {
  background-position: 2em 1.8em;
}


/* ----------------------- */
/* Styles der Startseite   */
/* ----------------------- */
#vv_content .mostVisited,
#vv_content .forms,
#vv_content .themesOverview,
#vv_content .searchOf,
#vv_content .searchOfPhone,
#vv_content .departments {
  border: 1px solid #e0e0de;
  padding: 12px;
  margin-bottom:6px;
}
#vv_content .mostVisited .searchMostClickedOrganisation {
 float: right;
 width: 45%;
}
#vv_content .mostVisited .searchMostClickedProduct {
 float: left;
 width: 45%;
}
#vv_content .mostVisited .searchMostClickedOrganisation ul,
#vv_content .mostVisited .searchMostClickedProduct ul {
  padding: 0pt;
  list-style-type: none;
}
#vv_content .searchResult ul,
#vv_content .mostVisited ul {
  padding: 0 0 0 15px;
}
#vv_content .searchResult li,
#vv_content .mostVisited li {
  background-repeat: no-repeat;
  list-style-type: none;
  padding:0px 0px 5px 18px;
}
#vv_content .mostVisited li.organisation ,
#vv_content .searchResult li.organisation ,
#vv_content .mostVisited li.office ,
#vv_content .searchResult li.office ,
#vv_content .mostVisited li.department ,
#vv_content .searchResult li.department {
  background-image: url(../img/symbol_vv_organisation_s.gif);
}
#vv_content .mostVisited li.product ,
#vv_content .searchResult li.product {
  background-image: url(../img/symbol_vv_anliegen_s.gif);
}

/*  Themenbereiche  */
#vv_content .themesOverview {
}
#vv_content .themesOverview .themesList {
 background:transparent url(../img/verl_kasten.gif) repeat-x scroll center bottom;
 margin-bottom:15px;
 padding: 5pt 10px;
 position: relative;
}
#vv_content .themesOverview .themesList .themesBlock {
  width: 99px;
  float: left;
}
#vv_content .themesOverview .themesList .themesBlock .themeEntry {
  padding: 0px 0px 0px 22px;
  background:transparent url(../img/ico_thema.gif) no-repeat scroll left top;
  line-height: 155%;
}
#vv_content .theme {
  position: relative;
  clear: both;
}
#vv_content  .clear {
  clear: both;
}
#vv_content .searchOfAlphabet .letter {
  background: none;
  border: medium none;
  cursor: pointer;
  display: block;
  float: left;
  margin: 0;
  padding: 2px 2px 2px 0px;
}
/*  Formularübersicht */
#vv_content .letterList li {
  float: left;
  list-style: none;
  margin-right: 6px;
}

#vv_content .letterList li.letterListElement {
  text-transform: uppercase;
}

/* ------------------------------ */
/* Kontaktformular in den Seiten  */
/* ------------------------------ */
#vv_content .contactForm h3 {
  padding:0pt 70px 5px 0pt;
  color: #000000;
  font-size: 1em;
  margin: 0;
}
#vv_content .contactForm .contactFormIntro {
  padding:0pt 0pt 10px;
}
#vv_content .contactForm textarea {
  border:1px solid #DDDDDD;
  width: 541px;
}
#vv_content .contactForm table.salutation {
  border-spacing: 0px;
  border: 0px;
  width: 200px;
}
#vv_content .contactForm table.contactPerson {
  width: 550px;
  border-spacing: 0px;
  border: 0px;
}
#vv_content .contactForm table.contactPerson td {
  padding: 0px;
  width: 274px;
  border-spacing: 0px;
  border: 0px;
}
#vv_content .contactForm table.contactPerson tr {
  border-spacing: 0px;
  border: 0px;
}
#vv_content .contactForm table.contactPerson input {
  border:1px solid #DDDDDD;
  width:266px;
}
#vv_content .contactForm table.contactPerson .postalCode {
  width: 40px;
}
#vv_content .contactForm table.contactPerson .contactCity {
  width: 220px;
}

/* neue Angaben fuer das barrierefreie Captcha */
#vv_content .contactForm table.contactPerson .acc,
#vv_content .contactForm table.contactPerson #contactMail0,
#vv_content .contactForm table.contactPerson #contactMail1,
#vv_content .contactForm table.contactPerson #contactMail3 {
  display: none;
}
#vv_content .contactForm   label.error,
#vv_content .contactForm   td.error,
#vv_content .contactResult div.error {
  color: red;
}
