/* Allgemeines CSS fuer ipy.de        */
/* Nico Grosser, net&works GmbH       */
/* November 2006		      */
/* ---------------------------------- */
/* An dieser Datei sollten keine      */
/* Aenderungen vorgenommen werden.    */
/* ---------------------------------- */

/* ===================== */
/* Default Einstellungen */
/* ===================== */

h1 {
  font-size: 1.2em;
  margin: 0 0 20px 0;
}

h2, h3, h4, h5 {
  font-size: 1.1em;
  margin: 10px 0 15px 0;
}

.csc-subheader {
  font-size: 1em;
  color: #000;
  font-weight: bold;
  margin-bottom: 20px;
}

p {
  font-size: 1em;
}

.searchbox {
  width: 195px;
  height: 2em;
  position: relative;
  top: 70px;
  left: 790px;
  color: #5D5D5D;
}

#searchbox {
  width: 125px;
  border: 1px solid #5D5D5D;
}

#searchbutton {
  border: 0;
  background-color: #fff;
  color: #5D5D5D;
  font-size: 1.1em;
  margin-left: 5px;
}

.clickpath {
  width: 700px;
  position: relative;
  top: 79px;
  left: 245px;
  color: #fff;
  font-size: 1em;
}

.clickpath a {
  color: #fff;
  text-decoration: none;
  font-size: 1em;
}

.backlink {
  width: 100px;
  position: relative;
  top: 94px;
  left: 40px;
}

.backlink a {
  color: #fff;
  text-decoration: none;
}

#leftcolumn {
  width: 240px;
  float: left;
  background-color: #fff;
  font-size: 1em;
}

#leftcolumn dl {
  margin: 0 !important;
  padding: 0 !important;
}

.language {
  color: #fff;
  background-color: #515151;
  padding: 5px 0 20px 40px;
  line-height: 150%;
}

.language a {
  color: #fff;
  text-decoration: none;
}

.menu {
  background-color: #515151;
  padding: 0 0 24px 20px;
  line-height: 150%;
  border-bottom: 1px solid #fff;
}

* html .menu {
  padding-bottom: 20px;
}

.menu a {
  color: #fff;
  text-decoration: none;
  padding-left: 20px;
}

.active_this a {
  padding-left: 20px;
  background: url(../images/icon_current.gif) no-repeat;
  background-position: left;
  color: #99CCFF;
}

.active_this .non, .active .non, .active .active_this, .active .active {
  padding-left: 20px;
  font-weight: normal;
}

.active_this .non a {
  background: 0;
  color: #fff;
}

.menu ul {
  list-style-type: none;
  font-weight: bold;
  margin-left: 0px;
  margin-bottom: 20px;
  line-height: 200%;
}

.menu ul li {
  margin-bottom: 0px;
}

.menu ul ul {
  margin-bottom: 10px;
}

#rightcolumn {
  width: 760px;
  float: right;
  background-color: #fff;
  font-size: 1em;
}

.maincontent {
  margin-left: 40px;
  #padding-right: 40px;
}

.maincontent a {
  text-decoration: none;
}

.maincontent p {
  padding-right: 40px;
}

.maincontent ol, .maincontent ul {
  padding: 0 40px 0 20px;
}

.maincontent ol li {
  padding-bottom: 5px;
}

.functions {
  width: 700px;
  margin-top: 40px;
  margin-left: 40px;
  padding-top: 5px;
  border-top: 1px solid #CCCCCC;
}

.functions a {
  text-decoration: none;
  font-size: 11px;
  color: #5D5D5D;
}

.functions .totop {
  background: #fff url(../images/icon_top.gif) no-repeat;
  background-position: bottom left;
  padding: 0 290px 0 0;
}

.functions .totop a {
  padding-left: 20px;
}

.functions .tip {
  background: #fff url(../images/icon_send.gif) no-repeat;  
  background-position: bottom left;
  padding: 1px 25px 1px 0;
}

.functions .tip a {
  padding-left: 30px;
}

.functions .print {
  background: #fff url(../images/icon_print.gif) no-repeat;  
  background-position: bottom left;
  padding: 4px 0;
}

.functions .print a {
  padding-left: 25px;
}

.footer {
  font-size: 11px;
  color: #5D5D5D;
  margin: 25px 0 20px 40px;
  line-height: 200%;
}

.footer a {
  text-decoration: none;
  font-size: 11px;
  color: #0066CC;
}

/* Contentelemente */
.twocols {
  width: 760px;
}

.twocols_left {
  width: 521px;
  float: left;
}

.twocols_right {
  width: 239px;
  float: right;
}

.twocols_left dl, .twocols_right dl {
  margin: 0 !important;
  padding: 0 !important;
}

#map_container, .map_container dl {
  margin: 0 !important;
  padding: 0 !important;
  border-bottom: 1px solid #fff;
}

#map_container p.bodytext {
  background: rgb(254,240,184);
  font-size: 11px;
  color: #000;
  padding: 15px;
  border: 1px solid #000;
}

.images_noborder dl {
  margin: 0 !important;
  padding: 0 !important;
}