body {
  background:				#F1C980;
}

* {
  margin:					0px;
  padding:					0px;
}

#outer {
  width:					770px;
  height:					500px;
  position:					absolute;
  left:						50%;
  top:						50%;
  margin:					-250px 0px 0px -375px;
  background:				#ffffff url("img/bg.jpg") top left no-repeat;
}

#logo {
  position:					absolute;
  left:						0px;
  top:						0px;
  z-index:					2;
}

#menu {
  width:					610px;
  height:					50px;
  position:					absolute;
  left:						160px;
  top:						55px;
  z-index:					1;
}

#Level1 {
  font-size:				12px;
  height:					16px;
  background:				#FEF3E2;
  border-bottom:			2px solid #D13943;
  text-align:				left;
  padding:					3px 0px 2px 22px;
}
#Level1 a {
  color:					#D13943;
  text-decoration:			none;
  margin:					0px 7px 0px 0px;
}
#Level1 a:hover {
  color:					#000000;
}
#Level1 a.act {
  color:					#000000;
  font-style:				italic;
}

#Level2 {
  font-size:				12px;
  height:					18px;
  text-align:				left;
  padding:					4px 0px 0px 22px;
}
#Level2 a {
  color:					#D13943;
  text-decoration:			none;
  margin:					0px 10px 0px 0px;
}
#Level2 a:hover {
  color:					#000000;
}
#Level2 a.act {
  color:					#000000;
  font-style:				italic;
}

#headline {
  width:					535px;
  height:					75px;
  position:					absolute;
  left:						165px;
  top:						110px;
}

#content {
  width:					420px;
  height:					315px;
  position:					absolute;
  left:						130px;
  bottom:					0px;
}

#image {
  width:					184px;
  height:					164px;
  position:					absolute;
  right:					0px;
  bottom:					0px;
}

#imprint {
  position:					absolute;
  bottom:					5px;
  left:						5px;
}
#imprint a {
  font-size:				12px;
  color:					#D13943;
  text-decoration:			none;
}

/*
#############################################
# Textformatierung
#############################################
*/

h1 {
  font-family:				'Times New Roman', serif;
  color:					#D13943;
  font-style:				italic;
  font-size:				27px;
}
h1 small {
  font-size:				18px;
}

table.imgTbl {
  width:					100%;
  margin-bottom:			10px;
}
table.imgTbl td {
  width:					50%;
}
table.imgTbl img {
  border:					1px solid #D13943;
}

#content {
  font-family:				Arial, sans-serif;
}
#content p {
  font-size:				12px;
  margin-bottom:			7px;
}
#content p a {
  color:					#D13943;
  text-decoration:			none;
}

#content table.offer {
  width:					100%;
}
#content table.offer td {
  padding-bottom:			10px;
}
#content table td {
  font-size:				12px;
}
#content table td.price {
  width:					50px;
  vertical-align:			bottom;
  text-align:					right;
}
