/*--------------------------------------------------*/
/* General Setup                 					*/

	* {
		padding: 0;
		margin: 0;
	}

	html,
	body {
		font-family: arial, helvetica, sans-serif;
		font-size: 1em;
		color: #999;
		background: #fff;
		height: 100%;
	}

	a {
		text-decoration: none;
		color: #dc241f;
	}

		a:hover {
			text-decoration: underline;
		}

		a img {
			border: 0;
		}

	h2,
	h3 {
		color: #111;
		font-family: "Trebuchet MS", arial, helvetica, sans-serif;
		font-size: 1.3em;
		font-weight: normal;
		padding: 0 0 12px;
	}

	h4 {
		color: #000;
		font-family: "Trebuchet MS", arial, helvetica, sans-serif;
		font-size: 1.3em;
		padding: 0 0 12px;
	}

	h5 {
		color: #000;
		font-family: "Trebuchet MS", arial, helvetica, sans-serif;
		font-size: 1.1em;
		font-weight: normal;
		padding: 0 0 12px;
	}
	
	h6 {
		color: #fff;
		font-size: 1.0em;
		font-weight: bold;
		padding: 0 0 12px;
	}
	
	h7 {
		color: #fff;
		font-size: 1em;
		font-weight: bold;
		padding: 0 0 12px;
	}



	p {
		padding: 0 0 12px;
	}

	ul, ol {
		padding: 0 24px 12px;
	}

	img {
		display: block;
	}

	table {
		font-size: 1em;
	}
	
	input,
	textarea,
	select,
	button {
		font-size: 1em;
		font-family: arial, helvetica, sans-serif;
	}

	acronym,
	.glossary {
		border-bottom: 1px dotted #999;
		cursor: help;
	}

/*--------------------------------------------------*/
/* Generic Classes				                    */

	.offScreen {
		position: absolute;
		left: -5000px;
	}

	.clear:after {
	    content: ".";
	    display: block;
	    height: 0;
	    clear: both;
	    visibility: hidden;
	}

	.clear {
		display: block;
	}

	.mandatory {
		color: #eba500;
	}

	.error {
		color: #FF0000;
	}

	ul.error {
		padding: 12px 0 12px 34px;
	}

/*--------------------------------------------------*/
/* Wrapper						                    */

	#wrapper {
		font-size: 0.7em;
		text-align: centre;
		min-width: 880px;
	}

