@charset "iso-8859-1";
/* CSS Document */
/* Created by A. Gulich - 03.08.2009 */


/*-------------------------------------------------------*/
/*----------------| =Site |------------------------------*/
/*-------------------------------------------------------*/

body, html {
	border: 0px;
	margin:0px 0 0px 0;
   padding:0;
   height:100%;
}

body {
	background:#ffffff;
	background-image:url(../images/bg-body.jpg);
	color:#464646;
	font-size:75%;
	font-family:Verdana, Geneva, sans-serif;
	margin:0;
	padding:0;
	line-height:1.58em;
	background-repeat:repeat-x;
   overflow:-moz-scrollbars-vertical;
}

/*-------------------------------------------------------*/
/*----------------| =Container |-------------------------*/
/*-------------------------------------------------------*/

div#container {
   position: relative;
   width:980px;
   min-height:100%;
   margin:0 auto;
   background-image:url(../images/bg-container.jpg);
   background-repeat:repeat-y;
   z-index:1;
}

* html #container {height:100%;}

/*-------------------------------------------------------*/
/*----------------| =Header |----------------------------*/
/*-------------------------------------------------------*/

#header {
   margin:0 0 0 0;
   padding:0px 0 0 0px;
   width:980px;
   height:245px;
   background-image:url(../images/bg-header.jpg);
   background-repeat:repeat;
}

/*-------------------------------------------------------*/
/*----------------| =Navigation |------------------------*/
/*-------------------------------------------------------*/

#navigation {
	margin:0 0 0 0;
	width:980px;
	height:160px;
	background-image:url(../images/bg-navigation.jpg);
	background-repeat:no-repeat;
}

#menue1 {
	position:absolute;
	top:258px;
	left:96px;
	width:106px;
	height:auto;
}

#menue2 {
	position:absolute;
	top:258px;
	left:781px;
	width:106px;
	height:auto;
}


/* Root = Vertical, Secondary = Vertical */
ul#navmenu,
ul#navmenu li {
  margin: 0;
  border: 0 none;
  padding: 0 0 6px 0;
  width: 106px; /*For KHTML*/
  list-style: none;
}

ul#navmenu ul,
ul#navmenu ul li {
  width: 253px; /*For KHTML*/
  list-style: none;
  margin:0;
  border: 0 none;
  padding: 0 0 0 0;
  height:20px;
}

ul#navmenu li {
  display: block !important; /*For GOOD browsers*/
  display: inline; /*For IE*/
  position: relative;
}

/* Root Menu */
ul#navmenu a {
  border: none;
  border-right-color: none;
  border-bottom-color: none;
  padding: 0px 0 2px 6px;
  display: block;
  background:none;
  color: #ffffff;
  font: normal 12px/18px "Verdana";
  text-decoration: none;
  height: auto !important;
  height: 100%; /*For IE*/
}

/* Root Menu Hover Persistence */
ul#navmenu a:hover,
ul#navmenu li:hover a,
ul#navmenu li.iehover a {
  background:#154a11;
  color: #ffffff;
  font-weight:normal;
}

/* 2nd Menu */
ul#navmenu li:hover li a,
ul#navmenu li.iehover li a {
  padding:2px 0 2px 6px;
  margin:2px 0 1px 6px;
  background: #154a11;
  color: #ffffff;
  font-weight:normal;

}

/* 2nd Menu Hover Persistence */
ul#navmenu li:hover li a:hover,
ul#navmenu li:hover li:hover a,
ul#navmenu li.iehover li a:hover,
ul#navmenu li.iehover li.iehover a {
  padding:2px 0 2px 6px;
  margin:2px 0 1px 6px;
  background: #e03232;
  color: #ffffff;
  font-weight:normal;
}

ul#navmenu ul,
ul#navmenu ul ul,
ul#navmenu ul ul ul {
  display: none;
  position: absolute;
  top: -2px;
  left: 100px;
}

