  html, * {
   padding:0;
   margin:0;
 }

body {
background-color: #f4e5c8;
font-size: 12px;
line-height: 140%;
font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
color:#5f3737;
padding:0;
margin:0;

scrollbar-arrow-color: #6a4d3b;
scrollbar-base-color: #dfcfae;
scrollbar-track-color:  #dfcfae;
scrollbar-face-color:  #dfcfae;
scrollbar-highlight-color: #dfcfae;
scrollbar-3dlight-color: #6a4d3b;
scrollbar-darkshadow-color: #dfcfae;
scrollbar-shadow-color: #6a4d3b;

}

#navi a:active, #navi a:visited, #navi a:link {
font-weight: bold;
font-size: 13px;
color:#f8faf5;
text-decoration:none;
}

#navi a:hover {
font-weight: bold;
font-size: 13px;
color:#6a4d3b;
background-color: #f8faf5;
}

#navi ul {
list-style-type: none;
}

#navi li{
list-style: none;
padding-top: 8px;
padding-left: 8px;
}

a:active, a:visited, a:link {
font-weight: bold;
font-size: 12px;
color:#6a4d3b;
text-decoration: none;
}

a:hover {
font-weight: bold;
font-size: 12px;
text-decoration: underline;
}

#container {
    background-color: #f4e5c8;
    width: 925px;
        height: 575px;
        margin: 20px auto;
        padding: 0;
        border: 4px double #6a4d3b;
}
#left {
float: left;
}


#sideleft {
background: url(layout/lefttop1.jpg) no-repeat;
background-color: #E6E6FA;
width: 150px;
height: 125px;
}

#navi {
background: url(layout/naviback.jpg) no-repeat;
background-color: #6a4d3b;
width: 150px;
height: 450px;
text-align: left;
}

#right {
background-color: #6a4d3b;
width: 150px;
height: 575px;
float: left;
}


#middle {
float: left;
}

#header {
background-color: #6a4d3b;
background-image: url(layout/header1.jpg);
height: 125px;
width: 625px;
}

#content {
background-color: #dfcfae;
height: 410px;
width: 603px;
padding: 10px 10px;
border-top: 1px solid #000000;
border-left: 1px solid #000000;
border-right: 1px solid #000000;
overflow: auto;
}

#footer {
font-size: 11px;
background-color: #cfc0a3;
border-top: 1px solid #6a4d3b;
border-left: 1px solid #000000;
border-right: 1px solid #000000;
width: 623px;
height: 18px;
color: #8b8b83;
text-align: right;
}

.left {
float: left;
margin-right: 10px;
}

.right {
float: right;
margin-left: 10px;
}

.aleft {
text-align: left;
}

.aright {
text-align: right;
}

.acenter {
text-align: center;
}

.clear {
clear: both;
}

p {
margin-top:10px;
}

.bild {
margin-top: 25px;
}

.dogs {
margin-top: 15px;
}

b {
    font-weight: bold;
    text-decoration:none;
    color: #5f3737;
        }

a {
    font-weight: bold;
    text-decoration:none;
     color: #ffffff;
        }

.box
{
width: 550px;
border: 1px solid #6a4d3b;
background: #f8faf5;
margin-left: 35px;
margin-top: 20px;
}

h4
{
padding: 3px 0 3px 8px;
background: #7e6754;
color: #f2f0e3;
font-size: 1em;
margin: 0;
}

.box p
{
font-size: 1.1em;
padding: 8px;
margin: 0;
}