body {
	margin: 24px;
	background-color: #fff9ee;
	color: #c73219;
	font-family: "Trebuchet ms", Arial, Helvetica, sans-serif;
	font-size: 100.01%;
}




/* logo - slogan */
/* * * * * * * * * * * * * * * * * * * * * * * * * * */



	
#wrapper {
	width: 904px;
	height: 640px;
	overflow: hidden;
	margin: 0 auto;
	padding: 0 24px 0 24px;
	border: none;
	background:  url(../images/hg.jpg) repeat-x #ffeecd;
}

html>body #wrapper { 
	height: auto;
	min-height: 640px;
}

* html #wrapper {   
  width: 906px;   
  wid\th: 904px;
}


#header {
	width: 100%;	
	margin: 0 0 24px 0;
	}

#header .top {
	width: 100%;
	overflow: hidden;
	margin: 0 0 0 1px;
	}
	
.logo {
	background:  url(../images/dr-sibylle-greiner.gif) no-repeat;
	margin: 24px 0 0;
	overflow: hidden;
	width: 172px;
	height: 113px;
	float: left;
	text-indent: -9999px;
}
.logo a {
	width: 172px;
	height: 113px;
	display: block;
}
.slogan {
	background:  url(../images/dr-med-sibylle-greiner.gif) no-repeat;
	margin: 24px 0 0 24px;
	width: 464px;
	height: 113px;
	float: left;
	text-indent: -9999px;
}
.slogan a {
	width: 464px;
	height: 113px;
	display: block;
}


/* horizontale menueleiste
/* * * * * * * * * * * * * * * * * * * * * * * * * * */


#nav {
	margin: 0;
	padding: 3px 0 0 24px;
	list-style: none;	
	font-size: 95%;
	background:  url(../images/bg-nav.gif) repeat-x;
	height: 24px;
	width: 684px;
	}

.nav-holder {
	height: 24px;
	width:708px;	
	margin:0 0 0 196px;
}

#nav li {
	display: inline;  
	margin: 0 46px 0 0;	
}

* html #nav li {   
  height: 1em;     
}

#nav li a {
	color:#fff;
	text-decoration:none;
}
#nav li a:hover,
#nav li.active a {color:#f25415;
}



/* spalte1 - submenue
/* * * * * * * * * * * * * * * * * * * * * * * * * * */



#content {	
	width: 100%;
	float: left;
	display: inline;	
}
	
#spaltezitat {
  color:#f25415;
  float: left;
  width: 172px; 
  font-size: 90%;
  text-align: center;
  padding: 0;
  margin: 0;
}

	
#spalte1 {
	float: left;
	display: inline;	
	width: 172px;	
}
	
	* html .spalte1 {  
  width: 173px;    /*  IE 5 und 5.5 */
  wid\th: 171px;   /*  IE 6 */
}
	
#subnav {
	margin: 0;
	padding: 0;
	overflow: hidden;
	font-size: 80%;
	width: 172px;
	display: block;
}


 #subnav li {
	height: 22px;
	background:  url(../images/bg-subnav.gif) repeat-x;
	margin: 0;
	padding: 0;
	list-style: none;
}

 #subnav li a {
	display: inline-block;
	height: 22px;
	background:  url(../images/bg-subnav.gif) repeat-x;
	padding: 2px 0 0 24px;
	color: #f25415;
	text-decoration: none;
	}

#subnav li a:hover,
#subnav li.active {
	height: 22px;
	background:  url(../images/bg-subnav-hover.gif) repeat-x;
	width: 172px;
	padding: 2px 0 0 24px;
	list-style: none;
	color: #fff;
}





/* spalte2 content
/* * * * * * * * * * * * * * * * * * * * * * * * * * */




#spalte2 {
	width: 660px;
	margin: 0 0 0 48px;
	float: left;
	display: inline;	
}

	
	* html #spalte2 {  
  width: 661px;    /*  IE 5 und 5.5 */
  wid\th: 659px;   /*  IE 6 */
}

