#block_1
	{
	text-align: left;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1.1em;
	border: none;
	background-color: #FFFFFF;
	float: left;
	width: 522px;
	margin-left: 180px;
	}
* html #block_1
	{
	display: inline;
	}
#block_2
	{
	text-align: left;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1.01em;
	border: none;
	background-color: #FFFFFF;
	float: left;
	width: 198px;
	}
#block_3
	{
	background-color: #FFFFFF;
	float: left;
	width: 180px;
	margin-left: -900px;
	}
/* Start Mac IE5 filter \*/
#block_1, #block_2, #block_3
	{
	padding-bottom: 32767px;
	margin-bottom: -32767px; 
	}
/* End Mac IE5 filter */
/* IE Win can be a bit out - you might need to adjust  
bottom value by -1px or as required */
.verticalalign
	{
	position: absolute;
	bottom: 0;
	}
#block_1 .verticalalign
	{
	width: 522px;
	}
#block_2 .verticalalign
	{
	width: 198px;
	}
#block_3 .verticalalign
	{
	width: 180px;
	}
/* hack for Opera 7+ */
@media all and (min-width: 0px){
.verticalalign
	{
	width: 100%;
	}
/* But Opera 9 does it right, so CSS3 hax to the max */
div[id^="wrapper"] #block_1 .verticalalign
	{
	width: 522px;
	}
div[id^="wrapper"] #block_2 .verticalalign
	{
	width: 198px;
	}
div[id^="wrapper"] #block_3 .verticalalign
	{
	width: 180px;
	}
}
/* hack for IEs of all persuasions before IE7 */
* html .verticalalign
	{
	width: 100%;
	}
.verticalalign p
	{
	position: absolute;
	bottom: 0;
	right: 0;
	margin: 0;
	padding: 0;
	background: #996666;
	}
#wrapper_extra
	{
	position: relative;
	}
* html #wrapper
	{
	position: relative;
	}
#wrapper
	{
	width: 900px;
	overflow: hidden; /* This hides the excess padding in non-IE browsers */
	}
/* we need this for IE 5.01 - otherwise the columns vanish */
* html #wrapper_extra
	{
	float: left;
	width: 100%;
	}
/* we need this for IE 5.01 - otherwise the wrapper does not expand to the
necessary height (unless fixed, this problem becomes even more acute 
weirdness as the method is enhanced */
#wrapper
	{
/* Normally a Holly-style hack height: 1% would suffice but that causes 
IE 5.01 to completely collapse the wrapper - instead we float it */
	float: left;
/* NB. possibly only IE 5.01 needs to get this float value - otherwise 5.5 sometimes 
(I saw it happen many moons ago) makes the width of wrapper too small 
the float: none with the comment is ignored by 5.01,
5.5 and above see it and carry on about their business
It's probably fine to just remove it, but it's left here 
just in case that many moons ago problem rears its head again */
	float/**/: none;
	}
/* easy clearing */
#wrapper:after
	{
	content: '[DO NOT LEAVE IT IS NOT REAL]'; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}
#wrapper
	{
	display: inline-block;
	}
/*\*/
#wrapper
	{
	display: block;
	}
/* end easy clearing */
#footer
	{
	clear: both;
	}
#header, #footer
	{
	width: 900px;
	}
/* Safari needs this - otherwise the ghost overflow, though painted 
correctly obscures links and form elements that by rights should be above it.
An unintended side-effect is that it cause such elements to vanish in IE 5.01
and 5.5, hence the child selector hack */
* > #footer, * > form, * > #notes, * > .output
	{
	position: relative;
	z-index: 1000;
	}
	
	
/* Ab hier können Dinge geändert werden */

BODY {
	font-size: 0.9em;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	background-color: #213d78;
	text-align: left;
	margin:0px;
	padding:0px;
	letter-spacing: 0px;
	text-decoration: none;
	font-weight: normal;
	line-height: 22px;
	color: #000000;
	background-image: url(images/bg_image.jpg);
	background-repeat: repeat-x;
}