/* 3nd Menu */
ul#navmenu li:hover li:hover li a,
ul#navmenu li.iehover li.iehover li a {
  margin:0 0 1px 0;
  background: #dedede;
  color: #b71916;
}

/* 3nd Menu Hover Persistence */
ul#navmenu li:hover li:hover li a:hover,
ul#navmenu li:hover li:hover li:hover a,
ul#navmenu li.iehover li.iehover li a:hover,
ul#navmenu li.iehover li.iehover li.iehover a {
  background: #b71916;
  color: #eebd20;
}


/* Do Not Move - Must Come Before display:block for Gecko */
ul#navmenu li:hover ul ul,
ul#navmenu li:hover ul ul ul,
ul#navmenu li.iehover ul ul,
ul#navmenu li.iehover ul ul ul {
  display: none;
}

ul#navmenu li:hover ul,
ul#navmenu ul li:hover ul,
ul#navmenu ul ul li:hover ul,
ul#navmenu li.iehover ul,
ul#navmenu ul li.iehover ul,
ul#navmenu ul ul li.iehover ul {
  display: block;
}

/* ----------------  Menue rechts ------------------------- */

/* Root = Vertical, Secondary = Vertical */
ul#navmenu2,
ul#navmenu2 li {
  margin: 0;
  border: 0 none;
  padding: 0 0 6px 0;
  width: 106px; /*For KHTML*/
  list-style: none;
}

ul#navmenu2 ul,
ul#navmenu2 ul li {
  width: 180px; /*For KHTML*/
  list-style: none;
  margin:0;
  border: 0 none;
  padding: 0 0 0 0;
  height:20px;
}

ul#navmenu2 li {
  display: block !important; /*For GOOD browsers*/
  display: inline; /*For IE*/
  position: relative;
}

/* Root Menu */
ul#navmenu2 a {
  border: none;
  border-right-color: none;
  border-bottom-color: none;
  padding: 0px 0 2px 6px;
  display: block;
  background:none;
  color: #ffffff;
  font: normal 12px/18px "Verdana";
  text-decoration: none;
  height: auto !important;
  height: 100%; /*For IE*/
}

/* Root Menu Hover Persistence */
ul#navmenu2 a:hover,
ul#navmenu2 li:hover a,
ul#navmenu2 li.iehover a {
  background:#154a11;
  color: #ffffff;
  font-weight:normal;
}

	

/*-------------------------------------------------------*/
/*----------------| =Content |---------------------------*/
/*-------------------------------------------------------*/

#contentMain {
   margin:0 0 0 0;
   padding:15px 314px 115px 103px;
   width:563x;
   height:315px;
   background-image:url(../images/bg-content.jpg);
   background-repeat: no-repeat;
}

#contentMainIndex {
   margin:0 0 0 0;
   padding:15px 314px 115px 103px;
   width:563x;
   min-height:315px;
   background-image:url(../images/bg-content.jpg);
   background-repeat: no-repeat;
}

#contentMain-geschaeft {
   margin:0 0 0 0;
   padding:15px 314px 115px 103px;
   width:563x;
   min-height:315px;
   background-image:url(../images/bg-content-geschaeft.jpg);
   background-repeat: no-repeat;
}

#contentMain-mitarbeiter {
   margin:0 0 0 0;
   padding:15px 314px 115px 103px;
   width:563x;
   min-height:315px;
   background-image:url(../images/bg-content-mitarbeiter.jpg);
   background-repeat: no-repeat;
}

#contentMain-guetesiegel {
   margin:0 0 0 0;
   padding:15px 314px 115px 103px;
   width:563x;
   min-height:315px;
   background-image:url(../images/bg-content-guetesiegel.jpg);
   background-repeat: no-repeat;
}

#contentMain-ausbildung {
   margin:0 0 0 0;
   padding:15px 314px 115px 103px;
   width:563x;
   min-height:315px;
   background-image:url(../images/bg-content-ausbildung.jpg);
   background-repeat: no-repeat;
}

