/* allgemein */
#content {
  font-family: arial;
  font-size: 10pt;
  text-align:justify;
}
#content h1 {
  font-size: 20px;
  margin: 0px;
}
#content h3 {
  font-size: 14px;
  margin: 0 0 0 0;
}

/* wir */
#wir {
	position: relative;
  top: 0px;
  right: 0px;
  margin: 5px 0px 0px 10px;
  border: 2px solid black;
  float: right;
}
/* das geheimnis */
#titan-1 {
	position: relative;
  top: 0px;
  right: 0px;
  margin: 5px 0px 0px 10px;
  border: 2px solid black;
  float: right;
}
#titan-2 {
	position: relative;
  left: 0px;
  margin: 5px 10px 0px 0px;
  border: 2px solid black;
  float: left;
}
/* percussion phils spielzeug */
.spielzeug {
  position: relative;
  height: 114px;
  width: 114px;
  margin-right: 6px;
  background-color: black;
  float: left;
  cursor: pointer;
}
.spielzeugdouble {
  position: relative;
  height: 114px;
  width: 226px;
  background-color: black;
  float: left;
  cursor: pointer;
}
.row img {
  position: relative;
  margin: 1px;
  top: 1px;
  left:1px;
  width: 110px;
  height: 110px;
  background-color: black;
  float: left;
}
.row {
  position:relative;
  height: 120px;
}
#spielzeugbeschreibung {
  position: relative;
  padding: 15 0 15 0;
}
#tambourine {
  float: right;
}

/* lieder, texte, gitarrenakkorde */
.liedtext {
  cursor: pointer;
}
#liedtext {
  font-family: Courier New;
}

/* downloads */
.video {
	postition: relative;
	margin-top: 20px;
	margin-bottom: 20px;
	height: 250px;
	clear: both;
	display: block;
}
.youtube {
	position: relative;
  float: right;
  margin-left: 20px;
}
.videotext {
	width: 270px;
  float: left;
}
.songlistbuttons { 
	position: relative;
  float: left;
  margin-right: 5px;
}
.SongListButton {
	height: 15px;
  margin-right: 1px;
}
.SongList {
  list-style-type: none;
  padding-left: 10px;
}

/* bilder */
#galerieauswahl {
  width: 100%;
  padding: 10px;
  margin-bottom: 20px;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true',src='rhythmischeliedermacher/images/frame/transparent-60.png',sizingMethod='scale');
}
html>body #galerieauswahl {
  background-image: url(../images/frame/transparent-40.png);	
}
#kleinebilder {
  width: 100%;
  height: 100px;
  margin-bottom: 20px;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true',src='rhythmischeliedermacher/images/frame/transparent-60.png',sizingMethod='scale');
}
html>body #kleinebilder {
  background-image: url(../images/frame/transparent-40.png);	
}
#BottomFrame {
	width: 100%;
	height: 105px;
}
#bildarea {
	position: relative;
	top: 0px;
	left: 0px;
  width: 100%;
  padding-bottom: 35px;
  text-align: center;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true',src='rhythmischeliedermacher/images/frame/transparent-60.png',sizingMethod='scale');
  vertical-align: middle;
}
html>body #bildarea {
  background-image: url(../images/frame/transparent-40.png);	
}
#grossesbild {

}
#TopFrame {
  width: 525px;
	height: 1000px;
}
.navigation {
	padding-top: 10px;
  padding-bottom: 10px;
  top: 10px;
}
#previous {
  width: 10px;
  float: left;
}
#next {
  width: 10px;
  float: right;
}
#diashow {

}

