body {
  background:#75B542 url(images/pageBg.jpg) repeat-x 0 0;
  margin:0 0 25px 0;
  padding:0;
}

body,table,input,textarea,select,button {
  font-family:tahoma,sans-serif;
  font-size:11px;
  line-height:1.5em;
  color:#000;
  background-attachment:fixed;
}

h1 {
  font-family:arial,sans-serif;
  font-size:14px;
}
h2 {
  font-family:arial,sans-serif;
  font-size:12px;
}
h3 {
  font-family:arial,sans-serif;
  font-size:11px;
}
h1,h2,h3,h4,h5,h6 {
  margin:1em 0;
}

a {
  color:#7DBA4B;
  text-decoration:none;
}
a:hover {
  text-decoration:underline;
}

table tr th,
table tr td {
  padding:0;
  text-align:left;
  vertical-align:top;
}

.deco {
  border:solid #7DBA4B 1px;
  padding:5px;
  margin:1em 0;
  background:#FBFDF9;
}

table#container tr td#title {
  width:830px;
  height:165px;
  margin:0 auto;
  vertical-align:bottom;
  padding:0 0 0 12px;
  background:#fff url(images/title_de.jpg);
}
#play {
  background:url(images/play.jpg);
  display:block;
  width:44px;
  height:43px;
  float:left;
}
#play:hover {
  background-position:0 43px;
}
#stop {
  background:url(images/stop.jpg);
  display:block;
  width:44px;
  height:43px;
  float:left;
}
#stop:hover {
  background-position:0 43px;
}
#play span,
#stop span {
  display:none;
}
#title h1 {
  display:none;
}

table#container {
  width:830px;
  height:100%;
  background:#fff;
  margin:0 auto 0 auto;
}
table#container tr td#nowplaying {
  background:url(images/nowPlayingBg.jpg) no-repeat;
  padding:4px 10px 4px 45px;
  width:270px;
  height:17px;
  border-top:solid #7DBA4B 1px;
  border-bottom:solid #BAE498 10px;
  overflow:hidden;
  white-space:nowrap;
}
table#container tr td#nv {
  padding:4px 10px 4px 20px;
  height:17px;
  border-top:solid #7DBA4B 1px;
  border-bottom:solid #BAE498 10px;
}
table#container tr td#nv a {
  color:#7DBA4B;
}
table#container tr td#nv a.a1,
table#container tr td#nv a.s1 {
  color:#000;
  font-weight:bold;
}
table#container tr td#nv a:hover {
  color:#000;
  text-decoration:none;
}
table#container tr td#leftbar {
  width:285px;
  height:100%;
  padding:20px;
  background:#EFF7E9;
}
table#container tr td#content {
  width:455px;
  height:100%;
  padding:20px;
}
table#container tr td#copyright {
  font-size:10px;
  padding:4px;
  height:17px;
  text-align:center;
  border-top:solid #7DBA4B 1px;
}
table#container tr td#copyright a {
  color:#000;
}
table#container tr td#copyright a#login {
  color:#fff;
}
table#container tr td#copyright a#login:hover {
  color:#eee;
}