body
{
  text-align: center;
  background-color: White;
  font-family: Helvetica,Arial,sans-serif;
}
img
{
  border: 0;
}

#container
{
  width: 960px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  background-color: #FFFFFF;
  padding: 5px;
  border: 1px solid gray;
}

#content
{
  font-size: 15px;
  float: left;
  width: 720px;
  margin: 5px;
  padding: 10px;
  background-color: #F0F0F0;
  border: 1px solid gray;
}
* html #content
{
  width: 740px;
}
#content a
{
  color:#000000;
}
#content h1
{
  font-size: 19px;
  padding-top: 5px;
  margin-top: 1px;
  padding-bottom: 1px;
  margin-bottom: 10px;
}
#content h2
{
  font-size: 16px;
  padding-top: 5px;
  margin-top: 1px;
  padding-bottom: 1px;
  margin-bottom: 10px;
}
#content hr
{
  background-color: #AAAAAA;
  height: 2px;
  border: 1px solid #AAAAAA;
}
#content table
{
  border-spacing: 10px;
}
#content table tr td
{
  vertical-align: top;
}
#footer
{
  font-size: 14px;
  clear: both;
  margin: 7px;
  margin-left: 207px;
  width: 730px;
  padding: 5px;
  background-color: #F5F5DC; /*#B0C4DE;*/
  border: 1px solid gray;
}
#footer a
{
  color: #000000;
}
#footer table
{
  width: 728px;
}
#header
{
  float: none;
  width: 932px;
  height: 85px;
  margin: 5px;
  padding: 5px;
  background-color: #F5F5DC;
  border: 1px solid gray;
}
* html #header
{
  width: 942px;
}
#header h1
{
  font-size: 37px;
  padding-top: 5px;
  margin-top: 1px;
  padding-bottom: 1px;
  margin-bottom: 1px;
}
#header table
{
  text-align: center;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#menu
{
  float: left;
  width: 180px;
  height: auto;
  margin: 5px;
  padding: 5px;
  border: 1px solid gray;
  background-color: #F5F5DC;
}

#menu ul
{
margin: 0;
padding: 0;
list-style-type: none;
width: 180px; /* Main Menu Item widths */
font-size: 13px;
font-weight: bold;
border-bottom: 1px solid #ccc;
}

#menu ul li
{
position: relative;
}

/* Top level menu links style */
#menu ul li a
{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: white;
text-decoration: none;
padding: 6px;
border: 1px solid #ccc;
border-bottom: none;
/*border-bottom: 1px solid #778;
border-right: 1px solid #778;*/
}

#menu ul li a:link, #menu ul li a:visited, #menu ul li a:active
{
  background-color: #F5F5DC; /*#B0C4DE; /*background of tabs (default state)*/
  color: black;
}

#menu ul li a:visited
{
  color: black;
}

#menu ul li a:hover
{
  background-color: #808080;
  color: white;
}

/*Sub level menu items */
#menu ul li ul
{
position: absolute;
width: 170px; /*Sub Menu Items width */
top: 0;
visibility: hidden;
}

#menu a.subfolderstyle
{
background: url(right.gif) no-repeat 97% 50%;
}

/* Holly Hack for IE \*/
* html #menu ul li
{
float: left;
height: 1%;
}
* html #menu ul li a
{
height: 1%;
}
/* End */

#navigation
{
  font-size: 15px;
  float: none;
  width: 932px;
  height: 15px;
  margin: 5px;
  padding: 5px;
  background-color: #F5F5DC;
  border: 1px solid gray;
}
* html #navigation
{
  width: 942px;
}
#pmitglieder td
{
  width: 30;
}
