#container {
	   background-image: url("images/hintergrund_startseite.png");
	   background-repeat: repeat;
	   background-position: left;
	   background-size: cover;
	   }

	#content table#angebot {
			       width: 90%;
			       height: 250px;
			       margin-left: auto;
			       margin-right: auto;
			       text-align: center;
			       table-layout: fixed;
			       }

		#content table#angebot tr th {
					     font-size: 16px;
					     }

		#content table#angebot tr td#angebot_bild {
							  padding-right: 0.2em;
							  text-align: right;
							  max-height: 300px;
							  }

		#content table#angebot tr td#angebot_bild img {
							      height: auto;
							      max-height: 98%;
							      max-width: 98%;
							      }

		#content table#angebot tr td#angebot_text {
							  padding-left: 0.2em;
							  text-align: left;
							  vertical-align: top;
							  }

			#content table#angebot tr td#angebot_text p {
								    margin-left: 25%;
								    margin-right: 25%;
								    text-align: justify;
								    }

		#content table#angebot tr td#angebot_bild_2 {
							    padding-left: 0.2em;
							    text-align: left;
							    max-height: 300px;
							    }

		#content table#angebot tr td#angebot_bild_2 img {
							        height: auto;
							        max-height: 98%;
							        max-width: 98%;
							        }

		#content table#angebot tr td#angebot_text_2 {
							    padding-right: 0.2em;
							    text-align: right;
							    vertical-align: top;
							    }

			#content table#angebot tr td#angebot_text_2 p {
								      margin-left: 25%;
								      margin-right: 25%;
								      text-align: justify;
								      }

		#content table#angebot tr td#platzhalter {
							 height: 0.1em;
							 }

	#content hr {
		    width: 90%;
		    height: 0.1em;
		    color: rgb(0,0,0);
		    background-color: rgb(200,200,200);
		    }