/* CSS Document */

/* --- Framework (start) --- */

body, html {
	height: 100%;
}

body {
	background: #88D4EE url(/images/bg.jpg) repeat-x fixed top left;
	font-family: Trebuchet MS, Verdana, sans-serif;
	font-size: normal;
}

#Wrapper {
	min-height: 100%;
	width: 100%;
}

* html #Wrapper {
 	height: 100%;
}

a {
	color: #036;
}

h1, h2, h3, h4, h5, h6 {
	line-height: 130%;
}
h1 {
	font-size: 1.7em;
	margin-bottom: 0.65em;
	color: #036;
}

h2 {
	font-size: 1.2em;
	margin-bottom: 0.25em;
}

h3 {
	font-size: 1.0em;
}

h4 {
	font-size: 0.9em;
}

h5 {
	font-size: 0.8em;
}

h6 {
	font-size: 0.7em;
}

input, select, textarea {
	font-family: Trebuchet MS, Verdana, sans-serif;
}

#Body {
	width: 968px;
	padding: 0px 0px 0px 0px;
	text-align: left; /* wg. Zentrieren im IE */
	margin: auto; /* Zentrieren in Firefox */
	display: table;
}

#Content {
	font-size: 0.8em;
	line-height: 1.4em;
	width: 540px;
	float: left;
	padding: 10px 24px 14px 24px;
	min-height: 485px; /* For Modern Browsers */
	height: auto !important; /* For Modern Browsers */
	height: 485px; /* For IE */
	background: #FFF url(/images/content/bg.jpg) repeat-x top;
	color: #036;

}

#Content p {
	padding-bottom: 0.5em;
}

#Header {
	width: 100%;
	height: 130px;
}

#HeaderContent {
	width: 980px;
	height: 130px;
	text-align: left; /* wg. Zentrieren im IE */
	margin: auto; /* Zentrieren in Firefox */
	display: table;
}

#SiteId {
	position: relative;
	left: 196px;
	top: 46px;
	z-index: 100;
	width: 239px;
	height: 66px;
}

html>body #SiteId {
	/* commented backslash hack v2 \*/
	background: url(/images/header/logo.png) repeat-y;
	/* end hack */
}

* html #SiteId {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/header/logo.png');
}

#Sofa {
	position: relative;
	z-index: 50;
	top: -31px;
	left: 225px;
	margin-bottom: -50px;
}

#Footer {
	clear: both;
	width: 100%;
	height: 100px;
}

html>body #FooterContent {
	/* commented backslash hack v2 \*/
	background: url(/images/footer/bg.png);
	/* end hack */
}

* html #FooterContent {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/footer/bg.png');
}

#FooterContent {
	font-size: 0.7em;
	font-weight: bold;
	color: #9C6;
	width: 588px;
	height: 100px;
	text-align: left; /* wg. Zentrieren im IE */
	margin: auto; /* Zentrieren in Firefox */
	display: table;
	margin-top: -1px;
}

#FooterContent a {
	color: #9C6;
	text-decoration: none;
	font-weight: normal;
}

#FooterContent a:hover {
}

#Copyright {
	float: left;
	width: 358px;
	height: 20px;
	padding-left: 24px;
	position: relative;
}

#Creator {
	float: right;
	width: 160px;
	text-align: right;
	height: 20px;
	padding-right: 24px;
}

#Boxes {
	float: right;
	width: 180px;
	display: table;
	margin-top: 60px;
}

#StartPromotion {
	text-align: center;
	padding: 50px 0;
}

#StartPromotion img {
	border: 1px solid #036;
}

#Promotion {
	padding: 10px;
	font-size: 0.7em;
	color: #036;
	text-align: center;
}

#Promotion h2 {
	font-size: 1.25em;
	color: #036;
}

#Promotion h2 a {
	color: #036;
}

#Promotion p {
	font-weight: bold;
	font-size: 1em;
}

