/* GENERAL  ------------------------------------------------------------------------ */
body {
  font-family: Arial;
  margin: 0px;
  padding: 0px;
  background-color: #ffffff;
  color: #000000;
}
/* CONTAINER ----------------------------------------------------------------------- */
#container {
  width: 700px;
  padding: 0px 0px 0px 0px;
  margin: 20px 20px 20px 20px;

}
/* HEADER -------------------------------------------------------------------------- */
#header {
  width: 700px;
  height: 61px;
  padding: 0px 0px 50px;
  border-bottom: 1px solid #ccc;
  margin: 0px 0px 0px 0;

}
#header_left {
  float: left;
  width: 680px;
  height: 61px;
  padding: 0px 0px 0px 0;
  margin: 0px 0px 0px 0;
}
#header_left h1 {
  margin: 0px 0px 0px 0px;
  padding: 5px 0px 5px 0px;
  font-size: 20px;
  font-weight: normal;
  color: #000000;
}
#header_right {
  float: right;
  width: 335px;
  padding: 0px 10px 0px 0px;
  margin: 0px 0px 0px 0px;
  text-align: right;
}
#header_right h2 {
  margin: 0px 0px 0px 0px;
  padding: 9px 0px 9px 0px;
  font-size: 18px;
  font-weight: normal;
  color: #000000;
}
/* CONTENT ------------------------------------------------------------------------- */
#content {
  width: 700px;
  min-height: 350px;
  height: auto !important;
  height: 348px;
  padding: 5px 0px 20px;
  margin: 0px 0px 0 0;
  font-size: 13px;
  line-height: 135%;
}
#content h1 {
  margin: 0px 0px 0px 0;
  padding: 0px 10px 5px 5px;
  border-bottom: 1px solid #ccc;
  font-size: 11px;
  font-weight: normal;
  color: #000000;
}
#content h2{

  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  margin-top: 30px;
  margin-bottom: 20px;
}
h2 b {
  color: #006595;
  font-weight: normal;
}

#content h1 a, #content h1 a:visited {
  text-decoration: none;
  color: #000000;
}
#content h1 a:hover {
  color: #777777;
}
#content_text {
  padding: 10px 10px 10px 0;
  font-size: 11px;
  margin: 0px 0 0px 0px;
}
#content_text a, #content_text a:visited {
  text-decoration: underline;
  font-weight: bold;
  color: #000000;
}
#content_text a:hover {
  color: #777777;
}
/* FOOOTER ------------------------------------------------------------------------- */
#footer {
  width: 700px;
  height: 20px;
  padding: 0px 0px 0px 0px;
  font-size: 9px;
  border-top: 1px solid #ccc;
  margin: 20px 0px 0px 0;
}
#footer_left {
  float: left;
  width: 535px;
  padding: 4px 0px 0px 0;
  margin: 0px 0px 0px 0;
}
#footer_right {
  float: right;
  width: 135px;
  padding: 4px 10px 0px 0px;
  margin: 0px 0px 0px 0px;
  text-align: right;
}
#footer_left a, #footer_left a:visited, #footer_right a, #foooter_right a:visited {
  text-decoration: none;
  color: #000000;
}
#footer_left a:hover, #footer_right a:hover {
  color: #777777;
}

#newsbox {
         display: none;
}
/*Images immer rechts*/
img{
  float: right;
  margin-left: 5px;
  }
#header img{
  float: left;
  margin: 0;
  }

/* Bullets*/

ul { list-style: none; }

#content ul {
  list-style-type: none;
  margin-top: 3px;
  margin-bottom: 2px;
  margin-left: 15px;
  padding-left: 0
}

#content li {
  border-bottom: 0 solid #ccc;
  padding-bottom: 2px;
}

#content ol {
  padding: 0;
  margin: 0 0 1em;
  list-style-position: inside;
}

#content ul {
  list-style-type: none;
  padding: 0 0 20px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  margin: 0;
}

#content ul li {
  border-bottom: 0 solid #ccc;
  background: url(/themes/zueriwerk/images/bullet.gif) no-repeat 2px 3px;
  margin: 0;
  padding: 0 0 5px 15px;
}
/*Accordion*/
li.dark{
  background-image: none;
}