/*--------------------------------------------------*/
/* Header						                    */

	#headerContainer {
		background: #000;
		color: #fff;
	}

		#header {
			width: 844px;
			margin: 0 auto;
			padding: 11px 8px;
			text-align: left;
			min-height: 326px;
			height: auto !important;
			height: 322px;
			position: relative;
		}

			#header h1,
			#header h1 a {
				background: url("../../bilder/logo.gif") no-repeat 0 0;
				height: 66px;
				width: 64px;
				float: left;
			}

				#header #tooltip h3 {
					color: red;
				}

			/*--------------------------------------------------*/
			/* Global Navigation			                    */

				#globalNavigation {
				}

					#globalNavigation ul {
						padding: 1px 0 0 !important;
						padding: 3px 0 0;
						list-style-type: none;
						float: left;
						width: 400px;
							position: relative;
							left: 150px;
					}

						#globalNavigation ul li {
							float: left;
							margin: 0 12px 0 0;
						}

							#globalNavigation ul li a {
								color: #fff;
								background: url("../../bilder/arrowWhite.gif") no-repeat 100% 50%;
								padding: 0 8px 0 0;
								font-size: 1.1em;
							}

			/*--------------------------------------------------*/
			/* Search						                    */

				#header form {
					float: right;
					width: 200px;
				}

					#header form fieldset {
						border: 0;
						float: right;
					}

						#header form fieldset .label {
							font-size: 1.1em;
							padding-right: 2px;
						}

						#header form fieldset .input input {
							width: 100px;
						}

			/*--------------------------------------------------*/
			/* Navigation					                    */

				#navigation {
					clear: both;
					width: 164px;
					padding: 0;
					float: left;
				}

					#navigation h2 {
						color: #ffb300;
						font-size: 1.1em;
						font-weight: normal;
						margin: 18px 0 8px;
						padding: 0;
						background: url("../../bilder/arrowYellow.gif") no-repeat 100% 24px;
					}

						#navigation h2 span.range {
							background: url("../../bilder/range.gif") no-repeat 0 0;
							height: 18px;
							display: block;
							cursor: pointer;
						}

							#navigation h2.selected span.range {
								background: url("../../bilder/rangeOpen.gif") no-repeat 0 0;
							}

						#navigation h2 span.technology {
							background: url("../../bilder/technology.gif") no-repeat 0 0;
							height: 18px;
							display: block;
							cursor: pointer;
						}

							#navigation h2.selected span.technology {
								background: url("../../bilder/technologyOpen.gif") no-repeat 0 0;
							}
							
							
							#navigation h2 span.glassesf {
							background: url("../../bilder/glassesf.gif") no-repeat 0 0;
							height: 18px;
							display: block;
							cursor: pointer;
						}

							#navigation h2.selected span.glassesf {
								background: url("../../bilder/glassesfOpen.gif") no-repeat 0 0;
							}
							
							
							
							.prospektdownload a {
							background: url("../../bilder/pdfikon_0.png") no-repeat 0 0;
							height: 43px;
							width: 35px;
							display: block;
							cursor: pointer;
						}

							.prospektdownload a:hover {
								background: url("../../bilder/pdfikon_1.png") no-repeat 0 0;
							}

							
							
							
							

					#navigation a {
						color: #666;
						text-decoration: none;
					}

						#navigation a:hover {
							color: #fff;
						}

					#navigation ul {
						list-style-type: none;
						padding: 0;
						border-top: 1px solid #242424;
					}

						#navigation ul li {
							border-bottom: 1px solid #242424;
							height: 19px;
						}

							#navigation ul li a {
								display: block;
								height: 18px;
								margin: 1px 0;
							}

							/*--------------------------------------------------*/
							/* Unique Lens						                     */

								#navigation ul li.uniquelens,
								#navigation ul li.uniquelens a {
									background: url("../../bilder/kuniquelens.gif") no-repeat 0 0;
								}

									#navigation ul li.uniquelens a:hover,
									#navigation ul li.uniquelens a.current {
										background-position: 0 100%;
									}

							/*--------------------------------------------------*/
							/* Multicise						                     */

								#navigation ul li.multicise,
								#navigation ul li.multicise a {
									background: url("../../bilder/multicise.gif") no-repeat 0 0;
								}

									#navigation ul li.multicise a:hover,
									#navigation ul li.multicise a.current {
										background-position: 0 100%;
									}

							/*--------------------------------------------------*/
							/* Concise					                    */

								#navigation ul li.concise,
								#navigation ul li.concise a {
									background: url("../../bilder/concise.gif") no-repeat 0 0;
								}

									#navigation ul li.concise a:hover,
									#navigation ul li.concise a.current {
										background-position: 0 100%;
									}

							/*--------------------------------------------------*/
							/* Instashades					                    */

								#navigation ul li.instashades,
								#navigation ul li.instashades a {
									background: url("../../bilder/instashades.gif") no-repeat 0 0;
								}

									#navigation ul li.instashades a:hover,
									#navigation ul li.instashades a.current {
										background-position: 0 100%;
									}

							/*--------------------------------------------------*/
							/* Transitions					                    */

								#navigation ul li.transitions,
								#navigation ul li.transitions a {
									background: url("../../bilder/transitions.gif") no-repeat 0 0;
								}

									#navigation ul li.transitions a:hover,
									#navigation ul li.transitions a.current {
										background-position: 0 100%;
									}




							/*--------------------------------------------------*/
							/* Polar Shades					                    */

								#navigation ul li.polarshades,
								#navigation ul li.polarshades a {
									background: url("../../bilder/polarshades.gif") no-repeat 0 0;
								}

									#navigation ul li.polarshades a:hover,
									#navigation ul li.polarshades a.current {
										background-position: 0 100%;
									}




							/*--------------------------------------------------*/
							/* Clear Plus					                    */

								#navigation ul li.clearplus,
								#navigation ul li.clearplus a {
									background: url("../../bilder/clearplus.gif") no-repeat 0 0;
								}

									#navigation ul li.clearplus a:hover,
									#navigation ul li.clearplus a.current {
										background-position: 0 100%;
									}




							/*--------------------------------------------------*/
							/* Einstaerken Glaeser					                    */

								#navigation ul li.einstaerken,
								#navigation ul li.einstaerken a {
									background: url("../../bilder/einstaerken.gif") no-repeat 0 0;
								}

									#navigation ul li.einstaerken a:hover,
									#navigation ul li.einstaerken a.current {
										background-position: 0 100%;
									}



							/*--------------------------------------------------*/
							/* Fassungen					                    */

								#navigation ul li.fassungen,
								#navigation ul li.fassungen a {
									background: url("../../bilder/fassungen.gif") no-repeat 0 0;
								}

									#navigation ul li.fassungen a:hover,
									#navigation ul li.fassungen a.current {
										background-position: 0 100%;
									}


