/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
        margin: 0;
        padding: 0;
        background: #FFFFFF;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        color: #787878;
}

h1, h2, h3 {
        margin: 0;
        padding: 0;
        font-family: "Adobe Garamond Pro", Garamond, Palatino, "Palatino Linotype", Times, "Times New Roman", Georgia, serif;
        font-weight: normal;
        color: #181818;
}

h1 {
        font-size: 2em;
}

h2 {
        font-size: 3em;
}

h3 {
        font-size: 1.6em;
}

p, ul, ol {
        margin-top: 0;
        line-height: 180%;
}

ul, ol {
}

a {
        text-decoration: none;
        color: #C0C0C0;
}

a:hover {
}




/* Page */

#page {
        width: auto;
        margin: 0 auto;
        padding: 0;
}

#page-bgtop {
}

#page-bgbtm {
        padding: 30px 20px 0px 20px;
}

/* Content */

#content {
        float: left;
        width: auto;
        padding: 0;
}

#katalog {width: auto;
         height: 1200px;
         margin-top: 10px;
         margin-left: 10px;
         text-align:center;
         color: gray;
/*         font-size: .8em; */
         }


#katalog a {color: #C0C0C0;
            text-decoration: none;
           }

#cover {float: left;
       margin: 0px 10px 10px 0px;
       }

.post {
}

.post .title {
        height: 38px;
        padding: 12px 0 0 20px;
        letter-spacing: -.3px;
        color: #C0C0C0;
        font-family: "Adobe Garamond Pro", Garamond, Palatino, "Palatino Linotype", Times, "Times New Roman", Georgia, serif;
        font-style: italic;
}

.post .title a {
        color: gray;
        border: none;
}

.post .meta {
        margin-top: -10px;
        padding-bottom: 5px;
        padding-left: 0px;
        text-align: center;
        font-family: "Adobe Garamond Pro", Garamond, Palatino, "Palatino Linotype", Times, "Times New Roman", Georgia, serif;
        font-size: 10px;
        font-style: italic;
}

.post .meta a {
}

.post .entry {
        text-align: center;
        margin-bottom: 25px;
        padding: 30px 20px 10px 20px;
}


