/* **************************************** Selectors */

BODY {
  font-family: Verdana, Helvetica, Arial, Geneva, sans-serif;
  font-size: 80%;
  color: #ffffff;
  background: #4b4b4b;
  padding: 12px;
  margin: 0px;
}

P {
  margin-top: 0px;
  margin-bottom : 1em;
}

INPUT, TEXTAREA {
	border-top: 1px solid #666;
  border-left: 1px solid #666;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
  background: #fff;
  width: 100%;
  font-size: 95%;
}

INPUT {
  font-family: Verdana, Helvetica, Arial, Geneva, sans-serif;
}

TEXTAREA {
  font-family: "Courier New", Courier, monospace;
}

TABLE {
  position: relative;
}

IMG {
  border: 0px solid;
}

/* **************************************** Link Selectors */

A:link {
  text-decoration: underline;
  color: #fff;
}

A:visited {
  text-decoration: underline;
  color: #ccc;
}

A:hover {
  text-decoration: underline;
  color: #df0024;
}

A:active {
  text-decoration: underline;
  color: #df0024;
}


A.mainnavi:link {
  text-decoration: none;
  font-size: 10pt;
  color: #ffffff;
}

A.mainnavi:visited {
  text-decoration: none;
  font-size: 10pt;
  color: #ffffff;
}

A.mainnavi:hover {
  text-decoration: none;
  font-size: 10pt;
  color: #df0024;
}

A.mainnavi:active {
  text-decoration: none;
  font-size: 10pt;
  color: #df0024;
}


A.subnavi:link {
  font-size: 10px;
  font-weight: bold;
  text-decoration: none;
  color: #ffffff;
}

A.subnavi:visited {
  font-size: 10px;
  font-weight: bold;
  text-decoration: none;
  color: #ffffff;
}

A.subnavi:hover {
  font-size: 10px;
  font-weight: bold;
  text-decoration: none;
  color: #ffffff;
}

A.subnavi:active {
  font-size: 10px;
  font-weight: bold;
  text-decoration: none;
  color: #ffffff;
}


A.servicenavi:link {
  font-size: 10px;
  font-weight: bold;
  text-transform : uppercase;
  text-decoration: none;
  color: #ffffff;
}

A.servicenavi:visited {
  font-size: 10px;
  font-weight: bold;
  text-transform : uppercase;
  text-decoration: none;
  color: #ffffff;
}

A.servicenavi:hover {
  font-size: 10px;
  font-weight: bold;
  text-transform : uppercase;
  text-decoration: none;
  color: #df0024;
}

A.servicenavi:active {
  font-size: 10px;
  font-weight: bold;
  text-transform : uppercase;
  text-decoration: none;
  color: #df0024;
}


/* **************************************** General Classes */

.dotted_line {
  background: url(/images/dotted_line_bw.gif) repeat-y;
  position:absolute;
  width: 100%;
  height: 100%;
}

.dotted_line_w {
  background: url(/images/dotted_line_w.gif);
  position:absolute;
  width: 100%;
  height: 100%;
}

.dotted_line_content {
  background: #4b4b4b;
}

.white_line {
  background: #ffffff;
  height: 100%;
  width: 100%;
}

TD.servicenavigation {
  padding-left: 10px;
  padding-right:10px;
  padding-top: 3px;
  padding-bottom: 3px;

}

.button {
  background: #aad1af;
}

.small {
  font-size: 80%;
}


/* **************************************** General IDs */

#container {
  position: relative;
  width: 965px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}

#cont_logo {
  width: 965px;
  height: 88px;
  position: relative;
  background: #f6f6f6;
  text-align: center;
  padding-top: auto;
  padding-bottom: auto;
}

#logo {
  padding-top: 25px;
}

#column1 {
  float: left;
  width: 201px;
  background: url(/images/dotted_line_bw.gif);
  margin-bottom: 20px;
}

#column1_in {
  margin: 1px;
  width: 199px;
  height: 100%;
  background: #4b4b4b;
}

#hauptnavi {
  position: relative;
}

#subnavi1 {
  position: relative;
  max-height: 99px;
  width: 199px;
}

#servicenavi {
  position: relative;
  padding-bottom: 5px;
  text-transform: uppercase;
}

#special {
  position: relative;
  background: #4b4b4b;
  padding-top: 10px;
}

#special_head {
  background: #4b4b4b;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
}

#column2 {
  float: left;
  width: 563px;
  margin-bottom: 20px;
}

#banner {
  position: relative;
  margin-top: 1px;
}

#subnavi2 {
  position: relative;
  height: 19px;
}

#headline {
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  height: 29px;
  font-size: 110%;
  text-transform: uppercase;
  font-weight: bolder;
}

#content {
  padding: 10px;
  width: 543px;
}

#printlink {
  position: relative;
  margin-top: 20px;
}

#locationstring {
  display: none;
}

#column3 {
  float: left;
  width: 201px;
  background: url(/images/dotted_line_bw.gif);
  margin-bottom: 20px;
}

#column3_in {
  margin: 1px;
  width: 199px;
  height: 100%;
  background: #4b4b4b;
}

#marginalcont {
  background: #4b4b4b;
  position: relative;
  margin-top: 0px;
  padding-top: -10px;
}


#popup_top {
  position: relative;
  width: 453px;
  height: 54px;
  background: #4b4b4b;
  text-align: center;
  font-weight: bold;
  padding-top: 20px;
}

#popup_center {
  position: relative;
  background: #ffffff;
  width: 453px;
  height: 213px;
  padding-top: 4px;
  padding-bottom: 4px;
  text-align: center;
  vertical-align: middle;
}

#popup_bottom {
  position: relative;
  width: 453px;
  height: 86px;
  background: #4b4b4b;
}


/* **************************************** IDs for Startpage */

#cont_startvisual {
  height: 158px;
  position: relative;
}

#cont_startnavi {
  height: 109px;
  position: relative;
  background: url(/images/dotted_line_bw.gif);
}

#cont_startnavi2 {
  height: 31px;
  position: relative;
  background: url(/images/dotted_line_bw.gif);
}