@import url(news.css); 

* {
    font-family: arial, sans-serif;
    font-size: 12px;
    line-height: 14px;
  }
  
  body {
    background-color: #EEEDE1;
    margin: 0;
    text-align:center;
  }

  p.bodytext {
  	text-align: justify;
  }
   
  p {
    margin: 2px 0 15px 0;
  }
  
  h1 {
    margin: 0 0 10px 0;
    font-size: 1.1em;
  }
  
  h2 {
    margin: 0 0 10px 0;
    font-size: 1.05em;
  }
  
  h3 {
    margin: 0 0 10px 0;
    font-size: 1.05em;
    color: #6F041A;
  }
  
  a:link, a:visited, a:active, a:hover {
    text-decoration: none;
    color: #000;
    padding-left: 10px;
    background: url(/fileadmin/siteimg/linkicon.gif) no-repeat 0 4px;
  }
  
  a:hover {
    text-decoration: underline;
    color: #6F041A;
  }
  
  a:link.mail, a:visited.mail, a:active.mail, a:hover.mail {
    color: #6F041A;
    background-image: none;
    padding-left: 0;
  }
  
  a:hover.mail {
    color: #000;
  }
  
  a:link.navi, a:visited.navi, a:active.navi, a:hover.navi {
    display: block;
    width: 150px;
    font-family: arial, courier new, verdana;
    font-size: 14px;
    font-weight: normal;
    text-decoration: none;
    color: #FFF;
    padding-left: 50px;
    background-image: none;
    height: 28px;
    letter-spacing: 1px;
  }
  
  a:hover.navi {
    color: #EEEDE1;
    background: url(/fileadmin/siteimg/navicon.gif) no-repeat 38px 4px;
  }
  
  /* Navi Act */
  
  a:link.naviact, a:visited.naviact, a:active.naviact, a:hover.naviact {
    background: url(/fileadmin/siteimg/navicon.gif) no-repeat 38px 4px;
    color: #EEEDE1;
  }
  
  
  /* Sub-Navi Act */
  
  a.subnavi:link, a.subnavi:visited, a.subnavi:active, a.subnavi:hover {
    background-image: none;
    color: #FFFFFF;
    display: block;
    font-family: arial,courier new;
    font-size: 12px;
    font-weight: bold;
    height: 16px;
    letter-spacing: 1px;
    padding-left: 15px;
    padding-right: 10px;
    text-decoration: none;
    width: 230px;
}
  
  a:hover.subnavi {
    color: #000;
    background: url(/fileadmin/siteimg/linkicon.gif) no-repeat 3px 5px #EEEDE1;
  }
  
  /* Navi Act */
  
  a:link.subnaviact, a:visited.subnaviact, a:active.subnaviact, a:hover.subnaviact {
    background: url(/fileadmin/siteimg/linkicon.gif) no-repeat 3px 5px #EEEDE1;
    color: #000;
  }
  
  .red {
    color: #77051B;
  }
  
   .redbold {
    color: #77051B;
    font-weight: bold;
  }
  
  .leftimg {
    border: 1px solid #6F041A;
    margin: 20px 0 0 0;
  }
  
  #site {
    margin: auto;
    width: 768px;
    text-align: left;
    padding: 0;
  }
  
  #mainbox {
    width: 768px;
    min-height: 400px;
    background-color: #FFF;
    padding: 1px 0 0 0;
  }
  
  #headerbox {
    border-top: 7px solid #C5C4B0;
  }
  
  #navibox {
    height: 200px;
  }
  
  #navi {
    background: url(/fileadmin/siteimg/bg-navi.gif) no-repeat left top;
    height: 200px;
  }
  
  #subnavi {
    background-color: #6F041A; 
    filter:alpha(opacity=70); 
    -moz-opacity: 0.70; 
    opacity: 0.70;
    position: absolute; 
    left: 230px;
    height: 200px; 
    top: 0; 
    white-space: nowrap;
  }
  
  #contentbox {
    padding-bottom: 1px;
    border-bottom: 7px solid #C5C4B0;
    min-height: 50px;
  }
  
  #footer {
    padding: 7px 0 0 20px;
    background-color: #EEEDE1;
    color: #3C2E1B;
  }
  
  #footer a:link, #footer a:visited, #footer a:active, #footer a:hover {
    color: #3C2E1B;
    background-image: none;
    padding: 0;
  }
  
  .leftcol {
    padding: 0 15px 0 15px;
  }
  
  .leftcol strong {
    color: #6F041A;
  }
  
  .rightcol {
    padding: 0 40px 0 20px;
  }
  
  .leftcol-header, .rightcol-header {
    font-family: arial, courier new, verdana;
    font-size: 18px;
    line-height: 18px;
    font-weight: normal;
    color: #FFF;
    padding: 5px 0 40px 20px;
    letter-spacing: 1px; 
  }
  
  #tblcnt {
    border-bottom: 7px solid #6F041A;
  }
  
  .tdle {
    width: 230px; 
    padding-bottom: 15px;
    vertical-align: top; 
    background: url(/fileadmin/siteimg/header-leftcol.gif) repeat-x;
  }
  
  .tdce {
    width: 1px; 
    background-color: #C5C4B0;
    border-top: 30px solid #FFF;
  }
  
  .tdre {
    width: 537px; 
    padding-bottom: 15px;
    vertical-align: top; 
    background: url(/fileadmin/siteimg/header-rightcol.gif) repeat-x;
  }
  
/* remove blur */
:focus {
	outline: solid 0;
)

:active {
	border: 0;
}
