/* CSS Document */

/* Printversion */

#toolnavigation, #mainnavigation, #breadcrumb, #leftcol, #rightco, #navcenter, .rightcolimg, #navright {
    visibility:hidden !important;
    height:0px;
    overflow:hidden;
}
#leftcol, #leftcol ul, #rightcol, #rightcol ul, .rightcolimg, #navright, #navright ul {
    width:0px !important;
    overflow:hidden;
    visibility:hidden !important;
    display: none;
}
#navleft, #navright {
    height:0px !important;
    overflow:hidden;
}
body table {
    width:100% !important;
    color:#000000;
}
#centercol {
    position:absolute;
    top:70px;
    width:100% !important;
    padding:0px;
}
h1, h2, h3, h4, h5, h6, b, strong, #centercol a, #centercol .doclink, #centercol .doclink a {
    color:#000000;
}
#header {
    height:60px;
    width:auto;
}
#navcenter {
    border:1px solid green;
    width:0px;
}
#footer {
    position:absolute;
    top:40px;
    width:100%;
    color:#000000;
}
#footer a {
    color:#000000;
}
 
.infobox {
    width: 32%;
    display: block;
    overflow: hidden;
    float: left;
    clear: none;
}

.infobox img {
    margin: 0 auto 0 auto;
}