/*
 * colors:
 * blue:   #23598f
 * green: #a1ad00;
 */

#headers {
  margin: 0;
  padding: 0;
  background-image: url(../images/aqua/header-bg.png);
  background-repeat: repeat-x;
}

#header-content {
  position: relative;
  width: 990px;
  height: 195px;
  margin: 0 auto;
}

#logo {
  position: absolute;
  top: -5px;
  left: -13px;
}

#bubbles {
  margin-top: 28px;
  width: 990px;
  height: 123px;
}

body {
  margin: 0;
  color: rgb(83,83,83);
  background-color: #fff;
  background-image: none;
}

body.help {
  background-color: #fff;
}

h1, h2 {
  color: #23598f;
}

h3.disclaimer {
  font-weight: normal;
  color: #23598f
}

h2 .brand {
  color: #22598f;
}

a:visited, a:hover, a:active, a:link, a:focus {
  color: black;
}

#logout {
  position: absolute;
  top: 2px;
  left: 230px;
  line-height: 21px;
}

#btn-logout {
  background-image: none;
  display: inline;
}

#btn-logout a {
  padding: 3px 10px;
  background-color: #a1ad00;
  color: white;
}

#btn-logout a:before {
  content: '»';
}

#btn-logout a:after {
  content: ' ▶';
}

#languages {
  position: absolute;
  right: 0px;
  top: 28px;
}

#headnavi {
  position: absolute;
  top: 0;
  right: 0;
  line-height: 25px;
}

#headnavi a {
  text-decoration: none;
  font-weight: bold;
  color: black;
}

#bodyWrapper {
  display: block;
  width: 990px;;
  margin-left: auto;
  margin-right: auto;
}

/* Content */
#contentArea {
  display: block;
  background-color: #ffffff;
}

#main {
  margin-left: 18px;
  width:960px;
}

#main.extended {
  width: 960px !important;
}
#main h1 {
  font-size: 24px;
}

#main h2 {
  font-size: 16px;
  margin-top:16px;
}

#main h3 {
  font-size: 12px;
  margin-top:12px;
}

.sliderHead a {
  background: url('../images/slider_button_aqua_down.png') no-repeat left;
}

.sliderHead {
  background: linear-gradient(to bottom, rgba(161, 173, 0, .5), #a1ad00);
}

.deviceSelector {
  width: 332px;
}

.formCol input[type=text]
{
  border: 1px solid black;
}

.deviceSelector input.ds_device {
  background-image: url(../images/bg_dropdown.gif);
  background-repeat: no-repeat;
  background-position: right center;
}

.tabList li {
  float: left;
  background-color: #ffe566;
  border-radius: 6px 6px 0px 0px;
}

.tabList a {
  text-decoration: none !important;
  padding: 0px 0px 0px 10px;
  background-position: top left;
  background-repeat: no-repeat;
}

.tabList a span {
  padding: 0px 10px 0px 0px;
  background-position: top right;
  background-repeat: no-repeat;
}

.tabList li.active {
  background-color: #a1ad00;
}

.tabList li.active a {
  color: white;
}

div#saver a{
  color: #22598f;
}

input.extended {
  width: 294px;
}

input.extendedEmail {
  width: 340px;
}

input.standard {
  width: 230px;
}

input.shortened {
  width: 55px;
}

input.error {
  border: 1px solid #F00;
  background-color: #FFD7D7;
}

textarea {
  width: 296px;
  border: 1px inset black;
  margin-bottom: 12px;
  padding: 3px;
}

textarea.extendedEmail {
  width: 340px;
  /*border: 1px inset black;*/
  border: none;
  margin-bottom: 12px;
  padding: 3px;
  font-size: 8pt;
}

select {
  width: 100px;
  background-color: white;
  border: 1px solid black;
}

input.ui-autocomplete-input {
  border: 1px solid black;
}

select.sortBy {
  width: 400px;
}

select.extended{
  width:300px;
}

table select {
  width: auto;
}

/* Formularbuttons */
input.formAction,
a.formAction,
a:visited.formAction,
a:active.formAction {
  display: block;
  height: 17px;
  float: left;
  margin-left: 4px;
  background-color: #a1ad00;
  font-weight: bold;
  font-size: 14px;
  font-family: Verdana, Arial, sans-serif;
  text-decoration: none;
  padding: 4px 17px 4px 17px;
  color: white;
}

