body{
	margin:0px;
	background-color:#1f1654;
	font-family:trebuchet MS,Arial;
	overflow:hidden;
}

.backgr{
	height:100%;
	width:800px;
	margin: 0 auto;
	background-color:white
}

.header{
	position:absolute;
	height:200px;
	width:100%;
	margin: 0 auto;
	min-width:800px;
	top:10px;
	left:0px;
	text-align:center;
	border:0px;
}

.menu{
	position:absolute;
	height:100px;
	width:100%;
	min-width:800px;
	top:220px;
	left:0px;
	text-align:center;
	border:0px;
}

.main{
	position:absolute;
	width:100%;
	top:350px;
	left:0px;
	text-align:left;
	border:0px;
	bottom:0px;
}

.main2{
	position:absolute;
	width:760px;
	top:0px;
	left:50%;
	margin: 0 -380px;
	overflow-y:auto;
	bottom:0px;
	padding-right:20px;
	padding-bottom:10px;
}

.div_breed{
	width:566px;
	border:4px solid #282556;
	padding:5px;
}

.div_rechts{
	margin:10px;
	width:500px;
	border:4px solid #33b0e5;
	padding:5px;
	margin-left:66px;
}

.div_links{
	margin:10px;
	width:500px;
	border:4px solid #282556;
	padding:5px;
}
a{color:black;}

.av{
	position:absolute;
	display:none;
	left:0px;
	top:0px;
	background-color:white;
	padding-right:10px;
}