body {
  margin: 0px;
  padding: 0px;
  background-color: white;
  font-family: arial, sans-serif;
  text-align: center;
  background: url('../gfx/schatten.png');
  background-repeat: repeat-y;
  background-position: center;
}

img {
  padding: 0px;
  margin: 0px;
  border: 0px;
}

img a {
  margin: 0px;
  border: 0px;
}

h1,h2,h3,h4,h5,h6,h7 {
  text-align: left;
  font-family: arial, sans-serif;
  font-weight: bold;
}

h1 {
  font-size: 1.5em;
}

h2 {
  font-size: 1.2em;
}

#mailform label {
  display: block;
  float: left;
  width: 80px;
}
  
#main {
  position: relative;
  margin: 0px auto;
  width: 770px;
  text-align: left;
}

/* html>body #main {
  width: 771px;
  left: 1px;
} */

#left {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 185px;
}

#right {
  position: absolute;
  left: 185px;
  top: 0px;
  width: 585px;
}

/* html>body #right {
  left: 0px;
} */

#logo {
  width: 185px;
  background-color: #c91a31;
  border-right: 1px solid black;
}

html>body #logo {
  width: 184px;
}

#menu-left {
  width: 185px;
  padding-top: 55px;
  background-color: #c91a31;  
  border-right: 1px solid black;
}

html>body #menu-left {
  width: 184px;
}

#webres-form {
  padding-left: 10px;
/*  background-color: white;  */
}

#banner {
  width: 585px;
  height: 164px;
  background-image: url('../gfx/banner.jpg');
}

#menu-left ul, #menu-left li {
  margin: 0px; padding: 0px;
  list-style: none;
}

#menu-left li {
  border-bottom: 1px solid black;
  border-right: 1px solid black;
  width: 100%;
  padding-bottom: 4px;
}

#menu-left a {
  color: white;
  font-size: 0.9em;
  text-decoration: none;
  width: 100%;
  margin-left: 10px;
}

input.button {
  background-color: #c91a31;
  border: 1px solid black;
  margin: 10px auto;
  color: white;
}

#menu-top {
  width: 585px;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  background-color: #e4bc44;
  color: white;
  font-size: 0.9em;
  text-align: right;
  padding: 3px 0px;
}

#menu-top a {
  color: white;
  text-decoration: none;
  margin-right: 5px;
}

#content-main {
  width: 405px;
  margin: 20px;
}

#content-right {
  position: absolute;
  left: 452px;
  width: 130px;
/*  background-color: #c91a31; */
  color: white;
  font-size: x-small;
  margin-top: 15px;
}

html>body #content-right {
  font-size: small;
}

#content-right p, #content-right h2, #content-right h3 {
  margin-top: 0px;
  padding-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

#content-right p {
  margin-bottom: 10px;
}

#content-right h2 {
  margin-bottom: 10px;
}

#content-right h3 {
  font-size: 1.2em;
}

#menu-bottom {
  text-align: center;
  font-size: x-small;
}

#menu-bottom a {
  color: black;
}

div.csc-textpic-clear {
  clear: both;
}

#keywords {
  border-top: 1px solid black;
  font-size: xx-small;
  margin-top: 50px;
}