html, body {
  background-image: url(../grafik/hintergrund-verlauf.jpg);
  background-repeat: repeat-x;

  height:auto;
  width: 959px;

  margin: auto;
  padding-top: 5px;

  color: #000;
  font-family: verdana, arial, helvetica, sans serif;
  font-size: 12px;
}

textarea, input.text, input.password, select {
  font-size: 10px;
  color: #6197e9;
  border: 1px solid #6197e9;
  display: block;
}

textarea.readonly, input.text.readonly, input.password.readonly, select.readonly {
  font-size: 10px;
  color: #000000;
  background-color: #e0e7ee;
  border: 1px solid #6197e9;
  display: block;
}


a:link, a:visited, a:active {
color: #000;
text-decoration: underline;
}

a:hover {
color: #000;
text-decoration: none;
}



.seite-container {
  background-image: url(../grafik/kopf-runde-ecken.gif);
  background-repeat: no-repeat;
  background-position: top;
  background-color: #fff;

  width: 969px;
  height: 100%;
  padding: 0px;
  margin: 0px;
}

.seite-head {
  width: 949px;
  height: 150px;

  padding: 10px;
}

.content-kasten {
 width: 733px;
 height: 100%;
 overflow:auto;
 background-color: #f4f8fd;
 border: 1px solid #c46509;

 margin-left: 10px;
 margin-top: 33px;
}

.content-menu-links {
  background-color: #fcddbe;
  width: 175px;
  padding: 10px;
  margin-top: 15px;
  color: #999;
}

.content-menu-links ul, .content-menu-links li {
  list-style-image: url(../grafik/listen-pfeil.gif);
  list-style-position: inside;
  margin: 0px;
  padding: 0px;
  padding-right: 5px;
  padding-bottom: 5px;
}

.content-menu-links h1 {
  font-size: 12px;
  color: #666;
}

.content-menu-links a:link, .content-menu-links a:visited, .content-menu-links a:active {
  color: #999;
  text-decoration: underline;
  font-size: 10px;
}

.content-menu-links a:hover {
  color: #999;
  text-decoration: none;
  font-size: 10px;
}

.content-menu-links input {
  font-size: 10px;
  color: #6197e9;
  border: 1px solid #c46509;
  display: block;
  margin-bottom: 2px;
  width: 100px;
}

.content-mitte {
  float: right;
  padding: 15px 10px 10px 10px;
  width: 515px;
  height: 100%;
}

.werbebanner-oben {
  padding-top: 32px;
  float: right;
}

.werbebanner-rechts {
  float: right;
  padding-top: 5px;
  padding-right: 10px;
  text-align: right;
  font-weight: bold;
}

.content-suche {
  background-color: #fff;
  border: none;
  padding: 5px;

  font-size: 11px;
  color: #6197e9;

  height: 50px;
  width: 502;
}

.content-suche table {
  border-collapse: collapse;
  border: 1px solid #6197e9;
}

.content-suche td {
  border: 1px dotted #6197e9;
  padding: 2px 5px;
}

.content-suche form {
  width: 500px;
  font-family: Verdana, Arial, Helvetica, san-serif;
  font-size: 11px;
  color: #6197e9;
}

.content-suche select {
  display: inline;
  font-size: 9px;
  color: #6197e9;
  width: 160px;
}

.content-suche select#alter {
  width: 65px;
}
.content-suche select#vergleich {
  width: 90px;
}

.content-suche input.text {
  font-size: 11px; 
  color: #6197e9;
  border: 1px solid #6197e9;
  display:inline;
  width: 120px;
}

.content-suche img {
  display:inline;
}

.content-suche option {
  font-size: 11px;
  color: #6197e9;
}

fieldset {
  border:none;
  display: inline;
}

legend {
  display: none;
}

img
{
  border:none;
}
