#editbox
{
	position: fixed;
	display: none;
	height: 25px;
	border-bottom: 1px solid #dfdfdf;
	width: 100%;
	background-color: #ffffff;
	margin-top: 0px;
	z-index: 99999;
}

.float
{
	float: left;
}

.editbutton
{
	cursor: pointer;
	width: 30px;
	height: 14px;
	background-image: url(../images/edit.png);
	background-repeat: no-repeat;
}

.editbuttoncontent
{
	cursor: pointer;
	width: 30px;
	height: 14px;
	background-image: url(../images/edit.png);
	background-repeat: no-repeat;
}

.editbuttoncontent:hover
{
	cursor: pointer;
	width: 14px;
	height: 14px;
	background-image: url(../images/edit_over.png);
	background-repeat: no-repeat;
}

.editbutton:hover
{
	cursor: pointer;
	width: 14px;
	height: 14px;
	background-image: url(../images/edit_over.png);
	background-repeat: no-repeat;
}

li.download
{
	min-height: 80px; 
	clear:both;
	overflow: auto;
	width: 500px;
	
}

div.downloadknop
{
	float: left;
	min-height: 50px;
	width: 50px;
}
div.downloadomschrijving
{
	text-align: left;
	min-height: 20px;
	float: left;
}

.newbutton
{
	cursor: pointer;
	width: 30px;
	height: 14px;
	background-image: url(../images/new.png);
	background-repeat: no-repeat;
}

.newbutton:hover
{
	cursor: pointer;
	width: 14px;
	height: 14px;
	background-image: url(../images/new_over.png);
	background-repeat: no-repeat;
}

.deletebutton
{
	cursor: pointer;
	width: 30px;
	height: 14px;
	background-image: url(../images/delete.png);
	background-repeat: no-repeat;
}

.deletebutton:hover
{
	cursor: pointer;
	width: 30px;
	height: 14px;
	background-image: url(../images/delete_over.png);
	background-repeat: no-repeat;
}

.clickable
{
	cursor: pointer;
}

img
{
	border: none;
}

a.leonet
{
	color: #d40073;
}

.hidden
{
	display: none;
}
#beheer
{
	padding-top: 5px;
	padding-left: 25px;
}

ul.portfolio
{
	margin-left: -30px;
	width: 560px ;
	margin-top: 0px;
	float: left;
	display:inline;	
	list-style: none; 
}

ul.archief
{
	list-style: none; 
	margin-left: -30px;
}

ul.port
{
	padding-top: 100px;
	list-style: none; 
}

ul.sitemap
{
	list-style: none; 
}
.portfoliovlak
{
	margin-right: 25px;
	margin-bottom: 10px;
	float: left;
}

