/* Stylesheet leutingewolde.eu copyright Lukasdeboer.nl  
a[href^="huis"] voor begin hrefs of met $ als laatste }

.active (als je er met de muis op klikt)
.focus (tab-delen binnenje pagina

volgorde van prioriteit:
*algemeen
selector
.class
attribuut
pseudo class (.hover e.g.)
#ID
embedded styles
overrulen met !important statement

*/

body{
    background-repeat: repeat;
   	font-family: Tahoma, sans-serif;
    font-size: 75%;
	margin-bottom: 9px;
	color: #495261;
    }

.link{
	color: #666666;
    }

.link.visited{
	color: #666666;
    }
    
table{
	color: #495261;
    }

p{	font-size: 70%;
	margin: 0px 0px 0px 0px;
	font: normal 9pt  Tahoma, sans-serif;
    }

bijschrift{
    font-size:80%;
	color: #495261;
	margin: 1px;
    }
    
a.menu1{
	color:#666666;
    font-size: 100%;
    text-align: center;
    text-decoration:none;
    }

a.menu1:hover{
	color:#2D4F2B;
	font-weight: bold;
    }

a.menu2{
	color:#F7F8D6;
    }

a.menu2:hover{
	color:#FFD600;
    }

h1{	font-size: 160%;
	font-weight: bold;
    font-variant: small-caps;
	color: #495261;
	margin-top: 3px;
	margin-bottom: 10px;
    }

h2{	font-size: 120%;
	text-decoration: none;
	color: #495261;
	margin-top: 8px;
	margin-bottom: 2px;
    }
    
h3{ font-size:100%;
	text-decoration: underline;
	color: #495261;
	margin-top: 3px;
	margin-bottom: 1px;
    }

li{ font-size:90%;
	color: #495261;
	margin: 0px 0px 0px -30px;
	margin-bottom: 1px;
    }
    
kleur1{
	color: #612C32;
	font-weight: bold;
    font-variant: small-caps;
    }
    
kleur2{
	color: #DB8215;
    font-variant: small-caps;
    font-weight: bold;    }
    
kleur3{
	color: #A9A39B;
	font-variant: small-caps;
    font-weight: bold;    }