/*--------------------------------------------------*/
							/* KPlus Fassungen					                    */

								#navigation ul li.kplus,
								#navigation ul li.kplus a {
									background: url("../../bilder/kpluscollection.gif") no-repeat 0 0;
								}

									#navigation ul li.kplus a:hover,
									#navigation ul li.kplus a.current {
										background-position: 0 100%;
									}






							/*--------------------------------------------------*/
							/* Kontakt							                    */

								#navigation ul li.kontakt,
								#navigation ul li.kontakt a {
									background: url("../../bilder/kontakt.gif") no-repeat 0 0;
								}

									#navigation ul li.kontakt a:hover,
									#navigation ul li.kontakt a.current {
										background-position: 0 100%;
									}

							/*--------------------------------------------------*/
							/* Downloads					                    */

								#navigation ul li.downloads,
								#navigation ul li.downloads a {
									background: url("../../bilder/downloads.gif") no-repeat 0 0;
								}

									#navigation ul li.downloads a:hover,
									#navigation ul li.downloads a.current {
										background-position: 0 100%;
									}
									
									
									
									/*--------------------------------------------------*/
							/* Werbeunterstützung					                    */

								#navigation ul li.werbeunter,
								#navigation ul li.werbeunter a {
									background: url("../../bilder/werbeunter.gif") no-repeat 0 0;
								}

									#navigation ul li.werbeunter a:hover,
									#navigation ul li.werbeunter a.current {
										background-position: 0 100%;
									}

									
									
									/*--------------------------------------------------*/
							/* Club					                    */

								#navigation ul li.club,
								#navigation ul li.club a {
									background: url("../../bilder/club.gif") no-repeat 0 0;
								}

									#navigation ul li.club a:hover,
									#navigation ul li.club a.current {
										background-position: 0 100%;
									}


							/*--------------------------------------------------*/
							
							
							/* SigNET pro					                    */

								#navigation ul li.signetpro,
								#navigation ul li.signetpro a {
									background: url("../../bilder/signetpro.gif") no-repeat 0 0;
								}

									#navigation ul li.signetpro a:hover,
									#navigation ul li.signetpro a.current {
										background-position: 0 100%;
									}


							/*--------------------------------------------------*/

							
							/* Kodak Lens VK Liste					                    */

								#navigation ul li.vkliste,
								#navigation ul li.vkliste a {
									background: url("../../bilder/vkliste.gif") no-repeat 0 0;
								}

									#navigation ul li.vkliste a:hover,
									#navigation ul li.vkliste a.current {
										background-position: 0 100%;
									}


							/*--------------------------------------------------*/

							
							/* PreislisteAO					                    */

								#navigation ul li.preislisteao,
								#navigation ul li.preislisteao a {
									background: url("../../bilder/preislisteao.gif") no-repeat 0 0;
								}

									#navigation ul li.preislisteao a:hover,
									#navigation ul li.preislisteao a.current {
										background-position: 0 100%;
									}


							/*--------------------------------------------------*/

							/* DFUE Informationen					                    */

								#navigation ul li.dfue,
								#navigation ul li.dfue a {
									background: url("../../bilder/dfue.gif") no-repeat 0 0;
								}

									#navigation ul li.dfue a:hover,
									#navigation ul li.dfue a.current {
										background-position: 0 100%;
									}


							/*--------------------------------------------------*/

							
							
							
							
							
							
							/* Tuff							                    */

								#navigation ul li.tuff,
								#navigation ul li.tuff a {
									background: url("../../bilder/clearplus.gif") no-repeat 0 0;
								}

									#navigation ul li.tuff a:hover,
									#navigation ul li.tuff a.current {
										background-position: 0 100%;
									}

							/*--------------------------------------------------*/
							/* Reaction						                    */

								#navigation ul li.reaction,
								#navigation ul li.reaction a {
									background: url("../../bilder/downloads.gif") no-repeat 0 0;
								}

									#navigation ul li.reaction a:hover,
									#navigation ul li.reaction a.current {
										background-position: 0 100%;
									}

							/*--------------------------------------------------*/
							/* Anti-Reflection				                    */

								#navigation ul li.antiReflection,
								#navigation ul li.antiReflection a {
									background: url("../../bilder/downloads.gif") no-repeat 0 0;
								}

									#navigation ul li.antiReflection a:hover,
									#navigation ul li.antiReflection a.current {
										background-position: 0 100%;
									}

							/*--------------------------------------------------*/
							/* Scratch						                    */

								#navigation ul li.scratch,
								#navigation ul li.scratch a {
									background: url("../../bilder/downloads.gif") no-repeat 0 0;
								}

									#navigation ul li.scratch a:hover,
									#navigation ul li.scratch a.current {
										background-position: 0 100%;
									}

							/*--------------------------------------------------*/
							/* Downloads				                    */

								#navigation ul li.downloads,
								#navigation ul li.downloads a {
									background: url("../../bilder/downloads.gif") no-repeat 0 0;
								}

									#navigation ul li.downloads a:hover,
									#navigation ul li.downloads a.current {
										background-position: 0 100%;
									}

							/*--------------------------------------------------*/
							/* Glossary						                    */

								#navigation ul li.glossary,
								#navigation ul li.glossary a {
									background: url("../../bilder/glossary.gif") no-repeat 0 0;
								}

									#navigation ul li.glossary a:hover,
									#navigation ul li.glossary a.current {
										background-position: 0 100%;
									}
						
						
			/*--------------------------------------------------*/
			/* Hero							                    */

				#headline {
					float: left;
					width: 312px;
					margin: 31px 0 0 54px;
					color: #999;
				}

