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

@import url(http://fonts.googleapis.com/css?family=Roboto:400,100,300,500,700,900);
a{
	color:inherit;
	text-decoration:none;
	outline:none;
	}
body{
	margin:0;
	padding:0;
	/*background:rgba(240,255,245,.9);*/
	background:rgb(230,237,233);
	font-family:"Roboto",arial,sans-serif;
	font-weight:300;
	font-size:15px;
	overflow-y:scroll;
	overflow-x:hidden;
	}
.header_wrapper{
	position:relative;
	height:150px;
	width:100%;
	z-index:1;
	}
.main_wrapper{
	position:relative;
	width:100%;
	z-index:0;
	}
.header_container{
	position:relative;
	height:98px;
	width:100%;
	background:#FFF;
	}
.menu_wrapper{
	position:relative;
	height:50px;
	width:100%;
	box-shadow:0 0 5px -2px rgba(0,0,0,.4);
	border-top:1px solid #DDD;
	border-bottom:1px solid #CCC;
	}
.clearer{
	clear:both;
	}
ul{
	position:relative;
	float:left;
	list-style:none;
	margin:0;
	padding:0;
	}
.grey_gradient{
	background: #F2F2F2;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2NlNjA2MCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNhNTIwMjUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #F2F2F2 0%, #D2D2D2 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F2F2F2), color-stop(100%,#D2D2D2));
	background: -webkit-linear-gradient(top, #F2F2F2 0%,#D2D2D2 100%);
	background: -o-linear-gradient(top, #F2F2F2 0%,#D2D2D2 100%);
	background: -ms-linear-gradient(top, #F2F2F2 0%,#D2D2D2 100%);
	background: linear-gradient(to bottom, #F2F2F2 0%,#D2D2D2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F2F2F2', endColorstr='#D2D2D2',GradientType=0 );
	}
.black_gradient{
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: rgba(0,0,0,.05);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC42NSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.55) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.55))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.55) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.55) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.55) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.55) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-8 */
	}
.menu_wrapper>.menu_container>ul>li{
	position:relative;
	float:left;
	cursor:pointer;
	}
.menu_wrapper>.menu_container>ul>li>a{
	position:relative;
	float:left;
	height:50px;
	width:150px;
	cursor:pointer;
	text-align:center;
	line-height:50px;
	text-shadow:0 1px 0px rgba(255,255,255,.7);
	font-weight:400;
	font-size:16px;
	color:#333;
	transition: background-color 0.5s;
	}
.menu_wrapper>.menu_container>ul>li>a:hover{
	background-color:rgba(0,0,0,.05);
	}
.menu_wrapper>.menu_container>ul>li>a.select{
	background:#FFF;
	box-shadow:5px 0px 7px -7px rgba(0,0,0,.7) inset, -5px 0 7px -7px rgba(0,0,0,.7) inset;
	}
.menu_container{
	position:relative;
	height:50px;
	width:900px;
	margin:0 auto;
	}
.pic_labor_wrapper{
	position:relative;
	margin-top:50px;
	margin-left:150px;
	border-radius:5px;
	width:600px;
	height:400px;
	overflow:hidden;
	float:left;
	box-shadow:0 0 4px -1px rgba(0,0,0,.5);
	}
.pic_labor{
	position:absolute;
	width:100%;
	height:100%;
	background-position:top center;
	background-repeat:no-repeat;
	background-size:cover;
	background-image:url('../images/image003.jpg');
	}
.pic_labor_overlay{
	position:absolute;
	width:100%;
	height:60px;
	bottom:0;
	}
.pic_labor_overlay>p{
	position:relative;
	padding:0 15px;
	color:#FFF;
	text-shadow: 0 0 5px rgba(0,0,0,.8);
	font-weight:400;
	font-size:20px;
	margin:15px 0;
	height:30px;
	line-height:30px;
	}
.main_container{
	position:relative;
	width:900px;
	margin:0 auto;
	}
p.sub_text_1{
	position:relative;
	float:left;
	width:100%;
	font-size:40px;
	font-weight:500;
    color:#B2B2B2;
    text-shadow: 0px 1px 0px #FFF;
	text-align:center;
	margin:30px 0;
	}
span.sub_text_h1{
	position:relative;
	float:left;
	width:300px;
	font-size:20px;
	font-weight:300;
    color:#333;
	text-align:right;
	margin-top:15px;
	}
span.sub_text_h2{
	position:relative;
	float:left;
	width:300px;
	font-size:35px;
	font-weight:300;
    color:#0B8;
	text-align:right;
	margin-bottom:15px;
	}
.header{
	position:relative;
	width:900px;
	margin:0 auto;
	height:100px;
	}
.logo_text{
	position:relative;
	float:right;
	width:300px;
	}
.mouth{
	position:relative;
	margin-left:250px;
	width:400px;
	height:220px;
	float:left;
	background-position:top center;
	background-repeat:no-repeat;
	background-size:cover;
	background-image:url('../images/smile.png');
	}
.info_content_1, .info_content_2{
	position:relative;
	float:left;
	width:900px;
	}
.info_content_2{
	margin-top:50px;
	margin-bottom:30px;
	}
.info_pic_1_wrapper{
	position:relative;
	margin-top:50px;
	border-radius:5px;
	width:300px;
	height:200px;
	overflow:hidden;
	float:left;
	box-shadow:0 0 4px -1px rgba(0,0,0,.5);
	}
