/*
 * print.css von schoeffel.de
 */

#banner, 
#banner img,
#banner2, 
#slideshow,
#slider,
#navigation,
#footer {
    display: none;
} 

#logo {
    display:inline;
    float:right;    
    padding-right: 20px;
}

body {
    font-size: 12px;
}

h1 {
    font-size: 16px;
}

h2 {
    font-size: 14px;
    margin-bottom:4px;
    margin-top:0;
}

a.tsrStartseite {
    display: block;
    margin-bottom: 4px;
}

#startpageContentLeft {
    width: 650px;
/*    border: 1px solid red;*/
}

.startseiteImg {
    float: left;    
    display: inline;
    margin-right: 4px;
}    

#startpageContentLeft div {
    /*border: 1px solid blue;*/
    clear: left;
    width: 400px;  
    margin-top: 7px;  
    float:left;
    display: inline;
}    

