body {
	margin: 0 0 0 0;
	line-height:120%;
	font:normal 12px Arial,Helvetica, Sans-serief ;
}

/*Text*/
#content, .text{
	margin-top:20px;
	font:normal 12px  Arial,Helvetica, Sans-serief ;
	color:#6A0000;
}
.header_1{
	margin:30px 0 30px 0;
	text-align:center;
	font-size: 16px;
	font-weight: bold;
	color:#6A0000;
}
.header_2 {
	margin:20px 0 0 20px;
	font-size: 14px;
	font-weight: bold;
	color:#6A0000;
}
li{
	margin: 0 0 0 -25px;
	padding: 0 0 0 5px;
}
ul {
	list-style-type: square;
}
.text {
	clear:left;
	margin: 0;
}

.text img {
	margin-bottom:10px;
}
.text a{	
	font:bold 12px Arial,Helvetica, Sans-serief;
	color:#6A0000;
	text-decoration: underline;
}
.text a:hover{
	color:#069;
}

.wetter {
        font-size: 11px;
        font-weight: bold;
        color: #6A0000
}

/* SLIDESHOW */
#slideshow {
 height:158px; /* hier Hoehe der Slideshow-Bilder angeben */
 position:absolute;
 top: 30px;
 left: 20px;
 /*z-index: 1*/
}
#slideshow img {
 display:none;
 position:absolute;
 top:0; left:0;

}
#slideshow img.start {
 display:block;

}