#contentMain-alternative {
   margin:0 0 0 0;
   padding:15px 314px 115px 103px;
   width:563x;
   min-height:315px;
   background-image:url(../images/bg-content-alternative.jpg);
   background-repeat: no-repeat;
}

#contentMain-pflege {
   margin:0 0 0 0;
   padding:15px 314px 115px 103px;
   width:563x;
   min-height:315px;
   background-image:url(../images/bg-content-pflege.jpg);
   background-repeat: no-repeat;
}

#contentMain-mundschutz {
   margin:0 0 0 0;
   padding:15px 314px 115px 103px;
   width:563x;
   min-height:315px;
   background-image:url(../images/bg-content-mundschutz.jpg);
   background-repeat: no-repeat;
}

#contentMain-schnarchschiene {
   margin:0 0 0 0;
   padding:15px 314px 115px 103px;
   width:563x;
   min-height:315px;
   background-image:url(../images/bg-content-schnarchschiene.jpg);
   background-repeat: no-repeat;
}

#contentMain-wasistwas {
   margin:0 0 0 0;
   padding:15px 314px 115px 103px;
   width:563x;
   min-height:315px;
   background-image:url(../images/bg-content-wasistwas.jpg);
   background-repeat: no-repeat;
}

#contentMain-diagnostik {
   margin:0 0 0 0;
   padding:15px 314px 115px 103px;
   width:563x;
   min-height:315px;
   background-image:url(../images/bg-content-diagnostik.jpg);
   background-repeat: no-repeat;
}

#contentMain-implantate {
   margin:0 0 0 0;
   padding:15px 314px 115px 103px;
   width:563x;
   min-height:315px;
   background-image:url(../images/bg-content-implantate.jpg);
   background-repeat: no-repeat;
}

#contentMain-keramik {
   margin:0 0 0 0;
   padding:15px 314px 115px 103px;
   width:563x;
   min-height:315px;
   background-image:url(../images/bg-content-keramik.jpg);
   background-repeat: no-repeat;
}

#contentMain-schienen {
   margin:0 0 0 0;
   padding:15px 314px 115px 103px;
   width:563x;
   min-height:315px;
   background-image:url(../images/bg-content-schienen.jpg);
   background-repeat: no-repeat;
}

#contentMain-wielange {
   margin:0 0 0 0;
   padding:15px 314px 115px 103px;
   width:563x;
   min-height:315px;
   background-image:url(../images/bg-content-wielange.jpg);
   background-repeat: no-repeat;
}

#contentMain-links {
   margin:0 0 0 0;
   padding:15px 314px 115px 103px;
   width:563x;
   min-height:315px;
   background-image:url(../images/bg-content-links.jpg);
   background-repeat: no-repeat;
}

#contentMain-kontakt {
   margin:0 0 0 0;
   padding:15px 314px 115px 103px;
   width:563x;
   min-height:315px;
   background-image:url(../images/bg-content-kontakt.jpg);
   background-repeat: no-repeat;
}

#contentMain-anfahrt {
   margin:0 0 0 0;
   padding:15px 314px 115px 103px;
   width:563x;
   min-height:315px;
   background-image:url(../images/bg-content-anfahrt.jpg);
   background-repeat: no-repeat;
}

#contentMain-impressum {
   margin:0 0 0 0;
   padding:15px 314px 115px 103px;
   width:563x;
   min-height:315px;
   background-image:url(../images/bg-content-impressum.jpg);
   background-repeat: no-repeat;
}

#contentMain-danke {
   margin:0 0 0 0;
   padding:15px 314px 115px 103px;
   width:563x;
   min-height:315px;
   background-image:url(../images/bg-content-danke.jpg);
   background-repeat: no-repeat;
}

#contentMain-404 {
   margin:0 0 0 0;
   padding:15px 314px 115px 103px;
   width:563x;
   min-height:315px;
   background-image:url(../images/bg-content-404.jpg);
   background-repeat: no-repeat;
}