/* Definition umschliessender Div Gesamt*/
.divgesamt {
	background-color: none;
	width: 900px;								/* Gesamtbreite Website*/
	position: absolute;
	top: 0px;
	left: 10%;
	right: 10%;
	margin: auto;
	padding: 0px 0px 0px 0px;
	float: left;
}
	
	
/* Definition oberster Bereich für Logo etc*/
.header
{
	background-image: url(images/header.jpg);
	background-color: #FFFFFF;
	width: 900px;								/* Breite Header*/
	height: 66px;								/* Höhe Header*/
	position: relative;
	margin: auto;
	padding: 0px 0px 0px 0px;
	
}

.metanavi
{
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-style: italic;
	color: #213d78;
	padding: 25px 20px 0px 0px;
	margin: 0px 0px 0px 0px;
	text-decoration: none;
}


.metanavi_extern
{
  position:absolute;
  top:30px;
  left:2230px;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-style: italic;
	color: #213d78;
	text-decoration: none;
}


/* Definition Headvisual*/
.headvisual
{
	background-image: none;
	width: 900px;								/* Breite Headvisual*/
	height: 194px;								/* Höhe Headvisual*/
	background-color: #FFFFFF;
	position: relative;
	top;
	margin: auto;
	padding: 0px 0px 0px 0px;
}

.footer
{
	background-color: #FFFFFF;
	width: 900px;								/* Breite Container Footer*/
	height: 30px;								/* Höhe Container Footer*/
	position: relative;
	margin: auto;
	padding: 0px 0px 0px 0px;
	text-align: left;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 2em;
	clear: both;
}


/* Lefthandnavi */

.navipunkt1
{
  background-image: url(images/navipunkt1.gif);
  background-repeat: no-repeat;
  height: 29px;
  width: 180px;
  text-indent: -500em;
  text-decoration: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  background-position: 0px 0px;
  position: relative;
  display: block;

}

.navipunkt1:hover
{
  background-position: 0px -29px;
  position: relative;
}

.navipunkt1aktiv
{
  background-image: url(images/navipunkt1aktiv.gif);
  height: 29px;
  width: 160px;
  text-indent: -500em;
  text-decoration: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
   background-position: 0px 0px;
  position: relative;
  display: block;
  background-repeat: no-repeat;
}


.navipunkt2
{
  background-image: url(images/navipunkt2.gif);
  background-repeat: no-repeat;
  height: 29px;
  width: 180px;
  text-indent: -500em;
  text-decoration: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  background-position: 0px 0px;
  position: relative;
  display: block;

}

.navipunkt2:hover
{
  background-position: 0px -29px;
  position: relative;
}

.navipunkt2aktiv
{
  background-image: url(images/navipunkt2aktiv.gif);
  height: 29px;
  width: 160px;
  text-indent: -500em;
  text-decoration: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
   background-position: 0px 0px;
  position: relative;
  display: block;
}

.navipunkt3
{
  background-image: url(images/navipunkt3.gif);
  background-repeat: no-repeat;
  height: 29px;
  width: 180px;
  text-indent: -500em;
  text-decoration: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  background-position: 0px 0px;
  position: relative;
  display: block;

}

.navipunkt3:hover
{
  background-position: 0px -29px;
  position: relative;
}

.navipunkt3aktiv
{
  background-image: url(images/navipunkt3aktiv.gif);
  height: 29px;
  width: 160px;
  text-indent: -500em;
  text-decoration: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
   background-position: 0px 0px;
  position: relative;
  display: block;
  background-repeat: no-repeat;
}


.navipunkt4
{
  background-image: url(images/navipunkt4.gif);
  background-repeat: no-repeat;
  height: 29px;
  width: 180px;
  text-indent: -500em;
  text-decoration: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  background-position: 0px 0px;
  position: relative;
  display: block;

}

.navipunkt4:hover
{
  background-position: 0px -29px;
  position: relative;
}

.navipunkt4aktiv
{
  background-image: url(images/navipunkt4aktiv.gif);
  height: 29px;
  width: 160px;
  text-indent: -500em;
  text-decoration: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
   background-position: 0px 0px;
  position: relative;
  display: block;
}

