* {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.02em;
	color: #8C8C8C;
	background-color: #fff;
}

#main-container {
	
	width: 1000px;
	height:auto;
	margin: 0 auto;
}

/* blauen Rahmen im IE 7 entfernen */

img {
border: none;
}

h1 {
	font-size: 1.5em;
}
#reihe-1 {
	margin: 160px 0px 0px 0px;
}


#rahmen {
	position: absolute;
	width:1000px;
	height:650px;
	margin: 40px 6px 0px 0px;
	z-index: 1;
}


.daniela-home{
	float: left;
	display:block;
	width:350px;
	height:40px;
	background: transparent url(images/daniela-kavalari.jpg) 0px 0px no-repeat;
	text-indent:-9000%;
}

a.biografie{
	float: left;
	display:block;
	width:84px;
	height:40px;
	background: transparent url(images/biografie.jpg) 0px 0px no-repeat;
	text-indent:-9000%;
}
a:hover.biografie{
	background: transparent url(images/biografie.jpg) 0px -44px no-repeat;
}
.biografie{
	margin: 0px 6px 0px 84px;
}
a.repertoire{
	float: left;
	display:block;
	width:84px;
	height:40px;
	background: transparent url(images/repertoire.jpg) 0px 0px no-repeat;
	text-indent:-9000%;
}
a:hover.repertoire{
	background: transparent url(images/repertoire.jpg) 0px -44px no-repeat;
}
a.konzerte{
	float: left;
	display:block;
	width:76px;
	height:40px;
	background: transparent url(images/konzerte.jpg) 0px 0px no-repeat;
	text-indent:-9000%;
}
a:hover.konzerte{
	background: transparent url(images/konzerte.jpg) 0px -44px no-repeat;
}
.konzerte{
	margin: 0px 10px 0px 10px;
}
a.unterricht{
	float: left;
	display:block;
	width:76px;
	height:40px;
	background: transparent url(images/unterricht.jpg) 0px 0px no-repeat;
	text-indent:-9000%;
}
a:hover.unterricht{
	background: transparent url(images/unterricht.jpg) 0px -44px no-repeat;
}
.unterricht{
	margin: 0px 19px 0px 14px;
}
a.audio{
	float: left;
	display:block;
	width:58px;
	height:40px;
	background: transparent url(images/audio.jpg) 0px 0px no-repeat;
	text-indent:-9000%;
}
a:hover.audio{
	background: transparent url(images/audio.jpg) 0px -44px no-repeat;
}
a.galerie{
	float: left;
	display:block;
	width:58px;
	height:40px;
	background: transparent url(images/galerie.jpg) 0px 0px no-repeat;
	text-indent:-9000%;
}
a:hover.galerie{
	background: transparent url(images/galerie.jpg) 0px -44px no-repeat;
}
.galerie{
	margin: 0px 15px 0px 10px;
}
a.presse{
	float: left;
	display:block;
	width:58px;
	height:40px;
	background: transparent url(images/presse.jpg) 0px 0px no-repeat;
	text-indent:-9000%;
}
a:hover.presse{
	background: transparent url(images/presse.jpg) 0px -44px no-repeat;
}
a.kontakt{
	float: left;
	display:block;
	width:58px;
	height:40px;
	background: transparent url(images/kontakt.jpg) 0px 0px no-repeat;
	text-indent:-9000%;
}
a:hover.kontakt{
	background: transparent url(images/kontakt.jpg) 0px -44px no-repeat;
}
.kontakt{
	margin: 0px 0px 0px 18px;
}
.clearing {
	clear:both;
}

#spalte-1 {
	float: left;
	width: 340px;
	height: 450px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 5px;
	position: absolute;
	background-color: #F0F2F3;
	
	
}
.spalte-1-rahmen {
	width: 340px;
	height: 450px;
	overflow:auto;
	padding: 0px 0px 0px 9px;
	margin: 0px 0px 0px 0px;
	
}
.spalte-1-text {
	width: 300px;
	height: auto;
	
	padding: 0px 0px 0px 5px;
	
}
#spalte-2 {
	float: left;
	width: 650px;
	height:600px;
	margin: 0px 0px 0px 353px;
	position: absolute;
	
}

a:link { 
	text-decoration: none;
	color: #85AEDA;
}
a:visited {
	color: #85AEDA;
}
a:hover {
	color: #F67F2E;
}

ul { 
	list-style-type: none;
}


