/*********************************************************************

Stylesheet für Blumen Schmid
DRUCKVERSION

*********************************************************************/

body {
    margin: 0;
    background-color: #f8ffe8;
    /*background-color: #a4c68a;*/
    background-image: none;
    
    font-family: Verdana, Arial, sans-serif;
    font-size: 11px;
    line-height: 14px;
}

h1 {
    font-family: Garamond, Times, serif;
    font-size: 22px;
    line-height: 25px;
    color: #000000;
    font-weight: normal;
    margin-top: 0;
}

h3 {
    font-family: Garamond, Times, serif;
    font-size: 16px;
    line-height: 18px;
    color: #000000;
    font-weight: normal;
}

p {
    text-align: justify;
}

a {
    color: #000000;
}










.zweispaltig {
    -moz-column-count: 2;
    -moz-column-gap: 20px;
    -webkit-column-count: 2;
    -webkit-column-gap: 20px;
}

.schaltflaeche {
    border: 1px solid #A4C68A;
    background-color: #2A3C00;
    color: #a4c68a;
    padding: 3px 8px;
    text-decoration: none;
}













/*********************************************************************
 Template
*********************************************************************/
#titelPrint {
    display: block;
    width: 100%;
    font-size: 30px;
    
    font-family: Verdana, Arial, sans-serif;
    font-size: 45px;
    color: #2A3C00;
    font-weight: normal;
    line-height: 45px;
}

#content {
    display: block;
    position: relative;
    left: 0px;
    top: 0px;
    width: 520px;
    margin: 0;
    
    z-index: 5;
    padding: 0px 30px 30px 30px;
}

.menu {
    display: none;
}

#head {
    display: none;
}




/************************ Content ***********************************/
#content img {
    border: 2px solid #ffffff;
    -moz-box-shadow: 3px 3px 2px #888;
    -webkit-box-shadow: 3px 3px 2px #888;
}

#contentNoshade img {
    border: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}




/************************ Filmstreifen ******************************/
#filmstreifen {
    position: relative;
    width: 580px;
    margin: 0 -30px 0 -30px;
}

#filmstreifen img {
    border: 1px solid #ffffff;
}





