/* ============================== */
/* ! Layout for desktop version   */
/* ============================== */

body {
 background:url(../images/page_elements/bg_body.png) no-repeat;
 font-family:verdana,helvetica,arial,sans-serif;
 font-size:67.5%;
}
h1, h2, h3, h4 {
 font-family:georgia,'times new roman',times,serif;
 font-size:2em;
 padding:1em 2em;
 }
h2 {
 color:firebrick;
 }
h3, dt, .teaser, div.links a {
 font-size:1.5em;
 padding:.25em;
 }
div.links p {
 font-size:1em;
 padding:.125em;
 }
dt {
 font-weight:bold;
 padding:.15em;
 }
p, dd, li, td {
 font-size:1.25em;
 line-height:1.5em;
 padding-bottom:.25em;
 }
div.slide {
 background:#a0d4a9 url(../images/page_elements/bg_row.png) no-repeat;
}
.image a, a.image {
 position:relative;
}
img, a img {
 border:1px solid #345;
}
.image span.icon_enlarge {
 position:absolute; right:8px; bottom:8px;
 width:26px; height:26px;
 background:url(../images/page_elements/icon_enlarge.png) no-repeat;
}
.paddel {
 padding:1em
 }
.softpaddel {
 padding:.25em;
 }

/* ============================= */
/* ! Layout for mobile version   */
/* ============================= */

@media handheld, only screen and (max-width:767px) {

        body {

        }
        a.slideshow {
         display:none;
        }

}


/* ========================================== */
/* ! Provide higher res assets for iPhone 4   */
/* ========================================== */

@media only screen and (-webkit-min-device-pixel-ratio:2) {

/*        .logo {
                background:url(logo2x.jpg) no-repeat;
                background-size:212px 303px;
        }*/

}