@charset "UTF-8";
/* CSS Document */
/* Definitionen für die Startseite */
/* Bezug ist #hauptinhalt mit position:relativ */
#b1 {
	/*Bild auf der Startseite */
	position:absolute;
	top:51px;
	left:458px;
	width:289px;
	height:200px;
	z-index:1;
	background-image: url(../img/fhj_segel_gesamt.jpg);
	border:1px solid #F30;
}
#v1 {
	/* Vignette auf der Startseite */ 
/*	  <img src="00_res/02_img/vignette_profil.gif" alt="Vignette einer Menschengruppe" width="135" height="73" class="float_right"  />
*/	
	position:absolute;
	bottom:0px;
	right:0px;
	width:135px;
	height:73px;
	z-index:2;
	background-image:url(../../00_res/02_img/vignette_profil.gif);
}