/*
    Tripoli is a generic CSS standard for HTML rendering. 
    Copyright (C) 2007 David Hellsing
    
    http://monc.se/tripoli/

    You should have received a copy of the GNU General Public License
    along with this program.  If not, see <http://www.gnu.org/licenses/>.
*/
*{background:#fff}
body{font-family:georgia,times,serif;color:black}
blockquote{font-style:italic;color:black;}
a:link,a:visited{border-bottom-width:1px;border-bottom-style:solid}

#skip-links, h1 span, #main-navigation, div.submit, input.toevoegen, strong.toevoegen {
display: none;
	}
#content label { display: block; padding: .66em 0 .125em 0; width: 95%;}
legend { font-weight: 700; padding-left: 0; margin-left: 0; padding-top: .5em; }
input, textarea { border: 0; border-bottom: 1px solid #666; padding-bottom: 1em; margin-bottom: 1em; width: 100%;}

	
