html {
	width:100%;
	/* Wenn height auch auf 100% ist, geht die Seite ueber den unteren Rand. */
	/* height:100%; */
	/* overflow:hidden; */
}

body {
	background-image:url(../images/hintergrund.jpg);
/*	background-attachment: fixed; */
	background-position:0px 0%;
	height:100%;
}

.alles {
	width:100%;
	height:100%;
}

.wrap {
	width:729px;
	height:100%;
	margin:0px auto 0px 257px; /* */
	background-image:url(../images/schatten_webseite2.gif);
	background-repeat:repeat-y;
}

.webseite {
	width:678px;  /* 678 + 3 + 3 */
	height:100%;
	border-right:3px solid #ffffff;
	border-left:3px solid #ffffff;
	float:left;
	background-image:url(../images/content_hintergrund.gif);
}

.header_gesamt_sommer {
	width:678px;
	height:151px;
	background-image:url(../images/kopf_hintergrund_sommer.jpg);
	background-repeat:no-repeat;
}

.header_gesamt_winter {
	width:678px;
	height:151px;
	background-image:url(../images/kopf_hintergrund_winter.jpg);
	background-repeat:no-repeat;
}

.schatten_links {
	float:left;
	width:10px;
	height:100%;
}

.schatten_rechts {
	height:100%;
	width:35px;
	float:left;
}

.content_gesamt {
	width:678px;
	height:100%;
}
/* in den Sommer/Winter gerutscht
.btns {
	height:202px;
	width:35px;
	background-image:url(../images/btns_sw_sommer.png );
} */

.sommer {

}

.winter {

}

.btn_sommer {
	/* height:202px; */
	height:101px;
	width:35px;
	/* background-image:url(../images/btns_sw_sommer.png ); */
}
.btn_winter {
	/* height:202px; */
	height:101px;
	width:35px;
	/*background-image:url(../images/btns_sw_winter.png ); */
}

.platzhalterSW {
	height:202px;
	width:35px;
}

.fusszeile_sommer {
	height:14px;
	width:100%;
	background-image:url(../images/sommer_fusszeile_hintergrund.gif);
	background-repeat:no-repeat;
}

.fusszeile_winter {
	height:14px;
	width:100%;
	background-image:url(../images/winter_fusszeile_hintergrund.gif);
	background-repeat:repeat-x;
}

.fusszeile_sommer .blume {
	background-image:url(../images/blumen_sommer.png);
	width:220px;
	height:100px;
	position:relative;
	top:-86px; /* bei 100 wirkt es wie dahinter, bei 86 liegt es direkt darauf */
	left:380px;
}

.fusszeile_winter .blume {
	background-image:url(../images/blumen_winter.png);
	width:220px;
	height:100px;
	position:relative;
	top:-86px; /* bei 100 wirkt es wie dahinter, bei 86 liegt es direkt darauf */
	left:380px;
}

/* 
.menu {
	siehe menu.css 
}
*/

 

.pfad {
	width:439px;
	height:20px;
	/* border-bottom:1px solid #333333; */ 
	float:right;
}

.pfad_innen {
	margin:10px 0 0 31px;
	color:#626262;
	font-weight:bold;
	font-size:10pt;
}

.pfad_innen a,.pfad_innen a:link,.pfad_innen a:visited,.pfad_innen a:focus,.pfad_innen a:active {
	/* margin:5px 5 */
	font-family:Times, serif;
	font-size:10pt;
	color:#626262;
	text-decoration:none;
}

.pfad_innen a:hover {
	color:#ffd800;
	text-decoration:none;
}

.pfad_innen .bull {
	font-weight:normal;
	color:#626262;
	
}

.content_spalte {
	width:439px;
	height:100%;
	float:right;
}

.content_innen {
	width:399px;
	height:100%;
	margin:20px 20px 20px 20px;
}

/* IE6 only */
* html .content_innen {
	width:399px;
	height:100%;
	margin:15px 15px 15px 15px;
}


.content_flowerpower{ /* Luft schaffen fuer die Blume, nicht dass sie (zu sehr) das Menu ueberdeckt */
	height:50px;
	width:439px;
}

.header_rootlink {
	width:240px;
	height:150px;
}

.rootLinkImg {
	width:240px;
	height:150px;
}
