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

html, body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

*html body {
	background: #464646;	
}

a {
	text-decoration: none;
}

a img {
	border: none;
}

.clear {
	clear: both;
}

#outer {
	width: 100%;
	background: #FFF;
}

#top {
	margin: 0 auto;
	width: 832px;
	padding-top: 0px;
}

#top .inner {
	margin: 0 15px 0 11px;
}

	a.logo {
		width: 130px;
		height: 112px;
		display: block;
	}
	
	h1.logo {
		background: url(../img/logo.gif) no-repeat;
		text-indent: -500em;
		height: 112px;
		margin-top: 0px;
		padding-top: 0px;
		width: 130px;
	}
	
	h2.shop {
		float: right;
		padding: 0px;
		margin: 0px;
		margin-left: 3px;
	}
	
	.headingleft {
		margin-top: 0px;
		padding-top: 20px;
		float: left;
	}
	
	.headingleft h2 {
		margin-top: 12px;
		padding-top: 0px;
		font-weight: normal;
		color: #464646;
		letter-spacing: 2px;
	}
		
	.headingleft h2 a {
		color: #76D1F7;
		font-weight: bold;
	}
		
	.headingleft h2 strong {
		font-weight: bold;
	}
	
	#slidemenu {
		padding: 0px 0px;
		margin: 0px 0px 0px 0px;
	}
	
	div.menu {
		border-bottom: 6px solid #6ED7FF;
		height: 27px;
		position: relative;
	}
	
		.menu .tab {
			background: #F3F3F3;
			color: #464646;
			text-align: center;
			float: left;
			width: 131px;
			height: 27px;
			padding: 0px;
			margin: 0px 4px 0px 0px;
			position: relative;
		}
		
		.menu .tab.this {
			background: #6ED7FF;
		}
		
		.menu .tab.end {
			margin-right: 0px;
		}
		
		.menu .tab a {
			color: #464646;
			text-decoration: none;
			display: block;
			float: left;
			height: 21px;
			padding: 5px 0px 2px 0px;
			width: 131px;
			text-align: center;
			font-size: 13px;
			font-weight: bold;
		}
		
		.menu .tab a:hover {
			background: #6ED7FF;
		}
	
	/* lower menu */
	
	#menusection {
	}
	
	ul.submenu {
		padding: 0px 5px 7px 10px;
		margin: 0px;
		background: #6ED7FF;
		list-style: none;
		text-align: left;
		z-index: 1;
	}
	
	ul.submenu.hidden {
		display: none;
	}
	
	ul.submenu li {
		display: inline;
		padding: 0px 9px 0px 10px;
		font-size: 12px;
		font-weight: bold;
	}
	
	ul.submenu.hidden.homepage {
		position: absolute;
		top: auto;
		z-index: 99;
		width: 791px;
	}
	
	ul.submenu li a {
		color: #464646;
	}
	
	ul.submenu li.selected a {
		color: #FFF;
	}
	
	ul.submenu li a:hover {
		color: #F0F0F0;
	}
	
	#content {
		background: #F3F3F3;
		margin: 0px;
		padding: 0px;
	}
	
	#map_canvas {
		height: 345px;
	}
	
	#content table {
		
	}
	
	#content table th {
		background: #76D1F7;
		color: #FFF;
		font-size: 12px;
		background: url(../img/tabletop.gif) top center no-repeat;
	}
	
	#content table th.left {
		background: url(../img/tabletop.gif) top left no-repeat;
	}
	#content table th.right {
		background: url(../img/tabletop.gif) top right no-repeat;
	}
	
	#content table td {
		background: #FFF;
		color: #646464;
		font-size: 12px;
		height: 30px;
	}
	
	#content table td.left {
		background: url(../img/tablebottom.gif) bottom left no-repeat;
	}
	#content table td.right {
		background: url(../img/tablebottom.gif) bottom right no-repeat;
	}
	
		#content h2 {
			margin: 0px;
			padding: 26px 0px 5px 0px;
			font-weight: normal;
			color: #464646;
		}
		
		#content h3 {
			color: #76D1F7;
			font-weight: bold;
			font-size: 13px;
			margin: 0px;
			padding: 10px 0px 5px 0px;
		}
		
		#content p {
			color: #646464;
			font-size: 12px;
			margin: 5px 0px 20px 0px;
			padding: 0px;
		}
		
		#content .post {
			border-bottom: 1px solid #808284;
			margin: 0px 15px 5px 214px;
			width: 400px;
		}
		
		#content .text {
			margin: 0px 20px 5px 214px;
		}
		
		#content .textnomenu {
			margin: 0px 20px 5px 20px;
		}
		
		#content .kontakt {
			width: 175px;
			float: left;
		}
		
		#content .kontakt strong {
			color: #76D1F7;
		}
		
		#content .kontaktform {

			float: left;
		}
		
		#postcode {
			border: none;
			text-align: center;
			width: 295px;
			background: #FFF;
			color: #464646;
			font-size: 11px;
			padding: 5px;
			margin-bottom: 14px;
		}
		
		#results p {
			margin: 0px;
			padding: 5px 0px;
			font-size: 13px;
		}
		
		#results p strong {
			color: #76D1F7;
		}
		
		#content blockquote p {
			color: #76D1F7;
			font-size: 16px;
			font-style: italic;
			font-weight: 500;
			line-height: 1.2;
		}
		
		#content .info {
			float: right;
			width: 145px;
			background: url(../img/info.gif) no-repeat top left;
			padding: 30px 15px 0px 0px;
		}
		
		#content .info p {
			font-size: 10px;
		}
		
		#content .info input.image {
			float: right;
			margin-top: 7px;
		}
		#content .info input.text {
			width: 137px;
			border: 1px solid #FFF;
			margin-bottom: 7px;
			color: #464646;
			padding: 3px;
		}
	
		#content ul.level3 {
			margin: 0px;
			padding: 18px 12px;
			list-style: none;
			float: left;
		}
		
		ul.level3 li {
			background:url(../img/arrow_white.gif) no-repeat top left;
			height: 22px;
			padding: 3px 6px;
			margin: 6px;
			width: 166px;
		}
		
		ul.level3 li.selected, ul.level3 li:hover {
			background: url(../img/arrow_blue.gif) no-repeat top left;
			color: #FFF;
		}
		
		ul.level3 li.selected a, ul.level3 li a:hover {
			color: #FFF;
		}
		
		ul.level3 li a {
			color: #646464;
			font-size: 12px;
			font-weight: bold;
		}
		
	/* contact form */

	span.checkbox {
		width: 19px;
		height: 25px;
		padding: 0 5px 0 5px;
		background: url(../img/check.gif) no-repeat;
		display: block;
		clear: left;
		float: left;
	}
	
	#contactform  {
		
	}
	
	input.white, form textarea.white {
		border: 1px solid #FFF;
		margin-bottom: 7px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #464646;
		padding: 5px;
	}
	
	#contactform {
		text-align: right;
		width: 370px;
	}
	
	input.white {
		width: 162px;
		margin-right: 7px;
	}
	
	textarea.white {
		width: 346px;
		margin-right: 7px;
	}
	
	input.right {
		margin-right: 10px;
	}
	
	/* slideshow */
	
	.slideshow {
		height: 380px;
		background: #F3F3F3;
		overflow: hidden;
		width: 806px;
	}
		
		.slideshow .slideholder {
			width: 6660px;
		}
		
		.slidebar .play {
			float: right;
			padding: 3px 3px;
			color: #FFF;
			text-align: right;
		}
		
			.play a {
				color: #FFF;
				text-decoration: none;
			}
			
			.play a:hover {
				text-decoration: underline;
			}
			
			.play img {
				float: right;
				margin: 0px 2px;
			}
		
		.slideshow .slide {
			display: block;
			float: left;
			height: 380px;
			width: 832px;
		}
		
		.slide.landingpage {
			background: url(../img/landingpagebg.jpg) no-repeat;
			padding-top: 2px;
		}
		
		*html .slide.landingpage {
			padding-top: 20px;	
		}
		
		*+html .slide.landingpage {
			padding-top: 20px;	
		}
		
		.landingpage h2 {
			width: 53%;
			padding-left: 20px;
			font-weight: normal;
			color: #464646;
			font-size: 21px;
		}
		
		.landingpage h2 a {
			color: #76D1F7;
			font-weight: bold;
		}
		
		.slide p {
			font-size: 150px;
			padding: 0px;
			text-align: center;
		}

		.slidebar {
			margin: 0px;
			padding: 0px;
			padding-top: 2px;
			padding-left: 5px;
			list-style: none;
			background: #464646;
			height: 30px;
		}
		
		.slidebar .slidenum {
			display: block;
			float: left;
			position: static;
			cursor: pointer;
			background: url(../img/dimple.gif) center no-repeat;
			padding: 4px 6px;
			margin: none;
			text-indent: -50em;
			width: 13px;
		}
		
		.slidebar .slidenum:hover, .slidebar .slidenum.selected {
			background: url(../img/dimple_sel.gif) center no-repeat;
		}

