body { 
/*  background:#fffbfa;*/
  background:#ffffff;
  color:#040200;
  font-family: arial;
  margin:0px;
  z-index:-10;
}
img {
  border:none;
}
div#logopicture {
  position:fixed;
  top:0px;
  left:50%;
  margin-left:-171px;
  background:url('images/studiologo.jpg');
  background-repeat:no-repeat;
  width:342px;
  height:108px;
  cursor:pointer;
}

div#topmenu {
  position:relative;
  left:0px;
  height:40px;
  top:150px;
  width:100%;
}

div#toppicture {
  position:absolute;
  top:-10px;
  left:50%;
  margin-left:-386px;
  background:url('images/topmenu_bg.jpg');
  background-repeat:no-repeat;
  width:872px;
  height:42px;
  z-index:-1;
}
div#toplinepic {
  position:fixed;
  left:0;
  top:8px;
  background:url('images/topmenu_side_40x5.jpg');
  background-repeat:repeat-x;
  height:5px;
  z-index:-2;
}

div#bottomtext,div#toptext {
  text-align:center;
  position:relative;
/*  top:5px;*/
  z-index:10;
}

div#toptext {
  font-size:12pt;
}

div#bottommenu {
  position:fixed;
  left:0px;
  height:20px;
  bottom:5%;
  width:100%;
}

div#bottompicture {
  position:absolute;
  top:0px;
  left:50%;
  margin-left:-270px;
  background:url('images/bottommenu_bg.jpg');
  background-repeat:no-repeat;
  width:540px;
  height:20px;
  z-index:-1;
}

div#bottomtext {
  font-size:10pt;
}

div#bottomlinepic {
  position:relative;
  left:0;
  top:-16px;
  background:url('images/bottommenu_side_40x4.jpg');
  background-repeat:repeat-x;
  height:4px;
  z-index:-2;
}

span.text_inactive,span.text_active{
  padding: 0 20px;
}

span.text_active {
  font-weight:bold;
  font-style:italic;
}
a {
  text-decoration:none;
}
a:link,a:visited {
  color:inherit;
  #color:#040202;
}
a:hover,a:active {
  color:#848282;
  text-decoration:underline;
}

