h1 {
	font-size: 1.5em;
	 /* color: #990000;   */
}

body {
	/* background-color: #e6e6cc;  */
	background-color: #eaede1;
	color:#767676;
	font-family: Tahoma,Geneva,sans-serif,Arial;
	font-size: 0.9em;
}

.Gartentipp
{
	clear:both;
}

.Bild
{
	
	float:left;
	margin-right:10px;
	text-align:center;
	width:180px;
	padding-top:5px;
}
.Text
{
	font-size: 14pt;
    font-family: "Titillium Web",arial,sans-serif;
	float:left;
	padding-top:5px;
	width:500px;
	text-align:justify;
}

@media (max-width: 500px) {
    .Text {
        width: 320px;
    }
}

@media (max-width: 440px) {
    .Text {
        width: 280px;
    }
}

.Spacer
{
	height:30px;
	clear:both;
}
