/* CSS Document */
body {
	text-align:center;
	background-color: #F7CCE7;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#FFF;
	margin: 0px;
}
.container {
	width: 905px;
	margin: 0px auto;
	background-color:#FFFFFF;
	border-left: solid #A3106B 3px;
	border-right: solid #A3106B 3px;
	display: table;
}
.header {
	float: left;
	width: 905px;
	text-align: center;
}
h3 {
	margin: 0px;
	padding: 0px;
	background-color:#A3106B;
	color: #FFFFFF;
	font-style: italic;
	font-size: 16px
}
.content {
	float: left;
	width: 905px;
	margin-bottom: 5px;
}
.content a{
	float:left;
	margin-left: 5px;
	margin-top: 5px;
	padding: 3px;
	border: 1px solid #000000;
	background-color: #FFFFFF;
}
.content a img{
	border: 1px solid #000000;
	
	}
.content a:hover{
	border: 1px solid #000000;
	background-color: #BC107D;
}
.tussen {
	float: left;
	width: 905px;
}
.tussen a{
	font-size: 12px;
	color:#000000;
	float:left;
	width: 167px;
	height: 15px;
	border: solid 1px #000000;
	text-decoration: none;
	font-weight: bold;
	}
.tussen a:hover{
	color: #FFFFFF;
	border: solid 1px #000000;
}
.footer {
	float: left;
	width: 905px;
}