/* 
 * @copyright   2014 by Xmodus Systems GmbH
 * adapted from design created 2008 by dasKonkubinat.ch wolf kammerlander
 *------------------------------------------------------------------------- */
/** merged styles **/
* {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

body,p {
  text-align: center;
  color: #000000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
}
p, ul, ol {
  margin-bottom: 11px;
}
.address p {
  font-size: 15px !important; /* Kontakt/Impressum Adresse */
}
a {
  color: #000000;
  border: none;
  text-decoration: underline;
}
a:hover {
  /* font-weight: bold; */
  color: #FFFFFF;
  background: #000000;
  text-decoration: underline;
}
img {
  border: none;
  margin-top: 2px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}
h2 {
  margin-top: 0px;
  margin-bottom: 10px;
  /* text-transform: uppercase; */
  font-size: 13px;
}
h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: bold;
  color: #000;
}
h4 { 
  font-size: 12px;
  text-align: left;
}
ul li {
  list-style: disc;
  margin-left:15px;
}
ol li {
  list-style: decimal;
  margin-left:15px;
}

.hidden {
  display:none;
}

/*layout boxes--------------------------------------------------------------------------------------------- */
#container {
  height: auto;
  width: 840px;
  text-align: left;
  margin-top: -11px;
  margin-right: auto;
  margin-left: auto;
}
#main-nav {
  height: 40px;
  width: 840px;
}
#banner {
  height: 130px;
  width: 840px;
}
#sub-nav {
  height: 140px;
  width: 840px;
}
#textBox {
  height: auto;
  width: 840px;
  overflow: visible;
  float: right;
}

/* main-nav regeln------------------------------------------------------------------------------------------------ */
#container #main-nav li {
  width: 270px;
  display: block;
  border-bottom: 2px solid #000000;
  float: right;
  height: 40px;
}
#container #main-nav #exhibition {
  margin-right: 15px;
  margin-left: 15px;
}
#container #main-nav #news {
/* standard link*/
}
#main-nav a:link {
  font-weight: bold;
  text-decoration: none;
  display: block;
  height: 16px;
  padding-top: 24px;
}
/* besuchter link*/
#main-nav a:visited {
  font-weight: bold;
  text-decoration: none;
  display: block;
  height: 16px;
  padding-top: 24px;
}
/* mouseOver und mouseDown link*/
#main-nav a:hover, #main-nav a:active {
  font-weight: bold;
  color: #FFFFFF;
  text-decoration: none;
  background: #000000;
  display: block;
  height: 16px;
  padding-top: 24px;
}
/* klasse für den aktuellen  link / manuell definieren */
#main-nav .aktuellerLink {
  font-weight: bold;
  color: #FFFFFF;
  text-decoration: none;
  background: #000000;
  display: block;
  height: 16px;
  padding-top: 24px;
  cursor: default;
}
/* regeln für subNavigation--------------------------------------------------------------------------------------------- */
#container #sub-nav ul {
  display: block;
  width: 130px;
  float: left;
  border-top: 1px solid #000000;
}
#container #sub-nav li {
  border-bottom: 1px solid #000000;
  line-height: 20px;
  list-style: none;
  margin-left: 0;
}
.subNavHeader {
  font-weight: bold;
  text-transform: uppercase;
}
#container #sub-nav #company {
  margin-right: 10px;
}
#container #sub-nav #services {
  margin-right: 10px;
  margin-left: 15px;
}
#container #sub-nav #documents {
  margin-right: 10px;
  margin-left: 15px;
}
#container #sub-nav a:link, #sub-nav a:visited {
  text-decoration: none;
  display: block;
}
#container #sub-nav a:hover, #sub-nav a:active {
  color: #FFFFFF;
  background: #DE0008;
  display: block;
}
#sub-nav .aktuellerLink {
  font-weight: bold;
  color: #FFFFFF;
  text-decoration: none;
  background: #000000;
  display: block;
  cursor: default;
}
.blind {
  color: #FFFFFF;
}



