*
{
	margin: 0px;
	padding: 0px;
}
html
{
	overflow-y: scroll;
}
body
{
	font-family: Arial;
	font-size: 14px;
	background: #ffffff url(../Gfx/bg_main.gif) repeat-x left top;
	text-align: center;
	color: #000000;
	/*overflow-y: scroll*/ /*KRG: Buggy in IE7 */
}
h1
{
	font-family: Tahoma;
	font-size: 30px;
	font-weight: normal;
	color: #666666;
}
h2
{
	font-family: Tahoma;
	font-size: 20px;
	font-weight: normal;
	color: #666666;
}
h3
{
	font-family: Tahoma;
	font-size: 14px;
	font-weight: normal;
	color: #666666;
}
h4
{
	margin: 0px 0px 10px 25px;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #999999;
}
a
{
	color: #5091cd;
}
#OuterWrap
{
	margin: 0px auto 0px auto;
	background: #ffffff url(../Gfx/bg_content.gif) no-repeat center top;
	width: 979px;
	min-height: 600px;
}
#InnerWrap
{
	margin: 0px auto 0px auto;
	width: 960px;
	text-align: left;
}
#Header
{
	height: 120px;
	background: #ffffff url(../Gfx/bg_header.png) no-repeat center top;
	border-bottom: solid 1px #b7b7b7;
}
#Footer
{
	text-align: center;
	font-size: 12px;
	border-top: solid 1px #b7b7b7;
	padding: 10px 0px 50px 0px;
	margin: 11px 0px 11x 0px;
}
.BtnHome
{
	float: left;
	display: block;
	width: 500px;
	height: 110px;
}
.BtnAbout
{
	float: left;
	display: block;
	margin-left: 30px;
	background-image: url(../Gfx/btn_about.png);
	background-repeat: no-repeat;
	background-position: center 0px;
	width: 122px;
	height: 26px;
}
.BtnAbout:hover
{
	background-position: center -26px;
}
.ProductBannerFlash
{
	float: right;
}
#TopMenu
{
	padding-left: 9px;
	height: 50px;
}
.MenuButton
{
	margin: 11px 10px 0px 0px;
	display: block;
	float: left;
	background-position: center 0px;
	background-repeat: no-repeat;
	height: 28px;
}
.MenuButton:hover
{
	background-position: center -28px;
}
.MenuButton.Probiotica
{
	background-image: url(../Gfx/btn_probiotica.gif);
	width: 132px;
}
.MenuButton.Vacation
{
	background-image: url(../Gfx/btn_vacation.gif);
	width: 132px;
}
.MenuButton.Slow
{
	background-image: url(../Gfx/btn_slow.gif);
	width: 132px;
}
.MenuButton.Loose
{
	background-image: url(../Gfx/btn_loose.gif);
	width: 132px;
}
.MenuButton.Answer
{
	background-image: url(../Gfx/btn_answer.gif);
	width: 216px;
}
.QuestionWrap
{
	background-color: #eef8fd;
	padding: 6px 25px 7px 25px;
	border-bottom: solid 1px #b7b7b7;
	margin-bottom: 10px;
}
.SendTextBox
{
	width: 510px;
	height: 20px;
	border: solid 1px #cccccc;
	background: url(../Gfx/bg_textbox.gif) repeat-x left top;
	padding: 5px 0px 0px 10px;
	margin-top: 5px;
	display: block;
	float: left;
}
.SendButton
{
	display: block;
	float: left;
	margin: 5px 0px 0px 7px;
	border: none 0px;
	width: 64px;
	height: 27px;
	background-image: url(../Gfx/btn_send.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.SendButton:hover
{
	background-position: 0px -27px;
}
#ContentWrap
{
}
/* Left column */
#ContentWrap #LeftCol
{
	float: left;
	background: url(../Gfx/bg_leftcol.png) no-repeat right top;
	min-height: 451px;
	width: 650px;
	padding-right: 12px;
}
.PrintButton
{
	display: block;
	font-size: 12px;
	background: url(../Gfx/icon_print.gif) no-repeat 1px 1px;
	padding-left: 25px;
	height: 22px;
	line-height: 22px;
	text-decoration: none;
	color: #676767;
	float: right;
	margin-right: 10px;
}
.ArticleTeaser
{
	font-family: Tahoma;
	color: #666666;
	font-size: 14px;
	font-weight: bold;
	margin: 12px 25px 12px 25px;
}
#ContentWrap #LeftCol h1
{
	float: left;
	margin-left: 25px;
	max-width: 535px;
}
.YouTubePlayer
{
	background: url(../Gfx/bg_youtube.gif) no-repeat center top;
	width: 620px;
	height: 340px;
	padding: 10px;
	margin-left: 11px;
}
.MovieInfo
{
	color: #666666;
	font-size: 12px;
	margin: 2px 25px 15px 25px;
}
.ArticleBody
{
	margin: 0px 25px 0px 25px;
	padding-bottom: 30px;
}
/* Category list */
.CategoryListWrap
{
	margin: 20px 0px 0px 5px;
}
.CategoryListItem
{	
	float: left;
	margin: 0px 0px 0px 19px;
	width: 196px;
	font-size: 12px;
	min-height: 220px;
}
.CategoryListItem .ImageArea
{
	position: relative;
	width: 194px;
	height: 108px;
}
.CategoryListItem .ImageArea img
{
	border: solid 1px #a3a3a3;
	width: 194px;
	height: 108px;
	display: block;
}
.CategoryListItem .ImageArea .PlayOverlay
{
	cursor: pointer;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 194px;
	height: 108px;
	background-image: url(../Gfx/play_big.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.CategoryListItem .ImageArea .PlayOverlay:hover
{
	background-position: 0px -108px;
}
.CategoryListItem h3
{
	margin: 5px 0px 3px 0px;
}
.ArticleListWrap
{
	background-color: #eef8fd;
	width: 660px;
}
.ArticleListWrap h3,
.ArticleListWrap .ArticleTeaser
{
}
.ArticleListWrap .TopHeader
{
	margin: 0px 10px 0px 25px;
	padding: 15px 0px 5px 0px;
	border-bottom: solid 1px #b2b5b7;
	color: #999999;
	font-family: Tahoma;
	font-size: 12px;
}
.ArticleListWrap h1
{
	margin: 10px 0px 0px 25px;
}
.ArticleListWrap .List
{
	margin: 0px 0px 0px 5px;
}
/* Right column classes */
#ContentWrap #RightCol
{
	float: left;
	padding: 0px 0px 0px 8px;
}
.TopListHeader
{
	border-bottom: solid 1px #a3a3a3;
}
.TopListItem
{
	position: relative;
	margin-top: 17px;
	width: 290px;
	overflow: hidden;
}
.TopListItem .ImageContent
{
	float: left;
	width: 98px;
	height: 54px;
	margin-top: 3px;
}
.TopListItem img
{
	display: block;
	float: left;
	border: solid 1px #cccccc;
	width: 100px;
	height: 56px;
}
.TopListItem .PlayOverlay
{
	cursor: pointer;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100px;
	height: 56px;
	background-image: url(../Gfx/play_small.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.TopListItem .PlayOverlay:hover
{
	background-position: 0px -56px;
}
.TopListItem .TextContent
{
	float: left;
	width: 170px;
	margin: 0px 10px 0px 10px;
	font-size: 12px;
}
.TopListItem .TextContent div
{
	line-height: 14px;
}
.AttachementWrap
{
	margin: 0px 0px 0px 25px;
}
.AttachementWrap h2
{
	margin: 30px 0px 15px 0px;
}
.AttachementWrap span
{
	color: #666666;
}
.ContactWrap
{
	margin: 0px 0px 30px 25px;
	color: #666666;
}
.ContactWrap h2
{
	margin: 20px 0px 15px 0px;
}
.ContactWrap .Address
{}
.ContactWrap .PhoneEmail
{}
/* General classes */
.ClearBoth
{
	clear: both;
}
@media print
{
	#Header,
	#TopMenu,
	.QuestionWrap,
	#RightCol
	{
		display: none;
	}
	#LeftCol
	{
		display: block;
	}
}