/*--------------------------------------------------*/
/* Content 						                    */

	#contentWrapper {
		background: url("../../bilder/contentContainer.gif") repeat-x 0 0;
		padding: 31px 0 0;
		position: relative; /* IE6 Win: was letting the sidePanel effect the map on the locator-book page... added if there are similar bugs */
	}
	
	
	#contentWrapper .talkto {
		
	 	width:90%;
	 	height:397;
	 	overflow: hidden;
	 	marginheight: 0;
	 	marginwidth: 0;
	 	border: 0;
	 }
	

		#contentContainer {
			width: 860px;
			margin: 0 auto;
			text-align: left;
			padding: 28px 0 0;
		}

			#content {
				width: 620px;
				float: left;
				color: #666;
			}


			/*--------------------------------------------------*/
			/* Generic content styles		                    */

				.content h2.first,
				.content h3.first {
					border-bottom: 1px solid #b2b2b2;
					margin: 0 0 15px;
				}

				.content h3.second {
					border-bottom: 1px solid #b2b2b2;
					margin: 24px 0 15px;
				}

				a.more span {
					background: url("../../bilder/arrowRed.gif") no-repeat 100% 70%;
					padding: 0 8px 0 0;
				}

				a.back span {
					background: url("../../bilder/arrowRedBack.gif") no-repeat 0 70%;
					padding: 0 0 0 8px;
				}

			/*--------------------------------------------------*/
			/* Tooltips						                    */

				#tooltip {
					position: absolute;
					left: -100px;
					z-index: 3000;
					background: #191919;
					opacity: 0.9;
					padding: 8px;
					max-width: 200px;
					border: 1px solid #fff;
				}

					#tooltip h3 {
						font-size: 0.7em;
						font-family: arial, helvetica, sans-serif;
						color: #fff;
						padding: 0;
					}

					#tooltip div.body {
						font-size: 0.7em;
						padding-top: 8px;
					}

			/*--------------------------------------------------*/
			/* Highlighted copy                                 */

				.highlight {
					border-top: 1px solid #b2b2b2;
					padding: 1px 0;
				}

				.highlightLast {
					border-bottom: 1px solid #b2b2b2;
					margin: 0 0 24px;
				}

					.highlight .highlightContent {
						background: #f7f7f7;
						padding: 12px 12px 0;
					}

					.highlight .highlightAlt {
						padding: 12px 12px 0;
						background: #fff;
					}

			/*--------------------------------------------------*/
			/* Data capture forms                               */

				.dataCapture {
					border-top: 1px solid #b2b2b2;
					border-bottom: 1px solid #b2b2b2;
					padding: 1px 0;
					margin: 12px 0;
				}

					.dataCapture form {
						background: #f7f7f7;
					}

						.dataCapture form p {
							padding: 12px;
						}

						.dataCapture form fieldset {
							border: 0;
							padding: 12px;
							width: 280px;
							float: left;
						}

						.dataCapture .row {
							margin: 0 0 8px
						}

							.dataCapture .row .label {
								width: 112px;
								display: block;
								float: left;
							}

							.dataCapture .row .input textarea {
								width: 124px;
							}

						/*--------------------------------------------------*/
						/* Personal details                                 */

							.dataCapture .personal {
								margin: 0 12px 0 0;
							}

								.dataCapture .personal .name,
								.dataCapture .personal .postcode {
									margin-bottom: 22px;
								}

								.dataCapture .personal .address2 .label label {
									padding-left: 6px
								}

						/*--------------------------------------------------*/
						/* Appointment                                      */

							.dataCapture .appointment {
								margin: 0;
							}

								.dataCapture .appointment .row {
									margin: 0 0 12px;
								}

									.dataCapture .appointment .label {
										width: 150px;
										padding: 0 0 4px;
									}

								.dataCapture .appointment .time {
									margin: 0 0 22px;
									padding: 0 0 22px;
									border-bottom: 1px solid #b2b2b2;
								}

									.dataCapture .appointment .date .label,
									.dataCapture .appointment .secondDate .label,
									.dataCapture .appointment .time .label,
									.dataCapture .appointment .secondTime .label {
										/* width: 100%; - Removed as it was screwing up the drop down menus in Firefox */
										width: auto;
										display: block;
										float: none;
									}

						/*--------------------------------------------------*/
						/* Optin                                            */

							.dataCapture fieldset.optin {
								clear: both;
								width: 596px;
								padding-top: 0;
							}

								.dataCapture fieldset.optin .input {
									float: left;
								}

									.dataCapture fieldset.optin .label {
										display: block;
										width: 560px;
										padding-top: 0 !important;
										padding: 4px 0 0 6px;
										float: left;
										margin: 0;
										font-weight: bold;
									}

										.dataCapture fieldset.optin .label strong {
											color: #000;
										}

							.dataCapture fieldset.optin p {
								clear: both;
								padding: 0 20px;
							}

						/*--------------------------------------------------*/
						/* Submit                                           */

							.dataCapture form fieldset.submit {
								background: #ffb300 url("../../bilder/stockists.gif") repeat-x 0 0;
								text-align: right;
								border-top: 1px solid #b2b2b2;
								width: 100%;
								padding: 0;
								margin: 0;
							}

								.dataCapture form fieldset.submit .row {
									border-top: 1px solid #fff;
									margin: 0;
									padding: 12px;
								}

								.dataCapture form fieldset.submit p {
									float: left;
									padding: 3px 0 0;
								}

				.dataCapture form p.mandatoryFields {
					text-align: right;
					padding: 0 12px;
				}

		/*--------------------------------------------------*/
		/* Content Split				                    */

			#sidePanel {
				width: 200px;
				float: right;
				padding: 38px 0 0;
				}

				/*--------------------------------------------------*/
				/* About Kodak                                      */

										
						
					

						#sidePanel	.glasses {
						
						
						display: block;
						padding: 0 4px 0 0;
						margin: 12px 0 12px auto;
							
						}

				/*--------------------------------------------------*/
				/* Kidz                                             */

					#sidePanel .forKidz {
						background: url("../../img/common/titleKidz.gif") no-repeat 0 0;
						height: 18px;
					}

				/*--------------------------------------------------*/
				/* Stockits                                         */

					#sidePanel .stockistContainer {
						border-top: 1px solid #b2b2b2;
						border-bottom: 1px solid #b2b2b2;
						padding: 1px 0;
						margin: 0 0 24px;
					}

						#sidePanel .stockist {
							background: #ffb300 url("../../bilder/stockists.gif") repeat-x 0 100%;
							color: #fff;
							padding: 12px 2px;
								font-size: 1.1em;
								font-weight: bold;
								list-style-type: none;
						}

							#sidePanel .stockist form {
								border-bottom: 0px solid #999;
							}

								#sidePanel .stockist form h3 {
									background: url("../../bilder/titleStockists.gif") no-repeat 0 0;
									height: 54px;
								}

								#sidePanel .stockist form fieldset {
									border: 0;
									border-bottom: 1px solid #fff;
									padding: 0 12px 12px;
								}

									#sidePanel .stockist fieldset .label {
										padding: 0 0 8px;
										display: block;
									}

									#sidePanel .stockist fieldset .input {
										display: block;
										float: left;
										padding: 0 4px 0 0;
									}

										#sidePanel .stockist fieldset .input input {
											width: 120px;
											font-size: 1.2em;
										}

									#sidePanel .stockist #optionset {
									border: 0;
									border-bottom: 0px solid #fff;
									padding: 0 12px 12px;
									height: 70px;
								}

									#sidePanel .stockist #optionset .book {
										display: block;
										float: left;
										padding: 4px 14px 0 0;

								}



									#sidePanel .stockist #optionset select {
										width:100px;
										/*background-color:#dbddde;*/
										font-size:8pt;
										
												scrollbar-base-color:#ffb300;
  												scrollbar-3d-light-color:#FFFFFF;
  												scrollbar-arrow-color:#FFFFFF;
  												scrollbar-darkshadow-color:#000000;
  												scrollbar-face-color:#8C8CC6;
  												scrollbar-highlight-color:#FFFFFF;
  												scrollbar-shadow-color:#000000;
  												scrollbar-track-color:#ffb300;

								
								}



									#sidePanel .stockist #prospektbestellung {
										background: #ffb300;
										border: 0;
										border-bottom: 0px solid #fff;
										padding: 0 12px 12px;
										height: 270px;
								}
								
								#sidePanel .stockist #prospektbestellung .book {
										display: block;
										float: left;
										padding: 4px 14px 0 0;

								}


							/*--------------------------------------------------*/
							/* Optician                                         */

								#sidePanel .stockist .optician {
									border-top: 1px solid #fff;
									padding: 12px 12px 0;
									background: url("../../bilder/optician.gif") repeat-x 0 0;
								}

									#sidePanel .stockist .optician h3 {
										background: url("../../bilder/titleOptician.gif") no-repeat 0 0;
										height: 17px;
									}

									#sidePanel .stockist .optician .book {
										padding: 0 0 6px;
									}

									#sidePanel .stockist .optician .book a {
										background: url("../../bilder/book.gif") no-repeat 0 0;
										display: block;
										height: 21px;
									}

				/*--------------------------------------------------*/
				/* Banner                                           */

					#sidePanel .banner {
						border-top: 1px solid #b2b2b2;
						border-bottom: 1px solid #b2b2b2;
						padding: 8px 0;
						margin: 0 0 12px 0;
					}

						#sidePanel .banner img {
							display: block;
						}
						
						#sidePanel .banner p {
						
						FONT-FAMILY: "Trebuchet MS", arial, helvetica, sans-serif;
						FONT-SIZE: 8px;
						COLOR: #aaaaaa;
						DISPLAY: block;
						padding: 1px 0;
						margin: 0 0 12px 0;
							
						}



