body {
  color: #666666;
  font-family: sans-serif, Arial,Helvetica;
  font-size: 12px;
}

#container {
  width: 780px;
  margin: 0 auto;
}
#header {
  
}
  #header, #header img {
    height: 90px;
  }
#subheader {
  height: 30px;
  background: #E8E8E8;
}
  #subheader img, #subheader span {
    margin: 10px 0 0 0;
    font-weight: bold;
    border: 0px;
  }
#left_col {
  width: 150px;
  float: left;
}
#right_col {
  margin: 0 0 0 150px;
  padding: 20px 0px 0px 0px;
}

#menu_list {
  padding: 0;
  list-style-image: url('pics/pfeil.gif');
  list-style-position: inside;
}
  #menu_list li {
    margin: 5px 0 0 0;
  }


a:link {
  font-weight: bold;
  color: #666666;
  text-decoration: none;
}
a:visited {
  font-weight: bold;
  color: #666666;
  text-decoration: none;
}
a:hover {
  font-weight: bold;
  color: #003869;
  text-decoration: underline;
}
a:active {
  font-weight: bold;
  color:#949494;
  text-decoration:none;
}

.bodytext {
  color: #666666;
  font-family: sans-serif, Arial,Helvetica;
  font-size: 12px;
}
h1 {
  color: #003869;
  font-size: 17px;
}
.align-center {
  text-align: center;
}

.contenttable {
  border-collapse: collapse;
}
.contenttable td {
  padding: 8px 10px;
  border: 1px solid #999999;
}
.contenttable td .bodytext {
  margin: 0px;
}



/* Mailform */

.csc-mailform {
  position: relative;
  display: block;
  padding: 5px 5px 5px 5px;
  font-size: 10pt;
  color: #FFFFFF;
}
  .csc-mailform-field {
    padding: 3px 0px 0px 10px;
  }
  label {
    position: relative;
    display: block;
    width: 60px;
    float: left;
    left: 10px;
    text-align: left;
    padding: 2px;
    margin: 2px;
	color: #666666;
  }
  input, textarea {
    position: relative;
    width: 65%;
    left: 20px;
    background: #ffffff;
    border: 1px solid #999999;
    padding: 2px;
    margin: 2px;
  }
  .csc-mailform-submit {
    clear: left;
    position: relative;
    display: block;
    top: 0px;
    /*left: 89px;*/
    left: 40%;
    width: auto;
    border: 2px solid #666666;
    background: #AAAAAA;
    color: #666666;
    font-weight: bold;
  }
  .csc-mailform-submit:hover, .csc-mailform-submit:active {
    background-color: #666666;
    color: #FFFFFF;
  }

