BODY, TD, TH, DIV  {  /*DIV for Opera*/
  font-family : verdana, arial, helvetica, sans-serif;
  font-size: 14px;
  color: #222;
  background-color: #fff;
  line-height: 150%;
  vertical-align: top;
}

BODY {
  margin: 32px 20px 20px 10px;
}

DIV.backgrnd {
  width: 800px;
  margin-left: auto; margin-right: auto; /* FF only centering */
}
DIV.contenthome {
  width: 620px;
  margin-top: 0px;
}
DIV.content {
  width: 620px;
  margin-top: 40px;
}
DIV.copy {
  width: 800px;
  margin-top: 40px;
  font-size: 12px;
  border-top: 1px solid #ddd;
  padding-top: 4px;
  color: #aaa;
}
p.copy {
  color: #aaa;
  text-align: right;
  font-size: 12px;
}
P.small {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 9px;
}
.quote {
  font-style: italic;
}
A:visited, A:link, A:hover, A:active {
  color: #555;
  text-decoration: underline;
}
A:hover {
  color: #199852;
}

/* CSS roll over */
#navbar {
	margin: 0px;
	padding: 0px;
	padding-left: 7px;
	height: 34px;
	list-style: none;
	background-image: url(images/navbarsprite.gif);
  background-position: 0 0;
	background-repeat: no-repeat;
}

#navbar li {
	float: left;
}

#navbar a {
	text-decoration: none;
	display: block;
	height: 34px;	
	background-image: url(images/navbarsprite.gif);
	background-repeat: no-repeat;
  outline: none; /* hide dotted focus */
}

#navbar #home {
	background-position: -7px 0px;
	width: 62px;
}
#navbar #home:hover {
	background-position: -7px -34px;
}

#navbar #biographie {
	background-position: -69px 0px;
	width: 107px;
}
#navbar #biographie:hover {
	background-position: -69px -34px;
}

#navbar #unterricht {
	background-position: -176px 0px;
	width: 99px;
}
#navbar #unterricht:hover {
	background-position: -176px -34px;
}

#navbar #preise{
	background-position: -275px 0px;
	width: 69px;
}
#navbar #preise:hover {
	background-position: -275px -34px;
}

#navbar #referenzen{
	background-position: -344px 0px;
	width: 107px;
}
#navbar #referenzen:hover {
	background-position: -344px -34px;
}

#navbar #kontakt{
	background-position: -451px 0px;
	width: 83px;
}
#navbar #kontakt:hover {
	background-position: -451px -34px;
}
