/* CSS fuer www.sili-tec.de */

* {
  margin: 0px;
  padding: 0px;
}

/* fix um die scrollbar immer anzuzeigen */
body, html {
  height: 100%;
  margin-bottom: 1px;
}

/* Anfang Grundelemente */
a {
  color: black;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

img {
  border: none;
}

tr {
  vertical-align: top;
}

td {
  text-align: left;
}

th {
  padding-right: 5px;
}

.fett {
  font-weight: bold;
}

h1 {
  font-family: "Trebuchet MS", sans-serif;
  font-weight: normal;
  margin: 40px 0px 30px;
  text-align: left;
  color: black;
}

h2 {
  font-family: "Trebuchet MS", sans-serif;
  font-weight: bold;
  font-size: 15px;
  margin: 20px 0px 10px 0px;
  color: black;
}

body {
  background-color: #555555;
  color: black;
  font-family: "Calibri", Arial, sans-serif;
  font-size: 15px;
}
/* Ende Grundelemente */


/* Anfang Positionierung und Deko */
div#container {
  background: url(images/verlauf_hintergrund.png) repeat-x top left;
  background-color: #BDBDBD;
  position: relative;
  margin: 20px auto;
  width: 951px;
  overflow: hidden;
}

div#inhalt_rahmen {
  position: relative;
  padding: 25px 0px;
  margin: 0px auto;
  width: 933px;
}

img#inhalt_rahmen_oben {
  position: absolute;
  top: 0px;
  left: 0px;
}

img#inhalt_rahmen_unten {
  position: absolute;
  bottom: 0px;
  left: 0px;
}

img#inhalt_schatten {
  position: absolute;
  top: 2px;
  left: 2px;
}
/* Ende Positionierung und Deko */

