/*
Style für Cuxland/Oneres

09. April 2004 by Marco Lindner
*/


 /* 
Grundeinstellungen, Hintergrundfarbe, Scrollbalken usw
  */

body  {
  background-color: #FEFBF2;
  scrollbar-base-color: #FEFBF2;
  margin: 0px;  
  }


/* 
Grundschriftarten
*/

font,th,td,p  { 
    font-family: Arial, Helvetica, sans-serif;
    color : #000000;
    font-size: 12px;
    }

a:link,a:active,a:visited { 
    color : #000000; 
    /*text-decoration: none; 
    font-weight : bold;*/
    }

a:hover   { 
    text-decoration: underline; 
    color : #C60B27; 
    }

td.header {
    font-weight : bold;
    }
    
td.subline  {
    font-family: Arial, Helvetica, sans-serif;
    color : #2D2654;
    font-size: 12px;
    font-weight : bold;
    }
    
    
/* eigene Styles von C.Braband für Landwursten */
/*Ganze Seite*/
body
  {
  font-size:12px;
  color : #231F20;
  font-family: Arial, Helvetica, sans-serif;
  background-color: #FEFBF2;
  scrollbar-base-color: #FEFBF2;
  }
  
a {
  color : #231F20;
  }
  
a:hover {
  color : #231F20;
  }

td
  {
  font-size:12px;
  color : #231F20;
  font-family: Arial, Helvetica, sans-serif;
  }

/*Standard Textformatierungen*/
.text
  {
  font-size:12px;
  color : #231F20;
  font-family: Arial, Helvetica, sans-serif;
  }

.ueberschrift
  {
  font-size:16px;
  color : #231F20;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  }
  
select, input {
  font-size : 11px ;
  border:1px ;
  border-style : solid ;
  background : #BFDAED ;
  border-color : #000000 ;
}

.nocss {
  font-size : 11px ;
  border:0px ;
  background : #FFFBEF ;  
}

.sucheformdiv {
  background-color: transparent;
}

