/* 
    Document   : print
    Created on : 19.08.2010, 17:22:58
    Author     : Felix
*/

root {
    display: block;
}
body,div,img{
    padding: 0;
    margin: 0;
    overflow: visible;
}
.onlyPrint {
    display: block;
}
#linkeseite {
    text-align: center;
    height: 150px;
    background: url('images/logo_bg.png') no-repeat;
}
#mitte{
    display: none;
}
#clear{
    clear: both;
}
#logo{
    display: none;
}
.infoBox{
    background-color: white;
}
.infoBox h1 {
    margin: 0;
    padding-top: 3px;
    font-size: 17px;
    margin-bottom: 20px;
}
.infoBox .text{
    padding-left: 10px;
}
.text {
    line-height: 20px;
}
.headline{
    cursor: pointer;
}
#footer{
    display: none;
}
#ibox_1{
    display: none;
}
#ibox_2{
    display: none;
}
#ibox_3{
    opacity: 1;
    height: 400px;
}