.navipunkt5
{
  background-image: url(images/navipunkt5.gif);
  background-repeat: no-repeat;
  height: 29px;
  width: 180px;
  text-indent: -500em;
  text-decoration: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  background-position: 0px 0px;
  position: relative;
  display: block;

}

.navipunkt5:hover
{
  background-position: 0px -29px;
  position: relative;
}

.navipunkt5aktiv
{
  background-image: url(images/navipunkt5aktiv.gif);
  height: 29px;
  width: 160px;
  text-indent: -500em;
  text-decoration: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
   background-position: 0px 0px;
  position: relative;
  display: block;
  background-repeat: no-repeat;
}


.navipunkt6
{
  background-image: url(images/navipunkt6.gif);
  background-repeat: no-repeat;
  height: 29px;
  width: 180px;
  text-indent: -500em;
  text-decoration: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  background-position: 0px 0px;
  position: relative;
  display: block;

}

.navipunkt6:hover
{
  background-position: 0px -29px;
  position: relative;
}


.navipunkt6aktiv
{
  background-image: url(images/navipunkt6aktiv.gif);
  height: 29px;
  width: 160px;
  text-indent: -500em;
  text-decoration: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
   background-position: 0px 0px;
  position: relative;
  display: block;
  background-repeat: no-repeat;
}


.navipunkt7
{
  background-image: url(images/navipunkt7.gif);
  background-repeat: no-repeat;
  height: 29px;
  width: 180px;
  text-indent: -500em;
  text-decoration: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  background-position: 0px 0px;
  position: relative;
  display: block;

}

.navipunkt7:hover
{
  background-position: 0px -29px;
  position: relative;
}


.navipunkt7aktiv
{
  background-image: url(images/navipunkt7aktiv.gif);
  height: 29px;
  width: 160px;
  text-indent: -500em;
  text-decoration: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
   background-position: 0px 0px;
  position: relative;
  display: block;
  background-repeat: no-repeat;
}


/* Subnavi Aktiv */

.subnaviaktiv
{
	margin-left: 20px;
	padding-left: 10px;
	padding-bottom: 2px;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	color: ##213d78;
	font-size: 1.1em;
	background-color: #e5e5e5;
	width: 130px;
	height: 22px;
}

/* Listendefinitionen für Lefthandnavigation*/
ul 
{
	list-style: none;

	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 2em;
}



/* Einrücken der 2. Navigationsebene*/
.navigationsebene2
{
	margin-left: 20px;
	padding-left: 10px;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000000;
	font-size: 1.1em;
	
}

a.navigationsebene2:hover
{
	font-weight: bolder;
	color: #213d78;
}

/*Linkverhalten*/
a
{
		text-decoration: none;
		color: #213d78;
		border: none;
}

.linkpfeil
{
	border: none;
}

.buttoncontent
{
	width: 175px;
	height: 22px;
	position: relative;
	margin: -10px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #e5e5e5;
	text-decoration: none;
	border: none;
	float: right;
}



.produkttrenner
{
	margin: -30px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
	text-decoration: none;
	border: none;
}


img.head 
{
	width: 522px;
	height: 126px;
}

/* Imagereplaccement Headline H1 */
h1.schulzepollmannklavier114
{
	background-image: url(images/h1_schulzepollmannklavier114.jpg);     /* nur url ändern */
	background-repeat: no-repeat;
	text-indent: -500em;
	width: 522px;
	height: 50px;
	margin: -2px 0px 0px 0px;
}

h1.ansprechpartner
{
	background-image: url(images/h1_ansprech.gif);     /* nur url ändern */
	background-repeat: no-repeat;
	text-indent: -500em;
	width: 522px;
	height: 50px;
	margin: -2px 0px 0px 0px;
}

h1.kontakt
{
	background-image: url(images/h1_kontakt.gif);     /* nur url ändern */
	background-repeat: no-repeat;
	text-indent: -500em;
	width: 522px;
	height: 50px;
	margin: -2px 0px 0px 0px;
}

