/*css für hundesamenbank.de*/

div {
        margin: 0px;
        padding: 0px;
}

.left {
        position: absolute;
        top: 0px;
        left: 0px;
        margin: 0px;
        background-color:#663300;
        background-image:url(images/links.gif);
        background-position:0px 130px;
        background-repeat:no-repeat;
        width: 200px;
        height:3500px;
        }
.middle {
   margin:0px 200px 50px 200px;
        padding-top:120px;
        background-color:#FFFF99;
        height:2000px;
        }
.right {
        position: absolute;
        top: 0px;
        right: 0px;
        margin: 0px;
        background-color:#663300;
        width: 200px;
        height:3500px;
        }

.adresse {
        color: #FFFF99;
        position: absolute;
        left: 15px;
        top: 350px;
        z-index: 3;
}
.adresse_schatten {
        color: black;
        position: absolute;
        left: 16px;
        top: 351px;
        z-index: 1;
}
.adresse_schatten2 {
        color: black;
        position: absolute;
        left: 14px;
        top: 349px;
        z-index: 2;
}

.titel_gross {
        color: #F0E68C;
        position: absolute;
        left: 220px;
        top: 0px;
        height: 80px;
        width: 100%;
        background-color: #FFFF99;
        font-family: Souvenir Lt BT,times;
        font-size: 50pt;
        letter-spacing: 2pt;
        line-height: 45pt;
}
.titel_klein {
        color: #996600;
        position: absolute;
        left: 240px;
        top: 28px;
        font-family: Souvenir Lt BT,times;
        font-size: 20pt;
}

div.menu {
        margin-top: 20px;
        margin-left: 10px;
        width: 160px;
}
div.menuzeile {
        width: 100%;
        background-color: #FFFF99;
        border: 2px outset white;
        margin-bottom: 5px;
}

body,p,table,tr,td,a,h1,h2,ol,ul {
        font-size: 10pt;
        font-family: arial,sans-serif;
        text-align: left;
}
body {
        margin: 0px;
        background-color: #FFFF99;
}

h1,h2,h3,h4,p {
        margin-left: 20px;
        margin-right: 20px;
}

h1 {
        color: #FFFF99;
        background-color: #663300;
        font-size: 10pt;
        font-weight: bold;
        text-align: left;
        margin-bottom: 4pt;
}
h2 {
        color: #FFFF99;
        background-color: #9E7E38;
        font-size: 10pt;
        font-weight: bold;
        text-align: left;
        margin-bottom: 2pt;
}

p {
        margin-top: 0px;
        margin-bottom: 5px;
}

td {
        border: none;
}

a {
        color: #663300;
        text-decoration: none;
}
a.menu {
        color: #663300;
        text-decoration: none;
        font-size: 10.5pt;
        font-family: Souvenir Lt BT,times;
        font-weight: bold;
        padding-left: 10px;
}
a.oben {font-size:8pt;}

img {
        margin: 10px;
        border: 1px solid #663300;
}

/*
#FFFF99 = hellgelb/hellbraun für Hintergrund middle
#663300 = dunkelbraun für Hintergrund left right
khaki = Titel gross
#996600 = Titel klein
img border:1px solid #663300;
*/
