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

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

.countdown {
  width: 16em;
  height: 5em;
  position: relative;
  top: 42px;
  left: 580px;
  cursor: pointer;
}

.countdown a {
  color: #5D5D5D;
  text-decoration: none;
  cursor: pointer;
}

.countdown a:hover {
  text-decoration: none !important;
}

.cd_header {
  font-weight: bold;
  margin-bottom: 2px;
}

.cd_left {
  float: left;
  font-weight: bold;
  font-size: 3em;
  color: #01628D;
}

.cd_right {
  float: right;
  font-size: 1em;
  padding-top: 5px;
  color: #01628D;
}

.searchbox {
  width: 200px;
  height: 2em;
  position: relative;
  top: 1.3em;
  left: 790px;
  color: #5D5D5D;
  border:1px solid #fff;
}

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

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

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

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

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

* html .menu {
  padding: 0 0 30px 20px;
}

.menu a {
  color: #fff;
  font-size: 1em;
  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;
}

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

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

.blog_teaserheader {
  position: relative;
  top: -80px;
  font-weight: bold;
  padding-left: 25px;
}

.blog {
  padding-top: 100px;
  background: #fff url(../images/header_blog.gif) no-repeat;
  background-position: 0px 40px;
}

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

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

.functions a {
  text-decoration: none;
  color: #5D5D5D !important;
}

.functions .totop {
  background: #fff url(../images/icon_top.gif) no-repeat;
  background-position: bottom left;
  padding: 0 330px 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: 2em 0 20px 40px;
  line-height: 200%;
}

/* tt_news */

.news-latest-container {
  padding: 0 25px 25px 25px;
}

.news-latest-container a, .news-latest-container a:link, .news-latest-container a:visited {
  color: #0066CC;
}

.news-latest-date, .news-latest-author {
  font-size: 0.9em;
  font-weight: bold;
  line-height: 150%;
}

.news-latest-item h3 {
  font-size: 1.1em;
  margin-top: 5px;
}

.news-latest-item h3 a {
  text-decoration: none;
}

/* Homepage */
.homepage_image_container {
  width: 535px;
}

.homepage_image_container .text h1 {
  font-size: 1.2em;
  margin-bottom: 5px;
  color: #000;
}

.homepage_image_container .text {
  padding: 5px 40px 0 40px;
}

.homepage_image_container .text p {
  margin-bottom: 15px;
}

.twocols {
  height: 100%;
}

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

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

.twocols_right .csc-textpic-caption {
  padding: 0;
}

.twocols_right .csc-textpic-image {
  margin-bottom: 1px !important;
}

.map_text {
  width: 194px;
  background-color: #999999;
  border-bottom: 1px solid #fff;
  padding: 1em 15px 1em 15px;
}

.map_text h2, .map_text p {
  color: #000;
  font-size: 1em;
}

.map_text h2 {
  color: #fff;
  margin-bottom: 5px;
}

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

.newsflash {
  height: 100%;
  background-color: #000;
  clear: both;
  border: 0.1px solid #000;
}

.nf_left {
  float: left;
  width: 380px;
}

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

.nf_left .csc-textpic-caption {
  padding-top: 0px;
}

.nf_right {
  float: right;
  width: 313px;
  color: #fff;
  padding: 2.5em 30px 0em 35px;
}

.nf_right h1 {
  font-size: 1.3em;
  color: #99CCFF; 
  margin-bottom: 1em;
}

.nf_right .csc-subheader {
  font-weight: bold;
  margin-bottom: 1em;
}

.nf_right a, .nf_right a:link, .nf_right a:visited {
  color: #99CCFF;
}