body {
  background-image: url(./bg.png);
  background-repeat: repeat-y;
  
}

div {
  font-family: Arial;
  font-size: 10pt;
  text-align: justify;
}


#layout_main {

  border: 1px red solid;
}

#layout_left {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 200px;
  height: 100%;
  background-color: black;
}

#layout_right {
  position: absolute;
  top: 0px;
  left: 200px;
  width: 600px;
/*  border: 1px red solid;*/
}

#layout_image {
  border-bottom: 1px white solid;
  text-align: right;
}

#layout_menu {
  width:100%;
  
}

.layout_menuitem  {
  width:100%;
  border-bottom: 1px white solid;
  color: white;
  text-align: right;
  padding-right: 5px;
}

.layout_menuact  {
  width:100%;
  border-bottom: 1px white solid;
  color: white;
  font-weight: bold;
  text-align: right;
  padding-right: 5px;
}

.layout_menuitem a {
  color: white;
  text-decoration: none;
  text-align: right;
  padding-right: 5px;
}

.layout_menuact a {
  color: white;
  text-decoration: none;
  font-weight: bold;
  text-align: right;
  padding-right: 5px;
}

.layout_menuitem a:hover {
  color: silver;
  text-decoration: none;
}

.layout_menuact a:hover {
  color: silver;
  text-decoration: none;
  font-weight: bold;
}

#layout_border {

}

#layout_header {
  height: 180px;
  width: 600px;
/*  background-color: black;*/
  background-image: url(./petri-head.jpg);
  text-align: right;
  vertical-align: bottom;
  font-size: 18pt;
  color: white;
  font-weight: bold;
}

#layout_header table, #layout_header td {
  witdh: 100%;
  height: 100%;
  text-align: right;
  vertical-align: bottom;
  font-size: 18pt;
  color: white;
  font-weight: bold;
  
}

#layout_center {
  width: 600px:
  border: 1px red solid;
  padding-left: 5px;

}

#layout_footer {
  width: 600px:
  border: 1px red solid;

}

td {
  vertical-align: top;
}

.csc-textpic-caption {
  font-size: 8pt;
}

.gb_top {
  background-color: black;
  color: white;
  font-weight: bold;
  
}

.gb_left {
  background-color: silver;
  color: white;
  width: 150px;
  font-size: 8pt;
}

.gb_right {
  
}

.gb_content {
  width: 100%;
}

.gb_viertel {
  width: 25%;
  text-align: right;
}

.gb_halb {
  width: 50%;
  text-align: left
}

.gb_dreiviertel {
  width: 75%;
}

.tx-guestbook-form-inputfield-med {
  width: 150px;
}
.tx-guestbook-form-textarea {
  height: 50px;
  width: 450px;
}

h1 {
  font-size: 14pt;
  color: black;
}

h2 {
  font-size: 12pt;
  color: black;
}

a {
  color: red;
  text-decoration: none;
}

a:hover {
  color: darkred;
  text-decoration: none;
}