#bottom {
	height: 372px;
	background: url(../img/bottom_repeat.png) bottom repeat-x #FFF;
	width: 100%;
	position: fixed;
	bottom: 0px;
	overflow: hidden;
}

#bottom #inner {
	margin: 0 auto;
	width: 830px;
}
	
	#bottom #inner #products {
		padding-top: 32px;
		height: 150px;
		text-align: center;
	}
	
	#bottom #inner #logos {
		height: 112px;
		margin: none;
		padding: none;
		padding: 0 10px;
		text-align: justify;
		overflow: hidden;
	}
	
		#logos h3 {
			color: #464646;
			font-weight: normal;
			font-size: 14px;
			margin-bottom: 0px;
			padding-bottom: 0px;
		}
		
		#logos ul {
			list-style: none;
			margin: 0px;
			padding: 0px;
			padding-left: 0px;
		}
		
		#logos ul li {
			display: inline;
			padding: 0px;
		}
		
		#logos ul li img {
			margin: 10px 5px;
		}
	
	#bottom #inner #footer {
		height: 27px;
		padding-top: 15px;
		color: #FFF;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 10px;
		font-weight: bold;
		padding-left: 10px;
		padding-right: 10px;
	}
		
/* product
<div class="product">
	<div class="productinner">
		<div class="producttop">
			<h2>Desc</h2>
		</div>
		<div class="productbottom">
			<p>Text</p>
		</div>
	</div>
</div> */

