body, html {
   margin:0;
   padding:0;
   color:#000000;
   background: rgb(100%, 100%, 100%);
   font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
   font-size:92%;
}

#wrap {
   width:100%;
   margin:0 auto;
   background:#DDDDDD;
}

#header {
    background:url("/assets/images/urologie-basel.png") left 50% no-repeat rgb(100%, 100%, 100%);
    height:120px;

}

#header a {
    text-decoration:none;
    color:#000000;
    font-size:50px;
    vertical-align:middle;
    border-style-bottom:none;


}

#header a:visited {
    text-decoration:none;
    border-style-bottom:none;
}

#sidebar {
  float:left;
  width:13%;
  background:#DDDDDD;
}

#sidebar ul {
    list-style: none;
    margin:1em;
    padding:0em;
    width:90%;
}
#sidebar li {
    margin:0em;
    padding:5px;
    background:#ff8c00;
    color:#FFFFFF;
    font-size:110%;
    border-top-style:solid;
    border-top-color:#DDDDDD;
}

#sidebar a {
    color:#FFFFFF;
    text-decoration:none;
    border-bottom-style:none;
}

#sidebar a:visited {
    text-decoration:none;
}


#content {
   float:right;
   width:80%;
   background:#FFFFFF;
}

#innercontent {
   margin:15px;
}

#footer {
   clear:both;
   background:#DDDDDD;
   text-align:center;
}



hr.hide {
    display: none;
}

.mitarbeiter {
    clear:left;
}

.mitarbeiter img {
    display:inline;
    margin-right:2em;
    margin-bottom:1em;
    float:left;
}

h3 {
   clear:left;
   border-bottom:1px solid;
   color:#A65B00;
}
