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

body {
	margin: 0px;
	padding: 0px;
	background-color: #000000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 76%;
	color: #FFF;
	background-repeat: no-repeat;
	background-position: center 20px;
}
img {
	border:none;
}


#wrapper {
	padding: 0px;
	width: 966px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-repeat: no-repeat;
	background-position: right 8px;
	background-image: url(../images/bg.jpg);
}


/* TOP -------------------------------------------------------------------------------- */
#top {
	height: 137px;
	width: 966px;
	padding: 0px;
	background-image: url(../images/gliers-goetta-logo.png);
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

/* MAIN MENU -------------------------------------------------------------------------------- */
#main_menu {
	padding: 0px;
	width: 706px;
	float: right;
	background-image: url(../images/menu-bg.png);
	margin-top: 42px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-repeat: repeat-x;
	background-position: left top;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #cf873c;
	border-left-color: #cf873c;
	background-color: #4b0201;
	font-weight: normal;
}
#main_menu ul {
	list-style:none;
	margin: 0;
	padding: 0;
	height: 30px;
	position: relative;
	font-size: 13px;
	font-weight: bold;
	background-image: url(../images/menu-bg-line.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#main_menu ul li {
	padding: 0px;
	margin-top: 0px;
	margin-right: 6px;
	margin-bottom: 0px;
	margin-left: 12px;
	float: left;
}
#main_menu ul li a, #main_menu ul li a:visited {
	display: block;
	text-decoration: none;
	margin: 0px;
	text-align: left;
	color: #ffddac;
	margin: 0px;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#main_menu ul li a:hover {
	color: #FFF;
	text-decoration: none;
}
#main_menu ul .selected a, #main_menu ul .selected a:visited {
	color:#FFF;
}
#main_menu ul ul .selected1 a, #main_menu ul ul .selected1 a:visited {
	color:#fde4d2;
}
#main_menu ul ul {
	list-style:none;
	margin: 0;
	padding: 0;
	height: 30px;
	font-size: 11px;
	position: absolute;
	left: 0px;
	top: 24px;
	display: none;
	filter:alpha(opacity=100);
	-moz-opacity:1.0;
	opacity: 1.00;
	font-weight: normal;
	background:none;
	width: 500px;
}
#main_menu ul ul a, #main_menu ul ul a:visited {
	color: #fde4d2;
}
#main_menu ul .selected ul a, #main_menu ul .selected ul a:visited {
	color: #fde4d2;
}
#main_menu ul .selected ul a:hover {
	color: #fff;
	text-decoration: none;
}
#main_menu ul .selected ul .selected1 a, #main_menu ul .selected ul .selected1 a:visited {
	color: #fff;
}
#main_menu ul .selected  ul .selected1 a:hover {
	color:#fff;
}





/* CONTENT -------------------------------------------------------------------------------- */
#content {
	padding: 0px;
	width: 100%;
	position: relative;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#content_border_left {
	margin: 0px;
	padding: 0px;
	position: relative;
	width: 100%;
	background-image: url(../images/nutrition-ramka-left.png);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}


#content_flash {
	margin: 0px;
	padding: 0px;
	height: 494px;
	width: 952px;
	position: absolute;
	background-repeat: no-repeat;
	background-position: left bottom;
	left: 0px;
	bottom: 0px;
	background-image: url(../images/testimonials-bg.jpg);
	display: none;
}

#content_body {
	position: relative;
	width: 900px;
	font-size: 110%;
	line-height: 130%;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#content_body h2 {
	color: #d08a3c;
	font-size: 130%;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin: 0px;
}
#content_body h5 {
	color: #d08a3c;
	font-weight: bold;
	font-size: 100%;
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#content_body p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-size: 11px;
	color: #fde4d2;
}
#content_body .indent {
	padding-left: 130px;
}
.content_question {
	font-weight: bold;
	color: #db933f;	
}
.content_answer {
	color: #fde4d2;
	font-size: 11px;
}


#content_body a, #content_body a:visited {
	text-decoration: underline;
	color: #fde4d2;
}
#content_body a:hover {
	text-decoration: none;
}

