* { margin: 0; padding: 0; }

html, body { font-size:12pt; }

body { background-color: #c6d8e6; }

#header {
  font: 28pt Verdana,Arial;
  color: #ffffff;
  position: absolute;
  top: 8%;
  left: 7%;
  z-index: 3;
}

#bg_violin {
  background: url(imgfiles/violbleu_small.jpg) no-repeat scroll center;
  width: 99%;
  height: 99%;
  position: relative;
  text-align: center;
  z-index: 1;
}

#wrapper_main {
  position: absolute;
  bottom: 8%;
  right: 5%;
  z-index:2;
}

#wrapper_recent {
  position: absolute;
  top: 25%;
  right: 15%;
  z-index:2;
}

#wrapper_dates {
  position: absolute;
  top: 25%;
  right: 15%;
  z-index:2;
}

#wrapper_contact {
  position: absolute;
  top: 15%;
  right: 10%;
  z-index:2;
}

#wrapper_members {
  position: absolute;
  top: 52%;
  right: 5%;
  z-index:2;
}

#transbox_top {
  background: url(imgfiles/frame_top.gif) no-repeat;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
  width: 516px;
  height: 53px;

}

#transbox_mid {
  background: url(imgfiles/frame_mid.gif) repeat-y;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
  width: 516px;
}

#transbox_mid * {
  position: relative;
  -moz-opacity:1.5;
}

#transbox_mid div {
  padding-left: 45px;
  padding-right: 45px;
  padding-bottom: 10px;
  font: 73% Verdana,Arial,sans-serif;
  text-align: justify;
  color: #00167a;
}

#transbox_mid div.rscroll {
  height: 300px;
  overflow:auto;
  padding:0;
  margin-left: 45px;
  margin-right: 25px;
  padding-bottom: 10px;
}

#transbox_mid span {
  font-size: .95em;
  display: block;
  font-weight: normal;
  padding: 0;
}

#transbox_mid span.title {
  font-weight: bold;
  margin-bottom: 10px;
}

#transbox_mid span.post {
  font-size: .85em;
  padding-bottom: 5px;
}

#transbox_mid span.text {
  padding-bottom: 20px;
  padding-left: 15px;
  padding-right: 20px;
  text-align: justify;
}

#transbox_mid a {
  font-weight: bold;
  color: #00167a;
}

#transbox_mid a:hover {
  color: #e06060;
}

#transbox_mid table {
  margin-left: 45px;
  margin-right: 45px;
  font: 80% Verdana,Arial,sans-serif;
  color: #00167a;
}

#transbox_mid th {
  font-weight: bold;
  text-align: left;
}

#transbox_mid td {
  font-size:.85em;
  padding-bottom: 10px;
}

#transbox_bottom {
  background: url(imgfiles/frame_bottom.gif) no-repeat;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
  width: 516px;
  height: 53px;
}

#menubox {
  position: absolute;
  top: 30%;
  left: 7%;
  z-index: 2;
}

#menubox a,span {
  display:block;
  text-align:left;
  font: bold 92% Verdana,Arial;
  text-decoration: none;
  padding-bottom:30px;
}

#menubox a {
  color: #ffffff;
}

#menubox span {
  color: #00167a;
}

#menubox a:hover {
  color: #e06060;
}

#cityplan {
  position:relative;
  top:-50px;
  left:-250px;
  z-index:-1;
}

input.field {
  background-color: transparent;
  border: 2px solid #303090;
  margin-bottom: 10px;
}

input.button {
  background-color:#a0a0c0;
  border: 2px solid #303090;
}
