body {
 color: #000000;
 font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
 background-color: #FFFFFF;
 margin: 0;
 padding: 0; }

body.pfrrmt {
 background-image: url(bckgrnd_li.png);
 background-repeat:repeat-y;
 background-position: 0px 0px;
}

body.gmlbn {
 background-image: url(bckgrnd_bl.png);
 background-repeat:repeat-y;
 background-position: 0px 0px;
}

body.nchrchtn {
 background-image: url(bckgrnd_rt.png);
 background-repeat:repeat-y;
 background-position: 0px 0px;
}

body.gschcht {
 background-image: url(bckgrnd_ge.png);
 background-repeat:repeat-y;
 background-position: 0px 0px;
}

body.lnks {
 background-image: url(bckgrnd_gr.png);
 background-repeat:repeat-y;
 background-position: 0px 0px;
}
div.csc-header{
 height: 40px;
 margin-top: 15px;
}

h1 {
 color: rgb(166, 190, 204);
 font-size: 16pt;
 line-height: 1.25em;
 margin: 0;
}

h1.csc-firstHeader {
 color: rgb(166, 190, 204);
 font-size: 16pt;
 line-height: 1.25em;
 margin: 0;
}
 
h1.titel {
 margin: 10px;
 color: black;
 font-size: 16pt; 
}

img.titel {
 right: 0px; 
 float:left;
 position:absolute;
 margin-top: 0px;
 top: 1px;
}
p.bodytext{
  margin: 0px;
}
p.titel {
 position:relative;
 top: 0px;
 padding:10px;
}
p.foot{
 margin: 8px;
 margin-top: 14px;
 font-size: 10pt;
}
a.titel{
 text-decoration: none;
 color: black;
 margin-right: 10px;
 font-weight: bold;
}
a.titel_act {
 text-decoration: none;
 color: black;
 margin-right: 10px;
 background-color: #ffffff;
 font-weight: bold;
}
a.menue {
 text-decoration: none;
 color: black;
 font-weight: bold;
}
li.menue_act {
  text-decoration: none;
  color: black;
  background-color: #ffffff;
  font-weight: bold;
}
a.foot {
 text-decoration: none;
 color: black;
}
ul {
 margin: 0px;
 margin-top: 0px;
 list-style-type: disc;
}
/* rules for IDs */
#top {
 position:fixed;
 top:0px;
 left:0px;
  background-image: url(bckgrnd_t.png);
  background-repeat: repeat-x;
 width: 100%;
 height: 100px;
 z-index: 2;
}
#s_content {
 position:absolute;
 z-index: 1;
 top: 100px;
 margin-top: 10px;
 margin-left: 0px;
 margin-right: 0px;
 padding-right: 5em;
 padding-bottom: 5em;
}
#content {
  position:absolute;
  top: 100px;
  padding-left: 10px;
  padding-bottom: 34px;
  left: 254px;
  z-index: 1;
}

#nav {
  position:absolute;
  top: 100px;
  left: 0;
  width: 250px;
  padding-left: 0px;
  padding-bottom: 34px;
  z-index: 1;
}

#bottom {
position:fixed;
left:0px;
bottom:0px;
height:34px;
width: 100%;
  background-image: url(bckgrnd_b.png);
  background-repeat: repeat-x;
  background-position: 0px 0px;
  padding:0px;
  margin:0px;
z-index: 2;
}
ul.h_menue{
    position:absolute;
    margin: 10px;
    padding: 0;
    list-style-type: none;
    left:0px;
    top:55px;
    height:25px;
    width: 100%;
    /*background-color: #d6eada;*/
    -webkit-padding-start: 0;
}
ul.h_menue li{
    display: inline;
}
ul.h_menue a{
    padding: 10px 5px 5px 5px;
}
#nav ul {
    list-style-type: none;
    margin-left: 15px;
    padding-left: 0;
    -webkit-padding-start: 0px;
}