#content_banner_frame {
	overflow: hidden;
	padding: 0px;
	height: 496px;
	width: 625px;
	position: relative;
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 2px;
}
#content_banner_frame ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	position: relative;
}
#content_banner_frame ul li {
	margin: 0px;
	padding: 0px;
	position: relative;
	
}


.varieties_box {
	width: 230px;
	float: left;
	height: 350px;
}
.varieties_box_text {
	margin-left: 30px;
	margin-top: 10px;
	margin-right: 15px;
	text-align: justify;
}


#nutrition_slider {
	background-image: url(../images/nutrition-slider-middle.png);
	background-repeat: repeat-y;
	background-position: center top;
	width: 26px;
	position: absolute;
	top: 0px;
	right: 0px;
	margin: 0px;
	padding: 0px;
}
#nutrition_slider_bottom {
	background-image: url(../images/nutrition-slider-bottom.png);
	background-repeat: no-repeat;
	background-position: center bottom;	
}
#nutrition_slider_top {
	background-image: url(../images/nutrition-slider-top.png);
	background-repeat: no-repeat;
	background-position: center top;
}


.content_nutritional_title {
	font-weight: bold;
	color: #db933f;
	text-align: center;
	height: 44px;
	width: 100%;
}
.nutrition_table_header {
	background-image: url(../images/bg-table-header-nutrition.png);
	background-repeat: no-repeat;
	background-position: -20px top;
	font-weight: bold;
	color: #d9913e;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 13px;
}
.nutrition_table_header_td {
	text-align: center;
	width: 65px;
}
.nutrition_table_tr {
	background-image: url(../images/bg-table-tr-nutrition.png);
	background-repeat: no-repeat;
	background-position: -20px top;
}
.nutrition_table_td {
	font-size: 10px;
	text-align: center;
	color: #fde4d2;
	line-height: 12px;
	width: 70px;
}
.table_nutrition_title {
	font-size: 12px;
	font-weight: bold;
	color: #fde4d2;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 12px;
	width: 145px;
}
.table_nutrition_subtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #fde4d2;	
}



#bottom_divider {
	height: 18px;
	width: 100%;
	background-image: url(../images/bottom-divider-bg1.png);
	background-repeat: no-repeat;
	background-position: center top;
}

#bottom {
	padding: 0px;
	width: 966px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 40px;
	margin-left: auto;
}


#content_bottom_frame {
	overflow: hidden;
	padding: 0px;
	height: 112px;
	width: 262px;
	position: relative;
	float: left;
	margin-top: 0px;
	margin-right: 25px;
	margin-bottom: 0px;
	margin-left: 30px;
}
#content_bottom_frame ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	position: relative;
}
#content_bottom_frame ul li {
	margin: 0px;
	padding: 0px;
	position: relative;
	
}


#design {
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 40px;
	padding-left: 0px;
	font-size: 86%;
	text-align: center;
	color: #BA8F2E;
	float: left;
	width: 50%;
}
#design a, #design a:visited {
	color: #BA8F2E;
	text-decoration: none;
}
#design a:hover {
	color: #BA8F2E;
	text-d
	ecoration: underline;
}
#copyright {
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 40px;
	padding-left: 0px;
	font-size: 86%;
	text-align: center;
	color: #BA8F2E;
	float: right;
	width: 50%;
}
#copyright a, #copyright a:visited {
	color: #BA8F2E;
	text-decoration: none;
}
#copyright a:hover {
	color: #BA8F2E;
	text-decoration: underline;
}

#bgloader {
	position:absolute;
	left:-5000px;
	top: -5000px;
}

.edit_article {
	position:fixed;
	right: 20px;
	bottom: 20px;
}

.edit_article a, .edit_article a:visited {
	color: #FFF;
	text-decoration: none;	
}

.edit_article a:hover {
	text-decoration: underline;
	color: #FF0;
}

#contest_link {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 20px;
	position: absolute;
	top: 105px;
	right: 20px;
}
#contest_link a, #contest_link a:visited {
	color: #ffddac;
	text-decoration: none;
}
#contest_link a:hover {
	color: #fff;
}
.clearfixmy {
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0;
}