.product {
	float: left; 
	width: 275px;
	background: url(../img/product_bg3.png) bottom center no-repeat;
}

.product .productinner {
	margin: 0px 10px 5px 10px;
}

.product .productinner:hover {
	position: relative;
	top: -5px;
}

.product .productinner .producttop {
	background: #6ED7FF;
	color: #464646;
	height: 26px;
	margin: none;
	border-bottom: 1px solid #6ED7FF;
	padding: 0px 5px;
}
	.producttop h2 {
		line-height: 26px;
		font-size: 12px;
		font-weight: bold;
		background: #6ED7FF;
		margin: 0px;
		padding: 0px;
		text-align: center;
	}

	.producttop h2 span { padding: 0px 0px 3px 0px;  }

.product .productinner .productbottom {
	background: #F3F3F3;
	height: 130px;
	margin: 0px;
	padding: 0px;
}
	.productbottom p {
		margin: 0px;
		padding: 5px;
		padding-top: 35px;
		text-align: center;
		font-size: 13px;
		font-weight: bold;
		color: #646565;
	}

.product a h3.munich {
	background: url(../img/munchen.jpg);
	background-position: 0px 0px;
	height: 130px;
	text-indent: -500em;
	margin: 0px;
	padding: 0px;
}

.product .teeth {
	background: url(../img/teeth.jpg) no-repeat;
	background-position: 0px -25px;
	padding: 10px 12px;
	text-align: left;
	height: 110px;
}

