/*--------------------------------------------------------------------------------*/
/* style.css; Pfarre Pregarten;                                       */
/*--------------------------------------------------------------------------------*/

/*standard - body*/
body {
  background-color: #FFE8BC;
  color: #000000; 
  font-size: 10pt; 
  font-family: "Georgia","Verdana", "Arial", "Tahoma", "Helvetica", "Garamond", "Times New Roman"; 
}

.body_page   { color: #000000; font-size: 10pt; font-family: Georgia, Verdana, Arial, Tahoma, Helvetica, Garamond, "Times New Roman"; background: #ffe8bc url(../pix/bg_frm_text.gif); margin-right: 10px; margin-left: 20px; scrollbar-3dlight-color: #C02729; scrollbar-arrow-color: #C02729; scrollbar-darkshadow-color: #FFE8BC; scrollbar-face-color: #FFE8BC; scrollbar-highlight-color: #FFE8BC; scrollbar-shadow-color: #C02729; scrollbar-track-color: #FFE8BC }

/*alternative body*/
.body_orange {
  font-family: "Georgia","Verdana", "Arial", "Tahoma", "Helvetica", "Garamond", "Times New Roman";  
  color: #C02729;
  font-size: 10pt;
  background-color: #FFB15C;
  margin-right: 20px;
}

.body_red {
  font-family: "Georgia","Verdana", "Arial", "Tahoma", "Helvetica", "Garamond", "Times New Roman"; 
  color: #FECC83;
  font-size: 10pt;
  background-color: #C02729;
  margin-right: 20px;
}

.body_lightorange {
  font-family: "Georgia","Verdana", "Arial", "Tahoma", "Helvetica", "Garamond", "Times New Roman";  
  color: #000000;
  font-size: 10pt;
  margin-left: 15px; 
  margin-right: 15px;
  background-color: #FFE8BC;
}

.head {
  color: #000000; 
  font-weight: bold;
}

.navi {
  font-size: 12pt;
}

/*Tables*/
table {
  font-family:"Georgia","Verdana", "Arial", "Tahoma", "Helvetica", "Garamond", "Times New Roman";  
  color: #000000; 
  font-size: 10pt;
 }
 
.td_red {
  background-color: #C02729;
  color: #FFE8BC;
  font-size: 10pt;
  font-weight: bold;
  padding: 3px
}
 
.td_lightorange {
  background-color: #FECC83;
  padding-left: 3px;
}

.td_orange {
  background-color: #FFB15C;
  padding-left: 3px;
}

/*Hyperlink - Normal */
a  {
  color: #C02729;
  font-weight: bold;
  text-decoration: none;
}

a:visited {
  color: #C02729; 
  text-decoration: none;
}

a:hover {
  color: #D55B0A; 
  text-decoration: underline;
}

a:active {
  color: #D55B0A; 
  text-decoration: none;
}

/*Hyperlink - Main Navigation */
a.main  {
  color: #FECC83;
  font-weight: bold;
  text-decoration: none;
}

a.main:visited {
  color: #FECC83; 
  text-decoration: none;
}

a.main:hover {
  color: #FFE8BC; 
  text-decoration: underline;
}

a.main:active {
  color: #FFE8BC; 
  text-decoration: none;
}

/*Headers*/
.hm { /*head main*/
  color: #C02729;
  font-weight: bold;
  font-size: 14pt;
}

.hs { /*head sub*/
  font-weight: bold;
  font-size: 10pt;
}

/*Diverses*/
.div {
  font-style:italic;
}

/*Quotes*/
blockquote {
  color: #333333;
  font-style:italic;
}


