﻿/*
-
- Concept, design and implementation by
- Futurecom interactive AG
- P.O. Box
- 8037 Zurich
- Switzerland
- http://www.futurecom.ch
-
- NMC: cts
- NMD: wro
- ITS: pj, agl
-
*/
/***************************************************
landigpage styles
***************************************************/
#leftCollumn {
  float:left;
  display:inline;
  margin: 0px 0px 30px 25px;
  width:242px;
  height:285px;
  background-color:#d5d5d5;
  color:#000000;
  font-size:12px;
  }
#centerCollumn {
  float:left;
  display:inline;
  margin: 0px 0px 30px 10px;
  width:263px;
  height:268px;
  position:relative;
  }
#rightCollumn {
  float:left;
  display:inline;
  margin: 0px 7px 30px 10px;
  width:197px;
  height:268px;
  position:relative;
  }
  
div.sectionWrapper{
  border-bottom: 1px solid #FFFFFF;
  }
  
div.sectionTxt {
  background-color:#a9a300;
  color:#000;
  font-size:11px;
  padding: 10px 10px 20px 30px;
  }
  
#showLabel0 a, #showLabel0 a:active, #showLabel0 a:visited
 {
  display:block;
  width:242px;
  height:25px;
  background-image:url(/de/_img/balke_grey_03.gif);
  background-repeat:no-repeat;
  }
#showLabel0 a:hover {
  background-image:url(/de/_img/balken_black_03.gif);}
  
#showLabel1 a, #showLabel1 a:active, #showLabel1 a:visited
 {
  display:block;
  width:242px;
  height:25px;
  background-image:url(/de/_img/balke_grey_06.gif);
  background-repeat:no-repeat;
  }
#showLabel1 a:hover {
  background-image:url(/de/_img/balken_black_06.gif);}
  
#showLabel2 a, #showLabel2 a:active, #showLabel2 a:visited
 {
  display:block;
  width:242px;
  height:25px;
  background-image:url(/de/_img/balke_grey_08.gif);
  background-repeat:no-repeat;
  }
#showLabel2 a:hover {
  background-image:url(/de/_img/balken_black_08.gif);}
  
#showLabel3 a, #showLabel3 a:active, #showLabel3 a:visited
 {
  display:block;
  width:242px;
  height:25px;
  background-image:url(/de/_img/balke_grey_10.gif);
  background-repeat:no-repeat;
  }
#showLabel3 a:hover {
  background-image:url(/de/_img/balken_black_10.gif);}
    
#showLabel4 a, #showLabel4 a:active, #showLabel4 a:visited
 {
  display:block;
  width:242px;
  height:25px;
  background-image:url(/de/_img/balke_grey_12.gif);
  background-repeat:no-repeat;
  }
#showLabel4 a:hover {
  background-image:url(/de/_img/balken_black_12.gif);}

#showLabel5 a, #showLabel5 a:active, #showLabel5 a:visited
 {
  display:block;
  width:242px;
  height:25px;
  background-image:url(/de/_img/balke_grey_14.gif);
  background-repeat:no-repeat;
  }
#showLabel5 a:hover {
  background-image:url(/de/_img/balken_black_14.gif);}

#showLabel6 a, #showLabel6 a:active, #showLabel6 a:visited
 {
  display:block;
  width:242px;
  height:325px;
  background-image:url(/de/_img/template_balken_16.gif);
  background-repeat:no-repeat;
  }
#showLabel6 a:hover {
  background-image:url(/de/_img/template_balken_black_16.gif);}

div.teaserTitle {  
  display:block;
  font-size:12px;
  color:#767676;
  text-decoration:none;
  border-top:1px solid #e3e3e3;
  border-bottom:2px solid #a9a300;
  margin-bottom: 5px;
  padding: 3px 0px 2px 0px;
}
div.teaserTitle a, div.teaserTitle a:active, div.teaserTitle a:visited, div.teaserTitle a:hover
{
  display:block;
  font-size:12px;
  color:#767676;
  text-decoration:none;
 }

div.teaserLink {
  position:absolute; 
  top:264px; 
  left:0px; 
  width:263px;
  }
div.teaserLink a, div.teaserLink a:active, div.teaserLink a:visited{
  display:block;
  font-size:12px;
  color:#767676;
  border-bottom:1px solid #e3e3e3;
  margin-bottom: 5px;
  padding: 3px 0px 2px 15px;
  background-image:url();
  background-position: 0px 8px;
  background-repeat:no-repeat;
  text-decoration:none;
  }
div.teaserLink a:hover{
  color:#000000;}
  
.newsItem p {font-size:12px;font-weight:bold;line-height:normal;margin:5px 0px 5px 0px;}
.newsItem p + p {font-weight:normal; margin-bottom:15px;}