@charset "UTF-8";
/* CSS Document */

body {
	background-color: #497AB5;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFF;
	text-align: center;
	margin: auto;
	background-repeat: no-repeat;
	background-image: url(Pix/bgpic1.jpg);
}
#logo {
	float: left;
	height: 125px;
	width: 200px;
	font-size: 24px;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #036;
}
#header {
	background-image: url(Pix/bg.png);
	margin: auto;
	height: 125px;
	width: 850px;
	background-repeat: no-repeat;
	padding-left: 20px;
	padding-right: 30px;
}
#content {
	font-size: 12px;
	font-weight: normal;
	color: #666;
	background-image: url(Pix/bgmid.png);
	margin: auto;
	height: auto;
	width: 900px;
	background-repeat: repeat-y;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#footer {
	background-image: url(Pix/bgbottom.png);
	margin: auto;
	width: 900px;
	height: 60px;
	background-repeat: no-repeat;
}
.E {
	font-size: 60px;
	text-align: center;
}
.text {
	font-size: 11px;
	color: #333;
	text-decoration: none;
}
.ingredients {
	font-size: 10px;
	color: #333;
	text-decoration: none;
}
.lightblue {
	font-size: 11px;
	font-weight: bold;
	color: #09C;
	text-decoration: none;
}
.email {
	font-size: 14px;
	color: #FFF;
	text-decoration: none;
}
.smallE {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #039;
}
.text:hover {
	color: #333;
	text-decoration: none;
}
.logo {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #036;
}
.contexthead {
	font-size: 18px;
	color: #036;
}
.karin {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFF;
	text-decoration: none;
}
.contenttext {
	font-size: 10px;
	color: #333;
}

