body {
	background-image: url(Grafiken/bg.jpg);
	background-repeat: repeat-x;
	background-color: #B2C8D3;
	font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 1.0em;
  border: 0px;
  padding: 0px;
}

a:link{
  color: #251847;
  text-decoration: none;
}

a:visited{
  color: #251847;
  text-decoration: none;
}

a:hover{
  color: #251847;
  font-weight: bold;
  text-decoration: none;
}

a:active{
  color: #251847;
  text-decoration: none;
}

span.update {
  font-weight:bold;
  color: #A33;
}

#container_main {
  width: 900px;
  left: 50%;
  position: absolute;
  margin-left: -450px;
  margin-top: 30px;
  text-align: left;
}

#container_body {
  background-image: url(Grafiken/bg_inner.jpg);
  width: 100%;
  left: 0px;
  margin: 0px;
  text-align: left;
  border: 1px solid black;
  border-bottom: 0px;
  -moz-border-radius-topleft: 20px;
  -khtml-border-radius-topleft: 20px;
  -moz-border-radius-topright: 20px;
  -khtml-border-radius-topright: 20px;
}

#container_cis_logo {
  margin-top: 10px;
  text-align: center;
}

h1 {
  font-size: 1.2em;
  text-decoration: underline;
  margin-left: 10px;
  margin-top: 25px;
}

h2 {
  font-size: 1.2em;
  font-style: italic;
  margin-left: 50px;
  margin-top: 30px;
}

#menubar {
  background-image: url(Grafiken/bg_menu.jpg);
  background-color: #B2C8D3;
  width: 100%;
  height: 30px;
  margin-top: 20px;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  padding: 0px;
}

ul.menu {
  margin: 0px;
  padding: 6px;
}

ul.menu li {
  display: inline;
  list-style: none;
  font-color: black;
  margin-left: 10px;
  padding: 0px;
}

div.container_content {
  padding: 6px;
}

div.element {
  width: 600px;
  margin-top: 10px;
  margin-bottom: 20px;
  margin-left: 60px;
}

div.caption {
  background-image: url(Grafiken/bg_menu.jpg);
  background-color: #B2C8D3;
  font-weight: bold;
  width: 210px;
  height: 21px;
  padding: 5px;
  padding-left: 12px;
  margin-bottom: 0px;
  border: 1px solid black;
  border-bottom: 0px;
  -moz-border-radius-topleft: 10px;
  -khtml-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  -khtml-border-radius-topright: 10px;
}

div.content {
  background-color: #D8DADB;
  border: 1px solid black;
  padding: 8px;
  margin-top: 0px;
  -moz-border-radius-topright: 10px;
  -khtml-border-radius-topright: 10px;
  -moz-border-radius-bottomleft: 10px;
  -khtml-border-radius-bottomleft: 10px;
  -moz-border-radius-bottomright: 10px;
  -khtml-border-radius-bottomright: 10px;
}

div.content_single {
  background-color: #D8DADB;
  border: 1px solid black;
  padding: 8px;
  margin-top: 0px;
  -moz-border-radius-topleft: 10px;
  -khtml-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  -khtml-border-radius-topright: 10px;
  -moz-border-radius-bottomleft: 10px;
  -khtml-border-radius-bottomleft: 10px;
  -moz-border-radius-bottomright: 10px;
  -khtml-border-radius-bottomright: 10px;
}

div.c_long {
  width: 770px;
}

div.code {
  background-color: #EEF;
  width: 500px;
  margin: 10px 40px;
  padding: 5px;
  font-family: "Courier New";
  border: 1px solid black;
}

div.regex {
  background-color: #EEF;
  width: 150px;
  margin: 10px 40px;
  padding: 5px;
  font-family: "Courier New";
  border: 1px solid black;
}

p.regex_caption {
  margin-left: 150px;
  margin-bottom: 10px;
}

#footer_distance {
  width: 100%;
  height: 25px;
  border: 0px;
  margin: 0px;
}

#footer {
  background-image: url(Grafiken/bg_menu.jpg);
  background-repeat: repeat-x;
  background-color: #AAAEB0;
  font-size: 0.7em;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  width: 100%;
  height: 34px;
  padding: 0px;
  margin: 0px;
  border: 1px solid black;
  -moz-border-radius-bottomleft: 20px;
  -khtml-border-radius-bottomleft: 20px;
  -moz-border-radius-bottomright: 20px;
  -khtml-border-radius-bottomright: 20px;
}

#footer img {
  display: inline;
  margin-top: 2px;
}

#footer span {
  display: inline;
  margin-bottom: 5px;
  vertical-align: 6px;
}

#bottom_distance {
  width: 100%;
  height: 100px;
  border: 0px;
  margin: 0px;
}