h1.impressum
{
	background-image: url(images/h1_impressum.gif);     /* nur url ändern */
	background-repeat: no-repeat;
	text-indent: -500em;
	width: 522px;
	height: 50px;
	margin: -2px 0px 0px 0px;
}

h1.digital_fluegel
{
	background-image: url(images/h1_digitalfluegel.gif);     /* nur url ändern */
	background-repeat: no-repeat;
	text-indent: -500em;
	width: 522px;
	height: 50px;
	margin: -2px 0px 0px 0px;
}

h1.historie
{
	background-image: url(images/h1_historie.gif);     /* nur url ändern */
	background-repeat: no-repeat;
	text-indent: -500em;
	width: 522px;
	height: 50px;
	margin: -2px 0px 0px 0px;
}

h1.aktuelles
{
	background-image: url(images/h1_aktuelles.gif);     /* nur url ändern */
	background-repeat: no-repeat;
	text-indent: -500em;
	width: 522px;
	height: 50px;
	margin: -2px 0px 0px 0px;
}

h1.musikwelt
{
	background-image: url(images/h1_musikwelt.gif);     /* nur url ändern */
	background-repeat: no-repeat;
	text-indent: -500em;
	width: 522px;
	height: 50px;
	margin: -2px 0px 0px 0px;
}

h1.ueberuns
{
	background-image: url(images/h1_ueberuns.gif);     /* nur url ändern */
	background-repeat: no-repeat;
	text-indent: -500em;
	width: 522px;
	height: 50px;
	margin: -2px 0px 0px 0px;
}

h1.service
{
	background-image: url(images/h1_service.gif);     /* nur url ändern */
	background-repeat: no-repeat;
	text-indent: -500em;
	width: 522px;
	height: 50px;
	margin: -2px 0px 0px 0px;
}

h1.newsletter
{
	background-image: url(images/h1_newsletter.gif);     /* nur url ändern */
	background-repeat: no-repeat;
	text-indent: -500em;
	width: 522px;
	height: 50px;
	margin: -2px 0px 0px 0px;
}

h1.agbs
{
	background-image: url(images/h1_agbs.gif);     /* nur url ändern */
	background-repeat: no-repeat;
	text-indent: -500em;
	width: 522px;
	height: 50px;
	margin: -2px 0px 0px 0px;
}

h1.pedalklavier
{
	background-image: url(images/h1_pedalkl_100.gif);     /* nur url ändern */
	background-repeat: no-repeat;
	text-indent: -500em;
	width: 522px;
	height: 50px;
	margin: -2px 0px 0px 0px;
}

h1.digital_piano
{
	background-image: url(images/h1_digital_pianos.gif);     /* nur url ändern */
	background-repeat: no-repeat;
	text-indent: -500em;
	width: 522px;
	height: 50px;
	margin: -2px 0px 0px 0px;
} 

.apkalna
{
	background-image: url(images/h1_apkalna.gif);     /* nur url ändern */
	background-repeat: no-repeat;
	text-indent: -500em;
	width: 522px;
	height: 50px;
	margin: -2px 0px 0px 0px;
}

.mietklaviere
{
	background-image: url(images/h1_mietklaviere.gif);    /* nur url ändern */
	background-repeat: no-repeat;
	text-indent: -500em;
	width: 522px;
	height: 50px;
	margin: -2px 0px 0px 0px;
	position: relative;
}

.neuheiten
{
	background-image: url(images/h1_neuheiten.gif);    /* nur url ändern */
	background-repeat: no-repeat;
	text-indent: -500em;
	width: 522px;
	height: 50px;
	margin: -2px 0px 0px 0px;
	position: relative;
}

.sonderaktion
{
	background-image: url(images/h1_sonderaktion.gif);    /* nur url ändern */
	background-repeat: no-repeat;
	text-indent: -500em;
	width: 522px;
	height: 50px;
	margin: -2px 0px 0px 0px;
	position: relative;
}


.klaviere
{
	background-image: url(images/h1_klaviere.gif);    /* nur url ändern */
	background-repeat: no-repeat;
	text-indent: -500em;
	width: 522px;
	height: 50px;
	margin: -2px 0px 0px 0px;
	clear: both;
}