/*--------------------------------------------------*/
				/* Banner Licenses                                          */

					#sidePanel .bannerl {
						border-top: 1px solid #b2b2b2;
						border-bottom: 1px solid #b2b2b2;
						padding: 1px 0;
						margin: 0 0 12px 0;
						float: bottom;
					}

						#sidePanel .banner img {
							display: block;
						}


/*--------------------------------------------------*/
/* Footer						                    */

	#footer {
		margin: 1px 0 0;
		background: #ccc;
	}

		#footer div {
			width: 860px;
			margin: 0 auto;
			overflow: auto;
		}

		#footer .licensed {
			float: left;
			padding: 6px 8px;
			text-align: left;
			color: #666;
		}

		#footer ul {
			list-style-type: none;
			padding: 14px 0px 0 0;
			margin: 0;
			float: right;
			text-align: right;
		}

			#footer ul li {
				display: inline;
				border-right : 1px solid #9c9c9c;
				padding: 0 8px;
				font-size: 0.9em;
			}

			#footer ul li.last {
				border: 0;
				padding-right: 0;
			}

			#footer ul li a {
				color: #666;
				text-decoration: none;
			}
			
			/*--------------------------------------------------*/
/* Staerken						                    */

	#staerken {
		margin: 1px 0 0;
		background: #F9CD00;
	}

		#staerken div {
			width: 174px;
			margin: 0 auto;
			overflow: auto;
			background: #F9CD00;
				float:left;
				color: #fff;
				font-size: 1.2em;
		}

		#staerken .licensed {
			float: left;
			padding: 6px 8px;
			text-align: left;
				
			color: #fff;
		}

		#staerken  ul {
			list-style-type: none;
			padding: 14px 0px 0 0;
			margin: 0;
			float: left;
			text-align: left;
			font-weight: bold;
		}

			#staerken  ul li {
				display: inline;
				border-right : 1px solid #9c9c9c;
				padding: 0px 4px;
				font-size: 1.2em;
			}

			#staerken  ul li.last {
				border: 0;
				padding-right: 0;
			}

			#staerken  ul li a {
				color: #fff;
				text-decoration: none;
				font-weight: bold;
			}
