html {
 overflow-x:hidden;
 border-left: 4px solid #08F;
 border-right: 4px solid #FD6EEA;
}
header {
    margin: 0 auto;
    text-align: left;
  
    background-image: url('bgBody.png');
}
header h1 a,
header h1 a:hover {
  color: #584b3f;
  text-decoration: none;
  font-size: 30px;
  line-height: 1.5em;
  margin:0;
  padding:0;
  display: block;
  padding: 10px 18px 15px 0;
  text-align: left;
}
header h1 a:hover {
  color: #000;
}

#menuBox {
}
#menu, 
.menuFrmBox {
    width: 25%;
    list-style: none; 
    float: right;
    padding: 0 5% 0 70%;
}
section.content {
    text-align: left;
    position: relative;
    color: #584b3f;
    color:#000;
    line-height: 1.8em;
/* z-index:1001; */
/*  background-image: url('bgBody.png'); */
  padding: 0 0px;
}
.index section.content.c1 {
  background-image: url('livinggender_gross2.png');
  background-repeat: no-repeat;
  padding-left: 425px;
  
}
.menuSpace {
 height: 115px !important; 
}
section.content img {
  padding: 1.5em 0;
}

section.content img.rechts {
 float: right;
}
section.content img.links {
 float: left;
}

section.content a {
  color: #584b3f;
  font-style: normal;
}
address {
 padding-top: 2em;
 font-style:normal;
}

.wide body {
max-width: 1200px;
}

.wide th.sort {
background-image: url(sortTable_bg.gif);
background-repeat:no-repeat;
background-position: left;
}
.wide th.headerSortDown {
background-image: url(sortTable_asc.gif)
}
.wide th.headerSortUp {
background-image: url(sortTable_desc.gif)
}

div.ui-dialog {
  z-index: 5000 !important;
}