.orgeln
{
	background-image: url(images/h1_orgeln.gif);    /* nur url ändern */
	background-repeat: no-repeat;
	text-indent: -500em;
	width: 522px;
	height: 50px;
	margin: -2px 0px 0px 0px;
	clear: both;
}

.digitalpianos
{
	background-image: url(images/h1_digitalpianos.gif);    /* nur url ändern */
	background-repeat: no-repeat;
	text-indent: -500em;
	width: 522px;
	height: 50px;
	margin: -2px 0px 0px 0px;
	clear: both;
}

.keyboards
{
	background-image: url(images/h1_keyboards.gif);    /* nur url ändern */
	background-repeat: no-repeat;
	text-indent: -500em;
	width: 522px;
	height: 50px;
	margin: -2px 0px 0px 0px;
	clear: both;
}

.gitarren
{
	background-image: url(images/h1_gitarren.gif);    /* nur url ändern */
	background-repeat: no-repeat;
	text-indent: -500em;
	width: 522px;
	height: 50px;
	margin: -2px 0px 0px 0px;
	clear: both;
}

.gitarren_western
{
	background-image: url(images/h1_gitarren_western.gif);    /* nur url ändern */
	background-repeat: no-repeat;
	text-indent: -500em;
	width: 522px;
	height: 50px;
	margin: -2px 0px 0px 0px;
	clear: both;
}


.gitarren_konzert
{
	background-image: url(images/h1_gitarren_konzert.gif);    /* nur url ändern */
	background-repeat: no-repeat;
	text-indent: -500em;
	width: 522px;
	height: 50px;
	margin: -2px 0px 0px 0px;
	clear: both;
}

.egitarren
{
	background-image: url(images/h1_egitarren.gif);    /* nur url ändern */
	background-repeat: no-repeat;
	text-indent: -500em;
	width: 522px;
	height: 50px;
	margin: -2px 0px 0px 0px;
	clear: both;
}


.verstaerker
{
	background-image: url(images/h1_verstaerker.gif);    /* nur url ändern */
	background-repeat: no-repeat;
	text-indent: -500em;
	width: 522px;
	height: 50px;
	margin: -2px 0px 0px 0px;
	clear: both;
}

.zubehoer
{
	background-image: url(images/h1_zubehoer.gif);    /* nur url ändern */
	background-repeat: no-repeat;
	text-indent: -500em;
	width: 522px;
	height: 50px;
	margin: -2px 0px 0px 0px;
	clear: both;
}

.software
{
	background-image: url(images/h1_software.gif);    /* nur url ändern */
	background-repeat: no-repeat;
	text-indent: -500em;
	width: 522px;
	height: 50px;
	margin: -2px 0px 0px 0px;
	clear: both;
}

.zubsoft
{
	background-image: url(images/h1_zubsoft.gif);    /* nur url ändern */
	background-repeat: no-repeat;
	text-indent: -500em;
	width: 522px;
	height: 50px;
	margin: -2px 0px 0px 0px;
	clear: both;
}

.archiv
{
	background-image: url(images/h1_archiv.gif);    /* nur url ändern */
	background-repeat: no-repeat;
	text-indent: -500em;
	width: 522px;
	height: 50px;
	margin: -2px 0px 0px 0px;
	clear: both;
}

.marken
{
	background-image: url(images/h1_marken.gif);    /* nur url ändern */
	background-repeat: no-repeat;
	text-indent: -500em;
	width: 522px;
	height: 50px;
	margin: -2px 0px 0px 0px;
	clear: both;
}

.sonderangebote
{
	background-image: url(images/h1_sonderangebote.gif);    /* nur url ändern */
	background-repeat: no-repeat;
	text-indent: -500em;
	width: 522px;
	height: 50px;
	margin: -2px 0px 0px 0px;
	clear: both;
}

.grotrian
{
	background-image: url(images/h1_grotrian.gif);    /* nur url ändern */
	background-repeat: no-repeat;
	text-indent: -500em;
	width: 522px;
	height: 50px;
	margin: -2px 0px 0px 0px;
	clear: both;
}

