/* Allgemeines */

* {
	margin:0px;
	padding:0px;
	border:0px;
	font-family:arial, verdana, courir;
	color:#595D71;
	font-size:13px;
}

*:focus {outline: none;}

a{text-decoration:underline;outline:none;}
a img{border:none;}

p{margin-bottom:18px;}

body {
background: #e5d3bc url("img/backgr.png") no-repeat;
}
h1 {color:#BE9D71; font-size:20px; font-weight:normal; margin:5px 0px 18px 1px;}


#top{height:114px;background-color:#fff;}
#logo_nav{height:114px;margin-left:2px;}

#logo_nav{
  margin:auto;
  *margin-left:50px;
  width:970px;
}

#logo_pic{
  margin: 14px 0px 0px 3px;
  float:left;
}

/* NAVIGATION */

#navi{
  float:right;
  margin-top:50px;
  font-weight:bold;
}

/*
*+html #navi{
  float:left;
  margin-top:20px;
  border:1px solid red;
}
*/

#navi li{
display:inline;
}

#navi a{
  color:#fff;
  text-decoration:none;
}

#nav_active{
background-color:#fff;
}

#nav_active a{
  color:#754926;
}

.navlink{
  padding:6px 14px;
  *padding:30px 12px 20px 12px;
  margin-right:1px;
  *margin:2px;
  font-weight:bold;
}

.nav_home{
background-color: #c7c8cb;
border: 1px solid #c7c8cb;
color:#fff;
}

.nav_behandl{
background-color:#be9d71;
border: 1px solid #be9d71;
color:#fff;
}

.nav_gesundh{
background-color:#8f5c6c;
border: 1px solid #8f5c6c;
color:#fff;
}

.nav_kontakt{
background-color:#635a83;
border: 1px solid #635a83;
color:#fff;
}

.nav_impressum{
background-color:#a09aa9;
border: 1px solid #a09aa9;
color:#fff;
}

#backgr_con{
  width:100%;
  height:300%;
}

#body_con{
  width:970px;
  margin: auto;
  *margin-left:50px;
  background-color:#fff;
}

#left{
  width:238px;
  padding: 28px 0px 0px 23px;
  float:left;
}

#right{
  width:640px;
  padding: 28px 0px 0px 0px;
  float:left;
  line-height:18px;
}

.t_small_brown{
  font-size:12px;
  color: #BE9D71;
  line-height:12px;
}

.t_smaller_brown{
  font-size:11px;
  color: #BE9D71;
  line-height:12px;
}

#foto_home{
  background: url("img/home_foto.png");
  background-repeat:no-repeat;
  width:206px;
  height:54px;
  padding:180px 0px 0px 0px;
  text-align:center;
}

#foto_home p{
  margin:0px;
}

#themenbox{
  background: url("img/themebox.png");
  background-repeat:no-repeat;
  width:206px;
  height:188px;
  padding:45px 0px 0px 20px;
  position:absolute;
  top:578px;
}

#info_left{
  background: url("img/infobox.png");
  background-repeat:no-repeat;
  width:206px;
  height:188px;
  padding:45px 0px 0px 20px;
  position:absolute;
  top:578px;
}



#themenbox ul li{
  list-style-type:none;
  margin-bottom:17px;
}

#themenbox a{
  color:#744826;
  text-decoration:none;
}

#foto_home_text{
  margin-top:200px;
}

#footer{
  padding: 32px 0px 0px 64px;
  margin: 30px 0px 0px 0px;
  *padding: 32px 0px 32px 80px;  
  height:46px;
  width:906px;
  *width:970px;
  background:url("img/footer.png");
  background-repeat:x-repeat;
}

.footer_txt a{
  color:#fff;
}

.footer_spacer{
  margin-right:5px;
  display:inline;
  color:#fff;
  font-size:12px;
}

.b{font-weight:bold}

.second_head{
  margin-top:32px;
}

.spacer{
  width:5px;
  display:inline;
}

.behaspe{
  display:inline;
}

.behaspe_right{
  min-height: 650px;
}

#absaetze a{
  text-decoration:none;
}

.ui-accordion-header{
  height:10px;
  padding:15px 0px 11px 0px;
}

.clear{
  clear:both;
}