.flash-replaced .alt {
display: block;
height: 0;
position: absolute;
overflow: hidden;
width: 0;
}

* {
  padding: 0;
  margin: 0;
}

body {
  background: #DFDEC2 url(../img/nachhilfe_bg.jpg) repeat-x top;
  color: #FFF;
  -x-system-font:none;
  font-family: verdana,sans-serif;
  font-size: 11px;
  line-height: 1.6em;
  text-align: center;
}

a, a:link, a:visited a:hover{
  color: #FFFF99;
  text-decoration:underline;
}

a img{
  border: 0 none;
}

h1, h2{
  font-size: 2.2em;
  color:#FFFFFF;
}

p {
  margin-bottom: 15px;
}

ul{
margin-left:15px;
}

#container {
  width: 830px;
  height: auto;
  margin: 0 auto;

}

#left {
  margin-top:10px;
  float:left;
  width: 208px;
  height: auto;
}

#navigation {
  width:208px;
  height:357px;
  /*background: url(../img/nav_bg.gif) no-repeat;*/
  text-align:left;
  font-family: Verdana, sans-serif;
  /*font-weight: bold;*/
  color: #FFF;
}

ul#navElements {
  margin: 0px; 
  padding-top: 25px;
}

ul#navElements li {
  font-size: 17px;
  line-height: 5px;
  list-style: none;
  margin: 0; 
  padding: 15px 0 0 19px;
}

ul#navElements a{
    width:180px;
    display:block;
	line-height: 20px;
	font-size: 16px;
    text-decoration: none; 
    color: #FFF;
  }
  
 ul#navElements a:hover {
 color: #FFFF99;
 }
  
#note {
  margin-top:10px;
  width:200px;
  height:220px;
  text-align: center;
}

#right {
  margin-top: 28px;
  float:right;
  width: 622px;
}

#tafel {
  width: 622px;
  min-height: 290px;
  padding: 0;
  margin: 0;
  text-align: left;
  background: url(../img/tafel_bg.gif) repeat-y top;
}

#tafel_top {
  height: 3px;
  width: 622px;
  padding: 0;
  margin: 0;
  overflow: hidden;
  background: url(../img/tafel_top.gif) no-repeat;
}

#lernfabrik {
  height: 77px;
  width: 616px;
  margin-left:3px;
  background: url(../img/lernfabrik.jpg) no-repeat;
}

#ct_left {
  float:left;
  height: auto;
  width: 262px;
}

#ct_right {
  float:right;
  height: auto;
  width: 262px;
}

#content {
  height: auto;
  margin-left:3px;
  padding: 0 30px 30px 30px;
}

#tafel_ftr {
  height: 31px;
  width: 622px;
  background: url(../img/tafel_ftr.jpg) no-repeat;
  text-align: right;
}

#footer {
  height: 50px;
  width: 622px;
  text-align: right;
}

#clear {
  clear:both;
}

