body{ color:#333; font-family:Arial, Helvetica, sans-serif; font-size:22px; line-height:150%; }

h1, h2, h3, h4, h5, h6 { color:#990b24; font-weight:100; line-height:120%; margin:0; padding:0; } 
h1 { font-size:1.8em; padding:0 0 20px; font-weight:bold; text-transform:uppercase; }
h2 { font-size:1.2em; padding:0 0 5px; margin-bottom:5px; font-weight:bold; line-height:120%;}
h3 { font-size:1.0em; color:#000; padding:0px 0 5px; margin-bottom:20px; font-weight:bold; }
h4 { font-size:1.0em; padding:5px 0; color:#000; font-weight:bold; }
h5 { font-size:1.6em; padding:0 0 20px; font-weight:normal; }
h6 { font-size:1.1em; padding:5px 0 0px; font-weight:bold; }


/* links */
a,
a:visited,
a:active,
a:hover { text-decoration:none; color:#990b24; }

a.ergebnislink { position:relative; z-index:300; font-weight:bold; color:#FFF; background:#00388b url('../Images/pfeil.png') center right no-repeat; padding:0 20px; line-height:50px; display:block;
  transition: all 0.2s ease-in 0s; /* explorer 10 */
  -webkit-transition: all 0.2s ease-in 0s; /* chrome & safari */
  -moz-transition: all 0.2s ease-in 0s; /* firefox */
  -o-transition: all 0.2s ease-in 0s; /* opera */
}
a.ergebnislink:hover { background-color:#00388b; }
a.ergebnislink:last-child { border-top:1px dotted #FFF; margin-right:0px; }

p { padding-bottom:10px; }

.contenttable { width:100%; }
.contenttable td { padding:3px 20px 3px 0; }
.contenttable td:last-child { padding:3px 0px 3px 0; }

.schraubenschluesselliste { margin-left:35px !important; color:#990b24; font-weight:bold; padding-bottom:20px; list-style-image:url('../Images/schraubenschluessel.png'); }


p.more_button {
  padding-right:30px !important;
}
a.more_link {
  display:inline-block;
  background:#BBB url('../Images/button_pfeil.png') top right no-repeat;
  width: 290px;
  line-height:30px;
  padding:0 10px;
  -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box;
  margin-bottom:30px;
  margin-left:25px;
}
a.more_link:first-child { margin-left:0px; }


a.button-shop { display:block; padding:15px; text-align:center; font-weight:bold; color:#FFF; background:#97aa0e; margin:30px 0; font-size:1.4rem; 
  transition: all 0.2s ease-in 0s; /* explorer 10 */
  -webkit-transition: all 0.2s ease-in 0s; /* chrome & safari */
  -moz-transition: all 0.2s ease-in 0s; /* firefox */
  -o-transition: all 0.2s ease-in 0s; /* opera */
}
a.button-shop:hover { background:#7c8914; }



