body {
	background-color: #000;
	font-family: helvetica, arial, sans-serif;
	margin: 0px;
	padding: 0px;
    border: 0px;
}
cite.intro{
	display:block;
}
a:link, a:visited {
	color: #b43434;
	text-decoration: none;
}
a:hover {
	color: red;
	text-decoration: underline;
}

#service {
	border-bottom: 2px solid #d6c6a5;
}
#home {
	float: left;
}
#headnav {
	font-weight: bold;
	float: right;
}
#tasten {
	height: 100px;
    background-image: url(img/tasten.jpg);
    background-repeat: repeat-x;
}
#wrapper {
	text-align: center;
	width: 100%;
}
#notenblatt {
	text-align: left;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2em;
	margin-bottom: 2em;
    background-color: #f3e6c3;
	border: 5px solid #d6c6a5;
	padding: 2em;
}
#navigation{
	width: 17em;
	float: left;
}
#main{
	margin-left: 18em;
}
.clear{
	clear: both;
}
h1, h2, h3,
th{
	color: #6b6353;
	color: #000;
}
img {
	border: 0;
}
.left{
	float: left; 
	margin-right:0.5em;
	margin-bottom:0.5em;
}
.right{
	float: right; 
	margin-left:0.5em;
	margin-bottom:0.5em;
}

#navigation ul {
	list-style-type: none;
	margin: 0;
	padding-left: 0;
}
#navigation ul li{
	margin: 0.5em 0 0.5em 0;
	height: 45px;
	background-image: url(./img/notenlinie-navi.gif);
	background-repeat: no-repeat;
}
#navigation ul li a {
	display: block;
	padding: 0.75em 0 25px 30px;
	margin: 0 0 0 0;
	text-decoration: none;
	color: #6b6353;
	font-weight: bold;
}
#navigation ul li a:hover {
	display: block;
	color: #000;
	/*background-image: url(notenschluessel.gif);*/
	background-repeat: no-repeat;
}
#main img {
	border: 2px solid #d6c6a5;
}