#spalte2 .bilderzeile {
	width: 661px;
	padding: 0;
	margin: 0 0 24px 0;
	float: left;
	}

#spalte2 h2 {
   color: #c73219;
   font-size: 95%;
   font-weight: bold;
   line-height: 120%;
   margin:0 0 1px 0;
   padding: 0 0 14px 0;
}

#spalte2 h3 {
   color: #c73219;
   font-size: 85%;
   font-weight: bold;
   line-height: 120%;
   margin:0 0 1px 0;
   padding: 7px 0 14px 0;
}

#spalte2 p {
	color: #650000;
	font-size: 75%;
   line-height: 130%;
   margin: 0;
   padding: 0 0 12px 0;
   }

.rot {
	color: #f25415;
	font-weight: bold;
	}
	
	.jahreszeit {
	color: #f7a600;
	font-style: italic;
	}
	
.sprechzeiten {
	float: left;
	font-size: 110%;
	 line-height: 150%;
	width: 190px;
	height: 50px;
	background: #fff9ee;
	padding: 4px 0 0 4px;
	margin: 0;
	overflow: hidden;
	display: block;
	}	
	  
#spalte2 ul {
	list-style: none;
    font-size: 75%;
   line-height: 140%;
   margin: 0;
   padding: 0 0 18px 2px;	
	}
	
#spalte2 li {
	padding-left: 12px;
	background: url(../images/list-style-image.gif) no-repeat 0 5px;
	color: #650000;	 
}
   
   
   img {
	border: solid 1px #fff;   
	   }
   
a {
	color: #c73219;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	}


/* spalte2 - sitemap
/* * * * * * * * * * * * * * * * * * * * * * * * * * */ 



/* spalte2 - kontaktformular
/* * * * * * * * * * * * * * * * * * * * * * * * * * */


#content .form {
}

.form label {
	font-size: 85%;
	width: 65px;
	padding: 0 5px 0 0;
	float: left;
}
#content .form .txt {
	float: left;
	margin: 0;
	font-size: 75%;
	width: 285px;
	max-width: 285px;
	height: 13px;
	color: #666;
	padding: 4px;
	border: none;

}
.form .row {
	width: 100%;
	overflow: hidden;
	margin: 0 0 6px 0;
}
.form .row span {
	float: left;
	overflow: hidden;
}
.form select {
	width: 285px;
	height: 23px;
	float: left;
}
.form .txt-holder {
	float:left;
}
.form textarea {
	width: 285px;
	max-width: 285px;
	max-height: 113px;
	height: 113px;
	overflow: auto;
	color: #666;
	margin: 0;
	padding: 4px;
	float: left;
	font-size: 75%;
	border: none;
}

.form .btn {
	font-size: 72%;
	color: #c73219;
	background-color: #fff9ee;
	width: 100px;
	height: 20px;
	cursor: pointer;
	border: none;
}

.submitbtn {
	padding: 4px 0 0 75px;
	float: left;
}
.resetbtn {
	padding: 4px 0 0 45px;
	float: left;
}

form,fieldset{
	margin:0;
	padding:0;
	border: none;

}


input,
textarea,
select{
	font:100% "Trebuchet ms", Arial, Helvetica, sans-serif;
	vertical-align:middle;
}

/* footer
/* * * * * * * * * * * * * * * * * * * * * * * * * * */



#footer {
	background-color: #fff9ee; 		
	width: 904px;
	height: 22px;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
	clear: both;
}


.footer-area2 {
	background:  url(../images/bg-footer.gif) repeat-x;	
	margin: -3px 0 0 0;
	padding: 2px 0 2px 0;
	font-size: 70%;
	color: #fff;
}


.footer-area2 p {
	margin: 4px 0 0 100px;
	color: #fff;
}


#footer a {color:#fff;}