.grotrian_klaviere
{
	background-image: url(images/h1_grotrian_klaviere.gif);    /* nur url ändern */
	background-repeat: no-repeat;
	text-indent: -500em;
	width: 522px;
	height: 76px;
	margin: -2px 0px 0px 0px;
	clear: both;
}

.grotrian_fluegel
{
	background-image: url(images/h1_grotrian_fluegel.gif);    /* nur url ändern */
	background-repeat: no-repeat;
	text-indent: -500em;
	width: 522px;
	height: 76px;
	margin: -2px 0px 0px 0px;
	clear: both;
}

.seiler
{
	background-image: url(images/h1_seiler.gif);    /* nur url ändern */
	background-repeat: no-repeat;
	text-indent: -500em;
	width: 522px;
	height: 50px;
	margin: -2px 0px 0px 0px;
	clear: both;
}

.seiler_klaviere
{
	background-image: url(images/h1_seiler_klaviere.gif);    /* nur url ändern */
	background-repeat: no-repeat;
	text-indent: -500em;
	width: 522px;
	height: 76px;
	margin: -2px 0px 0px 0px;
	clear: both;
}

.roenisch
{
	background-image: url(images/h1_roenisch.gif);    /* nur url ändern */
	background-repeat: no-repeat;
	text-indent: -500em;
	width: 522px;
	height: 50px;
	margin: -2px 0px 0px 0px;
	clear: both;
}

.roenisch_klaviere
{
	background-image: url(images/h1_roenisch_klaviere.gif);    /* nur url ändern */
	background-repeat: no-repeat;
	text-indent: -500em;
	width: 522px;
	height: 76px;
	margin: -2px 0px 0px 0px;
	clear: both;
}

.bluethner
{
	background-image: url(images/h1_bluethner.gif);    /* nur url ändern */
	background-repeat: no-repeat;
	text-indent: -500em;
	width: 522px;
	height: 50px;
	margin: -2px 0px 0px 0px;
	clear: both;
}


.mondri
{
	background-image: url(images/h1_mondri.gif);    /* nur url ändern */
	background-repeat: no-repeat;
	text-indent: -500em;
	width: 522px;
	height: 50px;
	margin: -2px 0px 0px 0px;
	clear: both;
}

.ritmueller
{
	background-image: url(images/h1_ritmueller.gif);    /* nur url ändern */
	background-repeat: no-repeat;
	text-indent: -500em;
	width: 522px;
	height: 50px;
	margin: -2px 0px 0px 0px;
	clear: both;
}

.ritmueller_klaviere
{
	background-image: url(images/h1_ritmueller_klaviere.gif);    /* nur url ändern */
	background-repeat: no-repeat;
	text-indent: -500em;
	width: 522px;
	height: 76px;
	margin: -2px 0px 0px 0px;
	clear: both;
}

.kawai
{
	background-image: url(images/h1_kawai.gif);    /* nur url ändern */
	background-repeat: no-repeat;
	text-indent: -500em;
	width: 522px;
	height: 50px;
	margin: -2px 0px 0px 0px;
	clear: both;
}

.kawai_klaviere
{
	background-image: url(images/h1_kawai_klaviere.gif);    /* nur url ändern */
	background-repeat: no-repeat;
	text-indent: -500em;
	width: 522px;
	height: 76px;
	margin: -2px 0px 0px 0px;
	clear: both;
}

.doerner
{
	background-image: url(images/h1_doerner.gif);    /* nur url ändern */
	background-repeat: no-repeat;
	text-indent: -500em;
	width: 522px;
	height: 50px;
	margin: -2px 0px 0px 0px;
	clear: both;
}

.keyboards
{
	background-image: url(images/h1_keyboards.gif);    /* nur url ändern */
	background-repeat: no-repeat;
	text-indent: -500em;
	width: 522px;
	height: 50px;
	margin: -2px 0px 0px 0px;
	clear: both;
}

.gitarren
{
	background-image: url(images/h1_gitarren.gif);    /* nur url ändern */
	background-repeat: no-repeat;
	text-indent: -500em;
	width: 522px;
	height: 50px;
	margin: -2px 0px 0px 0px;
	clear: both;
}

