/* 	
*	Nederlands
*	Aangepast door Daniel Menno Smidt voor damscreatoins.net
*
*	English
*	Modified by Daniel Menno Smidt for damscreations.net 
*/


body { 
	margin: 0;
	padding: 0;
	background-color: #000000;
}

h1 {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: medium;
	margin: 0 0 10px 8px;
	padding:0;
}

img {
	border: 0;
}

form {
	margin: 0;
	padding: 0;
}

#wrapper {
	width: 580px;
	margin-top: 75px;
	margin-left:auto;
	margin-right:auto;
	border: 1px solid #4e4e4e;
	padding: 0;
	background-color:#6e6e6e;
}

#container {
	background-image: url(header.jpg);
	height: 340px;	
}

#breadcrumbs {
	position: absolute;
	top: 395px;
	color: #909090;
	font-family: Arial, Helvetica, sans-serif;
	font-size:small;
	margin: 0 0 8px 8px;
}

#breadcrumbs a, #breadcrumbs a:visited, #breadcrumbs a:link, #breadcrumbs a:active {
	color: #909090;
	text-decoration:none;
}

#breadcrumbs a:hover {
	text-decoration:underline;
}

#listingcontainer {
	background-image:url(bg.gif);
	padding: 10px;
	background-color:#E0DEDE;
}

#listingheader {
	color: #000000;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
	text-align:right;
}

#listingheader a, #listingheader a:active, #listingheader a:visited, #listingheader a:link {
	text-decoration: none;
	color: #000000;
}

#listingheader a:hover {
	color: #606060;
}


#headerfile {
	text-align:left;
	float: left;
	width: 280px; 
}

#headersize {
	text-align:right;
	width: 55px;
	float: left;
}

#listing {
	border: 1px solid #505050;
}

#listing a {
	display:block;
	padding: 2px 5px 2px 5px;
	font-size:small;
	color: #505050;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	width:548px;
	text-align:right;
	
}

#listing a:hover {
	background-color:#303030;
	color: #909090;
}

#listing a img {
	float:left;
	margin-right: 4px;
}



#listing a strong {
	width: 280px;
	float:left;
	cursor:hand;
	cursor:pointer;
	text-align:left;
}

#listing a em {
	float: left;
	width: 45px;
	text-align:right;
	cursor:hand;
	cursor:pointer;
}

#listing a span {
	position: absolute;
	margin-left: -151px;
	margin-top: -2px;
}

#listing a span img {
	width: 130px;
	background-color:#CCCCCC;
	visibility: hidden;	
}

#listing a:hover span img {
	border: 1px solid #666666;
	visibility: visible;
}

#upload {
	border: 1px solid #A7C5FF;
	display:block;
	margin-top: 10px;
	font-size:small;
	color: #6285CA;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	width:548px;
	background-color: #E9F0FF;
}

#uploadtitle {
	background-color: #DBE6FE;
	padding: 2px 5px 2px 5px;
	border-bottom: 1px solid #A7C5FF;
	
}

#uploadcontent {
	padding: 2px 5px 2px 5px;
}


#copy {
	font-family: Arial, sans-serif;
	font-size: 8pt;
	position: absolute;
	left: 0;
	top: 0;
	padding: 3px;
	color: #4e4e4e;
}

#copy a {
	text-decoration: underline;
	color: #505050;
}

.b {
	background-color: #e0e0e0;
	
}

.w {
	background-color:#FFFFFF;
}

.mod {
	float:right;
}

.size {
	float:right;
}

/*
  *	Copyright info
  */
#copyright {
	font-family: Arial, sans-serif;
	font-size: 10pt;
	position: absolute;
	right: 0;
	top: 0;
	padding: 3px;
	color: #4e4e4e;
}

/*
  *	Copyright items
  */
a.cr {
	text-decoration: none;
	color: #4e4e4e;
}

a.cr:hover {
	text-decoration: none;
	color: #cecece;
}

