#container {
	text-align: left;
	width: auto; 
	margin: auto;
}

#header {
display: none;
}

#left {
  float: none;
  width: auto;
}

#right {
  float: none;
  width: auto;
}

#footer {
  text-align: center;
  width: auto;
	margin: auto;
}

.title {
text-align: center;
border : 1px solid #000000;
}

.date {
text-align: left;
font-style : italic;
}

.content {
text-align: justify;
margin-bottom : 15px;
}

.center{
text-align: center;
}

.volledig{
border : 1px solid #000000;
}

.onder{
border-bottom : 1px solid #000000;
}

.zij{
border-left : 1px solid #000000;
border-right : 1px solid #000000;
}

.normaal{
border : 1px solid #000000;
border-top: 0px;
}

img{
border: 0px;
}

.persoon{
margin-bottom: 5px;
}

.email{
font-style : italic;
}

.telefoon{
font-style : italic;
}

a{
color : #000000;
}

.nopadding{
padding : 0px;
}