* {
  margin: 0;
  padding: 0;
}
html {
  width: 100%;
  height: 100%;
  background-color: #001f57;
  background-image: url(images/bg_html.png);
  background-repeat: no-repeat;
  background-position: top center;
}
body {
  margin: 0 auto 0 auto;
  width: 958px;
  color: #333;
  font-family: arial, mssansserif, verdana, sans-serif;
  font-size: 0.75em;
  text-align: center;
  line-height: 1.5em;
}
#container {
  text-align: left;
  background-color: #fff;
  position: absolute;
  width: 958px;
}
#left, #right {
  position: relative;
  display: inline;
  color: #333;
  line-height: 1.1em;
}
#left a, #right a {
  color: #333;
}
#left {
  float: left;
  width: 184px;
  margin-bottom: 87px;
  padding-left: 25px;
}
#middle {
  float: left;
  width: 426px;
}
body.zweispaltig #middle {
  width: 724px;
}
#right {
  float: right;
  width: 257px;
  padding-right: 25px;
  margin-top: 42px;
}
#middle #content {
  text-align: left;
  margin-left: 40px;
  margin-top: 15px;
  margin-bottom: 87px;
}
#header {
  background-image: url(images/header1.png);
  background-repeat: no-repeat;
  background-position: top left;
  height: 204px;
  text-align: right;
  color: #001f57;
  padding-right: 44px;
}
body.newholland #header {
  background-image: url(images/header2.png);
}
body.krone #header {
  background-image: url(images/header3.png);
}
body.gebrauchte #header {
  background-image: url(images/header8.png);
}
body.farmhouse #header {
  background-image: url(images/header4.png);
}
body.tankstelle #header {
  background-image: url(images/header5.png);
}
body.fahrraeder #header {
  background-image: url(images/header6.png);
}
body.gartenbau #header {
  background-image: url(images/header7.png);
}
#header a {
  color: #001f57;
  text-decoration: none;
}
#header a:hover {
  color: #001f57;
  text-decoration: underline;
}
#header span {
  margin-left: 7px;
  margin-right: 7px;
}
#header #breadcrumb {
  text-align: left;
  margin-top: 155px;
  padding: 0 0 18px 25px;
  color: #666;
  font-size: 0.8em;}
#header #breadcrumb a {
  font-weight: bold;
  color: #666;
}
#header #breadcrumb span {
  margin: 0 4px;
}
#right #news_container {
  border: 1px solid #001f57;
  background-image: url(images/bg.png);
  background-repeat: repeat-xy;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 30px;
}
#right #news_container .news_element {
  margin-bottom: 14px;
  padding-top: 14px;
}
#right #news_container .news_element .more {
  margin-top: 5px;
  display: block;
}
h1 {
  font-size: 1.2em;
  text-decoration: none;
  margin-bottom: 0.8em;
  margin-top: 0.5em;
  color: #333;
}
h2 {
  font-size: 1.2em;
  text-decoration: none;
  font-style: italic;
  margin-bottom: 0.8em;
  color: #333;
}
h3 {
  font-size: 1.2em;
  text-decoration: underline;
  margin-bottom: 0.8em;
  font-weight: normal;
  color: #333;
}
h4 {
  font-size: 1.0em;
  text-decoration: none;
  margin-bottom: 0.5em;
  color: #333;
}
h5 {
  font-size: 1.0em;
  text-decoration: none;
  font-style: italic;
  margin-bottom: 0.5em;
  color: #333;
}
h6 {
  font-size: 1.0em;
  text-decoration: underline;
  font-weight: normal;
  margin-bottom: 0.5em;
  color: #333;
}
#content a {
  color: #333;
  font-weight: bold;
  text-decoration: none;
}
#content a:hover {
  text-decoration: underline;
}
textarea {
  font-family: arial, mssansserif, verdana, sans-serif;
  font-size: 1em; 
}
table {
  border-collapse: collapse;
}
li {
  list-style-position: inside;
}
#content hr {
  height: 1px;
  border: 1px solid #333;
}
#footer {
  clear: both;
  height: 25px;
}
#container #header #login {
  border: 0;
  float: left;
  margin-right: 2px;
}
#topmenue {
  padding-top: 7px;
  font-size: 0.9em;
}
#topmenue span.active {
  font-weight: bold;
}
#menue1 {
  margin-bottom: 21px;
}
#menue1 a {
  text-decoration: none;
}
#container #left #menue1 li a:hover {
  text-decoration: underline;
}
#menue1 li {
  list-style-type: none;
  list-style-position: outside;
}
#menue1 li.level1 {
  border: 1px solid #001f57;
  padding-top: 9px;
  padding-bottom: 8px;
  padding-left: 20px;
  margin-top: 9px;
  margin-bottom: 2px;
  background-image: url(images/bg.png);
  background-repeat: repeat-xy;
}
#menue1 li.active {
  font-weight: bold;
}
#menue1 li.level2 {
  margin-left: 29px;
  margin-top: 4px;
  list-style-type: disc;
}
#left h1 {
  color: #333;
  font-style: normal;
  font-size: 1.1em;
}
#right h1 {
  font-size: 1.1em;
}
#left #kontakt {
  margin-bottom: 58px;
  color: #666;
  padding-left: 13px;
}
#left #kontakt a {
  color: #001f57;
}
#left #umsetzung {
  font-size: 0.8em;
  color: #999;
  padding-left: 13px;
}
#left #umsetzung a {
  color: #999;
}
#middle #content a img {
  border: 0;
}
#abstand {
  height: 30px;
}
#middle #content p {
  margin-bottom: 1em;
}
#right #werkstaetten a {
  color: #001f57;
}
#right #werkstaetten img {
  margin-top: 5px;
  margin-bottom: 5px;
}
.news-single-img {
  padding: 4px 15px 15px 0;
  float: left;
  width: 130px;
}
.news-single-imgcaption {
  font-size: 0.9em;
}
.news_subheader {
  padding-bottom: 15px;
  font-weight: bold;
}
.csc-textpic-caption {
  font-size: 0.9em;
}
.csc-textpic-intext-right .csc-textpic-caption {
  text-align: right;
}
.clearer {
  clear: both;
}
#middle #content h4 p {
  margin: 0;
}
#content p.align-center {
  text-align: center;
}
#content p.align-right {
  text-align: right;
}
#content p.align-left {
  text-align: left;
}
iframe#gebrauchte {
  width: 100%;
  height: 1630px;
  display: block;
  overflow: visible;
}