input.formAction {
  height: 35px;
}

input.formAction:before,
a.formAction:before {
  content: '»';
}

input.formAction:before,
a.formAction:after {
  content: ' ▶';
}


/* Formularbuttons */
a.formActionRight,
a:visited.formActionRight,
a:active.formActionRight {
  display: block;
  height: 17px;
  float: right;
  margin-left: 4px;
  background: #a1ad00
  font-weight: bold;
  font-size: 14px;
  font-family: Verdana, Arial, sans-serif;
  text-decoration: none;
  padding: 4px 17px 4px 17px;
  color: white;
}

a:hover.formActionRight {
  background: #FFF; text-decoration:  none;
}


a:hover.formActionPdfGrau {
  background: url('../images/pdf_icon_grau.gif') no-repeat;
  text-decoration:  none;
}

.formfields input[type=submit] {
  border: none;
}

.formfields input.numerical {
  width: 25px;
}

.checkboxgroup input {
  border: 0 none;
  margin-right: 3px;
  float:left;
}

.checkboxgroup label {
  padding-top: 2px;
}

label {
  float: left;
  width: 160px;
  text-align: right;
  padding-top: 2px;
  margin: 0 12px 0 0;
}

label.search {
  font-size:10px;
  width: 90px;
  text-align:left;
}

label.inverse {
  text-align: left;
}

label.inverseBig {
  text-align: left;
}

#main label.inverse {
  width: 250px;
}

#main label.inverseBig {
  width: 350px;
}

.saveChanges,
.saveChangesRight {
  display: block;
  height: 27px;
  float: left;
  margin-left: 4px;
  background: #a1ad00;
  font-weight: bold;
  font-size: 14px;
  font-family: Verdana Arial sans-serif;
  text-decoration: none;
  padding: 4px 17px 4px 17px;
  color: white;
}

.saveChanges {
  float: left;
}

.saveChangesRight {
  float: right;
}

div.form_error,
p.form_error
{
  color: #F00;
}

dl.maildemo *{
    margin-bottom: 10px;
}

dl.maildemo dt {
    width: 200px;
    float:left;
    color: #FFF;
    background-color:#000;
}

.linkAlignLeft {
	text-align: left;
	float: left;
}

.linkAlignRight {
	text-align: right;
	float: right;
}

.floatRightTop {
	float: right;
	vertical-align:top;
}

.floatLeftTop {
	float: left;
	vertical-align:top;	
}

.bold {
	font-weight: bold;
}

input.submit,
button.submit {
  height: 27px;
  background: #a1ad00;
  font-weight: bold;
  font-size: 14px;
  font-family: Verdana, Arial, sans-serif;
  padding: 4px 17px 4px 17px;
  overflow: visible;
  width:auto;
  cursor: pointer;
  color: white;
}

input.submit_thin,
button.submit_thin {
  height: 20px;
  background: url('../images/button-hintergrund.gif') repeat-x;
  font-size: 10px;
  font-weight: bold;
  font-family: Verdana, Arial, sans-serif;
  padding: 2px 10px 2px 10px;
  border-top: 1px solid #000;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  border-left: 1px solid #000;
  overflow: visible;
  width: auto;
  cursor: pointer;
  margin-top:12px;
}

button.flatButton,
input.flatButton
{
  border: none;
  background: #a1ad00;
  cursor: pointer;
  line-height: 22px;
  padding: 0px .5ex;
  color: white;
}

input.submit:before,
button.submit:before,
button.flatButton:before,
input.flatButton:before {
  content: '»'
}

input.submit:after,
button.submit:after,
button.flatButton:after,
input.flatButton:after {
  content: ' ▶';
}

.slider_betriebsdaten a, input.auswahl {
  height: 24px;
  background: url('../images/button-hintergrund.gif') repeat-x;
  font-weight: bold;
  font-size: 12px;
  font-family: Verdana, Arial, sans-serif;
  padding: 2px 15px 2px 15px;
  border-top: 1px solid #000;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  border-left: 1px solid #000;
  overflow:visible;
  width:auto;
  cursor: pointer;
}

.slider_betriebsdaten option {
  width:146px;
}