/*-------------------------------------------------------*/
/*----------------| =Footer |----------------------------*/
/*-------------------------------------------------------*/

#footer {
   position:relative;
   margin:-115px auto;
   padding:0px 0 0 0px;
   width:980px;
   height:115px;
   background-image:url(../images/bg-footer.jpg);
   background-repeat: repeat;
   z-index:10;
	color:#ffffff;
	line-height:2.2em;
}

/*-------------------------------------------------------*/
/*----------------| =Branding |--------------------------*/
/*-------------------------------------------------------*/

div#branding {
   position:absolute;
   top:0px;
   left:87px;
   width:249px;
   height:211px;
   text-indent: -9999px;
}

a#logo { width: 249px; height: 211px; display: block; border: none;}
a#logo:hover { background: none;}

div#branding h1 {
   width: 0;}

/*-------------------------------------------------------*/
/*----------------| =Adresse |---------------------------*/
/*-------------------------------------------------------*/

#adress {
	position:absolute;
	left:309px;
	top:259px;
	width:200px;
	height:auto;
	line-height:1.6em;
	color:#ffffff;
}

#telefonnumber {
	position:absolute;
	left:550px;
	top:261px;
	width:176px;
	height:auto;
	line-height:1.6em;
	color:#ffffff;
}

#adressFooter {
	position:absolute;
	left:318px;
	top:61px;
	width:156px;
	height:auto;
	line-height:1.6em;
	color:#464646;
}

#telefonFooter {
	position:absolute;
	left:510px;
	top:61px;
	width:164px;
	height:auto;
	line-height:1.6em;
	color:#464646;
}

/*-------------------------------------------------------*/
/*----------------| =Teaser |----------------------------*/
/*-------------------------------------------------------*/

#kontaktteaser {
	position:absolute;
	left:762px;
	top:459px;
	width:162px;
	height:auto;
	font-size:0.9em;
	line-height:1.5em;
	color:#5e5e5e;
}

#anfahrtteaser {
	position:absolute;
	left:762px;
	top:573px;
	width:162px;
	height:auto;
	font-size:0.9em;
	line-height:1.5em;
	color:#5e5e5e;
}

/*-------------------------------------------------------*/
/*----------------| =Footerbilder |----------------------*/
/*-------------------------------------------------------*/

#implantate {
	position:absolute;
	left:761px;
	top:-46px;
	width:153px;
	height:147px;
	background-image:url(../images/zahn.jpg);
	background-repeat:no-repeat;
}

/*-------------------------------------------------------*/
/*----------------| =Bilder |----------------------------*/
/*-------------------------------------------------------*/

.bild1 {
	float:left;
	margin-right:54px;
	width:152px;
	height:auto;
	text-align:center;
}

.bild2 {
	float:left;
	margin-right:52px;
	width:152px;
	height:auto;
	text-align:center;
}

.bild3 {
	float:left;
	margin-right:0px;
	width:152px;
	height:auto;
	text-align:center;
}

.bild-pflege1 {
	float:left;
	margin-right:54px;
	width:auto;
	height:auto;
	text-align:center;
}

.bild-pflege2 {
	float:left;
	margin-right:52px;
	width:auto;
	height:auto;
	text-align:center;
}

.bild-pflege3 {
	float:left;
	margin-right:0px;
	width:auto;
	height:auto;
	text-align:center;
}


/*-------------------------------------------------------*/
/*----------------| =General |---------------------------*/
/*-------------------------------------------------------*/

* { margin: 0px; padding:0; border: 0;}

body  {
   margin:0px 0 0px 0;
   padding:0px;
   font-family:Verdana, Geneva, sans-serif;
   font-size:75%;
   line-height:1.58em;
   color:#464646;
}

/*-------------------------------------------------------*/
/*----------------| =Class |-----------------------------*/
/*-------------------------------------------------------*/

.clear { clear:both; margin:0px 0 0px 0; }

.clear2 { clear:both; margin:0px 0 -30px 0; }

