body {
    padding: 0; margin: 0;
    margin-top: 35px;
    text-align: center;
    font-family: verdana;
}

#content ul li {
    list-style-type: disc;
    margin-top: 5px;
}

#content ol li {
    margin-top: 5px;
}

#frame {
    width: 898px;
    height: 684px;

    margin: 0 auto;
    padding: 0;

    border: 1px solid #787878;

    z-index: 1000;

    text-align: left;
}

#legal {
    position: relative;

    width: 898px;
    height: 20px;

    margin: 0 auto;
    padding: 0;

    text-align: right;

    background-color: white;
}

#legal img {
    position: absolute;
    top: 8px;
    left: 0;
}

#legal a {
    display: block;
    float: right;
    font-size: 10px;
    color: #535353;
    width: 65px;
    text-align: left;
    line-height: 31px;
}

#header {
    width: 100%;
    height: 265px;
    position: relative;

    z-index: 999;
    overflow: hidden;
}

#header_img {
    width: 100%;
    height: 100%;
}

#header img {
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
}

#header .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 25px;
    
    background-color: #e5e5e5;
    z-index: 1000;

    filter:alpha(opacity=60);
    -moz-opacity:0.6;
    -khtml-opacity: 0.6;
    opacity: 0.6;
}

#nav_main {
    width: 100%;
    height: 25px;

    overflow: hidden;

    background-color: #e5e5e5;
}

#nav_sub {
    width: 261px; /* 11px reserved for scrollbar */
    height: 394px;
    float: left;

    overflow: auto;
    position: relative;

    background: url(/img/leiste.png);
}

#logo {
    background-color: white;
    width: 240px;
    height: 72px;
    z-index: 100;
    text-align: center;
}

#logo img {
    margin-top: 7px;
    display: inline;
}

#content {
    /*width: 637px;
    height: 394px;
    overflow: hidden;*/

    float: right;

    width: 630px;
    height: 394px;

    background-image: url(/img/leiste_cont.png);
}

#content-wrapper {
    position: relative;
    left: 1px;
    
    width: 630;
    height: 394px;

    overflow: auto;
}

#content-width {
    text-align: left;
}

#content-width-width {
    margin-left: 40px;

    /*width: 530px;*/
    width: 530px;
    text-align: left;
}

#content_margin {
    background-color: white;
    width: 612px;
    height: 29px;
    z-index: 1000;
}

#nav_main h2 {
    font-family: verdana;
    font-size: 12px;
    font-weight: normal;
    

    margin: 0;
    padding: 0;
    padding-top: 6px;
    /*margin-left: 90px;*/

    margin-left: 90px;

    float: left;

    text-align: left;
}

#nav_sub .nav_sub_main {
    margin: 0;
    padding: 0;
    padding-left: 20px;
    margin-left: 0px;
    list-style: none;
    margin-top: 29px;
}
#nav_sub ul {
    margin: 0;
    margin-left: 10px;
    list-style: none;
    padding: 0;
}
#nav_sub ul li {
    margin: 0;
    padding: 0;
}
#nav_sub ul li a {
    line-height: 18px;
}
#nav_sub .item {
    font-family: verdana;
    font-size: 11px;
    font-weight: normal;
    color: #787878;
    margin: 0;
    padding: 0;
}

a {
    color: #787878;
    font-style: normal;
    text-decoration: none;
}




h4 {
    font-size: 11px;
}

td {
    font-size: 11px;
    color: #787878;
}

h3.headlines {
    font-weight: normal;
    text-decoration: normal;
    cursor: pointer;
    padding: 0; margin: 0;
    line-height: 18px;
    font-size: 11px;
    font-family: verdana;
    color: #787878;
    
    overflow: hidden;
    height: 18px;
    width: 210px;
}
.strcut {
    line-height: 18px;
    font-size: 11px;
    font-family: verdana;
    color: #787878;
    float: right;
}
.clr {
    clear: left;
}






/* Scroll Plugin */
div.scrollbarpaper-container
{
  position: absolute;
  z-index: 1;
  background-color: white;
}

div.scrollbarpaper-track
{
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  cursor: pointer;
  width: 10px;
  border-right: 1px solid #787878;
  border-left: 1px solid #787878;
  background-color: white;
}

div.scrollbarpaper-drag
{
  position: absolute;
  width: 100%;
  background-color: #f3f3f3; /* url(/img/drag.png) no-repeat 50% 9%;*/
  height: 30px;
  border-top: 1px solid #787878;
  border-bottom: 1px solid #787878;
}

div.scrollbarpaper-drag-top
{
  position: absolute;
  top: 0;
  width: 100%;
}

.scrollbarpaper-drag-top-arrow {
    position: absolute;
    top: 0;
}
.scrollbarpaper-drag-bottom-arrow {
    position: absolute;
    bottom: 0;
}

div.scrollbarpaper-drag-bottom
{
  position: absolute;
  bottom: 0;
  width: 100%;
}
#content .scrollbarpaper-visible
{
    
}



#nav_main .nav_i_praxis a:hover{
    color: #ffa619;
}

#nav_main .nav_i_philosophie a:hover {
    color: #bcc6d2;
}

#nav_main .nav_i_leistungen a:hover {
    color: #d20072;
}

#nav_main .nav_i_news a:hover {
    color: #ffa619;
}

#nav_main .nav_i_patienten a:hover {
    color: #b1c800;
}

#nav_main .nav_i_praxis a:hover {
    color: #ffa619;
}

#nav_main .nav_i_team a:hover{
    color: #b1c800;
}
