#teaser{
	background-image: url("../bilder/teaser_home_01.png");   
	background-repeat: no-repeat;
	width: 325px;
    height: 245px;
}


#mainmenu {
  background-color: #FFF;
}
#content {
	margin-top: 45px;
}
p.titel1 {
  /* color: #464E52; */
	margin-bottom: 20px;
}
p.text1 {
	font-size: 12px;
	margin-bottom: 20px;
}
p.titel2 {
	/* color: #464E52; */
	margin-bottom: 10px;
}

p.text2 {
	font-size: 12px;
}
/* Menueebene 2 */
/******************************************************************************/
div.menu2 {
	color: #464E52;
}
span.menuitem2 {
  padding-left:           10px;
  border-bottom:          solid 1px #fff;
  vertical-align:         bottom;
  padding-top:            2px;
  padding-bottom:         2px;
  float: left;
}
span.menuitem2:hover {
  cursor: pointer;
}
span.menuitem2aktiv {
    color:                  #464E52;
    padding-left:           10px;
    padding-top:            2px;
    padding-bottom:         2px;
    border-bottom:          solid 1px #fff;
    vertical-align:         bottom;
  float: left;
}
span.menuitem2aktiv:hover {
  cursor: pointer;
}

a.menuitem2 {
    font-family:            verdana,arial,sans-serif;
    color:                  #464E52;     /* __SCHRIFT2 */
    font-size:              12px;
    text-decoration:        none;
    vertical-align:         middle;
}

a.menuitem2aktiv {
    font-family:            verdana,arial,sans-serif;
    color:                  #464E52;     /* __SCHRIFT5 */
    font-size:              12px;
    text-decoration:        none;
}
/* Menueebene 3 */
/******************************************************************************/
p.menuitem3 {
  cursor: pointer;
  color: #464E52;
}
p.menuitem3_hover {
  cursor: pointer;
  background-color: #CCC;
}
p.menuitem3aktiv {
  padding: 2px 0px 2px 8px;
  background-color: #ccc;
  font-size: 11px;
  font-weight: bold;
  color: #FFF;
}

p.menuitem4 {
  cursor: pointer;
  color: #3580CE;
}

/* Sidebox (links) ************************************************************/
td.sidebox_top {
  height: 27px;
  background-image: url(../bilder/box_head_grau.png);
  background-repeat: no-repeat;
  padding: 0px 10px 5px 10px;
  vertical-align: bottom;
  font-weight: bold;
  color: #FFF;
}


div.area {
  margin-top: 20px;
  background-color: #dddbce;	
  padding: 5px;
  color: #FFF;
}