body{
  padding: 0; margin: 0px;

  font-size: 11pt;
  font-family: Verdana, Arial, Times New Roman;
  color: #1e5b9a;

  background-color: #a0a0a0;
  overflow: hidden;
}
.clear{
  clear: both;
}

a{
  color: #1e5b9a;
}
a:hover{
  color: #1e5b9a;
  text-decoration: none;
}

div#all{
  width: 1066px;
  margin: 0 auto;
}

div#bild{
  background-image: url("xxbild1.png");
  height: 212px;
}

div#head{
  width: 850px;
  height: 28px;
  background-image: url("head.png");
  padding-left: 216px;
  padding-top: 184px;
}
div#foot{
  width: 1066px;
  height: 22px;
  background-image: url("foot.png");

  position: absolute;
  bottom: 0;
}
div#navi{
  background-image: url("navi.png");
  width: 176px;
  float: left;

  min-height: 230px;
  position: absolute;
  bottom: 22px; top: 212px;
}
  div#navi a{
    display: block;
    background-image: url("navi_1.png");
    width: 127px; height: 31px;
    color: #f5ca00;
    font-weight: bold;
    text-decoration: none;
    font-size: 16px;
    padding-left: 17px;
    padding-top: 7px;
    margin-left: 35px;
  }
  div#navi a:hover{
    background-image: url("navi_1_2.png");
    width: 126px; height: 30px;
    padding-left: 18px;
    padding-top: 8px;
  }
div#content{
  width: 740px;
  margin-left: 176px;
  background-image: url("content.png");
  padding: 10px 110px 10px 40px;

  min-height: 230px;
  position: absolute;
  bottom: 22px; top: 212px;
}
div#content2{
  overflow: auto;

  width: 770px; min-height: 230px;
  position: absolute;
  bottom: 10px; top: 10px;
}

div#meisterbaecker{
  background-image: url("meisterbaecker.png");
  width: 132px; height: 79px;
  position: absolute; bottom: 35px;
}

div#navi2 {
}
div#navi2 a .naviobenlinks {
  background-image: url("navi_2_1.png");
  width: 10px;
  height: 27px;
  float: left;
}
div#navi2 a:hover .naviobenlinks {
  background-image: url("navi_2_1_1.png");
  width: 9px;
}

div#navi2 a .navioben{
  background-image: url("navi_2_2.png");
  min-width: 10px; height: 24px;
  font-weight: bold;
  text-decoration: none;
  font-size: 10px;
  padding-top: 3px;
  float: left;
}

div#navi2 a:hover .navioben{
  background-image: url("navi_2_2_1.png");
  height: 23px;
  padding-top: 4px;
  padding-left: 1px;
}


div#navi2 a .naviobenrechts {
  background-image: url("navi_2_3.png");
  background-repeat: no-repeat;
  width: 10px;
  height: 27px;
  float: left;
}

div#navi2 a:hover .naviobenrechts {
  background-image: url("navi_2_3_1.png");
  background-repeat: no-repeat;
  width: 10px;
  height: 27px;
  float: left;
}

#ticker_div{
	width: 150px; min-height: 200px;
	margin-left: 1000px;

	position: absolute;
	top: 212px;

	border: dashed 1px #E0E0E0;
	background-color: #D7D7D7;
	color: #A4A4F7;
	cursor: pointer;
}
	*html #ticker_div{
		margin-top: 0;
	}
	#ticker_div a{
		color: #A4A4F7;
		text-decoration: none;
	}
