body {
  font-family: Tahoma, Helvetica, Arial, Verdana, sans-serif;
  font-size: 11px;
  color: #000000;
  background: #e8e8e8 url(../images/bg_main.png) top repeat-x;
  background-position: center top;
  margin: 0px;
  padding: 0px;
}
h1 { color: #ca0000;}
h2 { color: #ca0000;}
h3 { color: #ca0000;}
#body {
  position: relative;
  margin-top: 52px;
  width: 900px;
  height: auto;
  text-align: left;
  background: url(../images/bg_shadow.png) right repeat-y;
}
#shadow {
  float: right;
  height: 618px;
  width: 25px;
  margin: 0px;
  margin-left: -5px;
  padding: 0px;
  background: url(../images/bg_leftshadow.png) right no-repeat;
}
#page {
  width: 875px;
  height: auto;
  _height: 670 px;
  min-height: 670px;
  margin: 0px;
  padding: 0px;
  background: #ffffff;
}
#head {
  width: 875px;
  height: 160px;
  margin: 0px;
  padding: 0px;
  background: url(../images/bg_head.jpg);
}
#topnavi {
  float: right;
}
a.topnavi { text-decoration: none; }
a.topnavi:hover { text-decoration: underline; }
#topnavi_line {
  float: left;
  width: 2px;
  background: url(../images/line_topnavi.gif) repeat-y;
  height: 25px;
}
#topnavi_linebig {
  float: left;
  width: 2px;
  background: url(../images/line_topnavi.gif) repeat-y;
  height: 40px;
}
#topnavi_item {
  float: left;
  width: auto;
  height: 25px;
  padding-left: 5px;
  padding-right: 5px;
}
#topnavi_itembig {
  float: left;
  width: auto;
  height: 40px;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 25px;
  text-align: center;
}
#right {
  background-color: #ffffff;
  float: right;
  width: 240px;
  height: auto;
  padding-top: 20px;
  background-image: url('../images/bg_newsbody.png');
  background-repeat: repeat-y;
}
#news_head {
  background-color: #d9d9d9;
  background-image: url('../images/bg_newshead.png');
  background-repeat: no-repeat;
  width: 200px;
  height: 25px;
  padding-top: 8px;
  padding-left: 40px;
  color: #d00000;
  font-weight: bold;
  font-size: 13px;
}
#news_body {
  border-left: 1px dotted #cccccc;
  width: 209px;
  height: auto;
  padding-left: 15px;
  padding-top: 10px;
  padding-right: 15px;
  padding-bottom: 10px;
}
#newsitem_head {
  padding-top: 5px;
  font-weight: bold;
  color: #9d0505;
}
#newsitem_text {
  padding-bottom: 5px;
  border-bottom: 1px dotted #000000;
}
#newsTitle {
  padding-bottom: 0px;
  margin-bottom: -10px;
}
.date {
  font-style: italic;
  font-size: 12px;
  color: #aaaaaa;
}
#newsText {

}
#text {
  padding: 20px 20px 20px 20px;
  width: 835px;
  height: auto;
  _height: 618px;
}
#text2 {
  padding: 20px 20px 20px 20px;
  width: 585px;
  height: auto;
  _height: 618px;
}
#line {
  background: url(../images/bg_line.png) no-repeat;
  height: 2px;
  width: 550px;
}
#foot {
  background: url(../images/bg_foot.png) center repeat-x;
  width: 860px;
  height: 21px;
  padding-top: 5px;
  padding-left: 15px;
  color: #ffffff;
}
#footer {
  clear: both;
  width: 900px;
  height: 25px;
  background: url(../images/bg_footshadow.png);
}

a { color: #ce2a2a; }
a:hover { color: #ff3300; }

/* error ---------------------------------------------------------------------*/
.error { 
  font-size: 9px; 
  font-weight: bold; 
  color: #ff0000; 
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; 
}
A.error:visited { 
  color: #ff6e00; 
  text-decoration: none; 
}
A.error:link { 
  color: #ff6e00; 
  text-decoration: none;
}
A.error:active { 
  color: #ff6e00; 
  text-decoration: none;
}
A.error:hover { 
  color: #ff9e00; 
  text-decoration: underline;
}