.clearLinie { clear:both; margin:-15px 0 0 0; border-bottom:#000000 dotted 1px; }

.clear3 { clear:both; padding:15px 0 0px 0; }

/*----------------| Schriften |------------------------- */

h1 { 
   font-family:Verdana, Geneva, sans-serif;
   margin:5px 0 15px 0; 
   font-size:2.5em;
   line-height:1.6em;
   color:#010101;
   font-weight:normal;
}

h2 {
   font-family:Verdana, Geneva, sans-serif;
   margin:15px 0 15px 0; 
   font-weight:bold;
   font-size:1.5em;
   color:#000000;
   line-height:1.6em;
} 

h3 {
   font-family:Verdana, Geneva, sans-serif;
   margin:15px 0 15px 0; 
   font-weight:bold;
   font-size:1.17em;
   color:#000000;
   line-height:1.6em;
} 

h4 {
   font-family:Verdana, Geneva, sans-serif;
   margin:15px 0 -10px 0; 
   font-weight:bold;
   font-size:1.17em;
   color:#000000;
   line-height:1.6em;
} 

.big {
	font-size:1.17em;
	font-weight:bold;
	line-height:1.6em;
}

.big2 {
	margin:25px 0 0 0;
	font-weight:bold;
	font-size:1.17em;
}

.small {
	font-size:0.9em;
}

.kursiv {
	margin:25px 0 -15px 0;
	padding:0 0 0 0;
	font-style:italic;
	font-weight:bold;
}

/*----------------| Hover |----------------------------- */

a { 
	color:#e30f0f; 
	outline-style:none;
	text-decoration:none;
}

a:hover { 
	color:#464646; 
	text-decoration:underline;
}

a.hcolor {
   color:#590c20;
   text-decoration:none;
	font-size:0.9em;
}

a.hcolor:hover {
   color:#590c20;
   text-decoration:underline;
	font-size:0.9em;
}

/*----------------| Miscellaneous |--------------------- */

p {
   margin:15px 0 15px 0;
}

.padrechts {
	margin:0 0 0 95px;
}

.padrechts2 {
	margin:0 0 0 35px;
}

.padBack {
	margin:16px 0 0 0;
}


.floatRight {
	float:right;
	margin:0px 0 15px 15px;
}

.floatLeft {
	float:left;
	margin:5px 15px 20px 0px;
}

.floatLeft2 {
	float:left;
	margin:15px 15px 20px 0px;
}

.floatLeft3 {
	float:left;
	margin:5px 15px 50px 0px;
}


.floatRight2 {
	float:right;
	margin:20px 0 15px 15px;
}

.floatRight3 {
	float:right;
	margin:85px 0 15px 15px;
}

.floatRight4 {
	float:right;
	margin:-20px 0 15px 15px;
}

.floatRight5 {
	float:right;
	margin:-140px 0 15px 15px;
}

.floatRight6 {
	float:right;
	margin:20px 0 15px 15px;
}

.floatRight7 {
	float:right;
	margin:10px 0 15px 15px;
}

.border {
border:1px solid #bebebe;
}

.liste {
	list-style-position:outside;
	margin: 15px 0 0px 15px;
	list-style:disc;
	font-weight:normal;
	font-size:1.0em;
}

.liste li {
	padding: 0 0 0px 0;
}

.liste2 {
	list-style-position:outside;
	margin: 80px 0 0px 15px;
	list-style:disc;
	font-weight:normal;
	font-size:1.0em;
}

.liste2 li {
	padding: 0 0 0px 0;
}

.linie {
	border-bottom:#c4c4c4 dotted 1px;
}

.linieTop {
	border-top:#c4c4c4 dotted 1px;
}

.padTop {
	margin: 45px 0 0 0px;
}

.padTop2 {
	margin: 80px 0 0 0px;
}

.textRechts {
	margin:0 0 -20px 0;
	padding:0px 0 0 0;
	text-align:right;
}