.slider_betriebsdaten input.auswahl {
  height: 22px;
  background: url('../images/button-hintergrund.gif') repeat-x;
  font-weight: bold;
  font-size: 12px;
  font-family: Verdana, Arial, sans-serif;
  padding: 2px 15px 2px 15px;
  border-top: 1px solid #000;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  border-left: 1px solid #000;
  overflow:visible;
  width:auto;
  cursor: pointer;	
}

#navigation-horizontal {
  position: absolute;
  top: 151px;
  z-index: 80;
}

#navigation-horizontal ul {
  list-style: none;
  line-height: 37px;
}

#navigation-horizontal > ul > li {
  float: left;
}

#navigation-horizontal > ul > li {
  float: left;
  padding-left: 40px;
  background-image: url(../images/aqua/tropfen_gross.png);
  background-position: 17px 11px;
  background-repeat: no-repeat;
  position: relative;
}

#navigation-horizontal > ul > li > ul {
  display: none;
  position: absolute;
  top: 37px;
  left: -10 px;
  background-color: #23598f;
}

#navigation-horizontal > ul > li > ul > li {
  border-bottom: 1px solid white;
  padding: 0 10px;
}

#navigation-horizontal > ul > li > ul > li:hover {
  background-color: #a1ad00;
}

#navigation-horizontal > ul > li:hover > ul {
  display: block;
}

/* Navi-Anker allgemein */
#navigation-horizontal a {
  color: #fff;
  text-decoration: none;
}

#navigation-horizontal a:hover {
  color: #fff;
}

#navigation-horizontal a {
  font-weight: bold;
}

#navigation-horizontal a.active {
  text-decoration: none;
}

#navigation-horizontal a:hover.active {
  color: #fff;
}

#navigation-horizontal li ul li a span {
  padding: 0px;
}

#navigation-horizontal li ul li a {
  color: white;
  height: 40px;
  text-decoration: none;
  white-space: nowrap;
}

#navigation-horizontal li ul li a:visited {
  text-decoration : none;
}

a.flatButton {
  display: block;
  background: #a1ad00;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  line-height: 22px;
  padding: 0px .5ex;
  color: white;
}

a.flatButton:before {
  content: '»'
}

a.flatButton:after {
  content: ' ▶';
}

#newsbox dt,
th {
  background: #23598f;
}

p.info {
  color: #22598f;
}

.step .num {
  display: block;
  width: 40px;
  height: 40px;
  border: 10px solid #22598f;
  border-radius: 30px;
  font-size: 20px;
  line-height: 40px;
  font-weight: bold;
  color: #22598f;
  text-align: center;
  background-color: white;
}

#mapTabs li {
  float: left; margin-left: 10px;
  background-color: #003d67;
}

#mapTabs li.active {
  background-color: #a1ad00;
}

#mapTabs li a {
  color: white;
}

#mapTabs li a:hover {
  color: #ff0000;
}

#mapTabs li.active a {
  color: white;
}

#mapTabs a {
  padding: 0px 0px 0px 10px;
  background-position: top left;
  background-repeat: no-repeat;
}

#mapTabs a span {
  padding: 0px 10px 0px 0px;
  background-position: top right;
  background-repeat: no-repeat;
}

#largeMapWrapper {
  width: 680px;
  height: 500px;
}

#largeMapContainer {
  position: relative;
  width: 680px;
  height: 500px;
}

#largeMap {
  width: 680px;
}

#mapLegend {
  float: right;
  width: 200px;
}

#mapTooltip {
  background-color: #a1ad00;
}

.mapMaximizeButtonWrapper {
  float: right;
}

.mapContextToolbar {
  height: 23px;
}

.mapMaximizeButtonWrapper {
  background-color: #dddddd;
  height: 23px;
  padding: 3px 0px;
}

#mapConnectionsStatusButton {
  background-color: #a1ad00;
}

#mapConnectionsStatusLabel {
  background: url('../images/slider_button_aqua_down.png') no-repeat right top;
  color: white;
}

#mapConnectionsStatus {
  background-color: #a1ad00;
  z-index: 65535;
}

#mapLegendGroups {
  border-top: 1px solid black;
  margin-top:5px;
  padding-top:5px;
}

#mapNoData {
  background-color: #a1ad00;
  color: white;
}
