body
{
    font-family: Verdana, Arial;
    font-size:12px;
    background-color:#D3D3D3;
    text-align:center;
    margin-left : 10%;
    margin-right: 10%;

}

h1 {font-size:22px;color:#000000;margin:0px;}
h2 {font-size:18px;color:#000000;}
h3 {font-size:14px;color:#000000;}
p {margin-top:0px;}


a:link {
  color: #000;
  font-weight: bold
}

a:hover {
  background: #e4e4e4;
  color: #000;

}

a:active {
  background: gray;
  color: #fff;
}

a:visited {
  color: #000;
  font-weight: bold
}

ul {
list-style-type: none;
/*width: 100%; /* precision for Opera */
}

/* Die Hyperlinks im Menü */
#menu a {
/*    margin: 0 2px;*/
    margin-top: 0px;
    width: 100px;
    height: 20px;
    border: 1px solid gray;
    text-decoration: none;
    color: #000;
    background: #fff;
    font-weight: normal;
}

#menu a:hover {
    background: #ccc;
    border: 1px solid gray;
  color: #000000
}

#menu a:active {
    background: gray;
    border: 1px solid gray;
    color: #fff;
}

#menu .current {
    background: gray;
    border: 1px solid #000;
    color: #fff;
}

/*  Titelzeile */
#title {
    height:40px;
    padding:5px;
    text-align:center;
    background-color:#336699;
    width: 740px;
    border-left:1px solid #000000;
    border-right:1px solid #000000;
    border-top:1px solid #000000;
  }

/*  Menüzeile */
#menu {
    text-align: center;
    color: #000000;
    padding-top:5px;
    padding-bottom:5px;
    padding-right:10px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    background-color: #F3AA00;
    width: 740px;
    border-left:1px solid #000000;
    border-right:1px solid #000000;
}

/* Der Inhalt */
#content {
    border-bottom:1px solid #000000;
    border-left:1px solid #000000;
    border-right:1px solid #000000;
    background-color:#D3D3D3;
    padding:5px;
    color:#000000;
    width: 740px;
    height: 562px;
/*    overflow: auto; */
    text-align:left;
    background-image: url(images/Justitia1.jpg);
  background-repeat: no-repeat
}

/* Foto */
#foto {
     float:left;
     width:10%;
     padding-left:25px;
     height: 400px;

}
/* Menü der Arbeitsgebiete */
#gebiete {
/*     float:left; */
     width:500px;
     margin-left:220px;
/*     margin-top:5px; */
     height: 560px;
     overflow: auto;

}

