body {
  margin: 0;
  background-color: #380A04 ;
  font: 14px "Lucida Grande", Lucida, Verdana, sans-serif;
}

a {color:#6C2F18;}
a:hover {color:#FFFFFF;}

p {
  text-indent: 15px;
}
li {
  list-style-image: url(/images/bullet1.png);
}
hr {
  border: 1px solid #5f1c00;
}
code {
  white-space: pre;
  border: 1px dashed #6C2F18;
  display: block;
  background-color: #edcc9e;
  padding: 8px;
}

#persontable img {
  padding: 0px;
  margin: 2px;
  border-style: solid;
  border-width: 0px;
}
#imagetd {
  text-align: center;
  vertical-align: top;
  color:#6C2F18;
}
#columnleft {
  padding-right: 20px;
  width: 50%;
}
#columnright {
  padding-left: 20px;
  width: 50%;
}
#tablecenter {
  border-left: 1px solid #5f1c00;
}
#header {
  background-image: url(/images/banner.png);
}

#background {
  background: url(/images/pagebg.png) repeat-x;
  padding: 20px;
}

#content {
  padding: 20px;
  color: #030100;
  font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
  background: #DFBF95 repeat;
}

#navtable {
  background: url(/images/navbuttontrailinf.png) repeat-x;
  height: 47px;
}
#navstart {
  background: url(/images/navbuttonlead.png) no-repeat;
  width: 102px;
  min-width: 102px;
  height: 47px;
}
#navend {
  background: url(/images/navbuttontrail.png) no-repeat;
  height: 47px;
  min-width: 94px;
  width: 94px;
}
#navend2 {
  background: url(/images/navbuttontrailinf.png) repeat-x;
  height: 47px;
}

#nav {
  background: url(/images/navbutton.png) no-repeat;
  text-align: center;
  width: 115px;
  min-width: 115px;
  height: 47px;
  color:  #C28B4F;
  cursor: pointer;
}

#nav a {
	color:#C28B4F;
  text-decoration: none;
}
#nav a:hover {
	color:#FFFFFF;
  text-decoration: none;
}

#blockleft {
  font-weight: bold;
  padding: 10px 20px 15px 55px;
  float: left;
  width: 250px;
  background: #C28B4F url(/images/menu_lampion.png) no-repeat;
  border: 5px solid #C28B4F;
  margin: 20px;
    line-height: 3ex;
}

#blockright {
  font-weight: bold;
  padding: 10px 20px 15px 55px;
  float: right;
  width: 250px;
  background: #C28B4F url(/images/menu_lampion.png) no-repeat;
  border: 5px solid #C28B4F;
  margin: 20px;
  text-align: left;
  line-height: 3ex;
}

h1 {
  font-size: 22px;
  color: #7a4128;
}
h2 {
  font-size: 18px;
  color: #7a4128;
  font-style: italic;
}
img {
  border: 3px solid #7a4128;
  padding: 8px;
  margin: 8px;
}
#imgleft {
  float: left;
}
#imgright {
  float: right;
}
#footer {
  color: #958368;
  font-size: 12px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 40px;
}

#footerleft {
  float: left;
}

#footerleft a {
  color: #958368;
}
#footerleft a:hover {
  color: white;
}
#footerright {
  float: right;
}

.row0 {
  background-color: #b99e7b;
}

.row1{
  background-color: #edcc9e;
}


.tbl_main img {
  padding: 0px;
  margin: 2px;
  border-style: solid;
  border-width: 0px;
  
}

/* ODGB */
/*
.normal{ 
         font-size: 11px; 
         color: #000000;
         text-decoration: none; }
         
.small{ 
        font-size: 10px;
        color: #000000;
        text-decoration: none; }
        
.notice{ 
         font-size: 11px;
         color: #FEC254;
         font-weight: bold;
         text-decoration: none; }
         
.comment{ 
          font-size: 11px;
          color: #FF0000;
          text-decoration: none; }         
       
.headline { 
            font-weight: bold;
            font-size: 14px;
            color: #000000; 
            text-decoration: underline; }


.td0 { border-style: solid;
       border-width: 1px;
       border-color: #000000; }            
            
.td1 { background-color: #EFEFEF; 
       border-style: solid;
       border-width: 1px;
       border-color: #000000; }

.td2 { background-color: #DEDEDE; 
       border-style: solid;
       border-width: 1px;
       border-color: #000000; }
       
.td3 { background-color: #AAAAAA; 
       border-style: solid;
       border-width: 1px;
       border-color: #000000; }
       
.td4 { background-color: #AAAAAA;        
       border-width: 0px;
       border-color: #000000; }     
       
.td5 { background-color: #EFEFEF;        
       border-width: 0px;
       border-color: #000000; }         
       
input { font-family: Verdana;
        font-size: 10px;
        color: #000000;
        background-color: #DEDEDE;
        border-style: solid;
        border-width: 1px;
        border-color: #000000; }
        
textarea { font-family: Verdana;
           font-size: 10px;
           color: #000000;
           background-color: #DEDEDE;
           border-style: solid;
           border-width: 1px;
           border-color: #000000; }

select { font-family: Verdana;
         font-size: 10px;
         color: #000000;
         background-color: #DEDEDE;
         border-style: solid;
         border-width: 1px;
         border-color: #000000; }           
*/            
