/*  body und schrift definitionen */


html { 
  padding:0;
  margin:0;
  height:100%;
}
body { font-size: 12px; font-family: Verdana, Arial, SunSans-Regular, Sans-Serif; color:#777070; font-weight: bolder; font-stretch: semi-expanded; line-height: 15px; background-color: #fff; padding:0; margin:0; height:100%; }
h1 { font-size: 16px; font-weight: bolder; text-align: left; padding:0 0 5px; }

h2 { font-size:14px; font-weight: bold; padding-top:10px; }
h3 { font-size: 14px; padding-top: 10px; }
a { color: #000; background-color:transparent; }
a:hover { color: #7d3232; background-color: transparent; }
/*  positioning-layers statisch und absolut */
#container { width: 100%; margin: 0; padding: 0; }
#banner { width: 100%; left: 0; margin: 0; padding: 40px 0 20px 230px; }
#left { margin: 0; padding: 0; left: 0; width: 230px; height: 100%; float: left; }
#left a { color: #954444; text-decoration: none; }
#left a:hover { text-decoration: underline; }
#content { width: auto; margin-left: 230px; height:1100px; margin-top: 0; padding-left: 30px; border-left: 2px solid #a14545; }

/*  navigation */
#navlist { color: #a14545; font-size: 12px; font-weight: bolder; letter-spacing: 0.1em; margin-top: 20px; margin-left: 0; padding: 0; }
#navlist ul { margin: 0; padding: 0; list-style-type: none; list-style-image: none; }
#navlist ul li { padding-top: 0; padding-bottom: 7px; padding-left: 20px; list-style-type: none; list-style-image: none; }
#navlist ul li ul { font-size: 12px; font-weight: bolder; margin: 0; list-style-type: none; list-style-image: none; padding-top: 0; padding-bottom: 0; padding-left: 5px; }
#navlist ul li ul li { padding-top: 2px; padding-bottom: 0; }
#img { width: 170px; height: 200px; margin-top: 30px; margin-bottom: 10px; margin-left: 30px; padding: 0; border: solid 2px #a14545; }
#telefon { margin-top: 20px; margin-bottom: 10px; margin-left: 28px; padding: 0; width: 200px; height: 200px; }
.highlight { text-decoration: underline; }
.einschub { text-indent: 150px; }
br.clr{
clear: left;}