/* hide double img boxes from template */
#imgBox, #imgBox2 { 
  display:none;
}

#container #main-nav ul li {
  margin-left: 8px;
  margin-right: 5px;
  text-transform:uppercase;
}
#container #main-nav ul:first-child li {
  margin-right: 0px;
}

#container #main-nav ul:nth-child(4) li {
  margin-left: 0px;
}
#container #main-nav ul:nth-child(1) li,
#container #main-nav ul:nth-child(2) li {
  width: 130px;

}

/* language menu */
#container #main-nav ul.langmenu {
  position: absolute;
  left: 50%;
  margin-left: 317px;  
  margin-top: 45px;
  width: 100px;
}
#container #main-nav ul.langmenu li {
  border: none;
  line-height: 0px;
  display: inline;
  width: 8px;
}
#container #main-nav ul.langmenu li a {
  padding-top: 0px;
}


#container #sub-nav ul {
  margin-left: 0px;
  margin-right: 12px;
}
#container #sub-nav ul:last-child {
  margin-left: 0px;
  margin-right: 0px;
}

#container #textBox p {
  display: block;
  font-family: Arial,Helvetica,sans-serif;
  /* font-size: 12px; */
  text-align: justify;
}



/* search form */
#indexedsearchbox {
    background: none repeat scroll 0 0 #FAFAFA;
    border: 1px solid #000000;
    float: right;
    height: 28px;
    margin: -15px 0 5px;
    padding: 0;
    position: relative;
    right: 0px;
    width: 179px;
    top: 36px;   
}

input.searchbox-sword {
    border: none;
    color: #6D5D52;
    font-size: 12px;
    height: 18px;
    padding: 4px 10px;
    width: 127px;
}

#indexedsearchbox input.searchbox-button {
  font-size:11px;
  width:26px;
  height: 24px;
}


/* contact form */
div.tx-powermail {
  width: 415px !important;
}

.powermail_legend {
  display: none !important;
  color: black !important;
  font-size:12px !important;
  float: inherit !important;
}

.tx-powermail label {
  width: 100px !important;
}

.powermail_label { 
  color: #DE0008 !important;
}
.powermail_submit {
  background-color: #DE0008 !important;
  margin: 10px 16px 10px 100px !important;
  float: left !important;
}
/* services */
.realm32 .powermail_label {
  color: #3365FF !important;
}
.realm32 .powermail_submit {
  background-color: #3365FF !important;
}
.powermail_textarea,
.powermail_input,
.powermail_check_outer,
.powermail_captcha_outer, 
.powermail_captchaimage,
.powermail_field {
  width: 250px !important;
}
.powermail_check_outer {
  margin-left: 100px !important;
}

.powermail_captcha {
  width: 240px !important;
}

/* logo general */
#logo1 {
  background-image: url("/fileadmin/template/logo/logoXmodus_systems.gif");
  background-repeat: no-repeat;
  width: 270px;
  height: 111px;
  margin: 0;
  padding: 0;
  border: 0px;
}

/** realms **/
/* products */
.realm31 #logo1 {}
/* services */
.realm32 #logo1 {
  background-image: url("/fileadmin/template/logo/logoXmodus_services.gif");
}

/** downloads **/
.downloadfilter {
  background-color: #F5F5F5;
  padding: 20px;
  font-weight: bold;
  font-size:14px;
}
.downloadfilter select {
  margin-left: 20px;
}
.ui-icon {
  float:left;
}

/** verkauf/sales karte **/
.invisible {
  display: none;
}
.google-visualization-tooltip-item {
  list-style: none;
}
#chart_div path {
  cursor: pointer;
}
#chart_div path:hover {
  fill: #000000;
}

#chart_info.ui-dialog-content {
  font-size: 11px;
  text-align: left;
}
img.chartinfo {
  display: block;
  margin-top: 20px;
}
img.chartinfo:first-child {
  margin-top: 0px;
}