#Breadcrumbs {
	font-size: 0.75em;
	padding: 0 26px 2px 26px;
	display: block;
	background: #036;
/*	background: #5A8FC6;  */
	margin: -10px -24px 18px -24px;
	color: #E9F6FF;
}

#Breadcrumbs a {
	text-decoration: none;
	color: #E9F6FF;
}

.left {
	float: left;
	margin: 0.25em 0.75em 0.25em 0em;
}

.right {
	float: right;
	margin: 0em 0.75em 0.25em 0.5em;
}



/* --- Framework (end) --- */

h4.subarrow {
	background-image: url(/images/icons/arrow_right.gif);
	background-repeat: no-repeat;
	background-position: left 25%;
	padding-left: 15px;
}

h4.subarrow_on {
	background-image: url(/images/icons/arrow_down.gif);
	background-repeat: no-repeat;
	background-position: left 25%;
	padding-left: 15px;
}

a.external {
	background: url(/images/icons/external.gif) right no-repeat;
	padding-right: 1.25em;
}

a.zip {
	background: url(/images/icons/zip.gif) right no-repeat;
	padding-right: 1.35em;
}

.screen {
}

#Product {
	display: table;
}

#Ingredients, #Analysis, #Bottles {
	display: none;
}

#NutrientContent {
	display: none;
	margin-bottom: 12px;
}

#Notice {
	float: right;
	padding-right: 8px;
	padding-left: 8px;
	margin-left: 5px;
	background: url(/images/content/gb_box.gif);
	color: #036;
	width: 164px;
	height: 144px;
}
#Notice h1 {
	font-size: 14px;
	padding-top: 6px;
	margin-left: 10px;
	margin-top: -5px;
	font-weight:bold;
	color: #FFF;
}

#Notice ul li {
	list-style: none;
	background: url(/images/icons/arrow_blue.gif) no-repeat left;
	padding-left: 16px;
	font-size: 0.8em;
	margin-left: -22px;
}

#Notice p {
	font-weight: bold;
	color: #FFF;
}

.productinfo {
	clear: both;
}

.productinfo h3 {
	font-size: 1em;
	clear: both;
}

.productinfo table {
	width: auto;
}

img.border {
	border: 1px solid #A1D8C1;
	padding: 1px;
}

.box {
	background: #E9F6FF;
	padding: 1em;
}



.box2 {
	border-top: 4px solid #6598CC;
	background-color:#E0F4F9;
	padding: 0.5em;
	margin-bottom: 1em;
}

.box2 ul li {
	list-style: none;
	background: url(/images/icons/arrow_blue.gif) no-repeat left 2px;
	padding: 0 0 8px 16px;
	font-size: 0.9em;
	margin-left: -24px;
}

form.box {
	display: table;
}

.press_item {
	overflow: auto;
	margin-bottom: 1em;
}

.press_item .date {
	width: 70px;
	float: left;
}

.press_item .headline {
	width: 470px;
	float: right;
}

#Boxstart{
	width: 520px;
	height: 150px;
	padding: 10px;
	border-top: 4px solid #6598CC;
	margin-bottom: 15px; 
	background-color:#E0F4F9;
	/*border-left: 1px solid #6598CC;
	border-right: 1px solid #6598CC;
	border-bottom: 1px solid #6598CC;*/
}


#Box_start1 {
	background-color:#E0F4F9;
	float:left;
	width: 240px;
	height: 150px;
	padding: 10px;
	border-top: 4px solid #6598CC;
}
#Box_start2 {
	background-color:#E0F4F9;
	float:right;
	width: 240px;
	height: 150px;
	padding: 10px;
	border-top: 4px solid #6598CC;
}
#Box_pet1 {
	border-top: 4px solid #6598CC;
	background-color:#E0F4F9;
	float:left;
	width: 240px;
	padding: 10px;
	margin-right: 10px;
}
#Box_pet2 {
	border-top: 4px solid #6598CC;
	border-top: 4px solid #6598CC;
	background-color:#E0F4F9;
	float:left;
	width: 240px;
	padding: 10px;
	clear:both;
}
.start_box {
	font-size: 12px;
	line-height: 16px;
}
.start_box h2{
	font-size: 15px;
	padding-bottom: 5px;
	border-bottom: 1px solid #E1F4F9;
	color:#6699CC;
}
.start_box img{
	margin-right: 5px;
	float:left;
}


