/* stylefile for http://www.naturheilpraxis-bauhaus-sinclair.de */
/* author: torsten mueller - torstenm@bluebottle.com */

/* basics */

* { margin: 0;
    padding: 0; }
html { height: 101% }

#container { 
             width: 964px;
             height: 1300px;
             margin-top: 0px;
             margin-left: auto;
             margin-right: auto;
             background-color: #e9e8b2;
}

body { 
       background-color: #dfedba;
       font-family: Verdana, Arial, Helvetica, sans-serif;
       font-size: 0.8em;
}

h1 { 
     font-size: 180%;
     margin-top: 150px;
     margin-left: 100px;
}
h2 { 
     margin-left: 100px;
     color: #395826;
}
p { 
    margin-left: 0px;
}

a { 
    text-decoration: none;
    font-size: 95%;
    margin-left: 30px;
    padding: 5px;
    font-weight: 600;
    color: #395826;
}

ul { 
     margin-left: 15px;
     list-style-type: disc;
}

pre { 
      font-family: Verdana, sans-serif;
      font-size: 1em;
      }
ul#li { 
        text-decoration: none; }

#header { 
          background-repeat: no-repeat;
          height: 260px;
          width: 965px;
          float: right;
          margin: 0px;
          padding: 0px;

}
ul#li a { 
          list-style-type: none;
          text-align: left;
}
#submenu ul { 
           list-style-type: none;
           text-align: left;
           }
ul { 
     list-style-type: disc;
     }
table { 
        border-collapse: separate;
        border-spacing: 3px 3px;
        font-size: 90%;
        }

td { 
     border: 1px solid green;
}
#lehrtable td { 
        border: none;
        }

#data { 
        font-size: 100%;
}

/* background images - 34 of em :) */
#content { 
          background-repeat: no-repeat;
		  min-height: 310px;
          width: 684px;
          float: right;
          margin: 0px;
          padding: 0px;
}

/* end of background images */

#menu { 
        float: left;
        width: 275px;
        margin: 0px;
        padding: 0px;
}
#menu a { 
          display: block;
          padding: 0;
          background-image: url(images/button.png);
          background-repeat: no-repeat;
          height: 38px;
          width: 150px;
          font-weight: 600;
          color: #395826;
          text-align: center;
          line-height: 48px;
         }

/* could not find a way to NOT assign a button to the submenu - beginner:) */
#submenu a { 
          background-image: url(images/button_submenu.png);
          text-align: left;
}
#person_content li { 
          list-style-type: square;}
