<!--
body {
	background-color: #FFFFFF; 
	overflow: hidden;    
	padding: 0px;
	margin: 0px;
   }
		
.grund-oben {
	width: 100%;
	height: 110px;
	position: absolute;
	top: 0px;
	background-image: url(picture/hintergrund-oben1.jpg);
	background-position: top;
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	z-index: 1;
	}
	
.grund-links {
	width: 145px;
	height: 100%;
	position: absolute;
	left: 0px;
	background-image: url(picture/hintergrund-links.jpg);
	background-position: left;
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
	z-index: 1;
	}
	
.grund-rechts {
	width: 145px;
	height: 100%;
	position: absolute;
	right: 0px;
	background-image: url(picture/hintergrund-rechts.jpg);
	background-position: left;
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
	z-index: 1;
	}
	
.grund-ecke-l {
	width: 145px;
	height: 110px;
	position: absolute;
	top: 0px;
	left: 0px;
	background-image: url(picture/ecke-links1.jpg);
	background-position: top;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	z-index: 1;
	}
	
.grund-ecke-r {
	width: 145px;
	height: 110px;
	position: absolute;
	top: 0px;
	right: 0px;
	background-image: url(picture/ecke-rechts1.jpg);
	background-position: top;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	z-index: 1;
	}

.logo-violin-l {
	width: 150px;
	height: 100px;
	position: absolute;
	margin: 0px;
	padding: 0px;
	top: 0;
	left: 141px;
	z-index: 2;
	}

.logo-violin-r {
	width: 150px;
	height: 100px;
	position: absolute;
	margin: 0px;
	padding: 0px;
	top: 0;
	right: 141px;
	z-index: 2;
	}

.logo-schrift {
	width: 420px;
	height: 99px;
	margin: 0px;
	padding: 0px;
	position: relative;
	top: 0;
	z-index: 5;
	cursor: default;
	}

.button-violin-links {
	width: 135px;
	height: 420px;
	position: absolute;
	top: 150px;
	left: 0px;
	z-index: 1;
	}
	
.button-violin-rechts {
	width: 135px;
	height: 420px;
	position: absolute;
	top: 150px;
	right: 0px;
	z-index: 1;
	}
				
.note-gesch {
	width: 145px;
	height: 75px;
	position: absolute;
	top: 170px;
	left: 0px;
	z-index: 1;
	}
	
.note-lex {
	width: 145px;
	height: 75px;
	position: absolute;
	top: 255px;
	left: 0px;
	z-index: 1;
	}
	
.note-work1 {
	width: 145px;
	height: 75px;
	position: absolute;
	top: 340px;
	left: 0px;
	z-index: 1;
	}
	
.note-work2 {
	width: 145px;
	height: 75px;
	position: absolute;
	top: 425px;
	left: 0px;
	z-index: 1;
	}
	
.note-noten {
	width: 145px;
	height: 75px;
	position: absolute;
	top: 170px;
	right: 0px;
	z-index: 1;
	}
	
.note-pfl {
	width: 145px;
	height: 75px;
	position: absolute;
	top: 255px;
	right: 0px;
	z-index: 1;
	}
	
.note-for {
	width: 145px;
	height: 75px;
	position: absolute;
	top: 340px;
	right: 0px;
	z-index: 1;
	}
	
.note-lin {
	width: 145px;
	height: 75px;
	position: absolute;
	top: 425px;
	right: 0px;
	z-index: 1;
	}
	
.blind {
	width: 1px;
	height: 1px;
	}

.rahmen {
	top: 110px;
	left: 145px;
	right: 145px;
	bottom: 30px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	}

.fenster {
	position: relative;
	width: 100%;
	height: 100%;
	-khtml-height: 83%;
	margin: 0px;
	padding: 0px;
	overflow: auto;
	}
	
.button-verl {
	width: 90%;
	height: 30px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	background-image: url(picture/button-verl.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	} 
	
.button-unten {
	width: 400px;
	height: 30px;
	position: absolute;
	left: 32%;
	bottom: 0px;
	margin: 0px;
	padding: 0px;
	z-index: 1;
	}

#music {
	width: 85px;
	height: 48px;
	right: 25px;
	bottom: 15px;
	position: absolute;
	margin: 0;
	padding: 0;
	z-index: 1;
	}
		
#counter {
	width: 85px;
	height: 48px;
	left: 25px;
	bottom: 15px;
	position: absolute;
	margin: 0;
	padding: 0;
	z-index: 1;
	}
-->