body {
	height: 100%;
	width:100%;
	background-color:#ffffff;
	background-image: url("images/bg.jpg");
	background-position:top;
	background-repeat:repeat-x;
	margin:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.5;
	color:#414C5E;
	text-align:left;
}


/*Bildwechsel Women */
  #hoverwomen a {
    background: url(images/fpwomen_hover.jpg) no-repeat;
    display:block; width:156px; /* Linkbereich begrenzen */
  }
  #hoverwomen img {
    display:block; width:156px; height:209px; border:0;
  }
  #hoverwomen a:hover img {
    visibility: hidden;
  }
  #hoverwomen a:hover { /* Workaround fuer IE 5.5 und 6 */
    border:0;
  }
  * html #hoverwomen a {
    margin-right:1px;
  }
  * html #hoverwomen a:hover {
    width:157px; margin-right:0; /* Workaround fuer IE 5.01 */
  }
/* END Bildwechsel Women */

/*Bildwechsel Gourmet */
  #hovergourmet a {
    background: url(images/fpgourmet_hover.jpg) no-repeat;
    display:block; width:158px; /* Linkbereich begrenzen */
  }
  #hovergourmet img {
    display:block; width:158px; height:209px; border:0;
  }
  #hovergourmet a:hover img {
    visibility: hidden;
  }
  #hovergourmet a:hover { /* Workaround fuer IE 5.5 und 6 */
    border:0;
  }
  * html #hovergourmet {
    margin-right:1px;
  }
  * html #hovergourmet a:hover {
    width:159px; margin-right:0; /* Workaround fuer IE 5.01 */
  }
/* END Bildwechsel Gourmet */

/*Bildwechsel Men */
  #hovermen a {
    background: url(images/fpmen_hover.jpg) no-repeat;
    display:block; width:159px; /* Linkbereich begrenzen */
  }
  #hovermen img {
    display:block; width:159px; height:209px; border:0;
  }
  #hovermen a:hover img {
    visibility: hidden;
  }
  #hovermen a:hover { /* Workaround fuer IE 5.5 und 6 */
    border:0;
  }
  * html #hovermen{
    margin-right:1px;
  }
  * html #hovermen a:hover {
    width:159px; margin-right:0; /* Workaround fuer IE 5.01 */
  }
/* END Bildwechsel Men */






h1 {
font-size:18px;
font-weight:bold;
margin-top:30px;
margin-bottom:20px;
}

h2 {
font-size:14px;
font-weight:bold;
margin-top:20px;
margin-bottom:0px;
}

p {
font-size:13px;
margin:0px;
text-align:justify;
}

a {
color:#414C5E;
font-weight:bold;
}

a:hover {
color:#000066;
font-weight:bold;
}

a:active {
color:#000066;
font-weight:bold;
}

a:visited {
color:#000066;
font-weight:bold;
}


