/**
 * CSS styles for CFROMM printerfriendly
 * (c) 2008 [m]zentrale, Benjamin Zaiser (b.zaiser@mzentrale.de)
 */

*{
  padding: 0px;
  margin: 0px;
}
html,
body{
  font-family: Arial, sans-serif;
  font-size: 12px;
}
.clearer{
  clear: both;
}
h1{
  color: #336699;
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 20px;
}
h2{
  margin-top: 5px;
  margin-bottom: 9px;
  font-size: 12px;
  color: #666666;
}
h3{
  color: #666666;
  font-size: 12px;
}
img{
  border: 0px;
}

.bodytext a{
  color: #336699;
}

/**
 * Page
 */
#page{

}

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

/**
 * Header
 */
#header{
  border-bottom: 1px solid #c0c0c0;
  margin-bottom: 10px;
}
#header .logo{
  background: url(../gfx/logo.gif) no-repeat;
  display: block;
  width: 250px;
  height: 105px;
}
#header #keyvisual{
  display: none;
}

/**
 * Navicontainer
 */
#navicontainer{
  display: none;
}

/**
 * Content
 */
#content{

}
#content .left{
  float: left;
  width: 425px;
  margin-right: 25px;
}
#content .right{
  float: left;
  width: 174px;
  margin-top: 35px;
  padding-left: 25px;
  border-left: 1px solid #d9d9d9;
  min-height: 464px;
}

/**
 * Search
 */
#search{
  display: none;
}

/**
 * Footer
 */
#footer{
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #c0c0c0;
}
#footer #printtotop{
  display: none;
}
#footer #address{
  margin-top: 2px;
  padding-top: 7px;
  text-align: center;
  font-size: 11px;
  color: #999999;
}
#footer #address a{
  display: none;
}


/**
 * FCE Box
 */
.fcebox{
  padding: 15px;
  margin: 10px 0 10px 0;
}
.fcebox .foot{
  width: 10px;
  height: 10px;
  margin-bottom: -15px;
  margin-left: -15px;
}
.fcebox.grey{
  background: url(../gfx/fcebox_grey_top_left.gif) no-repeat top left #d9d9d9;
}
.fcebox.grey .foot{
  background: url(../gfx/fcebox_grey_bottom_left.gif) no-repeat bottom left;
}

.fcebox.blue{
  background: url(../gfx/fcebox_blue_top_left.gif) no-repeat top left #ccd9e5;
}
.fcebox.blue .foot{
  background: url(../gfx/fcebox_blue_bottom_left.gif) no-repeat bottom left;
}
