

/* Wrapper - Umgibt alles */

#wrapper {
	position: relative;
	width: 945px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#maintable {
	display: block;
	background: white;
	table-layout: fixed;
	width: 945px;
}

#maintable td {
	vertical-align: top;
}

/* Content-Bereich */
#menuleft
  {
    width: 160px;
    padding: 0px;
    /*background: url('/img/tusse_links.jpg') no-repeat bottom #ffffff;*/
    /*background: url('/img/alm_links.jpg') no-repeat bottom #ffffff;*/
  }



#pagecontent
  {
	background: #fff;
	padding: 0;
  	overflow: hidden;
  }

td.widecontent
  {
  	width: 725px;
  }	

td.narrowcontent
  {
  	width: 555px;
  }	

#contentright
  {
    width: 190px;
    padding: 0px;
    padding-top: 10px;
    overflow: hidden;
  }




/* Fuss der Seite */

#bodytrenner
  {
  	clear: left;
    background-color: #ffffff;
    border-bottom: 0px none black;
    padding: 10px;
  }
  
#contentfuss
  {
  	padding: 30px 0 50px 0;
    text-align: center;
    color: white;
    font-size: 10px;
  }

#contentfuss A {
	color: white;
}
