body	{
	margin: 0px;
	font-family: arial;
	font-size: 12px;
	color: #333333;
	line-height: 1.5;
}
h1     {
	font-family: arial;
	font-size: 16px;
	color: #333333;
    font-weight: bold;
    text-transform: capitalize;
	font-variant: small-caps;
}
h2     {
	font-family: arial;
	font-size: 14px;
	color: #333333;
    font-weight: bold;
}
.H1     {
	font-family: arial;
	font-size: 16px;
	color: #333333;
    font-weight: bold;
    text-transform: capitalize;
	font-variant: small-caps;
}
.H2     {
	font-family: arial;
	font-size: 14px;
	color: #333333;
    font-weight: bold;
}
.Stil1  {
	font-family: arial;
	font-size: 12px;
	color: #333333;
	line-height: 1.5;
	text-align: justify;
}
.Stil2  {
	font-family: arial;
	font-size: 12px;
	color: #333333;
	text-align: center;
}
.Stil3  {
	font-family: arial;
	font-size: 12px;
	color: #333333;
	line-height: 1.5;
	text-align: left;
}
.formular     {
	font-family: arial;
	font-size: 14px;
	color: #FF0000;
    font-weight: bold;
}
a, a:visited  {
	text-decoration: none;
	font-family: arial;
	font-size: 12px;
   color: #003399;
}
a:hover {
	text-decoration: none;
	color: #9999CC;
	font-family: arial;
	font-size: 12px;
}
a.top, a.top:visited {
	text-decoration: none;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-transform: capitalize;
	font-variant: small-caps;
	letter-spacing: 1px;
	padding: 0 20px 0 20px;
}
a.top:hover {
	color: #FFFF00;
	font-size: 12px;
}
body#home #home,
body#team #team,
body#praxis #praxis,
body#aktuelles #aktuelles,
body#rezept #rezept,
body#anfahrt #anfahrt,
body#impressum #impressum  {
	color: #FFFF00;
}
#left, #left ul { /* all lists */
		padding: 0;
		margin: 0;
		list-style: none;
		float : left;
		width : 170px;
	}
#left li { /* all list items */
		position : relative;
		float : left;
		line-height : 1.3em;
		margin-bottom : -1px;
		width: 250px;
	}
#left li ul { /* second-level lists */
		position : absolute;
		left: -999em;
		margin-left : 240px;
		margin-top : -1.6em;
	}
#left li ul ul { /* third-and-above-level lists */
		left: -999em;
	}
#left li a {
		width: 220px;
		display: block;
		color: #003399;
		font-weight: normal;
		text-decoration: none;
		line-height: 24px;
		text-align: left;
		font-family: arial;
		font-size: 13px;
		text-transform: capitalize;
	    font-variant: small-caps;
		text-decoration: none;
		border-bottom: #9999CC 1px solid;
		padding: 0 8px;
	}
#left2 li a {  /* second level class */
		width: 220px;
		display: block;
		color: #003399;
		font-weight: normal;
		text-transform: capitalize;
	    font-variant: small-caps;
		text-decoration: none;
		font-family: arial;
		font-size: 12px;
		background-color: #FFFFFF;
		border-bottom: 1px;
		border-bottom-color: #FFFFFF;
		border-bottom-style: solid;
		border-right: 1px;
		border-right-color: #FFFFFF;
		border-right-style: solid;
		border-top: 1px;
		border-top-color: #FFFFFF;
		border-top-style: solid;
		padding: 0 8px;
	}
#left li a:hover {
		color: #9999CC;
	}
#left2 li a:hover {
		color: #9999CC;
	}
#left li:hover ul ul, #left li:hover ul ul ul, #left li.sfhover ul ul, #left li.sfhover ul ul ul {
		left: -999em;
	}
#left li:hover ul, #left li li:hover ul, #left li li li:hover ul, #left li.sfhover ul, #left li li.sfhover ul, #left li li li.sfhover ul { /* lists nested under hovered list items */
		left: auto;
	}
#content {
		margin-left : 170px;
	}
.main	{
	padding: 10px;
}
.bild	{
	float: right;
	padding: 0 0 15px 15px;
}
.bild-r	{
	float: left;
	padding: 0 15px 15px 0;
}
