/* Reset */

* {
  margin: 0;
  padding: 0;
  font: 13px "Helvetica", "Arial";
  color: #000;
}

/* Generell */

body {
  background: #fff;
}

ul {
  list-style: none;
}

img {
  border: none;
}

hr {
  margin: 15px 0 35px 20px;
  border: none;
  height: 1px;
  background: #ccc;
  width: 270px
}

u {
  text-decoration: underline;
}

em, i, blockquote {
  font-style: italic;
  font-size: 13px;
}

b, strong {
  font-weight: bold;
  font-size: 14px;
}

/* Layer-Geruest */

#container {
  text-align: center;
  width: 100%;
}

/* -- Header */

/** linker Arm **/
#left {
  position: absolute;
  width: 50%;
  height: 268px;
  z-index: 2;
  left: 0;
  background: url(../images/headerleft.gif) 0px 199px repeat-x;
}

/** rechter Arm **/
#right {
  position: absolute;
  width: 50%;
  height: 268px;
  z-index: 1;
  right: 0;
  background: url(../images/naviright.gif) 0px 179px repeat-x;;
}

/** Kopfbereich **/
#header {
  position: relative;
  top: 50px;
  margin: auto;
  text-align: left;
  width: 962px;
  z-index: 3;
}

/** Logo **/
#logo {
  height: 79px;
}

/** linker Einzug der Navi (Fix fuer Firefox) **/
#naviindent {
  background: #fff;
  width: 50px;
  height: 24px;
  margin: 50px 0 0 0;
  float: left;
}

/** Hauptnavigation **/
#mainnavi {
  background: url(../images/naviback.gif) bottom left repeat-x;
  height: 24px;
  float: left;
  margin: 50px 0 0 0;
}

/** das rechte Ende der Navi **/
#naviend {
  height: 24px;
  margin: 50px 0 0 0;
  background: url(../images/naviendback.gif) repeat-x;
}

/** austauschbare Fotos **/
#miniphotos {
  position: absolute;
  top: 149px;
}

/** englisch Link **/

#language {
  position: absolute;
  left: 890px;
  top: 196px;
  background: url(../images/langbg.gif) no-repeat;
  width: 70px;
  height: 23px;
  padding: 7px 0 0 10px;
}

/* Body */

#body {
  margin: auto;
  margin-top: 180px;
  text-align: left;
  width: 962px;
}

#content {
  margin: 0 50px 0 50px;
  width: 520px;
  float: left;
  font-size: 14px;
  padding: 0 0 50px 0;
  line-height: 1.4em;
}

#sidemenu {
  position: relative;
  font-size: 14px;
  width: 340px;
  float: right;
  margin-bottom: 100px;
  line-height: 1.4em;
}

/** Balkengrafiken **/
.beamorange {
  background: url(../images/orangebeammiddle.gif) repeat-y;
  top: -5px;
}

.beamorangeend {
  background: url(../images/orangebeamend.gif) no-repeat;
  width: 14px;
  height: 1px;
}

.beamblue {
  background: url(../images/bluebeammiddle.gif) repeat-y;
  top: -5px;
}

.beamblueend {
  background: url(../images/bluebeamend.gif) no-repeat;
  width: 14px;
  height: 1px;
}

/* Listen */

#mainnavi li {
  float: left;
  padding: 0 0 5px 0;
}

#sidemenu li {
  font-size: 14px;
  padding: 0 0 20px 20px;
}

/** aktiver Submenuepunkt **/
#sidemenu li.active {
  background: url(../images/pfeil.gif) 0px 3px no-repeat;
}

/* Formatierungen */

#sidemenu span {
  font-size: 13px;
}

/** Navigation Dropdowns **/
#mainnavi .drop {
  position: absolute;
  z-index: 100;
  margin: 0 -8px;
  padding: 5px 8px 8px 8px;
  background: #fff;
  left: -999em;
  opacity: .9;
  filter: alpha(opacity=90);
}

#mainnavi .drop li {
  float: none;
  padding: 0.1em 0;
}

/** Ueberschriften **/
h1 {
  font-size: 18px;
  color: #006aaf;
  font-weight: bold;
  padding: 0 0 30px 50px;
  line-height: 1.4em;
  background: url(../images/headline.gif) 0px 5px no-repeat;
}

#sidemenu h1 {
  color: #d99400;
  background: none;
  padding: 0;
  line-height: 1.4em;
}

/** Hauptnavigation **/
#mainnavi li a, #language a {
  color: #a9a9a9;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  display: block;
  padding: 0 18px 0 0;
  margin: 0 5px 0 0;
}

#mainnavi li a:hover, #language a:hover, #mainnavi li a.active {
  color: #006aaf;
}

/** Dropdown Links **/
#mainnavi li .drop a {
  text-transform: none;
  font-size: 13px;
  display: block;
  padding: 0;
  margin: 0;
  opacity: 1;
  filter: alpha(opacity=100);
  white-space: nowrap;
}

#mainnavi li .drop a:hover {
  color: #ef9500;
}

/** Subnavigation im Sidemenu **/
#sidemenu li a, a {
  color: #00578f;
  font-weight: bold;
  text-decoration: none;
}

#sidemenu strong, #sidemenu b {
  color: #00578f;
  font-size: 13px;
}

#sidemenu div, span {
  line-height: 1.4em;
  font-size: 14px;
}

#sidemenu li {
  line-height: 1.4em;
}

#sidemenu .sidetext {
  margin: 0 0 0 20px;
}

/* Sonstiges */

.clearboth {
  clear: both;
}

.indent {
  padding: 0 0 0 25px;
}

#content li {
  padding-left: 20px;
  font-size: 14px;
  line-height: 1.4em;
}

/** Form **/

input.form, textarea.form, textarea.form2, textarea.form3 {
  background: #efefef;
  border: none;
  width: 540px;
  padding: 2px;
  margin: 2px 0;
}

textarea.form {
  height: 65px;
}

textarea.form2 {
  height: 190px;
}

textarea.form3 {
  height: 120px;
}

input.button {
  width: 130px;
  padding: 1px;
  background: #EF9500;
  color: #fff;
  border: none;
}
