/**
 * Print StyleSheet for filderklinik.de
 * (c) Benjamin Zaiser, 2008
 */

body{
  color:#333333;
  font-family:Verdana,Arial,Helvetica,sans-serif;
  font-size:11px;
  line-height:17px;
}

img{
  border: 0px;
}

a{
  color: #6D6C5D;
  text-decoration:none;
}
a:hover{
  color: #900;
  text-decoration:none;
}
a.active{
  color: #990000;
}
h2, h3, h4{
  font-size: 11px;
  margin-top: 20px;
  margin-bottom: 0px;
}
  
  
/**
 * Structure
 */
/** Header */
#header{
  border-bottom: 1px solid #c0c0c0;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
#header #logo{

}
/** Metanavi */
#header #metanavi{
  display: none;
}

/* Navi */
#header #navi{
  display: none;
}

/** Left */
#left{
}
/** Subnavi */
#left #subnavi{
  display: none;
}

/** Center */
#center{

}
#center .keyvisual{
  display: none;
}

#center h1{
  font-size: 13px;
  margin-top: 20px;
  margin-bottom: 5px;
  font-weight: bold;
}
#center #content{

}
#center #content p{
  margin-bottom: 5px;
}


/** Right */
#right{
  clear: both;
  margin-top: 10px;
}

#footer{
  text-align: center;
  border-top: 1px solid #c0c0c0;
  margin-top: 20px;
  padding-top: 20px;
}
#footer p{
  margin: 0px;
}

/**
 * FCE Boxen
 */
.box{

}
.box h3{

}


/**
 * Downloadbox
 */
.filelinks .filecount{
  display: none;
}