#Box1 {
	clear: both;
	width: 240px;
	float: left;
	margin-right: 5px;
	border: 1px solid #ECF7FB;
	padding: 3px;
	text-align: center;
}
#Box2 {
	width: 240px;
	float: left;
	margin-right: 5px;
	border: 1px solid #ECF7FB;
	padding: 5px;
	text-align: center;
}
#Box3 {
	width: 200px;
	float: left;
	border: 1px solid #ECF7FB;
	padding: 5px;
	text-align: center;
}

#WallpaperList {
	margin-right: -38px;
}


.wallpaper {
     width: 120px;
     float: left;
     margin: 0 15px 10px 0;
}

.marked {
	background: #FEC;
	border: 1px solid #F90;
	padding: 1px;
}

.letter_game {
	color: #030;
	font-size: 1.5em;
	letter-spacing: 0.2em;
	font-weight: bold;
}

.letter_game input {
	font-weight: bold;
	margin: 0 1px;
	color: #030;
	width: 0.9em;
	height: 1.15em;
	border: none;
	border-bottom: 1px solid #030;
	text-transform: uppercase;
	text-align: center;
}

h4.letter_game input {
	width: 0.9em;
}

#RestaurantCategory {
	float: left;
	width: 216px;
}

#RestaurantCuisine {
	float: left;
	width: 216px;
}

#RestaurantCity {
}

#RestaurantPics {
	float: right;
}

.restaurant_list {
	margin-right: -16px;
}

.restaurant_item {
	float: left;
	width: 264px;
	border: 1px solid #569C29;
	margin: 0 8px 8px 0;
	font-size: 0.9em;
	cursor: pointer;
}

.restaurant_item h3 {
	padding: 1px;
	display: block;
	background: #569C29;
	padding: 4px;
	margin-bottom: 2px;
}

.restaurant_item h3 a {
	color: #FFF;
}

.restaurant_item a {
	text-decoration: none;
}

.restaurant_item img {
	margin: 3px;
}

.restaurant_item p {
	display: block;
	float: right;
	width: 198px;	
	margin-bottom: 0px;
}

#CaptchaExplanation {
	display: none;
	margin-bottom: 1em;
}


.downloads {
	width: 170px;
	float: left;
	margin: 0 10px 15px 0;
}
.rezepte {
	width: 170px;
	float: left;
	margin: 0 10px 15px 0;
}
.rezeptedesmonats {
	width: 540px;
	margin: 0 10px 15px 0;
	padding: 10px;
	text-align:center;
}


#Button1 {
	clear: both;
	width: 260px;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}
#Button2 {
	width: 260px;
	float: left;
	margin-bottom: 20px;
}

#soundlogo {
	position: relative;
	top: -19px;
	left: 238px;
}




.rezept {
	clear: both;
	padding: 10px 20px 20px 20px;
	overflow: hidden;
	width: 300px;
	background-color:#E0F4F9;
	border-top: 4px solid #6598CC;

}


.rezept ul li {
	list-style: none;
	background: url(/images/icons/arrow_blue.gif) no-repeat left 2px;
	padding: 0 0 8px 16px;
	font-size: 0.9em;
	margin-left: -24px;
}




.rezept h5 {
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 1px;
	padding: 2px 21px 8px 21px;
}



.promise {
	float: right;
	width: 200px;
	background: #C1E4FA url(/images/promise/footer.gif) bottom no-repeat;
	margin-bottom: 10px;
	margin-left: 15px;
}