.info_pic_1{
	position:absolute;
	width:100%;
	height:100%;
	background-position:top center;
	background-repeat:no-repeat;
	background-size:cover;
	background-image:url('../images/image008.jpg');
	}
.info_pic_1_overlay{
	position:absolute;
	width:100%;
	height:60px;
	bottom:0;
	}
.info_pic_1_overlay>p{
	position:relative;
	padding:0 15px;
	color:#FFF;
	text-shadow: 0 0 5px rgba(0,0,0,.8);
	font-weight:400;
	font-size:11px;
	margin:30px 0 0 0;
	height:30px;
	line-height:30px;
	}
.info_text_1_wrapper{
	position:relative;
	width:550px;
	height:160px;
	margin-left:50px;
	margin-top:70px;
	float:left;
	}
.info_text_1_wrapper>p{
	position:relative;
	width:550px;
	margin:20px 0;
	font-weight:400;
	font-size:16px;
	color:#555;
	float:left;
	text-shadow: 0px 1px 0px #FFF;
	}
.info_header_1{
	position:relative;
	float:left;
	width:900px;
	margin:10px 0;
	font-weight:400;
	font-size:22px;
	color:#666;
	text-shadow: 0px 1px 0px #FFF;
	}
.info_text_1{
	position:relative;
	float:left;
	width:900px;
	margin:10px 0;
	font-weight:400;
	font-size:16px;
	color:#555;
	text-shadow: 0px 1px 0px #FFF;
	}
.info_pic_2_wrapper, .info_pic_3_wrapper{
	position:relative;
	margin:50px 75px 0px 75px;
	border-radius:5px;
	width:300px;
	height:200px;
	overflow:hidden;
	float:left;
	box-shadow:0 0 4px -1px rgba(0,0,0,.5);
	}
.info_pic_2, .info_pic_3{
	position:absolute;
	width:100%;
	height:100%;
	background-position:top center;
	background-repeat:no-repeat;
	background-size:cover;
	}
.info_pic_2{
	background-image:url('../images/image002.jpg');
	}
.info_pic_3{
	background-image:url('../images/image007.jpg');
	}
.kontakt_text_1{
	position:relative;
	float:left;
	width:900px;
	margin:50px 0 20px 0;
	font-weight:400;
	font-size:30px;
	color:#6D6D6D;
	text-align:center;
	text-shadow: 0px 1px 0px #FFF;
	}
.kontakt_text_2{
	position:relative;
	float:left;
	width:900px;
	margin:0;
	font-weight:400;
	font-size:24px;
	color:#666;
	text-align:center;
	text-shadow: 0px 1px 0px #FFF;
	line-height:35px;
	}
.kontakt_text_3{
	position:relative;
	float:left;
	width:900px;
	margin:50px 0;
	font-weight:400;
	font-size:24px;
	color:#666;
	text-align:center;
	text-shadow: 0px 1px 0px #FFF;
	}
.link_mail{
	position:relative;
	float:left;
	margin:0 350px;
	}
.link_mail_button{
	position:relative;
	float:left;
	width:200px;
	height:40px;
	font-weight:400;
	font-size:24px;
	color:rgb(230,237,233);
	text-align:center;
	background:#444;
	line-height:40px;
	border-radius:5px;
	box-shadow:0 0 4px -1px rgba(0,0,0,.5);
	}
.kontakt_text_4{
	position:relative;
	float:left;
	width:900px;
	margin:50px 0 0 0;
	font-weight:400;
	font-size:24px;
	color:#666;
	text-align:center;
	text-shadow: 0px 1px 0px #FFF;
	}
.kontakt_text_5{
	position:relative;
	float:left;
	width:900px;
	margin:20px 0;
	font-weight:400;
	font-size:24px;
	color:#666;
	text-align:center;
	text-shadow: 0px 1px 0px #FFF;
	}
.link_foto_dental{
	color:#00BB88;
	}
#map_canvas{
	position:relative;
	margin:50px 0px 0 0px;
	width:900px; 
	height:500px;
	float:left;
	overflow:hidden;
	background:#E5E3DF;
	border-radius:5px;
	box-shadow:0 0 4px -1px rgba(0,0,0,.5);
	}
.impressum_text_1{
	position:relative;
	float:left;
	width:900px;
	margin:50px 0 0 0;
	font-weight:400;
	font-size:24px;
	color:#666;
	text-align:center;
	text-shadow: 0px 1px 0px #FFF;
	}
.impressum_text_2, .impressum_text_3, .impressum_text_4{
	position:relative;
	float:left;
	width:700px;
	margin:20px 100px 0 100px;
	font-weight:400;
	font-size:16px;
	color:#555;
	line-height:25px;
	text-align:center;
	text-shadow: 0px 1px 0px #FFF;
	}
.impressum_list{
	position:relative;
	float:left;
	width:900px;
	padding:0;
	margin:0;
	list-style:circle;
	}
.impressum_list>li{
	position:relative;
	float:left;
	width:500px;
	margin:20px 180px 20px 180px;
	padding:0 20px;
	font-weight:400;
	font-size:16px;
	color:#555;
	text-shadow: 0px 1px 0px #FFF;
	text-align:center;
	}
.impressum_text_4{
	margin-bottom:20px;
	}
.foto_dental_pic_1{
	margin-top:50px;
	}
.foto_dental_text_1{
	position:relative;
	float:left;
	width:900px;
	margin:60px 0;
	font-weight:400;
	font-size:40px;
	color:#707070;
	text-align:center;
	text-shadow: 0px 1px 0px #FFF;
	}