*{
    margin: 0;
    padding: 0;
}

header, nav, section, aside, article, footer, nav a, links, rechts{
    display: block;
}

html {
    height: 100%
}

body{
    font-family: Arial;
    min-height: 101%;
}

#wrapper{
    text-align: left;
    margin: 0px auto;
    background-image: url(images/hintergrund.gif);
    width: 1010px;
    background-repeat: repeat-y;
}

#fixhund {
    height: 200px; width: 140px;
    background: url(images/hund.png) no-repeat;
    right: 15px;
    bottom: 0;
    position: fixed;
}

#pfoten_hintergrund { 
    position:absolute; 
    width:250px; height:250px;
    margin-top: -10px;
    background-color:#ffa; 
    background: url(images/pfoten_hintergrund.png) no-repeat;
}
      
header{
    background-image: url(images/header.gif);
    height: 129px;
}

nav{
    margin: 30px 0 50px 30px;
    float: left;
    width: 175px; height: 600px;
    background: url(images/navi.gif) no-repeat;
    font-size: 0.8em;
    padding: 10px 0 0 20px;
    line-height: 45px;
    font-weight: bold;
    color: black;
}

a{
    text-decoration: none;
    color: black;
}

a:hover{
    color: #c5101f;
}

nav ul li{
    list-style-type: none;
}

#aktiv{
    background: url(images/pfote_a.jpg) no-repeat;
    color: #c5101f;
    padding: 0 35px;
}

#navi_hover{  
    background: url(images/pfote.jpg)no-repeat;    
    padding: 0 35px;
}

#navi_hover:hover{
    background: url(images/pfote_a.jpg) no-repeat;
    padding: 0 35px;
}

#navi_hover a:hover{
    color: #c5101f;
}


section {
    margin: 20px 50px 20px 250px;
    min-height: 500px;
}

section p{
    font-size: 0.8em;
    line-height: 1.5em;
}

#wert{
    width: 200px;
}

#feld{
    width: 500px;
}

thead{
    font-size: 1.2em;
}

tbody{
    font-size: 0.8em;
    line-height: 2.2em;
}

thead{
     height: 40px;
     vertical-align: top;
}

#links{
    float: left;
    width: 350px;
}

#rechts{
    float: right;
    width: 350px;    
}

img{
    margin: 10px 0;
}

p{
    padding-top: 10px;
}

#rechts_img{
    float: right;
    width: 220px;
}

#service {
    margin-top: 20px;
    width: 600px;
    font-weight: bold;
    text-align: center;
} 

#service a{
    height: 30px;
}

#service a:hover{
    color: #c5101f
}

#service tr td{
    line-height: 20px;  
    padding-bottom: 10px;      
}

#marken {
    margin: 20px;
    width: 700px;
    font-weight: bold;
    text-align: center;
}

#marken a{
    height: 30px;
}

#marken a:hover{
    color: #c5101f;
}

#marken tr td{
    line-height: 20px;
    padding-bottom: 10px;
}

#newsletter {
    margin-top: 20px;
    background: url(images/pfote_2.png) no-repeat right;
    padding: 20px 50px 20px 0;
}

#newsletter:hover{
    background: url(images/pfote_2_a.png) no-repeat right;
}

#links_angebot, #rechts_angebot{
    font-weight: bold;
}

#links_angebot{
    margin-right: 100px;
    background: url(images/pfote_2.png) no-repeat right; 
    float: left;
    padding: 20px 50px 0 0;
}

#links_angebot:hover{
    background: url(images/pfote_2_a.png) no-repeat right;
}

#links_angebot a:hover{
    color: #c5101f;
}

#rechts_angebot{
    float: left;
    background: url(images/pfote_2.png)no-repeat right;
    padding: 20px 50px 0 0;
}

#rechts_angebot:hover{
    background: url(images/pfote_2_a.png)no-repeat right;
}

#rechts_angebot a:hover{
    color: #c5101f;
}

footer{
    clear: both;
    background: url(images/footer.gif) no-repeat center bottom;
    height: 20px;
}

auszeichnung{
   color: #c5101f; 
}

section ul li{
    font-size: 0.8em;
}

section ul{
    padding-left: 13px;
}

section li{
    line-height: 20px;
}

aside{
    padding: 40px 10px 80px 41px;
    float: right;
    font-size: 0.9em;
}

hr{
    color: #c5101f;
    margin: 25px 0;
}   

h1{
    font-size: 1.2em;
    font-weight: bold;
    color: #c5101f;
}

h2{
    font-size: 0.9em;
    font-weight: bold;
    color: #4B4B4B;
    padding: 20px 20px 10px 0;
}

h3{
    font-size: 0.9em;
    padding: 20px 20px 10px 0;
}

h4{
    font-size: 0.9em;
    font-weight: bold;
    color: #c5101f;
}