/* ::::::::::::::::::::::::::::::::BASIC  LAYOUT:::::::::::::::::::::::::::::::: */
body
{
 font-family:sans-serif;
 margin:0;
 color:white;
 background:black /*url('DSC09360-cropped.jpg')*/;
 /* background-image: url('smiley.gif');       */
 background-repeat: no-repeat;
 background-position: center;
}

div.block 
{  	/*De blokken waaruit de site opgebouwd wordt moeten allemaal hetzelfde gealigneerd zijn*/
 padding:0.5em;
 overflow:hidden;
} 

/*h1,*/ .header 
{
 background-color:gray;
 color:white;
 border-bottom:2em solid silver;
}

/* ::::::::::::::::::::::::::::::::::HYPERLINKS:::::::::::::::::::::::::::::::::: */
a 
{
 text-decoration:none;
}

a:link 
{
 color:red;
}

a:hover 
{
 text-decoration:underline;
}

a:visited 
{
 color:darkred
}

a:active 
{
 border:2px dashed black;
 margin:-2px;
}

/* :::::::::::::::::::::::::::::::::::ELEMENTS::::::::::::::::::::::::::::::::::: */
ul 
{
 margin:0em;
}

img
{
 border:none
}

/* :::::::::::::::::::::::::::::::ESSENTIAL  TOOLS::::::::::::::::::::::::::::::: */
.handtekening 
{
 font-style:italic;
 color:gray;
 margin:1em;
}

.cursief 
{
 font-style:italic;
}
