


body{background:#C4A885;
	background-image:url(http://www.mein-schwein.ch/bilder/hintergrund4.gif);
	background-repeat:repeat;
	font-family:"europa";
	font-weight:400;
	font-style:normal;
	font-size:20px;
	line-height:1.8em;
	position:relative;
	}
	
	
a:link{color:#000000;
	text-decoration: none;}
a:visited{color:#000000;
	text-decoration: none;}
a:active, a:focus{color:#000000;
	text-decoration: underline;}
a:hover:{color:#000000;
	text-decoration: underline;}
	
a img, :link img, :visited img {
	border:none;
}



#grundbox {
	float:left;
	width:900px;
	height:1400px;
	overflow:auto;
	position:absolute;
	visibility:visible;
	z-index:10;
	left: 50%;
	margin-left:-500px;
	padding-left:50px;
	padding-top:20px;
	padding-right:50px;
	padding-bottom:20px;
	}
	
	
	
#menu {
	height:176px;
	visibility:visible;
	z-index:2;
	position:relative;
	top:20px;
	}


ul#navigation{
	margin:0;
	padding:0;
	border:0;
	}
	
ul#navigation li {
	display:inline;
	border:none;
	margin-right:30px;
	border:0;
}


#jetzt-bestellen {
	overflow:visible;
	z-index:3;
	position:absolute;
	top:0px;
	right:25px;
	border:0px;
}

#inhalt {
	position:relative;
	top:50px;
}


#kapitel{
	position:relative;
	margin-top:60px;
}

#kapitel-inhalt {
	position:relative;
	top:20px;
	
}

#kapitel-titel-links {
	position:relative;
	left:0px;
	top:20px;
}

#kapitel-titel-rechts {
	position:relative;
	left:470px;
	top:20px;
	width:200px;
}




#inhalt-rechts {
	position:relative;
	left:470px;
	width:430px;
	top:0px;
	
}

#inhalt-links {
	position:relative;
	left:0px;
	width:430px;
	top:0px;
	
}

#form {
	background-color:transparent;
	border-style:none none dotted none;
	font-size:15pt;
	font-family:Arial;
	
}






/* Bilder anstatt Radio Buttons für Auswahl:
Auswahl ist transparent, Ausgwähltes opak  */

.bf-anteil-selector input{
    margin:0;padding:0;
    -webkit-appearance:none;
       -moz-appearance:none;
        -ms-appearance:none;
         -o-appearance:none;
            appearance:none;
}
.viertel{background-image:url(http://www.mein-schwein.ch/bilder/viertel-01.png);}
.halbes{background-image:url(http://www.mein-schwein.ch/bilder/halbes-01.png);}
.ganzes{background-image:url(http://www.mein-schwein.ch/bilder/ganzes-01.png);}

.bf-anteil-selector input:active +.bf-anteil{opacity: .9;}
.bf-anteil-selector input:checked +.bf-anteil{
    -webkit-filter: none;
       -moz-filter: none;
        -ms-filter: none;
         -o-filter: none;
            filter: none;
}
.bf-anteil{
    cursor:pointer;
    background-size:contain;
    background-repeat:no-repeat;
    display:inline-block;
    width:80px;height:22px;
    -webkit-transition: all 100ms ease-in;
       -moz-transition: all 100ms ease-in;
        -ms-transition: all 100ms ease-in;
         -o-transition: all 100ms ease-in;
            transition: all 100ms ease-in;


    -webkit-filter: brightness(1.8) grayscale(0.1) opacity(.4);
       -moz-filter: brightness(1.8) grayscale(0.1) opacity(.4);
        -ms-filter: brightness(1.8) grayscale(0.1) opacity(.4);
         -o-filter: brightness(1.8) grayscale(0.1) opacity(.4);
            filter: brightness(1.8) grayscale(0.1) opacity(.4);
}
.bf-anteil:hover{
    -webkit-filter: brightness(1) grayscale(.1) opacity(.6);
       -moz-filter: brightness(1) grayscale(.1) opacity(.6);
        -ms-filter: brightness(1) grayscale(.1) opacity(.6);
         -o-filter: brightness(1) grayscale(.1) opacity(.6);
            filter: brightness(1) grayscale(.1) opacity(.6);
}