.promise h5 {
	background: #C1E4FA url(/images/promise/header.gif) top no-repeat;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 1px;
	color: #FFF;
	padding: 2px 21px 8px 21px;
}

.promise ul li {

	list-style: none;
	background: url(/images/icons/arrow_blue.gif) no-repeat left 2px;
	padding-left: 18px;
	padding-bottom: 8px;
	font-size: 11px;
	margin-left: -14px;
	margin-top: -4px


}

.promise ul {
	margin: 5px 5px 12px 5px;
/*	padding-bottom: 21px;
	list-style-image: url(/images/icons/arrow_blue.gif);*/
}


/*.promise li {
	background: url(/images/icons/arrow_blue.gif) no-repeat 6px;
	padding-left: 21px;
	font-size: 11px;
}
*/

#slideshow {
	margin-bottom: 10px;
}

ul.recipe {
	margin-top: -1em;
	margin-bottom: 1em;
}

#zentrum {
	padding-bottom: 20px;

}

div.picture {
	text-align: center;
	margin: 0;
	padding: 0;
	color: #999;
	font-size: 0.9em;
}

div.error,
div.notice {
	border: 1px solid #C33;
	background: #FEE;
	padding: 5px;
	margin-bottom: 10px;
}
div.success {
	border: 1px solid #0A0;
	background: #AF0;
	padding: 5px;
	margin-bottom: 10px;
}

ul.check {
	padding: 0;
	margin: 0;
}
ul.check li {
	background: url(/images/li_check.gif) no-repeat left 4px;
	font-size: 14px;
	padding: 0 0 14px 28px;
	list-style: none;
}
ul.check li.leaf {
	background: url(/images/li_leaf.gif) no-repeat left 0px;
	padding: 0 0 14px 36px;
}
div.markets {
	clear:			both;
	position:		relative;
	width:			560px;
}
div.markets h2 {
	margin-bottom:	1em;
}
div.markets div.item {
	background:		#E0F4F9;
	width:			260px;
	border:			1px solid #6598CC;
	float:			left;
	margin:			0px 16px 16px 0px;
	font-size:		14px;
}
div.markets div.item h3 {
	display: 		block;
	background:		#6598CC;
	color: 			#FFF;
	padding:		4px 8px;
}
div.markets div.item p {
	padding:		8px;
}
.searchform * {
	font-size:		14px;
}
.searchform td {
	padding:		0px 5px 5px 0px;
}

#accordion {
	background:			#FFF; /*#E0F4F9;*/
	margin-bottom:		2em;
}
#accordion ul li {
	list-style: 		none;
	background: 		url(/images/icons/arrow_blue.gif) no-repeat left 2px;
	padding: 			0 0 8px 16px;
	font-size: 			0.9em;
	margin-left: 		-16px;
}
.toggler {
	border-top:			1px solid #edf1f5;
	padding: 			1em 0;
}
.toggler h3 a {
	color: 				#6598CC;
	text-decoration:	none;
}
.toggler h3 a:hover {
	color: 				#036;
}
.selected {
	background: 		#FFF;	
}
.selected h3 a {
	color: 				#036;
}
.element {
}
.description img {
	float:				right;
}

small {

	font-size: 11px;

}


/* @group ApplicationForm */
#ApplicationForm .introduction {
  width: 100%;
  height: 250px;
}
#ApplicationForm .city {
  width: 142px;
}
/* @end */



/* @group Listen */
ul {
  margin: 1em 0 0 0;
  padding: 0;
  overflow: auto;
}
ul.poster li {
  list-style: none;
  float: left;
  margin: 0;
  padding: 0;
  width: 260px;
  height: 220px;
}
/* @end */

#Content table.standard {
  margin-bottom: 2em;
}
#Content table.standard tr td p {
  font-size: 13px;
}

