/* CSS-Datei für Callofast Grundlayout */

* {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	background-image: url(images/bkg_stripe01.png);
	background-repeat:repeat-x;
	background-color: #46351d;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: white;	
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #C69200;
	margin-bottom: 10px;
	font-size: 1.3em;	
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #C69200;
	margin-bottom: 10px;
	font-size: 1em;
}

a {
	border: 0;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	color: #C69200;	
}

a:hover {
	color: #FFF;
	text-decoration: underline;
}


/* -------------------- Grundaufbau und Layout */
#wrapper {
	width: 960px;
	/* height: 860px; */
	margin: 10px auto;
	background-image:url(images/wrapper_bkg_stripe_01.png);
	background-repeat:repeat-y;
	border-radius: 5px;
	-moz-box-shadow:0px 0px 10px 3px rgba(255,255,255,0.73);
-webkit-box-shadow:0px 0px 10px 3px rgba(255,255,255,0.73);
box-shadow:0px 0px 10px 3px rgba(255,255,255,0.73);
-ms-filter:"progid:DXImageTransform.Microsoft.Glow(Color=#ffffffff,Strength=13)";
filter:progid:DXImageTransform.Microsoft.Glow(Color=#ffffffff,Strength=13);
}

#header {
	height: 400px;
	/* background-image:url(images/wrapper_bkg_huhn_03.png); */
}

#illustration {
	width: 360px;
	height: 400px;
	float: left;
	border-top-left-radius: 5px;
}

#logo {
	width: 600px;
	float: right;
	height: 160px;
	/* border-top-right-radius: 5px; */
}

#aktion {
	width: 600px;
	float: right;
	height: 160px;
	border-top-right-radius: 5px;
}

#navigation {
	width: 600px;
	float: right;
	height: 80px;
	background-image:url(images/nav_bkg.png);
}

#navigation li {
	display: inline;
	list-style-type: none;
	margin-right: 32px;
	padding-left: 25px;
	margin-top: 20px;
	color: #C69200;
}

#navigation ul {
	margin-top: 30px;	
}

#schatten {
	height: 20px;
	clear: both;
	background-image:url(images/schatten.png);
}

#content {
	min-height: 100%;
	border-bottom: 2px solid #282825;
}

#inhalt {
	height: 100%;
	width: 54%;
	float: left;
	padding: 2%;
}

#foto {
	height: 100%;
	width: 20%;
	float: left;
	margin-top: 2px;
	background-color: #FFF;
}

#news {
	height: 100%;
	width: 16%;
	float: left;
	padding: 2%;
}

#herkunft {
	height: 100px;
	/* background-color: blue; */
	clear: both;
	padding: 2%;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: none;
	border-top-color: #282825;
	border-bottom-color: #282825;
}

#text {
	height: 100%;
	width: 60%;
	float: left;
}

#shoplink {
	height: 100%;
	width: 40%;
	/* background-color: #0000ee; */
	float: left;
}

#footer {
	height: 30px;
	clear: both;
	background-color: #282825;
	padding: 2%;
	border-bottom-right-radius: 5px;
}

#servicemenu {
	height: 100%;
	width: 30%;
	float: left;
	/* background-color: #aa0000; */
}

#social {
	height: 100%;
	width: 40%;
	float: left;
	/* background-color: #cc0000; */
}

#rechtliches {
	height: 100%;
	width: 30%;
	float: left;
	/* background-color: #ff0000; */
}

/* --------------------- Sonstige Klassen */

.imgresponsive {
	max-width: 100%;
	height: auto;
	overflow: hidden;
}

.footercenter {
	text-align: center;	
	color: #C69200;	
}

.hervorhebung {
	color: #C69200;
	font-weight: bold; 	
}