/* FRONTLINEMEDIA STYLE SHEET V1               */
/* Erstellt von: ch.forster@frontlinemedia.ch  */
/*               www.frontlinemedia.ch         */

/* GENERAL */
body {
  margin:0;
  padding:0;
  background-color:#EFEFEF;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:11px;
  color:#000033;
  width:825px;
  margin:20px auto 20px auto;
}
img {
  border:2px;
}

/* AREAS -----------------------------------------------------------*/
#layout {
  width:825px;
  background:url(../../images/design/bg_left.gif) repeat-y left;
  float:left;
}
#top {
  width:825px;
  height:165px;
  background:url(../../images/design/top.gif) no-repeat;
  float:left;
}
#grid {
  background:url(../../images/design/bg_right.gif) repeat-y right;
  float:left;
  padding-left:15px;
}
#main {
  width:700px;
  background:url(../../images/design/bg_content.gif) repeat-x bottom;
  background-color:#FFFFFF;
  float:left;
}
#content{
  margin:36px 50px 0px 180px;
}
#bottom {
  width:730px;
  height:30px;
  background:url(../../images/design/bottom.gif) no-repeat;
  float:left;
}
/* TITLES ----------------------------------------------------*/
h1{
  margin: 4px 0px 3px 0px;
  font-family: "Times New Roman", Times, serif;
  font-size: 20px;
  font-weight:bold;
}
h2{
  margin: 20px 0px 5px 0px;
  font-size: 13px;
  font-weight:bold;
}
h3{
  font-weight: bold;
  margin-bottom: 3px;
  margin-top: 10px;
  color: #333333;
  font-size:11px;
}
.lead {
  font-weight:bold;
  font-size:11px;
  line-height:15px;
}
b{
  color:#454545;
}
span.h{
background-color:#FF6C00;
color:white;
}
/* LINKS ----------------------------------------------------*/
a {
  text-decoration:none;
  color: #FF6C00;
}
a:hover {
  text-decoration:underline;
}

/* NAVIGATION ----------------------------------------------------*/
#nav {
  width:150px;
  margin-right:30px;
  margin-top:40px;
  border-bottom:1px solid #666666;
  float:left;
}
#nav a {
  display:block;
  border-top:1px solid #666666;
  padding:5px 5px 4px 15px;
  text-decoration:none;
  font-weight:bold;
  color:#000033;
}
#nav a:hover {
  text-decoration:none;
  color:#FFFFFF;
  background-color:#FF6C00;
}
#nav a.e2 {
  padding:5px 5px 4px 30px;
  background:url(../../images/design/nav_arrow.gif) no-repeat;
}
#nav a.e2:hover{
  padding:5px 5px 4px 30px;
  background:url(../../images/design/nav_arrow_active.gif) no-repeat;
  background-color:#FF6C00;
}
#nav a.e2active{
  color:#FFFFFF;
  background:url(../../images/design/nav_arrow_active.gif) no-repeat;
  background-color:#FF6C00;
}
#nav a.active{
  color:#FFFFFF;
  background-color:#FF6C00;
}
/* SUBNAV ----------------------------------------------------*/
#subnav {
  margin:5px 0px 10px 0px;
  height:18px;
  border-left:1px solid #666666;
}
#subnav a {
  display:block;
  float:left;
  color:#000033;
  font-weight:bold;
  padding:3px 10px 2px 10px;
  border-right: 1px solid #666666;

}
#subnav a:hover, #subnav a.active {
  color:#FFFFFF;
  background-color:#FF6C00;
  text-decoration:none;
}

/* PRODUKTE  ----------------------------------------------------*/

table.productStat, table.productInfo{
  width:460px;
  border-spacing:0px;
  background-color:#EFEFEF;
}

table.productStat * td.headline, table.productInfo * td.headline{
  height:20px;
  border-bottom:1px solid #666666;
  font-weight:bold;
  color:#333333;
}

table.productStat * td.label{
  width:200px;
  font-weight:bold;
  color:#333333;
  height:18px;
  padding-left:3px;
}
table.productInfo * td.label{
  font-weight:bold;
  color:#333333;
  height:15px;
  padding-left:3px;
  width:120px;
  padding-right:0px;
}
table.productInfo * td{
  padding-right:25px;
  padding-top:5px;
  vertical-align:top;
}

/* UMFRAGE  ----------------------------------------------------*/
div.stat{
  height:14px;
  margin-top:2px;
  width:460px;
}
 div.stat div.desc{
  float:left;
  width:125px;
}
 div.stat div.bar{
  color:white;
  background-color:#FF6C00;
  border-top:1px solid #666666;
  height:14px;
  float:left;
}
 div.stat div.bar div{
  margin:0px 0px 0px 2px;
  font-size:9px;
}