/* 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.3em;
  margin: 15px 0 15px 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: 6.1em;
  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: 94px;
  left: 245px;
  color: #fff;
  font-size: 1em;
}

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

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

.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 47px 20px;
  line-height: 150%;
}

.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;
}

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

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

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

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

.functions {
  width: 700px;
  margin-top: 15px;
  padding-top: 5px;
  border-top: 1px solid #CCCCCC;
  clear: both;
}

.functions a {
  text-decoration: none;
  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 {
  color: #5D5D5D;
  margin: 25px 0 20px 0;
  line-height: 200%;
}

.footer a {
  text-decoration: none;
  color: #0066CC;
}

/* tt_news */
.news-list-container {
  width: 590px;
  padding: 0 10px;
}

.news-list-container .newslistimage {
  float: left;
  width: 210px;
}

.news-list-container .newslistcontent {
  float: left;
  width: 380px;
}

.news-list-container .newslistcontent h3 {
  margin: 0 0 10px 0;
}

.news-list-container .newslistcontent h3 a {
  text-decoration: none;
  color: #277DD4;
}

.news-list-container .text {
  color: #000;
}

.news-list-container .morelink a {
  color: #277DD4; 
}

.news-list-container .projectdivider {
  width: 610px;
  height: 2px;
  font-size: 1px;
  border-top: 1px solid #BFD8F2;
  border-bottom: 1px solid #BFD8F2;
  margin: 20px 0;
}

.news-single-item .news-single-img img {
  float: left;
  margin-right: 10px;
}

.news-single-item .news_subheader {
  clear: both;
  padding: 10px 0;
}

.news-single-item .news_text {
  clear: both;
  padding-top: 15px;
}

/* Contentelemente */
.twocols_left {
  width: 315px;
  float: left;
}

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

.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;
}

.projectsselector .top, .projectsselector .col1 {
  font-size: 11px;
  color: #000;
  width: 87px;
  text-align: center;
  font-weight: bold;
}

.projectsselector .top {
  border-bottom: 0;
}

.projectsselector .col1 {
  border-right: 1px solid #CFD2D3;
}

.projectsselector td {
  text-align: center;
  padding: 15px 0;
  border-bottom: 1px solid #000;
}

.projectsselector .light {
  background-color: #EEF2F3;
}

.projectsselector .dark {
  background-color: #DCE4E7;
}

.projectselector_submit {
  margin: 15px 0 40px 90px;
}

.projectcat_header {
  width: 600px;
  border-bottom: 1px solid #277DD4;
  padding: 0 5px;
  margin-bottom: 20px;
}

.projectcat_header h2 {
  padding-left: 25px;
  color: #000;
  font-size: 1.1em;
  margin-bottom: 5px;
  background: #fff url(../images/blue_dot.gif) no-repeat;  
}

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