
html, body {
  height: 100%;
  margin: 0;
  padding: 0;
  font: .9em Verdana, Arial, sans-serif;
  text-align: center;
  background-color: #d8d8d8;
  background-image: url(/fileadmin/images/background.png);background-repeat: repeat-x;
}

/*-----------div------------*/

#container {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  width: 950px;
  position: static;
  /*margin: 0 auto;*/
  margin-left: auto;
  margin-right: auto;
  background-color: ;
}

#banner {
  position: static;
  float: left;
  text-align: left;
  background-color: #424242;
  width: 950px;
  height: 150px;
}

#menu {
  position: static;
  float: left;
  text-align: left;
  background-color: #424242;
  background-image: url(/fileadmin/images/men_back.png);background-repeat: repeat-x;
  width: 950px;
  height: 40px;
}

#main {
  position: static;
  overflow: auto;
  clear: both;
  width: 800;
  padding-bottom: 80px;
  background-color: #d8d8d8;
  color: #6e6e6e;
  text-align: left;
}

#footer {
  position: static;
  margin-top: -80px;
  height: 80px;
  width: 950px;
  background-color: #d8d8d8;
  float: left;
  text-align: left;
  clear: both;
  display: block;
}

#abstract {
  position: static;
  float: left;
  clear: none;
  margin: 5px 2px;
  height: 150px;
  width: 390px;
  background-color: #ffffff;
  box-shadow: 10px 10px 5px;
}

/* ----------- h1 ------------*/

h1 { font-size: 1.5em }

/* ---------- list -----------*/

li {
  display: inline;
  list-style-type: none;
  padding-right: 5px;
}

/* ---------- form -----------*/

.csc-mailform { border: none; }

label {
       border: 0px;
       width: 15em;
       float: left;
       text-align: left;
       margin-right: 2em;
       display: block
}
