html, body {
  margin: 0.3em 5%;
	padding: 0;
	color: #111;
	background: white;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}

h1,h2,h3,h4 {
  color: #af5b2b;
	background: inherit;
}

em {
  font-weight: bold;
  font-style: normal;
}

a {
  text-decoration: none;
  color: blue;
	background: inherit;
}

a:link {
  text-decoration: none;
  color: blue;
	background: inherit;
}

a:visited {
  text-decoration: none;
  color: blue;
	background: inherit;
}

a:hover {
  text-decoration: underline;
  color: black;
	background: inherit;
}

div#content {
	text-align: justify;
	width: 100%;
}

#navlist li {
  display: inline;
  list-style-type: none;
}

#navlist li a, 
#navlist li a:link, 
#navlist li a:visited {
  text-decoration: none;
  font-weight: bold;
  padding : 0 0.5em;
  border-left: thin solid #999;
  color: gray;
	background: inherit;
}

#navlist li a:hover {
  text-decoration: none;
  font-weight: bold;
  padding : 0 0.5em;
  border-left: thin solid #999;
  color: black;
	background: inherit;
}

#navlist li#companyname{
  text-decoration: none;
  font-weight: bold;
  color: #af5b2b;
	background: inherit;
}

#navlist li#active {
  text-decoration: none;
  font-weight: bold;
  padding : 0 0.5em;
  border-left: thin solid #999;
  color: black;
	background: inherit;
}

div#banner {
	height: 180px;
	margin: 0.5em 0;
}

div#banner.home {
	background: #af5b2b url(/img/fox1.jpg) no-repeat top right;
	color: white;
}
div#banner.firma {
	background: #5b7f1b url(/img/fox2.jpg) no-repeat top right;
	color: white;
}
div#banner.leistungen {
	background: #1f3b8b url(/img/fox3.jpg) no-repeat top right;
	color: white;
}
div#banner.kontakt {
	background: #afaf1b url(/img/fox4.jpg) no-repeat top right;
	color: white;
}

div#banner h1 {
	color: white;
	background: transparent;
  padding: 10px 190px 10px 10px;
}

.ctl { background: transparent url(/img/ctl.gif) no-repeat top left; height: 100%; }
.cbl { background: transparent url(/img/cbl.gif) no-repeat bottom left;  height: 100%; }
.ctr { background: transparent url(/img/ctr.gif) no-repeat top right; height: 100%; }
.cbr { background: transparent url(/img/cbr.gif) no-repeat bottom right; height: 100%; }

.leftcolumn {
  width: 62%;
  float: left;
}
.rightcolumn {
  width: 33%;
  float: right;
  font-size: smaller;
}

#footer {
  clear: both;
  border-top: thin dashed #999;
  font-size: small;
  color: #999;
	background: inherit;
}
#footer p {
  margin-left: 1em;
}