.epianos
{
	background-image: url(images/h1_epianos.gif);    /* nur url ändern */
	background-repeat: no-repeat;
	text-indent: -500em;
	width: 522px;
	height: 50px;
	margin: -2px 0px 0px 0px;
	clear: both;
}

.verstaerker
{
	background-image: url(images/h1_verstaerker.gif);    /* nur url ändern */
	background-repeat: no-repeat;
	text-indent: -500em;
	width: 522px;
	height: 50px;
	margin: -2px 0px 0px 0px;
	clear: both;
}

.zubehoer
{
	background-image: url(images/h1_zubehoer.gif);    /* nur url ändern */
	background-repeat: no-repeat;
	text-indent: -500em;
	width: 522px;
	height: 50px;
	margin: -2px 0px 0px 0px;
	clear: both;
}

.noten
{
	background-image: url(images/h1_noten.gif);    /* nur url ändern */
	background-repeat: no-repeat;
	text-indent: -500em;
	width: 522px;
	height: 50px;
	margin: -2px 0px 0px 0px;
	clear: both;
}

.fluegel
{
	background-image: url(images/h2_fluegel.gif);    /* nur url ändern */
	background-repeat: no-repeat;
	text-indent: -500em;
	width: 522px;
	height: 50px;
	margin: -2px 0px 0px 0px;
	clear: both;
}


/* Imagedefinitionen */


img.produkt
{
	width: 251px;
	position: relative;
}

img.produktklein
{
	width: 104px;
	position: relative;
}


/* Contentbereich einspaltig */

div.listemitbild
{
	width: 522px;
	position: relative;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	clear: both;
}

div.listentextmitbild
{
	float: left;
	width: 400px;
	position: relative;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 20px 0px;

}

div.listentext
{
	float: left;
	width: 522px;
	position: relative;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
}

.textumfluss
{
	float: left;
	width: 251px;
	height: 247px;
	margin: 0px 0px 0px 0px;
	padding: 0px 20px 10px 0px;
}

/* Contentbereich zweispaltig */


div.reihe
{
	display:block;
}




