body {
  background-color: #d6c49b;
  font-family: Arial, sans-serif;
  font-size: 12px;
  line-height: 18px;
}

body#piano-pur      { background-color: #53c9f3; }
body#piano-und-band { background-color: #ed6c02; }
body#live-dj        { background-color: #e9e000; }

#wrapper img#logo {
	display: block;
	width: 264px;
	height: 222px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -132px;
	margin-top: -111px;
}

h1 {
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 18px;
	line-height: normal
}

h2 {
  color: #666;
  font-weight: bold;
  margin-bottom: 12px;
}

p {
  color: #666;
  margin-bottom: 12px;
}

#wrapper {
  min-height: 24px;
  margin: 0 auto;
  position: relative;
  width: 940px;
}

#intro #wrapper {
    position: static;
}

#header {
  background: url('../img/ui/head-bg.png') no-repeat bottom;
  height: 306px;
}

a.TextLink:active, a.TextLink:link, a.TextLink:visited {
  font-size : 12px;
  color : #666;
  text-decoration : unterline;
}

a.TextLink:hover {
  font-size : 12px;
  color : #666;
  text-decoration : underline;
}


.zitat1 {
  font-size : 12px;
  color : #56c6ef;
  font-style: italic
}

.zitat2 {
  font-size : 12px;
  color : #B2976D;
  font-style: italic
}

.zitat3 {
  font-size : 12px;
  color : #66ff00;
  font-style: italic
}

.zitat4 {
  font-size : 12px;
  color : #990000;
  font-style: italic
}
.nav {
  text-transform: uppercase;
}

.nav ul li {
  display: inline;
  padding: 0 20px 0 0;
}

.nav a {
  background: none;
  display: inline-block;
  color: #000;
  padding: 4px 8px 5px 6px;
  text-decoration: none;
}

.nav .prelink {
  background: none;
  display: inline-block;
  height: 24px;
  position: relative;
  top: 8px;
  width: 2px;
}

#nav1 {
	position: absolute;
	right: 14px;
	top: 73px;
	width: 95px;
}

#nav1 li.a a,
#nav1 li:hover a,
#nav1 li.sfhover a {
  background: url('../img/ui/nav1.gif') no-repeat right 1px;
  color: #fff;
}

#nav1 li.a .prelink,
#nav1 li:hover .prelink,
#nav1 li.sfhover .prelink {
  background: url('../img/ui/nav1.gif') no-repeat 0 0;
}

#nav2 {
  background-color: #e5e5e5;
  height: 37px;
  line-height: 30px;
  overflow: hidden;
  padding: 0 20px;
}

#nav2 li.a a,
#nav2 li:hover a,
#nav2 li.sfhover a {
	background: url('../img/ui/nav2.gif') no-repeat right 7px;
	color: #000;
}

#nav2 li.a .prelink,
#nav2 li:hover .prelink,
#nav2 li.sfhover .prelink {
  background: url('../img/ui/nav2.gif') no-repeat 0 0;
}


#logo {
  left: 0;
  position: absolute;
  top: 0;
  z-index: 100;
}

#keyvisual {
  top: 110px;
  position: absolute;
  left: 20px;
}

#deco-top {
  background: url('../img/ui/white-stripes.png') no-repeat bottom;
  height: 212px;
  position: absolute;
  right: 20px;
  top: 131px;
  width: 270px;
  z-index: 100;
}

#main {
  background: url('../img/ui/content-bg.png') repeat-y;
  padding: 0 20px;
/*  position: relative;*/
}

#soundloop {
  position: absolute;
  right: 24px;
  top: 24px;
}

#loop-control {
/*  background: url('../img/ui/sound-off.gif') no-repeat 0 0;*/
/*  cursor: pointer;*/
  display: none;
  height: 16px;
  position: absolute;
  right: 32px;
  top: 10px;
  width: 16px;
  z-index: 1000;
}

#loop {
  position: absolute;
  right: 60px;
  top: 10px;
  z-index: 1000;
}

#content {
	padding-bottom: 30px;
	position: relative;
	width: 700px;
	margin-top: 50px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 100px;
	height: auto;
	float: none;
}
	
#content img {
	position: absolute;
	right: -500px;
	top: -1px;
}

#content img.bild_klein {
    position: static; 
    float:left; 
    margin: 4px 6px 6px 0;
}

#deco-bottom {
  background: url('../img/ui/grey-stripes.png') no-repeat bottom right;
  bottom: 20px;
  float: right;
  height: 240px;
  position: absolute;
  right: 20px;
  width: 250px;
}

#footer {
  background: url('../img/ui/content-bottom-bg.png') no-repeat top;
  height: 40px;
}

#copyright {
  color: white;
  padding: 35px 20px 15px 20px;
  text-align: right;
  text-transform: uppercase;
}

#copyright a {
  color: #fff;
  text-decoration: none;
}

#copyright a:hover {
  text-decoration: underline;
}

form label {
  float: left;
  margin-right: 10px;
  text-align: right;
  width: 170px;
  line-height: 20px;
}
newsletter {
  float: left;
  margin-right: 10px;
  text-align: right;
  width: 0px;
  line-height: 20px;
}
input,
select {
 margin-bottom: 4px;
}

/* BEGIN HELPERS */

.print-only,
.printonly {
  display: none;
}

.clearer {
  clear: both;
}

p.error {
    color: red;
}

input.error {
    border: 1px solid red;
}