.product .teeth p {
	font-weight: normal;
	padding: 0px;
	margin: 0px;
	text-align: left;
	width: 55%;
	height: 73px;
}

.product .shoplink {
	background: url(../img/shop.png) no-repeat;
	background-position: right 20px;
	padding: 10px 12px;
	margin-right: 10px;
	text-align: left;
}

.product .shoplink p {
	text-align: left;
	padding: 0px;
	margin: 0px;
	width: 60%;
	font-weight: normal;
	height: 73px;
}

.product .shoplink h3 {
			
}

.product .shoplink h3 a, .product .teeth h3 a {
	color: #76D1F7;
	text-decoration: none;
	font-size: 18px;
}

.product h3 a:hover {
	color: #333;	
}

/* bottom */

#bottom #inner #footer .left {
	float: left;
}

#bottom #inner #footer .right {
	float: right;
}

#form_search {
	padding: 0px;
	margin: 0px;
}

form #footer .theform {
	/*
	margin-left: 15px;
	position: relative;
	top: 0px;
	*/
	
	position: relative;
	top: -2px;
	padding-left: 10px;
}

*html form #footer .theform {
	width: 150px;
}

*+html form #footer .theform {
	width: 150px;
}

form #footer  .searchform {
	background: url(../img/suche.png) top left;
	border: none;
	height: 17px;
	color: #FFF;
	font-size: 10px;
	padding: 0px;
	margin: 0px;
	display: inline;
	line-height: 17px;
	padding: 2px 0px 0px 0px;
	position: relative;
	top: 1px;
}

form #footer  .searchgo {
	float: right;
	position: relative;
	top: 0px;
	left: -2px;
	margin-left: 8px;
}

form #footer  .searchtextfield {
	float: right;
	border: none;
	background: url(../img/suche.png) top left repeat-x #333;
	height: 16px;
	color: #FFF;
	font-size: 11px;
	padding: 1px 1px 1px 2px;
	border-bottom: 1px solid #646565;
	font-weight: bold;
}

*html .searchtextfield {
	position: relative;
	top: -2px;
}

*+html .searchtextfield {	
	position: relative;
	top: -2px;
}

#bottom #inner #footer a, #bottom #inner #footer a:link {
	color: #6ED7FF;
	text-decoration: none;
}

#footer .part {
	padding-left: 34px;
	height: 17px;
	padding-top: 4px;
	margin-right: 7px;
}

#footer .part1 {
	background:url(../img/mini_logo.gif) left no-repeat;
}

#footer .part2 {
	background: url(../img/little_man.gif) left no-repeat;
	padding-left: 27px;
}

#footer .part3 {
	background: url(../img/newsletter.gif) left no-repeat;
	padding-left: 27px;
}

#footer .part4 {
	background: url(../img/searchbutton.gif) left no-repeat;
	padding-left: 20px;
	float: right;
	margin-right: 0px;
}

#show_newsletter a, #show_search a {
	color: #FFF;
}


#hidden_newsletter, #hidden_search {
	position: relative;
	top: -65px;
	left: -110px;
}

#hidden_newsletter .inner, #hidden_search .inner {
	background: url(../img/searchbg.gif) no-repeat bottom;
	position: absolute;
	width: 230px;
	height: 40px;	
	color: #000;
	padding: 5px;
	text-align: center;
}

#hidden_newsletter .inner p, #hidden_search .inner p {
	padding: 9px 2px;
	margin: 0px;
	text-align: center;
}

input.newsletter {
	background: url(../img/newsletter-bg-02.gif) no-repeat;
	color: #464646;
	border: none;
	font-size: 11px;
	padding: 2px;
	margin-right: 3px;
	width: 115px;
}

