@charset 'utf-8';
@import url(reset.css);

/* ----------------------------------------------------- Page layout */

body {
        width: 800px;
         margin: auto;
             font-family: arial;
         }

#header {
        background-image: url(/images/header-background.jpg);
         background-repeat: no-repeat;
        width: 800px;
         height: 49px;
         }

#header h1 {
        font-size: 30px;
         color: #fff;
        position: relative;
         left: 60px;
         top: 10px;
        }

#topnav, #bottomnav {
        width: 800px;
         height: 30px;
         background-image: url(/images/blauer-verlauf.gif);
         background-repeat: x-repeat;
        }

#topnav ul, #bottomnav ul {
        list-style-type: none;
        }

#topnav ul li, #bottomnav ul li{
        display: inline;
        margin-left: 10px;
        }

#topnav a {
        font-size: 18px;
         color: #fff;
         text-decoration: none;
        line-height: 30px;
        }

#bottomnav a {
        font-size: 18px;
         color: #fff;
         text-decoration: none;
        line-height: 30px;
        }

#content {
        width: 800px;
         background-color: #fff;
        min-height: 450px;
        }

#content p {
        width: 500px;
         line-height: 20px;
         text-align: justify;
         padding: 20px 20px 0 20px;
        }

#content a {
        text-decoration: none;
         color: #00f;
        }
#imgrow {
        float: right;
        padding: 15px 15px 20px 20px;
        height: 100%;
        }

#order {
        margin-top: 20px;
         width: 200px;
         font-size: 12px;
        }

#order ul li {
        list-style-image: url(/images/einkaufswagen.png);
        list-style-position: inside;
         line-height: 35px;
}

#order span {
         padding-top: 20px;
         line-height: 20px;
}

h2 {        font-size: 18px;
        color: #1133ff;
         line-height: 24px;
         text-align: center;
         }

h3 {        font-size: 18px;
        color: #000;
         line-height: 24px;
         text-align: center;
         margin: 10px 0 10px 0;
        }

table {
        border-collapse: collapse;
        }

td {
        padding: 5px;
        }

#bookproperties {
        margin-left: 15px;
}

#bookproperties {

}

#ul-book {
        margin-top: 15px;
        text-indent: 20px;
         line-height: 25px;
         font-weight: bold;
         font-size: 12px;
}

#bookmore {
        margin: 5px 0 25px 0;
        }

#bookmore ul {
        line-height: 25px;
        text-indent: 20px;
        list-style-type: circle;
         list-style-position: inside;
         }

ul#links {
        width: 560px;
}

ul#links li a {
        font-weight: bold;
        display: block;
         margin-bottom: 15px;
         margin-top: 15px;
         background-color: #eee;
}

#kinderwetter {
        line-height: 25px;
        text-indent: 20px;
        list-style-type: circle;
         list-style-position: inside;
         }

#imprint {
        width: 700px;
         background-color: #fff;
        }

#imprint p {
        width: 700px;
         line-height: 20px;
         text-align: justify;
         padding: 20px 20px 0 20px;
        }

#imprint ul, #imprint img {
        margin-left: 350px;
}



.ddfm {
        width: 300px;
         margin: auto;
}

.ddfm input, .ddfm textarea {
        margin: 10px;
         width: 300px;
                margin: auto;
}

.ddfm label {
        margin: auto;
         line-height: 25px;
}

.submit {
width: 100px; margin-top: 20px; margin-left: 25px;
}

.credits {color: #aaa;
        margin-top: 20px;
         font-size: 10px;
}