/*für alle Bereiche werden die Innen- und Außernabstände auf 0 gesetzt*/
body, html, #container {
  margin: 0;
  padding: 0;
}

body {
  color:#000000;
  background-color: #CCCCCC;
  text-align: center; /*Zentrierung für den IE 5.x */
  background-image:url(images/Bak009.gif);
  background-repeat:repeat;
  font-family: sans-serif;
  font-size: 12px;
  
}

img {
  border:0;
}

#container {
  width: 800px;
  height:auto;
  text-align: left;
  margin: 0 auto; /*Zentrierung für die standardkonformen Browser */
  background-color: #FFCC66;
}

#kopf {
  color: #E6DCCF;
  height:120px;
  width:800px;
  background: #FF9933 url(images/aussich_testt.jpg) no-repeat center;
  margin:0 auto;
  padding:0;
}

#container #kopf h1 {
  font-size: 36px;
  color: #FFFFFF;
  text-align: left;
}

#inhalt {
  width:auto;
  color: #000000;
  background-image:url(images/gelb.png);
  font-size: 14px;
}

#inhalt a:link {
  color:#990000;
  text-decoration:none;
  background-image:url(images/gelb.png);
}

p {
  margin: 25px 25px 0 25px;
  font-size: 12px;
  color: #000000;
}

h1 {
  color: #990000;
  margin-top: 0;
  margin-right: 25px;
  margin-bottom: 0;
  margin-left: 40px;
  padding-top: 25px;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-family: "Times New Roman", Times, serif;
  font-size: 24px;
}

#container #inhalt p {
	color: #000;
	font-size: 14px;
	margin: 20px 40px 0 40px;
}

#container #inhalt .angebot {
  font-size: 16px;
  text-align:center;
  line-height:30px;
  margin-top: 60px;
  margin-right: 60px;
  margin-bottom: 60px;
  margin-left: 100px;
}

#container #inhalt .schrift {
  font-size:24px;
  font-weight:bold;
}

#container #inhalt .Stil4 {
  font-size: 14px;
  color: #990000;
}

.h2 {
  font-size: 200%;
  font-weight: bold;
  text-transform: uppercase;
  color: #990000;
}

#container #inhalt .Stil3 {
  font-size: 14px;
  color: #990000;
  text-decoration: underline;
}

#container #inhalt .Stil4 .text {
  font-size: 14px;
  color: #990000;
}

#container #inhalt table {
  width: 100%;
  padding: 10px;
  border: 0;
}

#footer {
  width:auto;
  color: #990000;
  background-image:url(images/gelb.png);
  font-size: 14px;
  font-weight:bold;
  height: 30px;
}

#footer div {
  text-align:center;
}

#container #inhalt table tr {
  vertical-align: top;
  line-height: 1.5em;
}

/*****boxen für angebote last-minute***/
#box {
  line-height: 1.5em;
  width: 90%;
  margin-top: 40px;
  margin-left: 40px;
}
#box h3 {
	margin-bottom:5px;
}

.box1 {
  line-height: 1.5em;
  width: 90%;
  margin-top: 10px;
  margin-left: 40px;
}
#box1 h3 {
	margin-bottom:5px;
}


.box1 p img.re {
  float:right;
  padding:10px;
  margin:10px;
}

.right {
  text-align:right;
  font-weight:bold;
}

.preiswert {
  font-size: 2em;
  font-weight: 900;
}

.preis {
  font-size: 1.3em;
  font-weight: 700;
}

.ueberschrift {
  font-size: 1.2em;
  font-weight: 700;
}

.schnuppertage {
  font-size: 1.8em;
  font-weight: 900;
}

.abstand {
  margin-top: 20px;
}

#inhalt .box1 h4 {
  font-size: 1.3em;
  margin-left: 38px;
}

#inhalt .box1 ul li {
  list-style-type: none;
}

.hervorheben {
  font-size: 1.3em;
  font-weight: 700;
  color: #930;
}

.hervorhebenkl {
  font-size: 1em;
  font-weight: 700;
  color: #930;
  line-height:1.5em;
}

.bild_rechts {
  float: right;
}

.bild_links {
  float: left;
}

.td a:link, a:visited {
  color: #900;
  text-decoration: none;
}

