/* CSS Document */

body{ 
	background-color:#EEE;
}

/* -----tekst ---*/

body, td, th, nav {
    font-family: sans-serif;
    font-size: small;
    color: #414141;
    letter-spacing: 0.01em;
    line-height: 130%;
	text-align: justify;
	}

.alineatitel{text-decoration: underline}

.logo{
    color: #673B3C;
    text-decoration-style: solid;
    font-size: small;
    font: bold;
    font-weight: 600;
}

.logo a:link {
    color:#673B3C;
}

.logo a:visited{
    color:#673B3C;
}

.logo a:hover {
    text-decoration: none;
    color:peru;
}

nav a:link {
    text-decoration: none;
	color: darkgoldenrod;
}
nav a:visited {
    text-decoration: none;
	color:#414141;
}
nav a:hover {
    text-decoration: none;
    color:peru;
}


/* -----inhoud---*/
#frame{
    max-width: 600px;
	margin-right: auto;
    margin-left: auto;
   	}

#content{
	float: left;
    margin-top: 25px;
    padding: 5%;
    background-color: #fff;
	}

.columframe{
	float: left;
	margin-top: 15px;
	width: 100%;
	}

.columnleft{
	float: left;
	width: 48%;		
	}

.columnright{
	float: right;
	width: 48%;
	}

.columnleft2{
	float: left;
	width: 42%;
	padding: 3%;
	background-color: #FFF3E5;
	}

.columnright2{
	float: right;
	width: 42%;
	padding: 3%;
	background-color: #FFF3E5;
	}

header{
	float:left;
   	margin-bottom: 20px;
	}

footer{
	float: left;
	text-justify: auto;
	margin-top: 20px;
}

nav{float:left;	
	margin-right:20px;		
	}

main{   
	float:left;
	width: 100%;
   }

article{}

footer{}
