


p {

	background-color: #FFEE8D;
	padding-left: 15px;
	font-family: arial, sans-serif;
	
}

li {
  padding-left: 20px;
  font-family: arial, sans-serif;
  list-style-type: circle;
  line-height: 1.3em;
}
h1, h2, h3 {
	color: darkorange;	
	padding-left: 15px;
	font-family: verdana, arial, sans-serif;
  
}

table {
  font-family: arial, sans-serif;
  text-align: center;
  border-spacing: 10px;
}
body {
	background-color: #FFEE8D;
  border-width: 2px; 
  border-color: darkorange;
  /*border-color: #FF7400;*/
	font-size: medium;
  padding-left: 40px;	
  padding-right: 40px;
}

#sprechzeiten {
	border-color: black;
	border-width: 1px;
	border-style: outset;
	background-color: white;
	padding: 35px;
	padding-left: 95px;
	line-height: 1.5em;
	font-size: 1.3em;
	font-weight: bold;
	margin: 30px;
	margin-right: 450px;	
	background-image: url(img/header3.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

#adresse {
	border-color: black;
	border-width: 1px;
	border-style: outset;
	background-color: white;
	padding: 35px;
	line-height: 1.5em;
	font-size: 1.3em;
	font-weight: bold;
	margin: 30px;
	margin-right: 450px;
  }
/* EINTEILUNG IN DIVs */

#druck {
 font-size: 0.8em; 
 font-family: arial, sans-serif;
}

#kopfleiste {
  height: 190px;
  background-image: url(img/logoorange450x195.gif);
  background-repeat: no-repeat;
  background-position: top left;
  background-color: white;
}

#fussleiste {
  font-size: 60%;
  text-align: center;
  line-height: normal;
  margin-top: 30px;
}

/* navigation */
#navigation {
	height: 31px;
	margin: 0 auto;
	background-color: darkorange;
  font-family: sans-serif;
}
#navigation a {
	background: darkorange;
	color: #FFF;
	float: left;
	font: bold 1.2em serif;
	height: 31px; 
	letter-spacing: 1px;
	line-height: 31px;
	text-align: center;
	text-decoration: none;
	width: 120px;
  font-family: cartoon, sans-serif;
}


#navigation a:hover {
	color: darkorange;
  background-color: white;
	background-position: left bottom;
}  
  
