/*******************************************
 * styles for the menu frame
 *******************************************/
body.left {
  background-image:url(http://www.datenschutz-bayern.de/images/nav/left.jpg);
  background-repeat:no-repeat;
  background-attachment:fixed;
}

div {
  position: absolute;
  top: 0px; 
  left: 0px; 
  right: 0px; 
  bottom: 0px;
}


h1.left {
  font-family: Verdana,Arial,sans-serif;
/*  font-size: 10pt;
  line-height: 14pt;*/
  width: 165px; /* otherwise IE does it wrong */
  font-size: 11px;
  line-height: 15px;
  text-align: left;
  font-weight: bold;
  margin-right: 10px;
  padding-right: 0px;
  margin-left: 0px;
  padding-left: 10px;
  margin-top: 8px;
  margin-bottom: 20px;
}


h2.left {
  font-family: Verdana,Arial,sans-serif;
  font-size: 8pt;
  width: 165px; /* otherwise IE does it wrong */
  line-height: 12pt;
  text-align: left;
  font-weight: normal;
  margin-right: 10px;
  padding-right: 0px;
  margin-left: 0px;
  padding-left: 10px;
  background-color: #ffffff;
  margin-top: 3px;
  margin-bottom: 1px;
  border-bottom: 1px solid #5aacfe;
}

h2.left:hover {
  background-color: transparent;
}

h3.left {
  font-family: Verdana,Arial,sans-serif;
  font-size: 8pt;
  line-height: 10pt;
  text-align: left;
  font-weight: normal;
  margin-right: 10px;
  margin-left: 0px;
  padding-left: 20px;
  margin-top: 3px;
  margin-bottom: 1px;
}

a.index {
  display: block;
  color: #5aacfe;
}
a.index:visited {
  text-decoration: none;
  color: #5aacfe;
}
a.index:link { 
  text-decoration: none;
  color: #5aacfe;
}
a.index:hover { 
  text-decoration: none;
  /*color: #5aacfe;*/
  color: #000000;
}

a.index2 {
  display: block;
  color: #000000;
}
a.index2:visited {
  text-decoration: none;
  color: #000000;
}
a.index2:link { 
  text-decoration: none;
  color: #000000;
}
a.index2:hover { 
  text-decoration: none;
  color: #000000;
}

table.index {
  margin-left: 30px;
  width: 100px;
  border-width: 0px;
}

td.index {
  text-align: center;
  width: 30px;
  border: #5aacfe 1px solid;
}

td.index:hover {
  background: #cde5fd;





