body {
  background: url('images/layer/bg.png');
  font-family: verdana; 
  font-size: 11px; 
  color: #b0b0b0; 
  text-align: center;
}

#topbar {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 55px;
  background: #000000;
  z-index: 5;
}

#titel {
  position: fixed;
  top: 10px;
  left: 125px;
  width: 250px;
  height: 100px;
  background: url('images/layer/arcania_titel.png');
  z-index: 6;
}

#bg {
  width: 1000px;
  margin: 0 auto;
  text-align: left;
} 

#main {
  margin-top: 55px;
  background: url('images/layer/head.png') no-repeat; 
  height: 375px;
}

#content {
  width: 865px;
  margin-left: 135px;
  margin-top: -45px;
  position: absolute;
  float: left;
}

#nav {
  width: 135px;
  margin-left: 0px;
  margin-top: -45px;
  position: absolute;
  float: left;
} 


#entry {
  font-family: verdana; 
  font-size: 11px; 
  color: #b0b0b0; 
  text-align: left;
  text-indent: 15px;
  background: url('images/layer/cbg.png'); 
  border-bottom: #000000 3px solid;
  padding: 3px;
  margin-bottom: 10px;
  line-height: 16px;
}



b {
  color: #66A3AD;
}


i {
  color: #E3C08A;
}

u {
  color: #914551;
}
  
s {
  color: #BE97A4;
}


a {  
  color: #68AD8B; text-decoration: none;
}

a:hover {  
  color: #636363; text-decoration: none;
}

.img {
border: 3px solid #000000;
margin: 3px;
}


h1 { 
  font-family: adobe jenson pro, georgia, times new roman, sans serf; 
  font-size: 16px; 
  color: #E3C08A;
  text-shadow: 1px 1px 0 #c2c2be;
  text-transform: uppercase;
  font-weight: 200;
  text-align: left;
  letter-spacing: 5pt;
  padding-left: 25px; 
  margin-bottom: -5px;
}


h2 { 
  font-family: adobe jenson pro, georgia, times new roman, sans serf; 
  font-size: 13px; 
  color: #E3C08A;
  text-shadow: 1px 1px 0 #c2c2be;
  font-variant: small-caps;
  letter-spacing: 2pt;
  padding-left: 8px; 
  margin-bottom: 0px;
}


h3 { 
  font-family: adobe jenson pro, georgia, times new roman, sans serf; 
  font-size: 12px; 
  color: #E3C08A;
  text-shadow: 1px 1px 0 #c2c2be;
  text-transform: uppercase;
  font-weight: 200;
  letter-spacing: 4pt;
  margin-bottom: 0px;
  text-align: center;
}


h4 { 
  font-family: adobe jenson pro, georgia, times new roman, sans serf; 
  font-size: 11px; 
  color: #636363;
  text-shadow: 1px 1px 0 #e6e6e0;
  font-variant: small-caps;
  letter-spacing: 2pt;
  text-align: left;
  margin-left: 75px;
  margin-top: 0px;
  margin-bottom: 0px;
}

#mouseover a {
  border-bottom: 1px solid #f5efef;
  display: block;
  text-align: left;
  text-transform: lowercase; 
  font-family: verdana;
  font-size: 11px;
  letter-spacing: 2px;
  color: #8CAA9B;
  margin-top: 1px;
  padding-left: 3px;
  margin-bottom: 1px;
  width: 125px;
}

#mouseover a:hover {
  text-align: left;
  font-size: 11px;
  color: #636363;
  margin-top: 1px;
  padding-left: 7px;
  margin-left: 3px;
  margin-bottom: 1px;
  text-transform: lowercase; 
}