#inhalttipps {
	width:590px;
	height: 1600px;
	margin-left:130px;
	padding:30px 70px 30px 110px;
	background-color: #ffffff;
        
        }
		
#inhalttipps img{
	border: 1px solid #000000;
	}

#linkskiste{ /*wird grad nicht verwendet*/
	float:left;
	width: 150px;
	height:800px;
}

#rechtskiste{
	float:right;
	width: 150px;
	height:800px;
}

#bilderrahmen{
	padding: 9px;
	background-color: #ffffff;
	border: 1px solid #666;
	}

/*-------------------linke spalte------------------------------*/
ul#links { /* der linke Kasten*/
  float: left;
  line-height:15px;
  margin-left: -20px;
  width: 150px;
  height: 102px;
  background: transparent;
  list-style: none;
  font-size:12px;
  }
 
ul#links li {
  list-style: none;
  width: 100%;
}

ul#links li a {
  color: #568496;
  text-decoration: none;
}

ul#links li a:hover {
}

ul#links li#active a {
}

ul#links li#activesub a {
padding: 0 0 0 30px;
}

ul#links li ul.sub {
  display: none;
  position: absolute;
  top: 0px;
  left: 236px;/*for ie*/
  margin: 0;
  padding-top: 10px;
  color: #568496;
  background-color: #FFFFFF; /*!!!!!*/
  filter: alpha(opacity=60);
  opacity: 0.8; /*dieser wert verndert, wie durchscheinend der rechte kasten ist. je weniger desto transparenter*/
  width: 150px;
  height:300px;
}

ul#links li>ul.sub {/*der kasten rechts, der bei mouseover aufklappt*/
  display: none;
  position:relative;/*richtet zwar am screenshot aus, aber der nchste springt dann*/
  top:-102px;
  left: 160px;/*for others*/
  margin: 0px;
  padding: 10px;
  color: #000000;
  background: #99ccff; /*!!!!!*/
  width: 270px;
  height:82px;
}


ul#links li.over ul , ul#links li:hover ul.sub {
  display: block;
}

ul#links li ul.sub li {
  margin: 0;
  padding: 0;
  display: inline;
}

ul#links li ul.sub li a {
  margin: 0;
  padding: 0 0 0 20px;
  display: block;
  color: #568496;
  background: #FFFFFF;
}

ul#links li ul.sub li a:hover {
  padding: 0 0 0 30px;
}




/*----------------------------------rechte Spalte----------------------------------------*/
ul#rechts { /* der rechte Kasten*/
  float: left;
  line-height:15px;
  margin-left: 0px;
  width: 150px;
  height: 102px;
  background: transparent;
  list-style: none;
  font-size:12px;
  }

ul#rechts li {
  list-style: none;
  width: 100%;
}

ul#rechts li a {
  color: #568496;
  text-decoration: none;
}

ul#rechts li a:hover {
}

ul#rechts li#active a {
}

ul#rechts li#activesub a {
padding: 0 0 0 30px;
}

ul#rechts li ul.sub {
  display: none;
  position: absolute;
  top: 0px;
  left: 236px;/*for ie*/
  margin: 0;
  padding-top: 10px;
  color: #568496;
  background-color: #ffffff; /*!!!!!*/
  filter: alpha(opacity=60);
  opacity: 0.8; /*dieser wert verndert, wie durchscheinend der rechte kasten ist. je weniger desto transparenter*/
  width: 150px;
  height:300px;
}

ul#rechts li>ul.sub {/*der kasten rechts, der bei mouseover aufklappt*/
  display: none;
  position:relative;/*richtet zwar am screenshot aus, aber der nchste springt dann*/
  top:-102px;
  left: -300px;/*for others*/
  margin: 0px;
  padding: 10px;
  color: #000000; /*schriftfarbe der linkbeschreibung*/
  background: #99ccff; /*!!!!!*/
  width: 270px;
  height:82px;
}


ul#rechts li.over ul , ul#rechts li:hover ul.sub {
  display: block;
}

ul#rechts li ul.sub li {
  margin: 0;
  padding: 0;
  display: inline;
}

ul#rechts li ul.sub li a {
  margin: 0;
  padding: 0 0 0 20px;
  display: block;
  color: #568496;
  background: #FFFFFF;
}

ul#rechts li ul.sub li a:hover {
  padding: 0 0 0 30px;
}

