html, body{
	text-align: left;
}
html, div, ol, ul, img, table{
	margin:0;
	padding:0;
}
html{
	color:#000;
	background-color: #fff;
}

h3{
	color:#000000;
}
a{
	color:#000;
}
a:link, a:visited{
	color:#000;
}
a:hover, a:active{
	color:#000;
}
/* ########################### INHALT ########################## */
#inhalt {
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: left;
	font-size:0.75em;
	background-color: #fff;
	background-image: none;
	height:auto;
	min-height:auto;

}
#inhalt h1,#inhalt  h2,#inhalt  h3,#inhalt  p{
	margin-left: 0;
	margin-right: 0;
}
#inhalt  ul{
		margin-left: 0;
	margin-right: 0;
}
 #inhalt table{
 		margin-left: 0;
	margin-right: 0;
 }
#inhalt h1 span.zusatz{
		color:#000;
}
/* ########################### LOGO ########################## */
#logo{
	display:none;
}
#logo p{
	margin-left:0;
}
/* ########################### NAVIGATION ########################## */
#inhalt ul#navigation{
	display:none;
}

/* ########################### RECHTE SPALTE ########################## */
#rechteSpalte{
	top:1em;
	right:0;
}

#rechteSpalte h2{
	color:#000;
}
#rechteSpalte h3{
	color:#000;	
}
#rechteSpalte p{
	line-height:1.2em;
}
#rechteSpalte a{
	font-family: Arial, Helvetica, sans-serif;
	color:#000;	
}
#rechteSpalte a:link, #rechteSpalte a:visited{
	color:#000;	
}
#rechteSpalte a:hover,#rechteSpalte a:active{
	color:#000;
}
/* ########################### ZUSATZNAVIGATION ########################## */
#inhalt ul#zusatzNav{
	display:none;
}

/* ########################### PRAXISTEAM ########################## */
#praxisteam{
	top:0;
}
#praxisteam p{
	margin:0;
}
#praxisteam a{
	margin-left:1em;
	font-family: "Trebuchet MS", sans-serif;
	font-size:0.8em;
	text-decoration:none;
	color:#000;
}
#praxisteam p.team{
	margin-top: -30px;
	padding-left:1em;
	
}
/* ########################### SONSTIGES ########################## */
.abstandL{
	margin-left:1em;
}
.abstandO{
	margin-top:1em;
}
.abstandU{
	margin-bottom:1em;
}
.abstandR{
	margin-right:1em;
}