div.linkespalte
{
	float: left;
	width: 251px;
	position: relative;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

div.rechtespalte
{
	float: right;
	width: 251px;
	position: relative;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

div.doppelspalte
{
	float: right;
	width: 522px;
	position: relative;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

/* Contentbereich zweispaltig Uebersichtsseiten */

div.linkespalteuebersicht
{
	float: left;
  width: 114px;
	position: relative;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 20px 0px;
}

div.linkespalteuebersichttext
{
	float: left;
	width: 130px;
	position: relative;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

div.linkespalteuebersichttext2
{
	float: left;
	width: 220px;
	position: relative;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

div.rechtespalteuebersicht
{
	float: right;
	width: 114px;
	position: relative;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

div.rechtespalteuebersichttext
{
	float: right;
	width: 130px;
	position: relative;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}


div.rechtespalteuebersichttext2
{
	float: right;
	width: 260px;
	position: relative;
	margin: 0px 10px 0px 0px;
	padding: 0px 0px 0px 0px;
}


/* Imagereplaccement Headline H2 Home */
h2.produktehome
{
	background-image: url(images/visual_produkteteaser.jpg);  /* nur url ändern */
	background-repeat: no-repeat;
	text-indent: -500em;
	width: 251px;
	height: 190px;
	position: relative;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: block;
}

/* Imagereplaccement Headline H2 Home */
h2.servicehome
{
	background-image: url(images/visual_serviceteaser.jpg);  /* nur url ändern */
	background-repeat: no-repeat;
	text-indent: -500em;
	width: 251px;
	height: 190px;
	position: relative;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: block;
}

p.home
{
	margin: 10px 0px 40px 10px;
}

div.dreispaltig
{
	width: 522px;
}

.dreispaltiglinks
{
	float: left;
	margin: 0px 15px 0px 0px;
	padding: 0px 0px 20px 0px;
}

.dreispaltigrechts
{
	float: right;
	margin: 0px 0px 0px 0px;
}

p.dreispaltigtext
{
	width: 150px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

div
{
	float: none;
}

p
{
	margin: 0px 10px 10px 0px;
	padding: 0px 0px 0px 0px;
}

h2.ansprechpartner
{
	clear: both;
	font-size: 1em;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	padding: 30px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

span.preisalt
{
text-decoration: line-through;
float: none;
}

span.preisneu
{
	font-size: 2em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

/* Container Contextspalte*/
.contextspalte
{
	background: #FFFFFF;
	width: 22%;								/* Breite Contextspalte */
	height: 103%;							/* Höhe Contextspalte*/
	position: relative;
	float: right;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1.01em;
	border: none;
}

div.teaserkasten
{
	margin: -2px 0px 10px 20px;
	padding: 0px 0px 0px 0px;
	position: relative;
	width: 158px;
}

img.kastenabschlussoben
{
	width: 158px;
	height: 10px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

img.kastenabschlussunten
{
	width: 158px;
	height: 10px;
	margin: -12px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #e5e5e5;

}



p.contextspalte
{
	position: relative;
	float: none;
	width: 150px;
	background-color: #e5e5e5;
	padding: 0px 0px 15px 8px;
	margin: 0px 0px -1px 0px;
	line-height: 15px;
}

img.button
{
	width: 158px;
	height: 27px;
	position: relative;
	margin: 0px 0px -6px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #e5e5e5;
	text-decoration: none;
	border: none;
}

/* Imagereplaccement Teaserheadlines */

h4.angebot
{
	background-image: url(images/h4_context_angebot.gif);    /* nur url ändern */
	background-repeat: no-repeat;
	text-indent: -500em;
	width: 158px;
	height: 26px;
	position: relative;
	margin: -3px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: none;
}

h4.meettheartist
{
	background-image: url(images/h4_context_meettheartist.gif);    /* nur url ändern */
	background-repeat: no-repeat;
	text-indent: -500em;
	width: 158px;
	height: 26px;
	position: relative;
	margin: -3px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: none;
}

h4.veranstaltungen
{
	background-image: url(images/h4_context_veranstaltungen.gif);    /* nur url ändern */
	background-repeat: no-repeat;
	text-indent: -500em;
	width: 158px;
	height: 26px;
	position: relative;
	margin: -3px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: none;
}

h4.kontakt
{
	background-image: url(images/h4_context_kontakt.gif);    /* nur url ändern */
	background-repeat: no-repeat;
	text-indent: -500em;
	width: 158px;
	height: 26px;
	position: relative;
	margin: -3px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: none;
}


h4.zeiten
{
	background-image: url(images/h4_context_zeiten.gif);    /* nur url ändern */
	background-repeat: no-repeat;
	text-indent: -500em;
	width: 158px;
	height: 26px;
	position: relative;
	margin: -3px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: none;
}


h4.angebote
{
	background-image: url(images/h4_context_angebote.jpg);    /* nur url ändern */
	background-repeat: no-repeat;
	text-indent: -500em;
	width: 158px;
	height: 44px;
	position: relative;
	margin: -3px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: none;
}

h4.veranstaltungen
{
	background-image: url(images/h4_context_veranstaltungen.gif);    /* nur url ändern */
	background-repeat: no-repeat;
	text-indent: -500em;
	width: 158px;
	height: 26px;
	position: relative;
	margin: -3px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: none;
}

p.contextspalteangebot
{
	position: relative;
	float: none;
	width: 138px;
	background-color: #e5e5e5;
	padding: 0px 10px 15px 10px;
	margin: 0px 0px -3px 0px;
	line-height: 15px;
}

.hervorhebung
{
	font-weight: bold;
}

.linkauszeichnung
{
	color: #213d78;

}

span.preisaltcontext
{
font-size: 1.0em;
text-decoration: line-through;
float: none;
}

span.preisneucontext
{
	font-size: 1.1em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}


.link_extern a{
color:#ddd;
font-weight:bold;
}

.link_extern a:hover{
color:#fff;
font-weight:bold;
}




