/*
div#main
{
  background-image:url('/img/background.gif');
}
*/

/*
div#titel
{
  left:12px;
  width:76px;
  height:521px;
}
*/

div#titel
{
  left:0px;
  width:88px;
  height:648px;
}


/*  ################################### INHALT ############################################ */
div.contentBlock
{
  position:relative;
  top:0;
  left:0;
  width:auto;
  height:auto;
  min-height:114px;
  margin-bottom:6px;
  padding:0px 0 12px 172px;  /* Platz für den Kasten links */
  background-color:transparent;
  overflow:auto;
}

div.contentLeft
{
  /* i.d.R. ein Bild */
  position:absolute;
  top:0;
  left:0;
  width:154px;
  height:116px;
  border:0px none;

  text-align:center;
  vertical-align:middle;
  padding:0;
  margin:0;
  overflow:hidden;
}

div.contentLeft img
{
  float:none;
  margin:0;
  padding:0;
  border:1px solid rgb(110,203,243);
}