.inner form button.submitbutton, .inner form button.cancel {
	background: url(../img/callback-button-bg.gif) no-repeat;
	text-align: left;
	border: none;
	height: 20px;
	padding-bottom: 6px;
	padding-left: 3px;
	line-height: 0.5;
	width: 90px;
	color: #76D1F7;
	font-size: 10px;
	line-height: 15px;
	position: relative;
	top: 0px;
	/* Abrechen */
}

.inner form button.cancel {
	background: url(../img/callback-cancel-button-bg.gif) no-repeat;
	width: 75px;
}

	div.call-link {
		background: #76D1F7;
		height: 59px;
		width: 130px;
		float: right;
		text-align: center;
		background: url(../img/callback-background.gif) bottom center;
		padding: 0px;
		margin: 0px;
	}
	
	.call-link h2 {
		text-align: center;
		padding: 5px;
		margin: 0px;
	}
	
	div.call-link a {
		color: #434343;
		font-weight: normal;
		font-size: 11px;
	}

.callus_relative {
	position: relative;
	bottom: 0px;
	left: 41%;
	width: 33%;
	display: none;
}

.callus_absolute {
	position: absolute;
	width: 322px;
	height: 40px;
	background: #76D1F7;
	color: #464646;
	z-index: 9;
	padding: 10px;
}

.callus_absolute form {
	padding: 0px;
	margin: 0px;
}

.callus_absolute  p.small {
	font-size: 10px;
}

.callus_absolute p {
	margin: 0px;
	padding: 0px 0px 7px 0px;
}

.hotline-stuff {
	float: right;
	clear: right;
	width: 50%;
	text-align: right;
}

a.logo, a.logo h1 {
}

.hotline-stuff h1 {
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-top: 8px;
}

.hotline-stuff h2 {
	font-size: 11px;
	font-weight: normal;
	color: #434343;
	margin: 0px;
	padding: 3px 0px;
}

/* Sponsors from shop */

/* Sponsors bit */

#sponsors
{
	text-align: left;
	width:805px;
	clear:both;
	height:110px;
	padding:20px 0 0 10px;
}
.sponsors
{
	padding: 0;
}
.sponsors a
{
	height:47px;
	display:block;
	background-image:url(/img/logos_sprite_bw.gif);
	background-repeat:no-repeat;
	overflow:hidden;
	line-height:500px;
	float:left;
	margin:0 21px 0 0;
	border:0;
	text-decoration:none;
	vertical-align: middle;
}

.sponsors a:hover {
	background-image: url(/img/logos_sprite_color.gif);
}

.sponsors a.first {
	float: left;
	margin-left: 0px;
}

.sponsors a.last{
	float: right;
	margin-right: 0px;
}

.sponsors a.last
{
	margin:0;
}
.sponsors a#sponsor_amex
{
	width:37px;
	background-position:0 0;
}
.sponsors a#sponsor_wieland
{
	width:65px;
	background-position: -50px 0;
}
.sponsors a#sponsor_sirona
{
	width: 64px;
	background-position: -132px 0;
}
.sponsors a#sponsor_dentaone
{
	width: 78px;
	background-position: -215px 0;
}
.sponsors a#sponsor_iv
{
	width: 46px;
	background-position: -311px 0;
}

.sponsors a#sponsor_bego
{
	width: 58px;
	background-position: -375px 0;
}
.sponsors a#sponsor_straumann
{
	width: 82px;
	background-position: -452px 0;
}
.sponsors a#sponsor_quality
{
	width: 71px;
	background-position: -551px 0;
}
.sponsors a#sponsor_healthag
{
	width: 56px;
	background-position: -639px 0;
}
.sponsors a#sponsor_candulor
{
	width: 52px;
	background-position: -712px 0;
}
.sponsors a#sponsor_wwf
{
	width: 19px;
	background-position: -781px 0;
}

#sponsors h3
{
	margin:15px 0 0 0;
	padding:0 0 10px 0;
	color:#464646;
	font-weight:normal;
	font-size:13px;
}

/* end sponsors */
.clear
{
	clear:both;
}