html, body	{
	margin: 0;
	padding: 0;
	border: 0;
}

body	{
	background-color: #F8F6F4;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: center;
}

.alignright {
	float: right;
	margin-left: 1em;
}

.alignleft {
	float: left;
	margin-right: 1em;
}

.text-links {
	text-align: left;
}

.text-rechts {
	text-align: right;
}

.text-zentriert {
	text-align: center;
}

.text-blocksatz {
	text-align: justify;
}

.kursiv {
	font-style: italic;
}

.fett {
	font-weight: bold;
}

.clear	{
	clear: both;
	height: 2px;
}

#wrapper	{
	text-align: left;
	margin: 0 auto;
	width: 1010px;
	background-image: url(bilder/bg-wrapper.jpg);
}

#logo	{
	width: 1010px;
	height: 410px;
}

#box	{
	width: 1010px;
	background-image: url(bilder/bg-box.jpg);
	background-repeat: no-repeat;
}

#footer	{
	width: 1010px;
	height: 90px;
	background-image: url(bilder/bg-footer.jpg);
}

#footer .name	{
	width: 275px;
	float: left;
	padding-left: 85px;
	font-size: 14px;
	text-align: center;
	padding-top: 40px;
}

#footer .adresse	{
	width: 600px;
	float: right;
	padding-right: 30px;
	font-size: 14px;
	text-align: center;
	padding-top: 40px;
}

#footer .adresse a	{
	color: #483D8B;
	text-decoration: none;
	background-image: url(bilder/pfeil.gif);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 18px;
}

#footer .adresse a:hover	{
	color: #FFFFFF;
	text-decoration: none;
}

#sidebar	{
	width: 275px;
	float: left;
	padding-left: 85px;
	margin-top: 197px;
}

#sidebar ul	{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#sidebar li	{
	margin: 0;
	padding: 0;
	padding-bottom: 5px;
	text-align: left;
}

#sidebar a	{
	padding-left: 80px;
	display: block;
	font-size: 14px;
	padding-top: 6px;
	padding-bottom: 6px;
	text-decoration: none;
	background-image: url(bilder/bg-sidebarnavi.jpg);
	background-position: left;
	background-repeat: no-repeat;
	color: #483D8B;
	width: 190px;
}

#sidebar a:hover	{
	text-decoration: none;
	background-image: url(bilder/bg-sidebarnavi-hover.jpg);
	background-position: left;
	background-repeat: no-repeat;
	color: #FFFFFF;
}

#sidebar li#active a	{
	text-decoration: none;
	background-image: url(bilder/bg-sidebarnavi-hover.jpg);
	background-position: left;
	background-repeat: no-repeat;
	color: #FFFFFF;
}

#sidebar li#active a:hover	{
	text-decoration: none;
	background-image: url(bilder/bg-sidebarnavi-hover.jpg);
	background-position: left;
	background-repeat: no-repeat;
	color: #FFFFFF;
}

#inhalt	{
	width: 560px;
	margin-top: 30px;
	float: right;
	padding-right: 50px;
	text-align: left;
	font-size: 0.8em;
	line-height: 1.4em;
}

#inhalt h1	{
	color: #007BC1;
	font-style: italic;
	border-bottom: 3px solid #009E40;
	font-size: large;
	padding-bottom: 4px;
}

#inhalt h2	{
	color: #009E40;
	font-size: medium;
	padding: 4px;
	background-color: #FFFFFF;
}

#inhalt .h1start	{
	color: #007BC1;
	font-style: italic;
	border-bottom: 3px solid #009E40;
	font-size: large;
	padding-bottom: 2px;
	width: 65%;
}

a.navi:link 	{
	color: #483D8B;
	text-decoration: underline;
	background-image: url(bilder/pfeil.gif);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 18px;
}

a.navi:visited 	{
	color: #483D8B;
	text-decoration: underline;
	background-image: url(bilder/pfeil.gif);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 18px;
}

a.navi:hover 	{
	color: #009E40;
	text-decoration: none;
}

a.navi:active 	{
	color: #483D8B;
	text-decoration: underline;
	background-image: url(bilder/pfeil.gif);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 18px;
}

.galerie-praxis td	{
	padding-bottom: 5px;
	text-align: center;
	font-size: 0.85em;
}

.zelleunten	{
	padding-bottom: 20px;
}

.bildrahmen {
	border: 3px solid #007BC1;
}